Closed
Description
miri's test suite used to also run with enabled MIR optimizations, but does not any more because of too many bugs. We should get it enabled again, eventually.
- For run-pass, see rustup #926 (comment)
- For compile-fail, the current blocker is MIR inlining does not handle
SourceScopeLocalData
rust#66137.