mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 12:36:35 +03:00
6c33a0a2ec
Move the Lock into symbol::Interner This makes it easier to make the symbol interner (near) lock free in case of concurrent accesses in the future. With https://github.com/rust-lang/rust/pull/87867 landed this shouldn't affect performance anymore.