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 f761a1f commit 39d8302Copy full SHA for 39d8302
ci.sh
@@ -5,9 +5,9 @@ set -euo pipefail
5
rm -rf rust-src-patched
6
cp -a $(rustc --print sysroot)/lib/rustlib/src/rust/ rust-src-patched
7
( cd rust-src-patched && patch -f -p1 < ../rust-src.diff )
8
+export MIRI_LIB_SRC=rust-src-patched/library
9
10
# run the tests (some also without validation, to exercise those code paths in Miri)
-export RUST_SRC=rust-src-patched
11
12
# libcore
13
echo && echo "## Testing core (no validation, no Stacked Borrows, symbolic alignment)" && echo
0 commit comments