rust/compiler/rustc_mir_transform
bors b1b244da65 Auto merge of #115194 - tmiasko:inline-always-encode-mir, r=compiler-errors
Fix inlining with -Zalways-encode-mir

Only inline functions that are considered eligible for inlining
by the reachability pass.

This constraint was previously indirectly enforced by only exporting MIR
of eligible functions, but that approach doesn't work with
-Zalways-encode-mir enabled.
2023-08-30 22:51:12 +00:00
..
src Auto merge of #115194 - tmiasko:inline-always-encode-mir, r=compiler-errors 2023-08-30 22:51:12 +00:00
Cargo.toml
messages.ftl