about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorA4-Tacks <wdsjxhno1001@163.com>2025-09-07 21:49:55 +0800
committerA4-Tacks <wdsjxhno1001@163.com>2025-09-07 22:19:52 +0800
commit6da8094b1385b1647178a3ab9dab3c359ef1c38d (patch)
tree34becd9d6821ae052423d89d897b525e6cb59444 /compiler/rustc_codegen_llvm/src
parentab5113a316959f2558f03a7bf590e967602f02df (diff)
downloadrust-6da8094b1385b1647178a3ab9dab3c359ef1c38d.tar.gz
rust-6da8094b1385b1647178a3ab9dab3c359ef1c38d.zip
Improve make::struct_ field_list whitespace
Example
---
**Before this PR**:

```rust
struct Variant{
    field: u32
}
```

**After this PR**:

```rust
struct Variant {
    field: u32
}
```
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
0 files changed, 0 insertions, 0 deletions