mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-01 07:13:24 +03:00
bd4a96a12d
Use a lock-free datastructure for source_span follow up to the perf regression in https://github.com/rust-lang/rust/pull/105462 The main regression is likely the CStore, but let's evaluate the perf impact of this on its own