Skip to content

Commit 503a2fd

Browse files
authored
Rollup merge of #72382 - tmiasko:config-toml-debug-assertions, r=nikomatsakis
Show default values for debug-assertions & debug-assertions-std
2 parents 261505a + 6778c7a commit 503a2fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config.toml.example

+2-2
Original file line numberDiff line numberDiff line change
@@ -312,11 +312,11 @@
312312

313313
# Whether or not debug assertions are enabled for the compiler and standard
314314
# library.
315-
#debug-assertions = false
315+
#debug-assertions = debug
316316

317317
# Whether or not debug assertions are enabled for the standard library.
318318
# Overrides the `debug-assertions` option, if defined.
319-
#debug-assertions-std = false
319+
#debug-assertions-std = debug-assertions
320320

321321
# Debuginfo level for most of Rust code, corresponds to the `-C debuginfo=N` option of `rustc`.
322322
# `0` - no debug info

0 commit comments

Comments
 (0)