From db46f43977c50f1dcbc612cd950245cad1c07fcc Mon Sep 17 00:00:00 2001 From: Alexander Koptelov Date: Tue, 6 Oct 2020 22:04:14 +0300 Subject: [PATCH] Add c as a shorthand check alternative for new options #77603 --- src/bootstrap/flags.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bootstrap/flags.rs b/src/bootstrap/flags.rs index c1a9d4fcd23fe..f27d027f310ad 100644 --- a/src/bootstrap/flags.rs +++ b/src/bootstrap/flags.rs @@ -253,7 +253,7 @@ To learn more about a subcommand, run `./x.py -h`", `//rustfix_missing_coverage.txt`", ); } - "check" => { + "check" | "c" => { opts.optflag("", "all-targets", "Check all targets"); } "bench" => {