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 c8b947a commit 6dc6256Copy full SHA for 6dc6256
README.md
@@ -288,7 +288,7 @@ environment variable:
288
using the tools in the repository https://github.com/rust-lang/measureme.
289
* `-Zmiri-mute-stdout-stderr` silently ignores all writes to stdout and stderr,
290
but reports to the program that it did actually write. This is useful when you
291
- are not interested in the actual program's messages, but only want to see miri's
+ are not interested in the actual program's output, but only want to see miri's
292
errors and warnings.
293
* `-Zmiri-panic-on-unsupported` will makes some forms of unsupported functionality,
294
such as FFI and unsupported syscalls, panic within the context of the emulated
0 commit comments