-
Notifications
You must be signed in to change notification settings - Fork 12.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ICE with bounded associated type in where clause of a trait #21140
Labels
A-associated-items
Area: Associated items (types, constants & functions)
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Comments
tomjakubowski
changed the title
ICE with bounded Self path in where clause of a trait
ICE with bounded associated type in where clause of a trait
Jan 14, 2015
kmcallister
added
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
A-associated-items
Area: Associated items (types, constants & functions)
labels
Jan 14, 2015
I see what seems to be related, with a bit different repro: struct Wrapper<T>(T);
trait Thing<W = Wrapper<Self::U>> { type U; }
fn main() {}
|
Triage: @shepmaster's example still ICEs. |
duplicate of #26812. |
arielb1
added
the
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
label
Jul 7, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-associated-items
Area: Associated items (types, constants & functions)
E-needs-test
Call for participation: An issue has been fixed and does not reproduce, but no test has been added.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
rustc 1.0.0-dev (3614e1de6 2015-01-14 04:42:01 +0000)
Thought this might be a dupe of #20220 #20772 but I don't think so.
The text was updated successfully, but these errors were encountered: