File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 26
26
./run-test.sh core --target $TARGET --lib --tests \
27
27
2>&1 | ts -i ' %.s '
28
28
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" \
35
31
./run-test.sh core --target $TARGET --doc \
36
32
2>&1 | ts -i ' %.s '
37
33
echo " ::endgroup::"
Original file line number Diff line number Diff line change 1
- nightly-2022-11-17
1
+ nightly-2022-11-23
You can’t perform that action at this time.
0 commit comments