Skip to content

Commit a4a0fe8

Browse files
committed
bump Rust; alloc should be field-retag clean now
1 parent 02b0e0e commit a4a0fe8

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ci-test.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ alloc)
3636
# A 64bit little-endian and a 32bit big-endian target.
3737
# (Varying the OS is not really worth it for alloc.)
3838
for TARGET in x86_64-unknown-linux-gnu mips-unknown-linux-gnu; do
39-
echo "::group::Testing alloc ($TARGET, symbolic alignment, strict provenance)"
40-
MIRIFLAGS="-Zmiri-symbolic-alignment-check -Zmiri-strict-provenance" \
39+
echo "::group::Testing alloc ($TARGET, symbolic alignment, strict provenance, field retagging)"
40+
MIRIFLAGS="-Zmiri-symbolic-alignment-check -Zmiri-strict-provenance -Zmiri-retag-fields" \
4141
./run-test.sh alloc --target $TARGET --lib --tests \
4242
2>&1 | ts -i '%.s '
4343
echo "::endgroup::"
44-
echo "::group::Testing alloc docs ($TARGET, strict provenance)"
45-
MIRIFLAGS="-Zmiri-ignore-leaks -Zmiri-disable-isolation -Zmiri-strict-provenance" \
44+
echo "::group::Testing alloc docs ($TARGET, strict provenance, field retagging)"
45+
MIRIFLAGS="-Zmiri-ignore-leaks -Zmiri-disable-isolation -Zmiri-strict-provenance -Zmiri-retag-fields" \
4646
./run-test.sh alloc --target $TARGET --doc \
4747
2>&1 | ts -i '%.s '
4848
echo "::endgroup::"

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2022-09-08
1+
nightly-2022-09-15

0 commit comments

Comments
 (0)