Skip to content

Parse supertrait auto impl syntax #2024

Description

@dtolnay
trait Subtrait2: Supertrait2 {
    auto impl Supertrait2 {
        type Type1 = Self;
        type Type2 = ();
    }
}

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

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions