@@ -25,6 +25,7 @@ complete -c x.py -n "__fish_use_subcommand" -s v -l verbose -d 'use verbose outp
2525complete -c x.py -n " __fish_use_subcommand" -s i -l incremental -d ' use incremental compilation'
2626complete -c x.py -n " __fish_use_subcommand" -l include-default-paths -d ' include default paths in addition to the provided ones'
2727complete -c x.py -n " __fish_use_subcommand" -l dry-run -d ' dry run; don\' t build anything'
28+ complete -c x.py -n " __fish_use_subcommand" -l dump-bootstrap-shims -d ' Indicates whether to dump the work done from bootstrap shims'
2829complete -c x.py -n " __fish_use_subcommand" -l json-output -d ' use message-format=json'
2930complete -c x.py -n " __fish_use_subcommand" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
3031complete -c x.py -n " __fish_use_subcommand" -l enable-bolt-settings -d ' Enable BOLT link flags'
@@ -71,6 +72,7 @@ complete -c x.py -n "__fish_seen_subcommand_from build" -s v -l verbose -d 'use
7172complete -c x.py -n " __fish_seen_subcommand_from build" -s i -l incremental -d ' use incremental compilation'
7273complete -c x.py -n " __fish_seen_subcommand_from build" -l include-default-paths -d ' include default paths in addition to the provided ones'
7374complete -c x.py -n " __fish_seen_subcommand_from build" -l dry-run -d ' dry run; don\' t build anything'
75+ complete -c x.py -n " __fish_seen_subcommand_from build" -l dump-bootstrap-shims -d ' Indicates whether to dump the work done from bootstrap shims'
7476complete -c x.py -n " __fish_seen_subcommand_from build" -l json-output -d ' use message-format=json'
7577complete -c x.py -n " __fish_seen_subcommand_from build" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
7678complete -c x.py -n " __fish_seen_subcommand_from build" -l enable-bolt-settings -d ' Enable BOLT link flags'
@@ -104,6 +106,7 @@ complete -c x.py -n "__fish_seen_subcommand_from check" -s v -l verbose -d 'use
104106complete -c x.py -n " __fish_seen_subcommand_from check" -s i -l incremental -d ' use incremental compilation'
105107complete -c x.py -n " __fish_seen_subcommand_from check" -l include-default-paths -d ' include default paths in addition to the provided ones'
106108complete -c x.py -n " __fish_seen_subcommand_from check" -l dry-run -d ' dry run; don\' t build anything'
109+ complete -c x.py -n " __fish_seen_subcommand_from check" -l dump-bootstrap-shims -d ' Indicates whether to dump the work done from bootstrap shims'
107110complete -c x.py -n " __fish_seen_subcommand_from check" -l json-output -d ' use message-format=json'
108111complete -c x.py -n " __fish_seen_subcommand_from check" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
109112complete -c x.py -n " __fish_seen_subcommand_from check" -l enable-bolt-settings -d ' Enable BOLT link flags'
@@ -141,6 +144,7 @@ complete -c x.py -n "__fish_seen_subcommand_from clippy" -s v -l verbose -d 'use
141144complete -c x.py -n " __fish_seen_subcommand_from clippy" -s i -l incremental -d ' use incremental compilation'
142145complete -c x.py -n " __fish_seen_subcommand_from clippy" -l include-default-paths -d ' include default paths in addition to the provided ones'
143146complete -c x.py -n " __fish_seen_subcommand_from clippy" -l dry-run -d ' dry run; don\' t build anything'
147+ complete -c x.py -n " __fish_seen_subcommand_from clippy" -l dump-bootstrap-shims -d ' Indicates whether to dump the work done from bootstrap shims'
144148complete -c x.py -n " __fish_seen_subcommand_from clippy" -l json-output -d ' use message-format=json'
145149complete -c x.py -n " __fish_seen_subcommand_from clippy" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
146150complete -c x.py -n " __fish_seen_subcommand_from clippy" -l enable-bolt-settings -d ' Enable BOLT link flags'
@@ -173,6 +177,7 @@ complete -c x.py -n "__fish_seen_subcommand_from fix" -s v -l verbose -d 'use ve
173177complete -c x.py -n " __fish_seen_subcommand_from fix" -s i -l incremental -d ' use incremental compilation'
174178complete -c x.py -n " __fish_seen_subcommand_from fix" -l include-default-paths -d ' include default paths in addition to the provided ones'
175179complete -c x.py -n " __fish_seen_subcommand_from fix" -l dry-run -d ' dry run; don\' t build anything'
180+ complete -c x.py -n " __fish_seen_subcommand_from fix" -l dump-bootstrap-shims -d ' Indicates whether to dump the work done from bootstrap shims'
176181complete -c x.py -n " __fish_seen_subcommand_from fix" -l json-output -d ' use message-format=json'
177182complete -c x.py -n " __fish_seen_subcommand_from fix" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
178183complete -c x.py -n " __fish_seen_subcommand_from fix" -l enable-bolt-settings -d ' Enable BOLT link flags'
@@ -206,6 +211,7 @@ complete -c x.py -n "__fish_seen_subcommand_from fmt" -s v -l verbose -d 'use ve
206211complete -c x.py -n " __fish_seen_subcommand_from fmt" -s i -l incremental -d ' use incremental compilation'
207212complete -c x.py -n " __fish_seen_subcommand_from fmt" -l include-default-paths -d ' include default paths in addition to the provided ones'
208213complete -c x.py -n " __fish_seen_subcommand_from fmt" -l dry-run -d ' dry run; don\' t build anything'
214+ complete -c x.py -n " __fish_seen_subcommand_from fmt" -l dump-bootstrap-shims -d ' Indicates whether to dump the work done from bootstrap shims'
209215complete -c x.py -n " __fish_seen_subcommand_from fmt" -l json-output -d ' use message-format=json'
210216complete -c x.py -n " __fish_seen_subcommand_from fmt" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
211217complete -c x.py -n " __fish_seen_subcommand_from fmt" -l enable-bolt-settings -d ' Enable BOLT link flags'
@@ -240,6 +246,7 @@ complete -c x.py -n "__fish_seen_subcommand_from doc" -s v -l verbose -d 'use ve
240246complete -c x.py -n " __fish_seen_subcommand_from doc" -s i -l incremental -d ' use incremental compilation'
241247complete -c x.py -n " __fish_seen_subcommand_from doc" -l include-default-paths -d ' include default paths in addition to the provided ones'
242248complete -c x.py -n " __fish_seen_subcommand_from doc" -l dry-run -d ' dry run; don\' t build anything'
249+ complete -c x.py -n " __fish_seen_subcommand_from doc" -l dump-bootstrap-shims -d ' Indicates whether to dump the work done from bootstrap shims'
243250complete -c x.py -n " __fish_seen_subcommand_from doc" -l json-output -d ' use message-format=json'
244251complete -c x.py -n " __fish_seen_subcommand_from doc" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
245252complete -c x.py -n " __fish_seen_subcommand_from doc" -l enable-bolt-settings -d ' Enable BOLT link flags'
@@ -285,6 +292,7 @@ complete -c x.py -n "__fish_seen_subcommand_from test" -s v -l verbose -d 'use v
285292complete -c x.py -n " __fish_seen_subcommand_from test" -s i -l incremental -d ' use incremental compilation'
286293complete -c x.py -n " __fish_seen_subcommand_from test" -l include-default-paths -d ' include default paths in addition to the provided ones'
287294complete -c x.py -n " __fish_seen_subcommand_from test" -l dry-run -d ' dry run; don\' t build anything'
295+ complete -c x.py -n " __fish_seen_subcommand_from test" -l dump-bootstrap-shims -d ' Indicates whether to dump the work done from bootstrap shims'
288296complete -c x.py -n " __fish_seen_subcommand_from test" -l json-output -d ' use message-format=json'
289297complete -c x.py -n " __fish_seen_subcommand_from test" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
290298complete -c x.py -n " __fish_seen_subcommand_from test" -l enable-bolt-settings -d ' Enable BOLT link flags'
@@ -318,6 +326,7 @@ complete -c x.py -n "__fish_seen_subcommand_from bench" -s v -l verbose -d 'use
318326complete -c x.py -n " __fish_seen_subcommand_from bench" -s i -l incremental -d ' use incremental compilation'
319327complete -c x.py -n " __fish_seen_subcommand_from bench" -l include-default-paths -d ' include default paths in addition to the provided ones'
320328complete -c x.py -n " __fish_seen_subcommand_from bench" -l dry-run -d ' dry run; don\' t build anything'
329+ complete -c x.py -n " __fish_seen_subcommand_from bench" -l dump-bootstrap-shims -d ' Indicates whether to dump the work done from bootstrap shims'
321330complete -c x.py -n " __fish_seen_subcommand_from bench" -l json-output -d ' use message-format=json'
322331complete -c x.py -n " __fish_seen_subcommand_from bench" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
323332complete -c x.py -n " __fish_seen_subcommand_from bench" -l enable-bolt-settings -d ' Enable BOLT link flags'
@@ -351,6 +360,7 @@ complete -c x.py -n "__fish_seen_subcommand_from clean" -s v -l verbose -d 'use
351360complete -c x.py -n " __fish_seen_subcommand_from clean" -s i -l incremental -d ' use incremental compilation'
352361complete -c x.py -n " __fish_seen_subcommand_from clean" -l include-default-paths -d ' include default paths in addition to the provided ones'
353362complete -c x.py -n " __fish_seen_subcommand_from clean" -l dry-run -d ' dry run; don\' t build anything'
363+ complete -c x.py -n " __fish_seen_subcommand_from clean" -l dump-bootstrap-shims -d ' Indicates whether to dump the work done from bootstrap shims'
354364complete -c x.py -n " __fish_seen_subcommand_from clean" -l json-output -d ' use message-format=json'
355365complete -c x.py -n " __fish_seen_subcommand_from clean" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
356366complete -c x.py -n " __fish_seen_subcommand_from clean" -l enable-bolt-settings -d ' Enable BOLT link flags'
@@ -383,6 +393,7 @@ complete -c x.py -n "__fish_seen_subcommand_from dist" -s v -l verbose -d 'use v
383393complete -c x.py -n " __fish_seen_subcommand_from dist" -s i -l incremental -d ' use incremental compilation'
384394complete -c x.py -n " __fish_seen_subcommand_from dist" -l include-default-paths -d ' include default paths in addition to the provided ones'
385395complete -c x.py -n " __fish_seen_subcommand_from dist" -l dry-run -d ' dry run; don\' t build anything'
396+ complete -c x.py -n " __fish_seen_subcommand_from dist" -l dump-bootstrap-shims -d ' Indicates whether to dump the work done from bootstrap shims'
386397complete -c x.py -n " __fish_seen_subcommand_from dist" -l json-output -d ' use message-format=json'
387398complete -c x.py -n " __fish_seen_subcommand_from dist" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
388399complete -c x.py -n " __fish_seen_subcommand_from dist" -l enable-bolt-settings -d ' Enable BOLT link flags'
@@ -415,6 +426,7 @@ complete -c x.py -n "__fish_seen_subcommand_from install" -s v -l verbose -d 'us
415426complete -c x.py -n " __fish_seen_subcommand_from install" -s i -l incremental -d ' use incremental compilation'
416427complete -c x.py -n " __fish_seen_subcommand_from install" -l include-default-paths -d ' include default paths in addition to the provided ones'
417428complete -c x.py -n " __fish_seen_subcommand_from install" -l dry-run -d ' dry run; don\' t build anything'
429+ complete -c x.py -n " __fish_seen_subcommand_from install" -l dump-bootstrap-shims -d ' Indicates whether to dump the work done from bootstrap shims'
418430complete -c x.py -n " __fish_seen_subcommand_from install" -l json-output -d ' use message-format=json'
419431complete -c x.py -n " __fish_seen_subcommand_from install" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
420432complete -c x.py -n " __fish_seen_subcommand_from install" -l enable-bolt-settings -d ' Enable BOLT link flags'
@@ -448,6 +460,7 @@ complete -c x.py -n "__fish_seen_subcommand_from run" -s v -l verbose -d 'use ve
448460complete -c x.py -n " __fish_seen_subcommand_from run" -s i -l incremental -d ' use incremental compilation'
449461complete -c x.py -n " __fish_seen_subcommand_from run" -l include-default-paths -d ' include default paths in addition to the provided ones'
450462complete -c x.py -n " __fish_seen_subcommand_from run" -l dry-run -d ' dry run; don\' t build anything'
463+ complete -c x.py -n " __fish_seen_subcommand_from run" -l dump-bootstrap-shims -d ' Indicates whether to dump the work done from bootstrap shims'
451464complete -c x.py -n " __fish_seen_subcommand_from run" -l json-output -d ' use message-format=json'
452465complete -c x.py -n " __fish_seen_subcommand_from run" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
453466complete -c x.py -n " __fish_seen_subcommand_from run" -l enable-bolt-settings -d ' Enable BOLT link flags'
@@ -480,6 +493,7 @@ complete -c x.py -n "__fish_seen_subcommand_from setup" -s v -l verbose -d 'use
480493complete -c x.py -n " __fish_seen_subcommand_from setup" -s i -l incremental -d ' use incremental compilation'
481494complete -c x.py -n " __fish_seen_subcommand_from setup" -l include-default-paths -d ' include default paths in addition to the provided ones'
482495complete -c x.py -n " __fish_seen_subcommand_from setup" -l dry-run -d ' dry run; don\' t build anything'
496+ complete -c x.py -n " __fish_seen_subcommand_from setup" -l dump-bootstrap-shims -d ' Indicates whether to dump the work done from bootstrap shims'
483497complete -c x.py -n " __fish_seen_subcommand_from setup" -l json-output -d ' use message-format=json'
484498complete -c x.py -n " __fish_seen_subcommand_from setup" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
485499complete -c x.py -n " __fish_seen_subcommand_from setup" -l enable-bolt-settings -d ' Enable BOLT link flags'
@@ -513,6 +527,7 @@ complete -c x.py -n "__fish_seen_subcommand_from suggest" -s v -l verbose -d 'us
513527complete -c x.py -n " __fish_seen_subcommand_from suggest" -s i -l incremental -d ' use incremental compilation'
514528complete -c x.py -n " __fish_seen_subcommand_from suggest" -l include-default-paths -d ' include default paths in addition to the provided ones'
515529complete -c x.py -n " __fish_seen_subcommand_from suggest" -l dry-run -d ' dry run; don\' t build anything'
530+ complete -c x.py -n " __fish_seen_subcommand_from suggest" -l dump-bootstrap-shims -d ' Indicates whether to dump the work done from bootstrap shims'
516531complete -c x.py -n " __fish_seen_subcommand_from suggest" -l json-output -d ' use message-format=json'
517532complete -c x.py -n " __fish_seen_subcommand_from suggest" -l llvm-profile-generate -d ' generate PGO profile with llvm built for rustc'
518533complete -c x.py -n " __fish_seen_subcommand_from suggest" -l enable-bolt-settings -d ' Enable BOLT link flags'
0 commit comments