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
Nilstrieb committed Sep 6, 2022
1 parent f4c9597 commit 1f751c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/miri.sh
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 1f751c6

Please sign in to comment.