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.
build_all
1 parent e256a21 commit d40ed63Copy full SHA for d40ed63
src/bootstrap/src/core/builder/tests.rs
@@ -647,7 +647,7 @@ mod dist {
647
let mut builder = Builder::new(&build);
648
builder.run_step_descriptions(
649
&Builder::get_step_descriptions(Kind::Build),
650
- &["compiler/rustc".into(), "library".into()],
+ &["compiler/rustc".into(), "std".into()],
651
);
652
653
assert_eq!(
0 commit comments