Skip to content

Commit b8499e0

Browse files
committed
Auto merge of #43622 - RalfJung:config.toml, r=michaelwoerister
extend config.toml doc for debug-assertions Even after I knew that I had to change config.toml to get any printing from debug! and trace!, going over the entire fail did not make it clear to me that `debug-assertions` is the option controlling that.
2 parents 12aad38 + 62f179b commit b8499e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/config.toml.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@
203203
#codegen-units = 1
204204

205205
# Whether or not debug assertions are enabled for the compiler and standard
206-
# library
206+
# library. Also enables compilation of debug! and trace! logging macros.
207207
#debug-assertions = false
208208

209209
# Whether or not debuginfo is emitted

0 commit comments

Comments
 (0)