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 2bee1db commit 06fe691Copy full SHA for 06fe691
.github/workflows/ci.yml
@@ -78,8 +78,7 @@ jobs:
78
env:
79
# -Zmiri-ignore-leaks is needed because we use detached threads in doctests: https://github.com/rust-lang/miri/issues/1371
80
# disable preemption due to https://github.com/rust-lang/rust/issues/55005
81
- # TODO: enable -Zmiri-strict-provenance once https://github.com/matklad/once_cell/pull/185 merged and released.
82
- MIRIFLAGS: -Zmiri-symbolic-alignment-check -Zmiri-disable-isolation -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