I confirmed this

This commit is contained in:
Tshepang Lekhonkhobe 2020-05-01 16:08:23 +02:00 committed by Who? Me?!
parent 26e0ae52dd
commit 03282ca486
1 changed files with 1 additions and 1 deletions

View File

@ -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.