Skip to content

Commit e7fdb91

Browse files
committed
improve accuracy
1 parent 477309b commit e7fdb91

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: src/tracing.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -144,8 +144,7 @@ $ RUSTC_LOG=debug rustc +stage1 my-file.rs 2>all-log
144144
# compilers.
145145
$ RUSTC_LOG=rustc_codegen_ssa=info rustc +stage1 my-file.rs
146146

147-
# This will show the all tracing calls under `rustc_codegen_ssa` and
148-
# `rustc_resolve`.
147+
# This will show all logs in `rustc_codegen_ssa` and `rustc_resolve`.
149148
$ RUSTC_LOG=rustc_codegen_ssa,rustc_resolve rustc +stage1 my-file.rs
150149

151150
# This will show the output of all `info!` calls made by rustdoc

0 commit comments

Comments
 (0)