mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
a7197189cd
Fix incremental perf regression unsafety checking Perf regression introduced in #96294 We will simply avoid emitting the name of the unsafe function in MIR unsafeck, since we're moving to THIR unsafeck anyway.
For more information about how rustc works, see the rustc dev guide.