-
Notifications
You must be signed in to change notification settings - Fork 13.4k
ICE: creating trait object with function that has stricter bounds on associated type. #27954
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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 |
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. |
# for free
to join this conversation on GitHub.
Already have an account?
# 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: