improve accuracy

This commit is contained in:
Tshepang Mbambo 2023-03-10 09:03:46 +02:00
parent 1b7cd1e2bf
commit 060b7a17dc
1 changed files with 1 additions and 2 deletions

View File

@ -144,8 +144,7 @@ $ RUSTC_LOG=debug rustc +stage1 my-file.rs 2>all-log
# compilers. # compilers.
$ RUSTC_LOG=rustc_codegen_ssa=info rustc +stage1 my-file.rs $ RUSTC_LOG=rustc_codegen_ssa=info rustc +stage1 my-file.rs
# This will show the all tracing calls under `rustc_codegen_ssa` and # This will show all logs in `rustc_codegen_ssa` and `rustc_resolve`.
# `rustc_resolve`.
$ RUSTC_LOG=rustc_codegen_ssa,rustc_resolve rustc +stage1 my-file.rs $ RUSTC_LOG=rustc_codegen_ssa,rustc_resolve rustc +stage1 my-file.rs
# This will show the output of all `info!` calls made by rustdoc # This will show the output of all `info!` calls made by rustdoc