We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be58aab commit 232d1feCopy full SHA for 232d1fe
src/compiler-debugging.md
@@ -207,10 +207,10 @@ $ RUSTDOC_LOG=rustdoc rustdoc +local my-file.rs
207
208
While calls to `error!`, `warn!` and `info!` are included in every build of the compiler,
209
calls to `debug!` and `trace!` are only included in the program if
210
-`debug-assertions=yes` is turned on in config.toml (it is
+`debug-logging=true` is turned on in config.toml (it is
211
turned off by default), so if you don't see `DEBUG` logs, especially
212
if you run the compiler with `RUSTC_LOG=rustc rustc some.rs` and only see
213
-`INFO` logs, make sure that `debug-assertions=yes` is turned on in your
+`INFO` logs, make sure that `debug-logging=true` is turned on in your
214
config.toml.
215
216
In some cases, just setting it will not trigger a rebuild,
0 commit comments