File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -265,6 +265,10 @@ environment variable:
265
265
* `-Zmiri-disable-isolation` disables host isolation. As a consequence,
266
266
the program has access to host resources such as environment variables, file
267
267
systems, and randomness.
268
+ * `-Zmiri-mute-stdout-stderr` silently ignores all writes to stdout and stderr,
269
+ but reports to the program that it did actually write. This is useful when you
270
+ are not interested in the actual program's messages, but only want to see miri's
271
+ errors and warnings.
268
272
* `-Zmiri-isolation-error=<action>` configures Miri's response to operations
269
273
requiring host access while isolation is enabled. `abort`, `hide`, `warn`,
270
274
and `warn-nobacktrace` are the supported actions. The default is to `abort`,
You can’t perform that action at this time.
0 commit comments