Closed
Description
Previously, my awint repo was unified under two crates in a workspace, but when I split them up Miri started failing in many ways. Here are all the ways I know (note: run cargo clean
before each case):
cargo miri test
(note: disableawint/tests/fuzz_all.rs
or else the tests may take a long time) results in "found possibly newer version of cratecore
" error.cargo test && cargo miri test
results in Miri trying to interpret an exe file as JSONcargo miri test && cargo test
results in a bizarre error where it says it could not execute a process and gives no reason
Metadata
Metadata
Assignees
Labels
No labels