-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
thread 'rustc' panicked at 'no entry found for key', src/librustdoc/passes/collect_intra_doc_links.rs:782:16 #104145
Comments
Same error, same rustc version |
@rustbot label E-needs-mcve -T-compiler +T-rustdoc |
I don't have a MCVE but the same problem on the same nightly version happens with a dependency of |
Pinging @petrochenkov since they're the last one who worked on this. Maybe you have an idea? |
Somewhat minimal example: kas-mcve-rustdoc-no-entry.zip Removing the |
This happens with beta too: |
Fixed in #104364. |
…omez rustdoc: Resolve doc links in external traits having local impls For external impls it was done in rust-lang#103192 right away, but the local impl case was forgotten. Fixes rust-lang#104145.
…omez rustdoc: Resolve doc links in external traits having local impls For external impls it was done in rust-lang#103192 right away, but the local impl case was forgotten. Fixes rust-lang#104145.
This appears not to have the fix for rust-lang/rust#104145 yet, as it's currently on rust-lang/rust@96ddd32, and the fix was merged in rust-lang/rust@dc869fc, but I figured I'd bump anyway. Tomorrow's nightly should be good again!
This contains the fix for rust-lang/rust#104145, so our docs build now!
This appears not to have the fix for rust-lang/rust#104145 yet, as it's currently on rust-lang/rust@96ddd32, and the fix was merged in rust-lang/rust@dc869fc, but I figured I'd bump anyway. Tomorrow's nightly should be good again!
This contains the fix for rust-lang/rust#104145, so our docs build now!
This appears not to have the fix for rust-lang/rust#104145 yet, as it's currently on rust-lang/rust@96ddd32, and the fix was merged in rust-lang/rust@dc869fc, but I figured I'd bump anyway. Tomorrow's nightly should be good again!
This contains the fix for rust-lang/rust#104145, so our docs build now!
Code
Nightly 2022-08-11 worked fine, trying to upgrade from it.
Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: