Skip to content

Commit 780e406

Browse files
committed
Address review comments
1 parent 763470d commit 780e406

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config.toml.example

+2-1
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@
320320
#debuginfo-level-tools = debuginfo-level
321321

322322
# Debuginfo level for the test suites run with compiletest.
323+
# FIXME(#61117): Some tests fail when this option is enabled.
323324
#debuginfo-level-tests = 0
324325

325326
# Whether or not `panic!`s generate backtraces (RUST_BACKTRACE)
@@ -351,7 +352,7 @@
351352
# harness are debuggable just from logfiles.
352353
#verbose-tests = false
353354

354-
# Flag indicating whether tests are compiled with optimizations (the -O flag)
355+
# Flag indicating whether tests are compiled with optimizations (the -O flag).
355356
#optimize-tests = true
356357

357358
# Flag indicating whether codegen tests will be run or not. If you get an error

0 commit comments

Comments
 (0)