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 42c14ab commit c5d661aCopy full SHA for c5d661a
src/bootstrap/check.rs
@@ -140,6 +140,9 @@ impl Step for Std {
140
cargo_subcommand(builder.kind),
141
);
142
143
+ // If we're not in stage 0, tests and examples will fail to compile
144
+ // from `core` definitions being loaded from two different `libcore`
145
+ // .rmeta and .rlib files.
146
if compiler.stage == 0 {
147
cargo.arg("--all-targets");
148
}
0 commit comments