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 5266406 commit 189827bCopy full SHA for 189827b
src/bootstrap/build/step.rs
@@ -117,7 +117,7 @@ fn add_steps<'a>(build: &'a Build,
117
let compiler = host.compiler(stage);
118
match &step[..] {
119
"libstd" => targets.push(target.libstd(stage, compiler)),
120
- "librustc" => targets.push(target.libstd(stage, compiler)),
+ "librustc" => targets.push(target.librustc(stage, compiler)),
121
"rustc" => targets.push(host.rustc(stage)),
122
"llvm" => targets.push(target.llvm(())),
123
"compiler-rt" => targets.push(target.compiler_rt(())),
0 commit comments