You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@SimonSapin from reading the dialogue on #23848, it seems like the purpose of that PR shifted over time: at first it was turning off doc-generation for a broad class of crates, both the compiler-internal ones and the ones hidden behind the std-facade.
But it was determined that turning off doc-generation for the crates behind the std-facade caused links to break, so that doc-generation was turned back on.
So, the end net result of #23848 (if you count the backout commit that landed later) seems to be just to turn off doc generation for the compiler crates alone, I think?
https://doc.rust-lang.org/stable/std/ does not include compiler-internal crates anymore which is at least consistent, but I still think that their documentation is useful when e.g. developing compiler plugins or working on the compiler itself.
https://doc.rust-lang.org/stable/std/ documents many crates including rustc and syntax, whereas https://doc.rust-lang.org/nightly/std/ only has std and its dependencies. This seems backwards, and opposite of what the commit message for e64b677 / #23848 says.
CC @cmr
The text was updated successfully, but these errors were encountered: