-
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
ICE: assertion failed: did.krate != ast::LOCAL_CRATE #21909
Labels
A-associated-items
Area: Associated items (types, constants & functions)
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Comments
jdm
added
the
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
label
Feb 3, 2015
nrc
added
the
A-associated-items
Area: Associated items (types, constants & functions)
label
Feb 4, 2015
This is a dup of various other ICEs. A lot of people have been hitting this problem so I'm going to invest some energy into fixing it. I think it involves some non-trivial refactoring, unfortunately. |
japaric
pushed a commit
to japaric/rust
that referenced
this issue
Feb 13, 2015
Merged
steveklabnik
added a commit
to steveklabnik/rust
that referenced
this issue
Feb 14, 2015
steveklabnik
added a commit
to steveklabnik/rust
that referenced
this issue
Feb 15, 2015
Manishearth
added a commit
to Manishearth/rust
that referenced
this issue
Feb 15, 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)
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
The code below triggers an internal compiler error:
Smallest input file that tickles the error:
When the bounds on
Y
are lifted, the bug goes away for me. That is, the following code compiles without an error:The text was updated successfully, but these errors were encountered: