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 101631dCopy full SHA for 101631d
src/bootstrap/src/lib.rs
@@ -172,8 +172,11 @@ pub struct Build {
172
verbosity: usize,
173
174
// Targets for which to build
175
+ /// Build triple for the pre-compiled snapshot compiler.
176
build: TargetSelection,
177
+ /// Which triples to produce a compiler toolchain for.
178
hosts: Vec<TargetSelection>,
179
+ /// Which triples to build libraries (core/alloc/std/test/proc_macro) for.
180
targets: Vec<TargetSelection>,
181
182
initial_rustc: PathBuf,
0 commit comments