mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 11:17:26 +03:00
bea625f327
Make the allocator shim participate in LTO again This is likely the cause of the perf regression in https://github.com/rust-lang/rust/pull/145955. It also caused some functional regressions. Fixes https://github.com/rust-lang/rust/issues/146235 Fixes https://github.com/rust-lang/rust/issues/146239