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.
--help
1 parent 5ebec91 commit bb6aac3Copy full SHA for bb6aac3
src/tools/compiletest/src/main.rs
@@ -70,7 +70,8 @@ pub fn parse_config(args: Vec<String>) -> Config {
70
"",
71
"mode",
72
"which sort of compile tests to run",
73
- "(compile-fail|run-fail|run-pass-valgrind|pretty|debug-info|incremental|mir-opt)",
+ "compile-fail | run-fail | run-pass-valgrind | pretty | debug-info | codegen | rustdoc \
74
+ codegen-units | incremental | run-make | ui | js-doc-test | mir-opt | assembly",
75
)
76
.optopt(
77
0 commit comments