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
A-docsArea: documentation for any part of the project, including the compiler, standard library, and toolsC-bugCategory: This is a bug.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
I installed rust using rust-init, rather than the packaged version, so that I'd have access to rustup, with its "docs --book" feature to access the book locally. Using this command results in an unformatted TOC that contains broken links.
In a similar fashion, using cargo doc --open results in the same behavior for a project's documentation; an unformatted TOC that contains broken links.
Both documents are expecting files to be present in a directory structure under /run/user/1000. Though the root location and file exists for an index.html exists, expected subdirectories and files under that are missing.
I didn't capture the details version details, but I did check the behavior of at rustup docs --book on my Win 10 machine and that created formatted documentation, as if I were viewing it from the site itself, so no problems there.
Though the problems seem to be related, I more concerned about the inablity to use cargo doc for project documentation.
The text was updated successfully, but these errors were encountered:
Noratrieb
added
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
A-docs
Area: documentation for any part of the project, including the compiler, standard library, and tools
and removed
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
labels
Jul 29, 2023
Specifically, could you check if this still reproduces for you on newer tool versions, and if possible, could you provide us with a reproducer that we could try to run in say, a Fedora VM?
A-docsArea: documentation for any part of the project, including the compiler, standard library, and toolsC-bugCategory: This is a bug.T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
rustup 1.26.0 (5af9b9484 2023-04-05)
cargo 1.70.0 (ec8a8a0ca 2023-04-25)
rustc 1.70.0 (90c5418 2023-05-31)
I installed rust using rust-init, rather than the packaged version, so that I'd have access to rustup, with its "docs --book" feature to access the book locally. Using this command results in an unformatted TOC that contains broken links.
In a similar fashion, using cargo doc --open results in the same behavior for a project's documentation; an unformatted TOC that contains broken links.
Both documents are expecting files to be present in a directory structure under /run/user/1000. Though the root location and file exists for an index.html exists, expected subdirectories and files under that are missing.
I didn't capture the details version details, but I did check the behavior of at rustup docs --book on my Win 10 machine and that created formatted documentation, as if I were viewing it from the site itself, so no problems there.
Though the problems seem to be related, I more concerned about the inablity to use cargo doc for project documentation.
The text was updated successfully, but these errors were encountered: