Skip to content

rustdoc regression: missing type parameters for impls of generic traits #33592

Description

@mbrubeck

In the list of impls for a trait with type parameters, for example:

http://doc.rust-lang.org/nightly/std/convert/trait.AsRef.html#implementors

The impls currently appear like impl<T> AsRef for [T]

They should appear like impl<T> AsRef<[T]> for [T]

This is a regression from Rust 1.9 beta to Rust 1.10 nightly.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions