mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-26 02:51:58 +00:00
Avoid some `Symbol` to `String` conversions This patch removes some Symbol to String conversions.
For more information about how rustc works, see the rustc dev guide.