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