Skip to content
This repository was archived by the owner on Mar 1, 2019. It is now read-only.
This repository was archived by the owner on Mar 1, 2019. It is now read-only.

ICE with fancy impl #59

@nrc

Description

@nrc

rust-lang/rust#41478

Reduced case:

struct V<S>(S);
trait An {
    type U;
}
trait F<A> {
}
impl<A: An> F<A> for V<<A as An>::U> {
}

Full case is CGMath crate

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions