Skip to content

Commit ae1075b

Browse files
committed
Update description for flag
1 parent 87958ad commit ae1075b

File tree

7 files changed

+139
-139
lines changed

7 files changed

+139
-139
lines changed

src/bootstrap/src/core/config/flags.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ pub struct Flags {
133133
/// use message-format=json
134134
pub json_output: bool,
135135
#[arg(global = true, long)]
136-
/// use --compile-time-deps
136+
/// only build proc-macros and build scripts (for rust-analyzer)
137137
pub compile_time_deps: bool,
138138

139139
#[arg(global = true, long, value_name = "STYLE")]

src/etc/completions/x.fish

Lines changed: 23 additions & 23 deletions
Large diffs are not rendered by default.

src/etc/completions/x.ps1

Lines changed: 23 additions & 23 deletions
Large diffs are not rendered by default.

src/etc/completions/x.py.fish

Lines changed: 23 additions & 23 deletions
Large diffs are not rendered by default.

src/etc/completions/x.py.ps1

Lines changed: 23 additions & 23 deletions
Large diffs are not rendered by default.

src/etc/completions/x.py.zsh

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ _x.py() {
4646
'--dry-run[dry run; don'\''t build anything]' \
4747
'--dump-bootstrap-shims[Indicates whether to dump the work done from bootstrap shims]' \
4848
'--json-output[use message-format=json]' \
49-
'--compile-time-deps[use --compile-time-deps]' \
49+
'--compile-time-deps[only build proc-macros and build scripts (for rust-analyzer)]' \
5050
'--bypass-bootstrap-lock[Bootstrap uses this value to decide whether it should bypass locking the build process. This is rarely needed (e.g., compiling the std library for different targets in parallel)]' \
5151
'--llvm-profile-generate[generate PGO profile with llvm built for rustc]' \
5252
'--enable-bolt-settings[Enable BOLT link flags]' \
@@ -98,7 +98,7 @@ _arguments "${_arguments_options[@]}" : \
9898
'--dry-run[dry run; don'\''t build anything]' \
9999
'--dump-bootstrap-shims[Indicates whether to dump the work done from bootstrap shims]' \
100100
'--json-output[use message-format=json]' \
101-
'--compile-time-deps[use --compile-time-deps]' \
101+
'--compile-time-deps[only build proc-macros and build scripts (for rust-analyzer)]' \
102102
'--bypass-bootstrap-lock[Bootstrap uses this value to decide whether it should bypass locking the build process. This is rarely needed (e.g., compiling the std library for different targets in parallel)]' \
103103
'--llvm-profile-generate[generate PGO profile with llvm built for rustc]' \
104104
'--enable-bolt-settings[Enable BOLT link flags]' \
@@ -143,7 +143,7 @@ _arguments "${_arguments_options[@]}" : \
143143
'--dry-run[dry run; don'\''t build anything]' \
144144
'--dump-bootstrap-shims[Indicates whether to dump the work done from bootstrap shims]' \
145145
'--json-output[use message-format=json]' \
146-
'--compile-time-deps[use --compile-time-deps]' \
146+
'--compile-time-deps[only build proc-macros and build scripts (for rust-analyzer)]' \
147147
'--bypass-bootstrap-lock[Bootstrap uses this value to decide whether it should bypass locking the build process. This is rarely needed (e.g., compiling the std library for different targets in parallel)]' \
148148
'--llvm-profile-generate[generate PGO profile with llvm built for rustc]' \
149149
'--enable-bolt-settings[Enable BOLT link flags]' \
@@ -194,7 +194,7 @@ _arguments "${_arguments_options[@]}" : \
194194
'--dry-run[dry run; don'\''t build anything]' \
195195
'--dump-bootstrap-shims[Indicates whether to dump the work done from bootstrap shims]' \
196196
'--json-output[use message-format=json]' \
197-
'--compile-time-deps[use --compile-time-deps]' \
197+
'--compile-time-deps[only build proc-macros and build scripts (for rust-analyzer)]' \
198198
'--bypass-bootstrap-lock[Bootstrap uses this value to decide whether it should bypass locking the build process. This is rarely needed (e.g., compiling the std library for different targets in parallel)]' \
199199
'--llvm-profile-generate[generate PGO profile with llvm built for rustc]' \
200200
'--enable-bolt-settings[Enable BOLT link flags]' \
@@ -238,7 +238,7 @@ _arguments "${_arguments_options[@]}" : \
238238
'--dry-run[dry run; don'\''t build anything]' \
239239
'--dump-bootstrap-shims[Indicates whether to dump the work done from bootstrap shims]' \
240240
'--json-output[use message-format=json]' \
241-
'--compile-time-deps[use --compile-time-deps]' \
241+
'--compile-time-deps[only build proc-macros and build scripts (for rust-analyzer)]' \
242242
'--bypass-bootstrap-lock[Bootstrap uses this value to decide whether it should bypass locking the build process. This is rarely needed (e.g., compiling the std library for different targets in parallel)]' \
243243
'--llvm-profile-generate[generate PGO profile with llvm built for rustc]' \
244244
'--enable-bolt-settings[Enable BOLT link flags]' \
@@ -284,7 +284,7 @@ _arguments "${_arguments_options[@]}" : \
284284
'--dry-run[dry run; don'\''t build anything]' \
285285
'--dump-bootstrap-shims[Indicates whether to dump the work done from bootstrap shims]' \
286286
'--json-output[use message-format=json]' \
287-
'--compile-time-deps[use --compile-time-deps]' \
287+
'--compile-time-deps[only build proc-macros and build scripts (for rust-analyzer)]' \
288288
'--bypass-bootstrap-lock[Bootstrap uses this value to decide whether it should bypass locking the build process. This is rarely needed (e.g., compiling the std library for different targets in parallel)]' \
289289
'--llvm-profile-generate[generate PGO profile with llvm built for rustc]' \
290290
'--enable-bolt-settings[Enable BOLT link flags]' \
@@ -330,7 +330,7 @@ _arguments "${_arguments_options[@]}" : \
330330
'--dry-run[dry run; don'\''t build anything]' \
331331
'--dump-bootstrap-shims[Indicates whether to dump the work done from bootstrap shims]' \
332332
'--json-output[use message-format=json]' \
333-
'--compile-time-deps[use --compile-time-deps]' \
333+
'--compile-time-deps[only build proc-macros and build scripts (for rust-analyzer)]' \
334334
'--bypass-bootstrap-lock[Bootstrap uses this value to decide whether it should bypass locking the build process. This is rarely needed (e.g., compiling the std library for different targets in parallel)]' \
335335
'--llvm-profile-generate[generate PGO profile with llvm built for rustc]' \
336336
'--enable-bolt-settings[Enable BOLT link flags]' \
@@ -388,7 +388,7 @@ _arguments "${_arguments_options[@]}" : \
388388
'--dry-run[dry run; don'\''t build anything]' \
389389
'--dump-bootstrap-shims[Indicates whether to dump the work done from bootstrap shims]' \
390390
'--json-output[use message-format=json]' \
391-
'--compile-time-deps[use --compile-time-deps]' \
391+
'--compile-time-deps[only build proc-macros and build scripts (for rust-analyzer)]' \
392392
'--bypass-bootstrap-lock[Bootstrap uses this value to decide whether it should bypass locking the build process. This is rarely needed (e.g., compiling the std library for different targets in parallel)]' \
393393
'--llvm-profile-generate[generate PGO profile with llvm built for rustc]' \
394394
'--enable-bolt-settings[Enable BOLT link flags]' \
@@ -436,7 +436,7 @@ _arguments "${_arguments_options[@]}" : \
436436
'--dry-run[dry run; don'\''t build anything]' \
437437
'--dump-bootstrap-shims[Indicates whether to dump the work done from bootstrap shims]' \
438438
'--json-output[use message-format=json]' \
439-
'--compile-time-deps[use --compile-time-deps]' \
439+
'--compile-time-deps[only build proc-macros and build scripts (for rust-analyzer)]' \
440440
'--bypass-bootstrap-lock[Bootstrap uses this value to decide whether it should bypass locking the build process. This is rarely needed (e.g., compiling the std library for different targets in parallel)]' \
441441
'--llvm-profile-generate[generate PGO profile with llvm built for rustc]' \
442442
'--enable-bolt-settings[Enable BOLT link flags]' \
@@ -481,7 +481,7 @@ _arguments "${_arguments_options[@]}" : \
481481
'--dry-run[dry run; don'\''t build anything]' \
482482
'--dump-bootstrap-shims[Indicates whether to dump the work done from bootstrap shims]' \
483483
'--json-output[use message-format=json]' \
484-
'--compile-time-deps[use --compile-time-deps]' \
484+
'--compile-time-deps[only build proc-macros and build scripts (for rust-analyzer)]' \
485485
'--bypass-bootstrap-lock[Bootstrap uses this value to decide whether it should bypass locking the build process. This is rarely needed (e.g., compiling the std library for different targets in parallel)]' \
486486
'--llvm-profile-generate[generate PGO profile with llvm built for rustc]' \
487487
'--enable-bolt-settings[Enable BOLT link flags]' \
@@ -526,7 +526,7 @@ _arguments "${_arguments_options[@]}" : \
526526
'--dry-run[dry run; don'\''t build anything]' \
527527
'--dump-bootstrap-shims[Indicates whether to dump the work done from bootstrap shims]' \
528528
'--json-output[use message-format=json]' \
529-
'--compile-time-deps[use --compile-time-deps]' \
529+
'--compile-time-deps[only build proc-macros and build scripts (for rust-analyzer)]' \
530530
'--bypass-bootstrap-lock[Bootstrap uses this value to decide whether it should bypass locking the build process. This is rarely needed (e.g., compiling the std library for different targets in parallel)]' \
531531
'--llvm-profile-generate[generate PGO profile with llvm built for rustc]' \
532532
'--enable-bolt-settings[Enable BOLT link flags]' \
@@ -570,7 +570,7 @@ _arguments "${_arguments_options[@]}" : \
570570
'--dry-run[dry run; don'\''t build anything]' \
571571
'--dump-bootstrap-shims[Indicates whether to dump the work done from bootstrap shims]' \
572572
'--json-output[use message-format=json]' \
573-
'--compile-time-deps[use --compile-time-deps]' \
573+
'--compile-time-deps[only build proc-macros and build scripts (for rust-analyzer)]' \
574574
'--bypass-bootstrap-lock[Bootstrap uses this value to decide whether it should bypass locking the build process. This is rarely needed (e.g., compiling the std library for different targets in parallel)]' \
575575
'--llvm-profile-generate[generate PGO profile with llvm built for rustc]' \
576576
'--enable-bolt-settings[Enable BOLT link flags]' \
@@ -614,7 +614,7 @@ _arguments "${_arguments_options[@]}" : \
614614
'--dry-run[dry run; don'\''t build anything]' \
615615
'--dump-bootstrap-shims[Indicates whether to dump the work done from bootstrap shims]' \
616616
'--json-output[use message-format=json]' \
617-
'--compile-time-deps[use --compile-time-deps]' \
617+
'--compile-time-deps[only build proc-macros and build scripts (for rust-analyzer)]' \
618618
'--bypass-bootstrap-lock[Bootstrap uses this value to decide whether it should bypass locking the build process. This is rarely needed (e.g., compiling the std library for different targets in parallel)]' \
619619
'--llvm-profile-generate[generate PGO profile with llvm built for rustc]' \
620620
'--enable-bolt-settings[Enable BOLT link flags]' \
@@ -659,7 +659,7 @@ _arguments "${_arguments_options[@]}" : \
659659
'--dry-run[dry run; don'\''t build anything]' \
660660
'--dump-bootstrap-shims[Indicates whether to dump the work done from bootstrap shims]' \
661661
'--json-output[use message-format=json]' \
662-
'--compile-time-deps[use --compile-time-deps]' \
662+
'--compile-time-deps[only build proc-macros and build scripts (for rust-analyzer)]' \
663663
'--bypass-bootstrap-lock[Bootstrap uses this value to decide whether it should bypass locking the build process. This is rarely needed (e.g., compiling the std library for different targets in parallel)]' \
664664
'--llvm-profile-generate[generate PGO profile with llvm built for rustc]' \
665665
'--enable-bolt-settings[Enable BOLT link flags]' \
@@ -703,7 +703,7 @@ _arguments "${_arguments_options[@]}" : \
703703
'--dry-run[dry run; don'\''t build anything]' \
704704
'--dump-bootstrap-shims[Indicates whether to dump the work done from bootstrap shims]' \
705705
'--json-output[use message-format=json]' \
706-
'--compile-time-deps[use --compile-time-deps]' \
706+
'--compile-time-deps[only build proc-macros and build scripts (for rust-analyzer)]' \
707707
'--bypass-bootstrap-lock[Bootstrap uses this value to decide whether it should bypass locking the build process. This is rarely needed (e.g., compiling the std library for different targets in parallel)]' \
708708
'--llvm-profile-generate[generate PGO profile with llvm built for rustc]' \
709709
'--enable-bolt-settings[Enable BOLT link flags]' \
@@ -749,7 +749,7 @@ _arguments "${_arguments_options[@]}" : \
749749
'--dry-run[dry run; don'\''t build anything]' \
750750
'--dump-bootstrap-shims[Indicates whether to dump the work done from bootstrap shims]' \
751751
'--json-output[use message-format=json]' \
752-
'--compile-time-deps[use --compile-time-deps]' \
752+
'--compile-time-deps[only build proc-macros and build scripts (for rust-analyzer)]' \
753753
'--bypass-bootstrap-lock[Bootstrap uses this value to decide whether it should bypass locking the build process. This is rarely needed (e.g., compiling the std library for different targets in parallel)]' \
754754
'--llvm-profile-generate[generate PGO profile with llvm built for rustc]' \
755755
'--enable-bolt-settings[Enable BOLT link flags]' \
@@ -795,7 +795,7 @@ _arguments "${_arguments_options[@]}" : \
795795
'--dry-run[dry run; don'\''t build anything]' \
796796
'--dump-bootstrap-shims[Indicates whether to dump the work done from bootstrap shims]' \
797797
'--json-output[use message-format=json]' \
798-
'--compile-time-deps[use --compile-time-deps]' \
798+
'--compile-time-deps[only build proc-macros and build scripts (for rust-analyzer)]' \
799799
'--bypass-bootstrap-lock[Bootstrap uses this value to decide whether it should bypass locking the build process. This is rarely needed (e.g., compiling the std library for different targets in parallel)]' \
800800
'--llvm-profile-generate[generate PGO profile with llvm built for rustc]' \
801801
'--enable-bolt-settings[Enable BOLT link flags]' \
@@ -839,7 +839,7 @@ _arguments "${_arguments_options[@]}" : \
839839
'--dry-run[dry run; don'\''t build anything]' \
840840
'--dump-bootstrap-shims[Indicates whether to dump the work done from bootstrap shims]' \
841841
'--json-output[use message-format=json]' \
842-
'--compile-time-deps[use --compile-time-deps]' \
842+
'--compile-time-deps[only build proc-macros and build scripts (for rust-analyzer)]' \
843843
'--bypass-bootstrap-lock[Bootstrap uses this value to decide whether it should bypass locking the build process. This is rarely needed (e.g., compiling the std library for different targets in parallel)]' \
844844
'--llvm-profile-generate[generate PGO profile with llvm built for rustc]' \
845845
'--enable-bolt-settings[Enable BOLT link flags]' \
@@ -895,7 +895,7 @@ _arguments "${_arguments_options[@]}" : \
895895
'--dry-run[dry run; don'\''t build anything]' \
896896
'--dump-bootstrap-shims[Indicates whether to dump the work done from bootstrap shims]' \
897897
'--json-output[use message-format=json]' \
898-
'--compile-time-deps[use --compile-time-deps]' \
898+
'--compile-time-deps[only build proc-macros and build scripts (for rust-analyzer)]' \
899899
'--bypass-bootstrap-lock[Bootstrap uses this value to decide whether it should bypass locking the build process. This is rarely needed (e.g., compiling the std library for different targets in parallel)]' \
900900
'--llvm-profile-generate[generate PGO profile with llvm built for rustc]' \
901901
'--enable-bolt-settings[Enable BOLT link flags]' \
@@ -942,7 +942,7 @@ _arguments "${_arguments_options[@]}" : \
942942
'--dry-run[dry run; don'\''t build anything]' \
943943
'--dump-bootstrap-shims[Indicates whether to dump the work done from bootstrap shims]' \
944944
'--json-output[use message-format=json]' \
945-
'--compile-time-deps[use --compile-time-deps]' \
945+
'--compile-time-deps[only build proc-macros and build scripts (for rust-analyzer)]' \
946946
'--bypass-bootstrap-lock[Bootstrap uses this value to decide whether it should bypass locking the build process. This is rarely needed (e.g., compiling the std library for different targets in parallel)]' \
947947
'--llvm-profile-generate[generate PGO profile with llvm built for rustc]' \
948948
'--enable-bolt-settings[Enable BOLT link flags]' \
@@ -989,7 +989,7 @@ _arguments "${_arguments_options[@]}" : \
989989
'--dry-run[dry run; don'\''t build anything]' \
990990
'--dump-bootstrap-shims[Indicates whether to dump the work done from bootstrap shims]' \
991991
'--json-output[use message-format=json]' \
992-
'--compile-time-deps[use --compile-time-deps]' \
992+
'--compile-time-deps[only build proc-macros and build scripts (for rust-analyzer)]' \
993993
'--bypass-bootstrap-lock[Bootstrap uses this value to decide whether it should bypass locking the build process. This is rarely needed (e.g., compiling the std library for different targets in parallel)]' \
994994
'--llvm-profile-generate[generate PGO profile with llvm built for rustc]' \
995995
'--enable-bolt-settings[Enable BOLT link flags]' \
@@ -1036,7 +1036,7 @@ _arguments "${_arguments_options[@]}" : \
10361036
'--dry-run[dry run; don'\''t build anything]' \
10371037
'--dump-bootstrap-shims[Indicates whether to dump the work done from bootstrap shims]' \
10381038
'--json-output[use message-format=json]' \
1039-
'--compile-time-deps[use --compile-time-deps]' \
1039+
'--compile-time-deps[only build proc-macros and build scripts (for rust-analyzer)]' \
10401040
'--bypass-bootstrap-lock[Bootstrap uses this value to decide whether it should bypass locking the build process. This is rarely needed (e.g., compiling the std library for different targets in parallel)]' \
10411041
'--llvm-profile-generate[generate PGO profile with llvm built for rustc]' \
10421042
'--enable-bolt-settings[Enable BOLT link flags]' \
@@ -1081,7 +1081,7 @@ _arguments "${_arguments_options[@]}" : \
10811081
'--dry-run[dry run; don'\''t build anything]' \
10821082
'--dump-bootstrap-shims[Indicates whether to dump the work done from bootstrap shims]' \
10831083
'--json-output[use message-format=json]' \
1084-
'--compile-time-deps[use --compile-time-deps]' \
1084+
'--compile-time-deps[only build proc-macros and build scripts (for rust-analyzer)]' \
10851085
'--bypass-bootstrap-lock[Bootstrap uses this value to decide whether it should bypass locking the build process. This is rarely needed (e.g., compiling the std library for different targets in parallel)]' \
10861086
'--llvm-profile-generate[generate PGO profile with llvm built for rustc]' \
10871087
'--enable-bolt-settings[Enable BOLT link flags]' \

0 commit comments

Comments
 (0)