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:
200
200
` compare_exchange_weak ` operations. The default is ` 0.8 ` (so 4 out of 5 weak ops will fail).
201
201
You can change it to any value between ` 0.0 ` and ` 1.0 ` , where ` 1.0 ` means it
202
202
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** .
203
205
* ` -Zmiri-disable-alignment-check ` disables checking pointer alignment, so you
204
206
can focus on other failures, but it means Miri can miss bugs in your program.
205
207
Using this flag is ** unsound** .
@@ -214,8 +216,6 @@ environment variable:
214
216
as out-of-bounds accesses) first. Setting this flag means Miri can miss bugs
215
217
in your program. However, this can also help to make Miri run faster. Using
216
218
this flag is ** unsound** .
217
- * ` -Zmiri-disable-abi-check ` disables checking [ function ABI] . Using this flag
218
- is ** unsound** .
219
219
* ` -Zmiri-disable-isolation ` disables host isolation. As a consequence,
220
220
the program has access to host resources such as environment variables, file
221
221
systems, and randomness.
You can’t perform that action at this time.
0 commit comments