]> git.lizzy.rs Git - rust.git/blobdiff - config.toml.example
Update CodeMap tests after changing FileMap construction.
[rust.git] / config.toml.example
index a72217e0e2167135519280d057155aac129352b2..0578f929224d99a0cbbaf97e64a2f29477dc7b60 100644 (file)
 # desired in distributions, for example.
 #rpath = true
 
-# Suppresses extraneous output from tests to ensure the output of the test
-# harness is relatively clean.
-#quiet-tests = true
+# Emits extraneous output from tests to ensure that failures of the test
+# harness are debuggable just from logfiles.
+#verbose-tests = false
 
 # Flag indicating whether tests are compiled with optimizations (the -O flag) or
 # with debuginfo (the -g flag)
 # rustc to execute.
 #lld = false
 
+# Indicates whether some LLVM tools, like llvm-objdump, will be made available in the
+# sysroot.
+#llvm-tools = false
+
 # Whether to deny warnings in crates
 #deny-warnings = true