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 2aeac0f commit 545b5abCopy full SHA for 545b5ab
.github/workflows/ci.yml
@@ -77,7 +77,8 @@ jobs:
77
- run: cargo miri test
78
env:
79
# -Zmiri-ignore-leaks is needed because we use detached threads in doctests
80
- MIRIFLAGS: -Zmiri-strict-provenance -Zmiri-symbolic-alignment-check -Zmiri-disable-isolation -Zmiri-ignore-leaks
+ # TODO: remove -Zmiri-disable-weak-memory-emulation once https://github.com/rust-lang/miri/issues/2223 fixed.
81
+ MIRIFLAGS: -Zmiri-strict-provenance -Zmiri-symbolic-alignment-check -Zmiri-disable-isolation -Zmiri-disable-weak-memory-emulation -Zmiri-ignore-leaks
82
RUSTFLAGS: ${{ env.RUSTFLAGS }} -Z randomize-layout
83
84
security_audit:
0 commit comments