mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-09 00:17:44 +00:00
Add c as a shorthand check alternative for new options #77603
This commit is contained in:
parent
08e2d46166
commit
db46f43977
@ -253,7 +253,7 @@ To learn more about a subcommand, run `./x.py <subcommand> -h`",
|
||||
`/<build_base>/rustfix_missing_coverage.txt`",
|
||||
);
|
||||
}
|
||||
"check" => {
|
||||
"check" | "c" => {
|
||||
opts.optflag("", "all-targets", "Check all targets");
|
||||
}
|
||||
"bench" => {
|
||||
|
Loading…
Reference in New Issue
Block a user