mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-03 10:47:16 +00:00

- `Ident::from_str_and_span` -> `Ident::new` when the string is pre-interned. - `Ident::from_str` -> `Ident::with_dummy_span` when the string is pre-interned. - `_d` and `_e` are unused.