Skip to content

Commit 7c54045

Browse files
committed
strict provenance should hopefully work in libcore now
1 parent 335bc8b commit 7c54045

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

ci-test.sh

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,8 @@ core)
2626
./run-test.sh core --target $TARGET --lib --tests \
2727
2>&1 | ts -i '%.s '
2828
echo "::endgroup::"
29-
# Cannot use strict provenance as there are int-to-ptr casts in the doctests.
30-
# FIXME: Once <https://github.com/rust-lang/rust/pull/95583> lands, the only
31-
# one that is left is `primitive_docs.rs - prim_fn`, which I am sure we
32-
# can find some solution for.
33-
echo "::group::Testing core docs ($TARGET)" && echo
34-
MIRIFLAGS="$DEFAULTFLAGS -Zmiri-ignore-leaks -Zmiri-disable-isolation" \
29+
echo "::group::Testing core docs ($TARGET, strict provenance)" && echo
30+
MIRIFLAGS="$DEFAULTFLAGS -Zmiri-ignore-leaks -Zmiri-disable-isolation -Zmiri-strict-provenance" \
3531
./run-test.sh core --target $TARGET --doc \
3632
2>&1 | ts -i '%.s '
3733
echo "::endgroup::"

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nightly-2022-11-17
1+
nightly-2022-11-23

0 commit comments

Comments
 (0)