about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/errors.rs
diff options
context:
space:
mode:
authorNicholas Nethercote <n.nethercote@gmail.com>2025-05-30 02:29:06 +1000
committerNicholas Nethercote <n.nethercote@gmail.com>2025-06-20 13:18:41 +1000
commitee648edd9033779312037686df9aef48ac26ff2a (patch)
tree25c92ff5a75a97b5e935de0e046016976ced2d15 /compiler/rustc_codegen_llvm/src/errors.rs
parent76d583ba0ef93268e0690ced5db20dceb3da952d (diff)
downloadrust-ee648edd9033779312037686df9aef48ac26ff2a.tar.gz
rust-ee648edd9033779312037686df9aef48ac26ff2a.zip
Avoid some unnecessary symbol interning.
- `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.
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
0 files changed, 0 insertions, 0 deletions