mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
806c2a35dc
Perf regression fix The only thing changed from the previous PR is that I removed `output_is_inhabited` from hot path, and hide it behind condition, so now it will compute it less frequent follow up on https://github.com/rust-lang/rust/pull/149664