·
565 commits
to master
since this release
MIR updates
This release supports version 8 of mir-json's schema.
- Support simulating Rust code up to version 1.91.
- Counterexample models are now pretty-printed instead of emitted as JSON.
- Align the Rust language edition used by the test suite’s
rustcinvocation withmir-json(now defaults to Rust 2021), enabling tests that rely on post-2015 language features. - Add a
--mir-json-argoption for passing extra arguments tomir-json. - Support using
async fnand#[coroutine].