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 a5337d6 commit c4c6453Copy full SHA for c4c6453
src/bootstrap/builder/tests.rs
@@ -370,7 +370,7 @@ mod dist {
370
let mut builder = Builder::new(&build);
371
builder.run_step_descriptions(
372
&Builder::get_step_descriptions(Kind::Build),
373
- &["src/rustc".into(), "src/libstd".into()],
+ &["src/rustc".into(), "library/std".into()],
374
);
375
376
let a = TargetSelection::from_user("A");
0 commit comments