Rustdoc ICE when collecting intra-doc links #65840
Labels
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
I found an ICE when trying to document the spirit-log crate on the latest
nightly
.Skimming through the backtrace, it looks like
rustdoc::clean::inline::record_extern_fqn
accessed an invalid index while traversing links withinrustdoc::passes::collect_intra_doc_links::collect_intra_doc_links
.Steps to reproduce:
The text was updated successfully, but these errors were encountered: