mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-27 11:05:06 +00:00
We have `sym::integer` for interning integers. Using it lets us use symbols directy, and not have to explicitly go through strings.
We have `sym::integer` for interning integers. Using it lets us use symbols directy, and not have to explicitly go through strings.