diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2025-04-08 12:23:07 +1000 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2025-04-10 09:30:55 +1000 |
| commit | 547a31016d9725df7466f6064fdcf0e4fb031957 (patch) | |
| tree | 22e9a34d99368ba1c7d1306381a22b51101ce1cc /compiler/rustc_codegen_cranelift/example/std_example.rs | |
| parent | 4a8026ce639f2e5e09d20320ca569fedcafcef6a (diff) | |
| download | rust-547a31016d9725df7466f6064fdcf0e4fb031957.tar.gz rust-547a31016d9725df7466f6064fdcf0e4fb031957.zip | |
Rename some `name` variables as `ident`.
It bugs me when variables of type `Ident` are called `name`. It leads to silly things like `name.name`. `Ident` variables should be called `ident`, and `name` should be used for variables of type `Symbol`. This commit improves things by by doing `s/name/ident/` on a bunch of `Ident` variables. Not all of them, but a decent chunk.
Diffstat (limited to 'compiler/rustc_codegen_cranelift/example/std_example.rs')
0 files changed, 0 insertions, 0 deletions
