-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
C-bugCategory: This is a bug.Category: This is a bug.E-needs-testCall for participation: An issue has been fixed and does not reproduce, but no test has been added.Call for participation: An issue has been fixed and does not reproduce, but no test has been added.I-ICEIssue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.E-needs-testCall for participation: An issue has been fixed and does not reproduce, but no test has been added.Call for participation: An issue has been fixed and does not reproduce, but no test has been added.I-ICEIssue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
est31 commentedon Jan 21, 2017
The given example is very similar to the one in #34344 , but this example ICE's on current nightly, while the other example gives a proper error.
est31 commentedon Jan 21, 2017
cc #29646
withoutboats commentedon Mar 27, 2017
This now returns a proper error just like #34344. This should probably be closed.
associated_consts
feature #29646est31 commentedon Mar 27, 2017
Maybe a regression test should be added?
Rollup merge of rust-lang#43465 - topecongiro:needs-test, r=Mark-Simu…