rustdoc: synthetic impls are faulty in the presence of assoc const equality constraints #111102
Labels
A-auto-traits
Area: auto traits (e.g., `auto trait Send {}`)
A-synthetic-impls
Area: Synthetic impls, used by rustdoc to document auto traits and traits with blanket impls
C-bug
Category: This is a bug.
F-associated_const_equality
`#![feature(associated_const_equality)]`
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.
Given
the impl of
Unpin
(or any other auto trait chosen) synthesized for the generic typeOuter
looks likewhile I expected the impls to be
For comparison, the analog involving type equality constraints
(adding T-compiler next to T-rustdoc since
AutoTraitFinder
lives inrustc
)@rustbot label C-bug T-rustdoc T-compiler A-auto-traits A-synthetic-impls F-associated_const_equality
The text was updated successfully, but these errors were encountered: