Specialized trait impls appear unannotated in the docs #87545
Labels
A-rustdoc-ui
Area: Rustdoc UI (generated HTML)
C-bug
Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Looking at the docs for
ToString
it shows that there's an implementation forchar
but, this overlaps the blanket impl + char's
Display
impl:Showing this specialization-based implementation in the docs with no indication of why the overlap is allowed is confusing.
Since specialization is supposed to be generally invisible to the user, maybe we shouldn't be showing specialized impls at all.
The text was updated successfully, but these errors were encountered: