-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 when using a trait in a struct constructor #15812
Labels
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Comments
For what it's worth, this is still an issue, stumbled into it today.
with:
osx 10.9.4 Same issue (trying to return a Trait from an impl on a struct) ; slightly different line number in librustc/middile/ty.rs |
Also happened to me (on Arch Linux) with
The backtrace:
|
ghost
mentioned this issue
Aug 25, 2014
Closed
wickerwaka
pushed a commit
to wickerwaka/rust
that referenced
this issue
Aug 30, 2014
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Rust version:
Backtrace:
Code:
The text was updated successfully, but these errors were encountered: