Skip to content

Commit

Permalink
Enable -Zmiri-retag-fields in CI
Browse files Browse the repository at this point in the history
Now that the bug is fixed, this can be enabled. Field retagging is
required to justify some of the `noalias` optimizations that rustc
performs currently.
  • Loading branch information
Noratrieb committed Sep 6, 2022
1 parent dd27c54 commit 4f3f617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/miri.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ rustup toolchain install nightly --component miri
rustup override set nightly
cargo miri setup

cargo miri test
MIRIFLAGS='-Zmiri-retag-fields' cargo miri test

0 comments on commit 4f3f617

Please sign in to comment.