Skip to content

Fix associated types bounded on associated types #3

@syntacticsugarglider

Description

@syntacticsugarglider

This currently fails due to codegen issues with the wrapper enum:

trait Generic<T> {}

#[protocol]
trait Test {
    type B;
    type A: Generic<Self::B>;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions