Find a way to test MIR code that rustc won't emit #196
Labels
A-tests
Area: affects our test suite or CI
C-enhancement
Category: a PR with an enhancement or an issue tracking an accepted enhancement
It would be nice to be able to test miri against known-bad MIR code -- like, code that uses
StorageLive
/StorageDead
incorrectly, just to make sure that miri catches such errors. Some more examples will come come up with the stuff about unsafe code guidelines that I'm working on.It seems that we need something like a MIR parser for this, though?
The text was updated successfully, but these errors were encountered: