rustdoc ICE: entered unreachable code when referring to an item with a path that starts with ::
#95712
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.
Code
https://github.com/artichoke/artichoke/runs/5843879077?check_suite_focus=true
https://github.com/artichoke/artichoke/tree/8e2def19b23f430f9356e16a885d0609a9cc18d4/spinoso-array
Minimum reproduction:
I used the
::
item prefix because in real code, there is asmallvec
module that shadows thesmallvec
crate:Meta
rustc --version --verbose
:Error output
The text was updated successfully, but these errors were encountered: