-
-
Notifications
You must be signed in to change notification settings - Fork 14.2k
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-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)
Description
when rustdoc finishes building a documentation bundle, it prints its path, which is often nested deep in the build directory.
however, rustbook does not do the same, which is confusing, since they both use the ./x doc command as a frontend.
reproduction: ./x doc src/doc/rustdoc/
it's also worth noting that this information does get printed when you do use --open, so it is easily accessible.
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.T-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)