Integrate object projection predicates into rustdoc #20299
Labels
A-associated-items
Area: Associated items (types, constants & functions)
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
I think an object type like
Iterator<T=uint>
currently just ignores theT=uint
bounds found in theExistentialBounds
struct.The text was updated successfully, but these errors were encountered: