-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Reordering type parameters bounds in trait vs impl causes ICE during trans #6334
Labels
A-codegen
Area: Code generation
A-trait-system
Area: Trait system
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Comments
What a silly bug! Backtrace:
|
Still fails with the same ICE as of b477f7a . Doesn't seem like a release blocker, though. |
Closed
bors
added a commit
that referenced
this issue
Aug 6, 2014
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Nov 20, 2020
Rustup r? `@ghost` changelog: none
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-codegen
Area: Code generation
A-trait-system
Area: Trait system
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
The following test causes an ICE in trans:
The text was updated successfully, but these errors were encountered: