@@ -28,6 +28,7 @@ complete -c x.py -n "__fish_use_subcommand" -l dry-run -d 'dry run; don\'t build
2828complete -c x.py -n " __fish_use_subcommand" -l json-output -d ' use message-format=json'
2929complete -c x.py -n " __fish_use_subcommand" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
3030complete -c x.py -n " __fish_use_subcommand" -l enable-bolt-settings -d ' Enable BOLT link flags'
31+ complete -c x.py -n " __fish_use_subcommand" -l skip-stage0-validation -d ' Ignore stage0 compiler validation'
3132complete -c x.py -n " __fish_use_subcommand" -s h -l help -d ' Print help'
3233complete -c x.py -n " __fish_use_subcommand" -f -a " build" -d ' Compile either the compiler or libraries'
3334complete -c x.py -n " __fish_use_subcommand" -f -a " check" -d ' Compile either the compiler or libraries, using cargo check'
@@ -73,6 +74,7 @@ complete -c x.py -n "__fish_seen_subcommand_from build" -l dry-run -d 'dry run;
7374complete -c x.py -n " __fish_seen_subcommand_from build" -l json-output -d ' use message-format=json'
7475complete -c x.py -n " __fish_seen_subcommand_from build" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
7576complete -c x.py -n " __fish_seen_subcommand_from build" -l enable-bolt-settings -d ' Enable BOLT link flags'
77+ complete -c x.py -n " __fish_seen_subcommand_from build" -l skip-stage0-validation -d ' Ignore stage0 compiler validation'
7678complete -c x.py -n " __fish_seen_subcommand_from build" -s h -l help -d ' Print help (see more with \' --help\' )'
7779complete -c x.py -n " __fish_seen_subcommand_from check" -l config -d ' TOML configuration file for build' -r -F
7880complete -c x.py -n " __fish_seen_subcommand_from check" -l build-dir -d ' Build directory, overrides `build.build-dir` in `config.toml`' -r -f -a " (__fish_complete_directories)"
@@ -105,6 +107,7 @@ complete -c x.py -n "__fish_seen_subcommand_from check" -l dry-run -d 'dry run;
105107complete -c x.py -n " __fish_seen_subcommand_from check" -l json-output -d ' use message-format=json'
106108complete -c x.py -n " __fish_seen_subcommand_from check" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
107109complete -c x.py -n " __fish_seen_subcommand_from check" -l enable-bolt-settings -d ' Enable BOLT link flags'
110+ complete -c x.py -n " __fish_seen_subcommand_from check" -l skip-stage0-validation -d ' Ignore stage0 compiler validation'
108111complete -c x.py -n " __fish_seen_subcommand_from check" -s h -l help -d ' Print help (see more with \' --help\' )'
109112complete -c x.py -n " __fish_seen_subcommand_from clippy" -s A -d ' clippy lints to allow' -r
110113complete -c x.py -n " __fish_seen_subcommand_from clippy" -s D -d ' clippy lints to deny' -r
@@ -141,6 +144,7 @@ complete -c x.py -n "__fish_seen_subcommand_from clippy" -l dry-run -d 'dry run;
141144complete -c x.py -n " __fish_seen_subcommand_from clippy" -l json-output -d ' use message-format=json'
142145complete -c x.py -n " __fish_seen_subcommand_from clippy" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
143146complete -c x.py -n " __fish_seen_subcommand_from clippy" -l enable-bolt-settings -d ' Enable BOLT link flags'
147+ complete -c x.py -n " __fish_seen_subcommand_from clippy" -l skip-stage0-validation -d ' Ignore stage0 compiler validation'
144148complete -c x.py -n " __fish_seen_subcommand_from clippy" -s h -l help -d ' Print help (see more with \' --help\' )'
145149complete -c x.py -n " __fish_seen_subcommand_from fix" -l config -d ' TOML configuration file for build' -r -F
146150complete -c x.py -n " __fish_seen_subcommand_from fix" -l build-dir -d ' Build directory, overrides `build.build-dir` in `config.toml`' -r -f -a " (__fish_complete_directories)"
@@ -172,6 +176,7 @@ complete -c x.py -n "__fish_seen_subcommand_from fix" -l dry-run -d 'dry run; do
172176complete -c x.py -n " __fish_seen_subcommand_from fix" -l json-output -d ' use message-format=json'
173177complete -c x.py -n " __fish_seen_subcommand_from fix" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
174178complete -c x.py -n " __fish_seen_subcommand_from fix" -l enable-bolt-settings -d ' Enable BOLT link flags'
179+ complete -c x.py -n " __fish_seen_subcommand_from fix" -l skip-stage0-validation -d ' Ignore stage0 compiler validation'
175180complete -c x.py -n " __fish_seen_subcommand_from fix" -s h -l help -d ' Print help (see more with \' --help\' )'
176181complete -c x.py -n " __fish_seen_subcommand_from fmt" -l config -d ' TOML configuration file for build' -r -F
177182complete -c x.py -n " __fish_seen_subcommand_from fmt" -l build-dir -d ' Build directory, overrides `build.build-dir` in `config.toml`' -r -f -a " (__fish_complete_directories)"
@@ -204,6 +209,7 @@ complete -c x.py -n "__fish_seen_subcommand_from fmt" -l dry-run -d 'dry run; do
204209complete -c x.py -n " __fish_seen_subcommand_from fmt" -l json-output -d ' use message-format=json'
205210complete -c x.py -n " __fish_seen_subcommand_from fmt" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
206211complete -c x.py -n " __fish_seen_subcommand_from fmt" -l enable-bolt-settings -d ' Enable BOLT link flags'
212+ complete -c x.py -n " __fish_seen_subcommand_from fmt" -l skip-stage0-validation -d ' Ignore stage0 compiler validation'
207213complete -c x.py -n " __fish_seen_subcommand_from fmt" -s h -l help -d ' Print help (see more with \' --help\' )'
208214complete -c x.py -n " __fish_seen_subcommand_from doc" -l config -d ' TOML configuration file for build' -r -F
209215complete -c x.py -n " __fish_seen_subcommand_from doc" -l build-dir -d ' Build directory, overrides `build.build-dir` in `config.toml`' -r -f -a " (__fish_complete_directories)"
@@ -237,6 +243,7 @@ complete -c x.py -n "__fish_seen_subcommand_from doc" -l dry-run -d 'dry run; do
237243complete -c x.py -n " __fish_seen_subcommand_from doc" -l json-output -d ' use message-format=json'
238244complete -c x.py -n " __fish_seen_subcommand_from doc" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
239245complete -c x.py -n " __fish_seen_subcommand_from doc" -l enable-bolt-settings -d ' Enable BOLT link flags'
246+ complete -c x.py -n " __fish_seen_subcommand_from doc" -l skip-stage0-validation -d ' Ignore stage0 compiler validation'
240247complete -c x.py -n " __fish_seen_subcommand_from doc" -s h -l help -d ' Print help (see more with \' --help\' )'
241248complete -c x.py -n " __fish_seen_subcommand_from test" -l skip -d ' skips tests matching SUBSTRING, if supported by test tool. May be passed multiple times' -r -F
242249complete -c x.py -n " __fish_seen_subcommand_from test" -l test -args -d ' extra arguments to be passed for the test tool being used (e.g. libtest, compiletest or rustdoc)' -r
@@ -281,6 +288,7 @@ complete -c x.py -n "__fish_seen_subcommand_from test" -l dry-run -d 'dry run; d
281288complete -c x.py -n " __fish_seen_subcommand_from test" -l json-output -d ' use message-format=json'
282289complete -c x.py -n " __fish_seen_subcommand_from test" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
283290complete -c x.py -n " __fish_seen_subcommand_from test" -l enable-bolt-settings -d ' Enable BOLT link flags'
291+ complete -c x.py -n " __fish_seen_subcommand_from test" -l skip-stage0-validation -d ' Ignore stage0 compiler validation'
284292complete -c x.py -n " __fish_seen_subcommand_from test" -s h -l help -d ' Print help (see more with \' --help\' )'
285293complete -c x.py -n " __fish_seen_subcommand_from bench" -l test -args -r
286294complete -c x.py -n " __fish_seen_subcommand_from bench" -l config -d ' TOML configuration file for build' -r -F
@@ -313,6 +321,7 @@ complete -c x.py -n "__fish_seen_subcommand_from bench" -l dry-run -d 'dry run;
313321complete -c x.py -n " __fish_seen_subcommand_from bench" -l json-output -d ' use message-format=json'
314322complete -c x.py -n " __fish_seen_subcommand_from bench" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
315323complete -c x.py -n " __fish_seen_subcommand_from bench" -l enable-bolt-settings -d ' Enable BOLT link flags'
324+ complete -c x.py -n " __fish_seen_subcommand_from bench" -l skip-stage0-validation -d ' Ignore stage0 compiler validation'
316325complete -c x.py -n " __fish_seen_subcommand_from bench" -s h -l help -d ' Print help'
317326complete -c x.py -n " __fish_seen_subcommand_from clean" -l stage -d ' Clean a specific stage without touching other artifacts. By default, every stage is cleaned if this option is not used' -r
318327complete -c x.py -n " __fish_seen_subcommand_from clean" -l config -d ' TOML configuration file for build' -r -F
@@ -345,6 +354,7 @@ complete -c x.py -n "__fish_seen_subcommand_from clean" -l dry-run -d 'dry run;
345354complete -c x.py -n " __fish_seen_subcommand_from clean" -l json-output -d ' use message-format=json'
346355complete -c x.py -n " __fish_seen_subcommand_from clean" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
347356complete -c x.py -n " __fish_seen_subcommand_from clean" -l enable-bolt-settings -d ' Enable BOLT link flags'
357+ complete -c x.py -n " __fish_seen_subcommand_from clean" -l skip-stage0-validation -d ' Ignore stage0 compiler validation'
348358complete -c x.py -n " __fish_seen_subcommand_from clean" -s h -l help -d ' Print help'
349359complete -c x.py -n " __fish_seen_subcommand_from dist" -l config -d ' TOML configuration file for build' -r -F
350360complete -c x.py -n " __fish_seen_subcommand_from dist" -l build-dir -d ' Build directory, overrides `build.build-dir` in `config.toml`' -r -f -a " (__fish_complete_directories)"
@@ -376,6 +386,7 @@ complete -c x.py -n "__fish_seen_subcommand_from dist" -l dry-run -d 'dry run; d
376386complete -c x.py -n " __fish_seen_subcommand_from dist" -l json-output -d ' use message-format=json'
377387complete -c x.py -n " __fish_seen_subcommand_from dist" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
378388complete -c x.py -n " __fish_seen_subcommand_from dist" -l enable-bolt-settings -d ' Enable BOLT link flags'
389+ complete -c x.py -n " __fish_seen_subcommand_from dist" -l skip-stage0-validation -d ' Ignore stage0 compiler validation'
379390complete -c x.py -n " __fish_seen_subcommand_from dist" -s h -l help -d ' Print help'
380391complete -c x.py -n " __fish_seen_subcommand_from install" -l config -d ' TOML configuration file for build' -r -F
381392complete -c x.py -n " __fish_seen_subcommand_from install" -l build-dir -d ' Build directory, overrides `build.build-dir` in `config.toml`' -r -f -a " (__fish_complete_directories)"
@@ -407,6 +418,7 @@ complete -c x.py -n "__fish_seen_subcommand_from install" -l dry-run -d 'dry run
407418complete -c x.py -n " __fish_seen_subcommand_from install" -l json-output -d ' use message-format=json'
408419complete -c x.py -n " __fish_seen_subcommand_from install" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
409420complete -c x.py -n " __fish_seen_subcommand_from install" -l enable-bolt-settings -d ' Enable BOLT link flags'
421+ complete -c x.py -n " __fish_seen_subcommand_from install" -l skip-stage0-validation -d ' Ignore stage0 compiler validation'
410422complete -c x.py -n " __fish_seen_subcommand_from install" -s h -l help -d ' Print help'
411423complete -c x.py -n " __fish_seen_subcommand_from run" -l args -d ' arguments for the tool' -r
412424complete -c x.py -n " __fish_seen_subcommand_from run" -l config -d ' TOML configuration file for build' -r -F
@@ -439,6 +451,7 @@ complete -c x.py -n "__fish_seen_subcommand_from run" -l dry-run -d 'dry run; do
439451complete -c x.py -n " __fish_seen_subcommand_from run" -l json-output -d ' use message-format=json'
440452complete -c x.py -n " __fish_seen_subcommand_from run" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
441453complete -c x.py -n " __fish_seen_subcommand_from run" -l enable-bolt-settings -d ' Enable BOLT link flags'
454+ complete -c x.py -n " __fish_seen_subcommand_from run" -l skip-stage0-validation -d ' Ignore stage0 compiler validation'
442455complete -c x.py -n " __fish_seen_subcommand_from run" -s h -l help -d ' Print help (see more with \' --help\' )'
443456complete -c x.py -n " __fish_seen_subcommand_from setup" -l config -d ' TOML configuration file for build' -r -F
444457complete -c x.py -n " __fish_seen_subcommand_from setup" -l build-dir -d ' Build directory, overrides `build.build-dir` in `config.toml`' -r -f -a " (__fish_complete_directories)"
@@ -470,6 +483,7 @@ complete -c x.py -n "__fish_seen_subcommand_from setup" -l dry-run -d 'dry run;
470483complete -c x.py -n " __fish_seen_subcommand_from setup" -l json-output -d ' use message-format=json'
471484complete -c x.py -n " __fish_seen_subcommand_from setup" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
472485complete -c x.py -n " __fish_seen_subcommand_from setup" -l enable-bolt-settings -d ' Enable BOLT link flags'
486+ complete -c x.py -n " __fish_seen_subcommand_from setup" -l skip-stage0-validation -d ' Ignore stage0 compiler validation'
473487complete -c x.py -n " __fish_seen_subcommand_from setup" -s h -l help -d ' Print help (see more with \' --help\' )'
474488complete -c x.py -n " __fish_seen_subcommand_from suggest" -l config -d ' TOML configuration file for build' -r -F
475489complete -c x.py -n " __fish_seen_subcommand_from suggest" -l build-dir -d ' Build directory, overrides `build.build-dir` in `config.toml`' -r -f -a " (__fish_complete_directories)"
@@ -502,4 +516,5 @@ complete -c x.py -n "__fish_seen_subcommand_from suggest" -l dry-run -d 'dry run
502516complete -c x.py -n " __fish_seen_subcommand_from suggest" -l json-output -d ' use message-format=json'
503517complete -c x.py -n " __fish_seen_subcommand_from suggest" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
504518complete -c x.py -n " __fish_seen_subcommand_from suggest" -l enable-bolt-settings -d ' Enable BOLT link flags'
519+ complete -c x.py -n " __fish_seen_subcommand_from suggest" -l skip-stage0-validation -d ' Ignore stage0 compiler validation'
505520complete -c x.py -n " __fish_seen_subcommand_from suggest" -s h -l help -d ' Print help (see more with \' --help\' )'
0 commit comments