We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 477309b commit e7fdb91Copy full SHA for e7fdb91
src/tracing.md
@@ -144,8 +144,7 @@ $ RUSTC_LOG=debug rustc +stage1 my-file.rs 2>all-log
144
# compilers.
145
$ RUSTC_LOG=rustc_codegen_ssa=info rustc +stage1 my-file.rs
146
147
-# This will show the all tracing calls under `rustc_codegen_ssa` and
148
-# `rustc_resolve`.
+# This will show all logs in `rustc_codegen_ssa` and `rustc_resolve`.
149
$ RUSTC_LOG=rustc_codegen_ssa,rustc_resolve rustc +stage1 my-file.rs
150
151
# This will show the output of all `info!` calls made by rustdoc
0 commit comments