File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 146
146
# option to true.
147
147
#full-bootstrap = false
148
148
149
- # Enable a build of the and extended rust tool set which is not only the
150
- # compiler but also tools such as Cargo. This will also produce "combined
151
- # installers" which are used to install Rust and Cargo together. This is
152
- # disabled by default.
149
+ # Enable a build of the extended rust tool set which is not only the compiler
150
+ # but also tools such as Cargo. This will also produce "combined installers"
151
+ # which are used to install Rust and Cargo together. This is disabled by
152
+ # default.
153
153
#extended = false
154
154
155
155
# Verbosity level: 0 == not verbose, 1 == verbose, 2 == very verbose
175
175
# script.
176
176
#configure-args = []
177
177
178
- # Indicates that a local rebuild is ocurring instead of a full bootstrap,
178
+ # Indicates that a local rebuild is occurring instead of a full bootstrap,
179
179
# essentially skipping stage0 as the local compiler is recompiling itself again.
180
180
#local-rebuild = false
181
181
You can’t perform that action at this time.
0 commit comments