diff options
| author | John Kåre Alsaker <john.kare.alsaker@gmail.com> | 2023-03-07 16:10:29 +0100 |
|---|---|---|
| committer | John Kåre Alsaker <john.kare.alsaker@gmail.com> | 2023-04-25 13:40:36 +0200 |
| commit | fd4c81f4c19e3b1eb0710e50e04fb1f980b7e7ab (patch) | |
| tree | 4f98d6541a9dceacde34a89f156bb588eb60c581 /src/bootstrap/doc.rs | |
| parent | 999e6e5afb71d0fa6b5f67440278129aca12c67d (diff) | |
| download | rust-fd4c81f4c19e3b1eb0710e50e04fb1f980b7e7ab.tar.gz rust-fd4c81f4c19e3b1eb0710e50e04fb1f980b7e7ab.zip | |
Add a `sysroot` crate to represent the standard library crates
Diffstat (limited to 'src/bootstrap/doc.rs')
| -rw-r--r-- | src/bootstrap/doc.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/doc.rs b/src/bootstrap/doc.rs index 9ad98eb5702..8f5d9bb66e1 100644 --- a/src/bootstrap/doc.rs +++ b/src/bootstrap/doc.rs @@ -438,7 +438,7 @@ impl Step for Std { fn should_run(run: ShouldRun<'_>) -> ShouldRun<'_> { let builder = run.builder; - run.all_krates("test").path("library").default_condition(builder.config.docs) + run.all_krates("sysroot").path("library").default_condition(builder.config.docs) } fn make_run(run: RunConfig<'_>) { |
