option to silence cargo miri run executable output #2083
Labels
A-shims
Area: This affects the external function shims
C-enhancement
Category: a PR with an enhancement or an issue tracking an accepted enhancement
E-good-first-issue
A good way to start contributing, mentoring is available
cargo miri run usually prints panics and so on of the executable that it is running (caused by panics, asserts etc)
It would be nice if we could silence/hide that with a command line flag for easier automatic detection of "actual" miri panics/ub etc.
The text was updated successfully, but these errors were encountered: