Open
Description
cargo miri test
changed to be more compatible with cargo test
, but this means we had to find a different way to pass flags to the interpreter, so there now is a MIRIFLAGS
environment variable for that. The old way still works for now, but is deprecated.
This affects the following line:
Line 20 in 804accc
This should now be
MIRIFLAGS="-Zmiri-disable-isolation" cargo miri test -p memcpy --target-dir="$MIRI_DIR"
.Metadata
Metadata
Assignees
Labels
No labels