We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ede47d commit 02b0e0eCopy full SHA for 02b0e0e
ci-test.sh
@@ -86,13 +86,13 @@ std)
86
;;
87
simd)
88
cd $MIRI_LIB_SRC/portable-simd
89
- echo "::group::Testing portable-simd (strict provenance)"
90
- MIRIFLAGS="-Zmiri-strict-provenance" \
+ echo "::group::Testing portable-simd (strict provenance, field retagging)"
+ MIRIFLAGS="-Zmiri-strict-provenance -Zmiri-retag-fields" \
91
cargo miri test --lib --tests \
92
2>&1 | ts -i '%.s '
93
echo "::endgroup::"
94
- echo "::group::Testing portable-simd docs (strict provenance)"
95
+ echo "::group::Testing portable-simd docs (strict provenance, field retagging)"
96
cargo miri test --doc \
97
98
0 commit comments