-
Notifications
You must be signed in to change notification settings - Fork 13.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rustdoc source view: backtrace
404s
#98220
Comments
Hi, I looked into this issue and found that the files listed in the sidebar is not actually present in the It only contain https://github.com/rust-lang/rust/tree/stable/library/std/src/backtrace :) |
I believe it's actually brought in as a submodule. See https://github.com/rust-lang/rust/tree/stable/library; and in a checked out rust repository, try |
Then I think it is some issue with submodule . |
Testing locally, this was fixed by #106466. Rustdoc handled Now fixed on nightly - https://doc.rust-lang.org/nightly/src/std/backtrace/src/lib.rs.html |
triage: fixed on stable too, and it seems like there's a regression test |
Steps to reproduce:
Expected result: either backtrace's lib.rs loads, or it is not listed.
Actual result: 404 (https://doc.rust-lang.org/src/std/backtrace/src/lib.rs.html)
The text was updated successfully, but these errors were encountered: