mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 15:56:09 +03:00
0327b5dac5
Use Symbol for inline asm register class names This takes care of one "FIXME": // FIXME: use direct symbol comparison for register class names Instead of using string literals, this uses Symbol for register class names. This is part of work I am doing to improve how Symbol interning works.