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 e23e0b2 commit 35ece43Copy full SHA for 35ece43
README.md
@@ -251,6 +251,10 @@ environment variable:
251
can recognize false positives by "<untagged>" occurring in the message -- this
252
indicates a pointer that was cast from an integer, so Miri was unable to track
253
this pointer.
254
+* `-Zmiri-compare-exchange-weak-failure-rate=<rate>` changes the failure rate of
255
+ weak atomic operations. The default is `0.8` (so 4 out of 5 weak ops will fail.
256
+ You can change it to any value between `0.0` and `1.0`, where `1.0` means it
257
+ will always fail and `0.0` means it will never fail.
258
259
Some native rustc `-Z` flags are also very relevant for Miri:
260
0 commit comments