-
-
Notifications
You must be signed in to change notification settings - Fork 15k
rustbuild builds docs for too many crates #38319
Copy link
Copy link
Closed
Labels
P-highHigh priorityHigh priorityT-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)regression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.
Metadata
Metadata
Assignees
Labels
P-highHigh priorityHigh priorityT-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)regression-from-stable-to-betaPerformance or correctness regression from stable to beta.Performance or correctness regression from stable to beta.
Type
Fields
Give feedbackNo fields configured for issues without a type.
The Makefiles only build the docs for:
I assume
alloc,collectionsandrustc_unicodeare included mostly so the src links instdwork. I'm not sure whylibcis included though...Anyway, with rustbuild it builds all of these:
Most of these are implementation details of
stdso shouldn't be included. Thetestdocs are a big problem because of the same issue as #34800, generating them means the search index will get overridden.