-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
GAT ICE, without using the GAT feature #60147
Comments
Reduced Example:
|
Bug was introduced between 68fe518...b92552d Bisecting shows bug was introduced in b92552d CC #57272 ping @petrochenkov |
#57272 rather uncovered the issue than introduced it. Semi-implemented features should issue errors rather than ICEs regardless of presence or absence of |
True.. sorry for that :| Yep, that's right. Even nightly-2018-01-01 panicks with the same ICE. So this was there forever. |
Small reproduction from #60477: pub trait Foo<T> {
type Iter<'a>: Iterator<Item=&'a T>;
} yields:
|
This issue is also a duplicate of #58694, so closing in favor of that |
Building the
ecs
crate (libs/ecs
) of3fab9cb3890cff565d4dbedd9b320d6b49dd4d48
of https://github.com/remexre/ia gets the following ICE:The text was updated successfully, but these errors were encountered: