Rollup merge of #77624 - akoptelov:c-all-targets-fix, r=jyn514
Add c as a shorthand check alternative for new options #77603 There is a missing "c" that is a shorthand for "check" in newly added match arm for handling check-specific options.
This commit is contained in:
commit
f600154be6
@ -254,7 +254,7 @@ pub fn parse(args: &[String]) -> Flags {
|
||||
`/<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