rustdoc - redundant_explicit_links panics on unicode ellipsis inside backticks #115250
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.
Code
I am having trouble finding a minimal example, as just copying the doc comment and
#[deny(...)]
lines frombumpalo
is not triggering the error.Example doc comment in
[email protected]
:Reproduction case using cargo is shown below. I don't think this is specific to
bumpalo
, just that happened to be the dependency that caused the error for my project (since it has unicode ellipsis inside backticks in some doc comments).Meta
rustc --version --verbose
:Error output
Backtrace
The text was updated successfully, but these errors were encountered: