mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-27 17:55:59 +00:00
It was used for deduplicating some errors for legacy code which are mostly deduplicated even without that, but at cost of global mutable state, which is not a good tradeoff.