rust/compiler/rustc_resolve
Matthias Krüger 79f357e63d
Rollup merge of #139510 - nnethercote:name-to-ident, r=fee1-dead
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.

r? `@fee1-dead`
2025-04-10 17:27:14 +02:00
..
src Rollup merge of #139510 - nnethercote:name-to-ident, r=fee1-dead 2025-04-10 17:27:14 +02:00
Cargo.toml rustc_resolve: fix instability in lib.rmeta contents 2025-03-18 16:41:32 -04:00
messages.ftl Allow builtin macros to be used more than once. 2025-03-19 14:12:47 +01:00