mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 23:34:48 +00:00
compiletest: Update mode list displayed in --help
This commit is contained in:
parent
5ebec91abb
commit
bb6aac3813
@ -70,7 +70,8 @@ pub fn parse_config(args: Vec<String>) -> Config {
|
||||
"",
|
||||
"mode",
|
||||
"which sort of compile tests to run",
|
||||
"(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 \
|
||||
codegen-units | incremental | run-make | ui | js-doc-test | mir-opt | assembly",
|
||||
)
|
||||
.optopt(
|
||||
"",
|
||||
|
Loading…
Reference in New Issue
Block a user