File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -221,11 +221,11 @@ environment variable:
221
221
systems, and randomness.
222
222
* ` -Zmiri-isolation-error=<action> ` configures Miri's response to operations
223
223
requiring host access while isolation is enabled. ` abort ` , ` hide ` , ` warn ` ,
224
- and ` warn-nobacktrace ` are the supported actions. Default action is ` abort `
225
- which halts the machine. Rest of the actions configure it to return an error
226
- code for the op and continue executing. ` warn ` prints backtrace that could
227
- be used to trace the call. ` warn-nobacktrace ` is less verbose without
228
- backtrace . ` hide ` hides the warning.
224
+ and ` warn-nobacktrace ` are the supported actions. The default is to ` abort ` ,
225
+ which halts the machine. Some (but not all) operations also support continuing
226
+ execution with a "permission denied" error being returned to the program.
227
+ ` warn ` prints a full backtrace when that happen; ` warn-nobacktrace ` is less
228
+ verbose . ` hide ` hides the warning entirely .
229
229
* ` -Zmiri-env-exclude=<var> ` keeps the ` var ` environment variable isolated from
230
230
the host so that it cannot be accessed by the program. Can be used multiple
231
231
times to exclude several variables. On Windows, the ` TERM ` environment
You can’t perform that action at this time.
0 commit comments