mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 01:28:18 +03:00
2218520b8a
Fix perf regression caused by #79284 https://github.com/rust-lang/rust/pull/79284 only moved code around but this changed inlining and caused a large perf regression. This fixes it for me, though I'm less confident than usual because the regression was not observable with my usual (i.e. incremental) compilation settings. r? `@Mark-Simulacrum`