mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-02 00:07:42 +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``