From 03282ca486264fd5fae3b89defb1873a683b771a Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Fri, 1 May 2020 16:08:23 +0200 Subject: [PATCH] I confirmed this --- src/compiler-debugging.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler-debugging.md b/src/compiler-debugging.md index d6d03ab1..780f5d87 100644 --- a/src/compiler-debugging.md +++ b/src/compiler-debugging.md @@ -205,7 +205,7 @@ if you run the compiler with `RUSTC_LOG=rustc rustc some.rs` and only see `INFO` logs, make sure that `debug-assertions=yes` is turned on in your config.toml. -I also think that in some cases just setting it will not trigger a rebuild, +In some cases, just setting it will not trigger a rebuild, so if you changed it and you already have a compiler built, you might want to call `x.py clean` to force one.