Skip to content

Commit db46f43

Browse files
committed
Add c as a shorthand check alternative for new options #77603
1 parent 08e2d46 commit db46f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/flags.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ To learn more about a subcommand, run `./x.py <subcommand> -h`",
253253
`/<build_base>/rustfix_missing_coverage.txt`",
254254
);
255255
}
256-
"check" => {
256+
"check" | "c" => {
257257
opts.optflag("", "all-targets", "Check all targets");
258258
}
259259
"bench" => {

0 commit comments

Comments
 (0)