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 a4ff0c1 commit 0a8a3a1Copy full SHA for 0a8a3a1
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