mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 13:06:28 +03:00
aa8f2d432b
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.