-
Notifications
You must be signed in to change notification settings - Fork 390
Closed
Labels
A-testsArea: affects our test suite or CIArea: affects our test suite or CIC-bugCategory: This is a bug.Category: This is a bug.
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.
Metadata
Metadata
Assignees
Labels
A-testsArea: affects our test suite or CIArea: affects our test suite or CIC-bugCategory: This is a bug.Category: This is a bug.