You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kpreid opened this issue
Aug 21, 2023
· 0 comments
· Fixed by #115070
Labels
C-bugCategory: This is a bug.I-ICEIssue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
thread 'rustc' panicked at src/librustdoc/passes/lint/redundant_explicit_links.rs:105:38:
byte index 2 is not a char boundary; it is inside '…' (bytes 1..4) of ``…foo``
The text was updated successfully, but these errors were encountered:
kpreid
added
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.
labels
Aug 21, 2023
rustbot
added
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
and removed
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
labels
Aug 21, 2023
kpreid
changed the title
ICE in rustdoc redundant_explicit_links with non-ASCII link text
ICE in rustdoc redundant_explicit_links with non-ASCII link text
Aug 21, 2023
C-bugCategory: This is a bug.I-ICEIssue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.
Code
Reduced from the source code of
bumpalo 3.13.0
:Meta
rustc --version --verbose
:Error output
Backtrace
Other notes
Would have been introduced by #113167 since that PR added the lint.. cc @ChAoSUnItY
@rustbot label -T-compiler +T-rustdoc
The text was updated successfully, but these errors were encountered: