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 50cd059 commit 1d10d7bCopy full SHA for 1d10d7b
src/bootstrap/src/core/builder/tests.rs
@@ -579,7 +579,7 @@ mod dist {
579
let mut builder = Builder::new(&build);
580
builder.run_step_descriptions(&Builder::get_step_descriptions(Kind::Build), &[
581
"compiler/rustc".into(),
582
- "library".into(),
+ "std".into(),
583
]);
584
585
assert_eq!(first(builder.cache.all::<compile::Std>()), &[
0 commit comments