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.
This commit is contained in:
bors
2017-08-03 11:50:29 +00:00

View File

@@ -203,7 +203,7 @@
#codegen-units = 1 #codegen-units = 1
# Whether or not debug assertions are enabled for the compiler and standard # Whether or not debug assertions are enabled for the compiler and standard
# library # library. Also enables compilation of debug! and trace! logging macros.
#debug-assertions = false #debug-assertions = false
# Whether or not debuginfo is emitted # Whether or not debuginfo is emitted