Closed cehteh closed 1 year ago
At some point this did run against miri
, but that was 2 years ago and much has changed both within this crate and within miri
since then. I can take a look at this soon-ish, as this crate is meant to be used in environments where you would absolutely expect miri
to be happy with the code.
When running the tests with
cargo +nightly miri test
it errors out withI think this is 'mostly' harmless as stacked borrows are overly restrictive. There are some ways to convince miri that it is correct, these may make the code a bit uglier, I may look into that soon. Eventually this should be fixed to be able to run the testsuite under miri anyways.