Address review comments

This commit is contained in:
Vadim Petrochenkov 2019-05-24 13:01:23 +03:00
parent 763470dc13
commit 780e406db2
1 changed files with 2 additions and 1 deletions

View File

@ -320,6 +320,7 @@
#debuginfo-level-tools = debuginfo-level
# Debuginfo level for the test suites run with compiletest.
# FIXME(#61117): Some tests fail when this option is enabled.
#debuginfo-level-tests = 0
# Whether or not `panic!`s generate backtraces (RUST_BACKTRACE)
@ -351,7 +352,7 @@
# harness are debuggable just from logfiles.
#verbose-tests = false
# Flag indicating whether tests are compiled with optimizations (the -O flag)
# Flag indicating whether tests are compiled with optimizations (the -O flag).
#optimize-tests = true
# Flag indicating whether codegen tests will be run or not. If you get an error