mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-05 03:24:06 +03:00
be09427b11
Remove some unnecessary symbol interner ops * Don't gensym symbols that don't need to worry about colliding with other symbols * Use symbol constants instead of interning string literals in a few places. * Don't generate a module in `__register_diagnostic` r? @petrochenkov