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 d9ab9a4Copy full SHA for d9ab9a4
src/bootstrap/src/core/builder/tests.rs
@@ -645,9 +645,8 @@ mod dist {
645
&[TEST_TRIPLE_1, TEST_TRIPLE_2, TEST_TRIPLE_3],
646
));
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