-
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: creating trait object with function that has stricter bounds on associated type. #27954
Labels
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
Comments
A more minified version: http://is.gd/VrC5cG |
this is related, but not identical, to #27675 |
steveklabnik
added
the
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
label
Sep 3, 2015
Closed
This no longer ICEs for me on
Please let me know if you're still seeing it, but for now I'm going to give it a close. |
steveklabnik
added a commit
to rust-lang/glacier
that referenced
this issue
Sep 29, 2016
@solson's minimal example still fails, must be a different issue. |
I submitted a new issue with my old example at #36839. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Error message and backtrace:
The expected behavior is for the entities_filtered function to not exist or not be callable when ComponentMapper::Component does not implement filterable. ICE on Stable, Beta, and Nightly.
The text was updated successfully, but these errors were encountered: