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 00de833 commit c7b81f3Copy full SHA for c7b81f3
src/tools/miri/src/bin/log/setup.rs
@@ -60,7 +60,7 @@ fn init_logger_once(early_dcx: &EarlyDiagCtxt) {
60
#[cfg(not(feature = "tracing"))]
61
{
62
crate::fatal_error!(
63
- "fatal error: cannot enable MIRI_TRACING since Miri was not built with the \"tracing\" feature"
+ "Cannot enable MIRI_TRACING since Miri was not built with the \"tracing\" feature"
64
);
65
}
66
0 commit comments