We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rust.verbose-tests
config.example.toml
1 parent 19b8f9e commit 13ea104Copy full SHA for 13ea104
config.example.toml
@@ -641,7 +641,7 @@
641
#stack-protector = "none"
642
643
# Prints each test name as it is executed, to help debug issues in the test harness itself.
644
-#verbose-tests = false
+#verbose-tests = if is_verbose { true } else { false }
645
646
# Flag indicating whether tests are compiled with optimizations (the -O flag).
647
#optimize-tests = true
0 commit comments