You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bootstrap.example.toml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -345,9 +345,9 @@
345
345
# want to use vendoring. See https://forge.rust-lang.org/infra/other-installation-methods.html#source-code.
346
346
#build.vendor = if "is a tarball source" && "vendor" dir exists && ".cargo/config.toml" file exists { true } else { false }
347
347
348
-
#Typically the build system will build the Rust compiler twice. The second
349
-
#compiler, however, will simply use its own libraries to link against. If you
350
-
# would rather to perform a full bootstrap, compiling the compiler three times,
348
+
#If you build the compiler more than twice (stage3+) or the standard library more than once
349
+
#(stage 2+), the third compiler and second library will get uplifted from stage2 and stage1,
350
+
#respectively. If you would like to disable this uplifting, and rather perform a full bootstrap,
351
351
# then you can set this option to true.
352
352
#
353
353
# This is only useful for verifying that rustc generates reproducible builds.
0 commit comments