File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -200,6 +200,8 @@ environment variable:
200200 ` compare_exchange_weak ` operations. The default is ` 0.8 ` (so 4 out of 5 weak ops will fail).
201201 You can change it to any value between ` 0.0 ` and ` 1.0 ` , where ` 1.0 ` means it
202202 will always fail and ` 0.0 ` means it will never fail.
203+ * ` -Zmiri-disable-abi-check ` disables checking [ function ABI] . Using this flag
204+ is ** unsound** .
203205* ` -Zmiri-disable-alignment-check ` disables checking pointer alignment, so you
204206 can focus on other failures, but it means Miri can miss bugs in your program.
205207 Using this flag is ** unsound** .
@@ -214,8 +216,6 @@ environment variable:
214216 as out-of-bounds accesses) first. Setting this flag means Miri can miss bugs
215217 in your program. However, this can also help to make Miri run faster. Using
216218 this flag is ** unsound** .
217- * ` -Zmiri-disable-abi-check ` disables checking [ function ABI] . Using this flag
218- is ** unsound** .
219219* ` -Zmiri-disable-isolation ` disables host isolation. As a consequence,
220220 the program has access to host resources such as environment variables, file
221221 systems, and randomness.
You can’t perform that action at this time.
0 commit comments