Default impls don't substitute type parameters properly in rustdoc #29909
Labels
T-dev-tools
Relevant to the dev-tools subteam, 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.
For example, on http://doc.rust-lang.org/nightly/std/primitive.slice.html, we have
however it should actually be
since
Repr
isOut of tree example:
It doesn't even need the type parameter:
Looks like rustdoc is picking up the signature from the default impl.
The text was updated successfully, but these errors were encountered: