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

ICE with fancy impl #59

Closed
nrc opened this issue May 2, 2017 · 1 comment
Closed

ICE with fancy impl #59

nrc opened this issue May 2, 2017 · 1 comment
Labels

Comments

@nrc
Copy link
Member

nrc commented May 2, 2017

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

@nrc
Copy link
Member Author

nrc commented Nov 1, 2017

Fixed

@nrc nrc closed this as completed Nov 1, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant