We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdb775c commit 89ed992Copy full SHA for 89ed992
src/bootstrap/src/lib.rs
@@ -171,9 +171,11 @@ pub struct Build {
171
doc_tests: DocTests,
172
verbosity: usize,
173
174
- // Targets for which to build
+ /// Build triple for the pre-compiled snapshot compiler.
175
build: TargetSelection,
176
+ /// Which triples to produce a compiler toolchain for.
177
hosts: Vec<TargetSelection>,
178
+ /// Which triples to build libraries (core/alloc/std/test/proc_macro) for.
179
targets: Vec<TargetSelection>,
180
181
initial_rustc: PathBuf,
0 commit comments