mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-29 03:37:26 +03:00
ec471de865
Run reveal_all on MIR when inlining is activated. Fix logic error in https://github.com/rust-lang/rust/pull/85254 which prevented the pass from running when needed. Fixes https://github.com/rust-lang/rust/issues/78442 r? ``@lcnr``