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.
MIRI_LOG_COLOR
1 parent 0dede7a commit 930797dCopy full SHA for 930797d
src/compiler-debugging.md
@@ -247,6 +247,10 @@ similar to this command:
247
$ RUSTC_LOG=debug RUSTC_LOG_COLOR=always rustc +stage1 ... | less -R
248
```
249
250
+Note that `MIRI_LOG_COLOR` will only color logs that come from Miri, not logs
251
+from rustc functions that Miri calls. Use `RUSTC_LOG_COLOR` to color logs from
252
+rustc.
253
+
254
### How to keep or remove `debug!` and `trace!` calls from the resulting binary
255
256
While calls to `error!`, `warn!` and `info!` are included in every build of the compiler,
0 commit comments