We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 763470d commit 780e406Copy full SHA for 780e406
config.toml.example
@@ -320,6 +320,7 @@
320
#debuginfo-level-tools = debuginfo-level
321
322
# Debuginfo level for the test suites run with compiletest.
323
+# FIXME(#61117): Some tests fail when this option is enabled.
324
#debuginfo-level-tests = 0
325
326
# Whether or not `panic!`s generate backtraces (RUST_BACKTRACE)
@@ -351,7 +352,7 @@
351
352
# harness are debuggable just from logfiles.
353
#verbose-tests = false
354
-# Flag indicating whether tests are compiled with optimizations (the -O flag)
355
+# Flag indicating whether tests are compiled with optimizations (the -O flag).
356
#optimize-tests = true
357
358
# Flag indicating whether codegen tests will be run or not. If you get an error
0 commit comments