mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-01 03:28:20 +00:00
Reuse existing shared Lrc for MatchImpl parent This is a small performance win for the hot path, which helps to address this regression: https://github.com/rust-lang/rust/pull/87244#issuecomment-883635813.
For more information about how rustc works, see the rustc dev guide.