-
Notifications
You must be signed in to change notification settings - Fork 13k
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 with associated existential type #60564
Comments
Suggested P-Medium due to unstable buggy feature. |
cc @oli-obk |
triage: P-medium Marking as P-medium. I wanted to put this on a tracking issue as a blocker to investigate but it's not that we have a suitable one. |
This no longer causes an ICE on the latest nightly. |
It does not fail indeed. However, I have no idea what the error message is trying to tell me. Can you verify that this is indeed the intended error message? |
That's curious indeed. The type parameter |
Unfortunaltey, I was unable to get a smaller meaningful example. On the way, I found several error messages that were completely confusing as well. I suspect that some of them might be completely incorrect. I will open a new issue for them once I minified them a bit more. |
There are several errors, that I believe to be incorrect. |
Before closing this issue we should add a reproducer test. |
… r=varkor Add tests for some `existential_type` ICEs Fix rust-lang#53678 Fix rust-lang#60407 Fix rust-lang#60564 rust-lang#54899 will need some minimization before it can be added. r? @varkor
… r=varkor Add tests for some `existential_type` ICEs Fix rust-lang#53678 Fix rust-lang#60407 Fix rust-lang#60564 rust-lang#54899 will need some minimization before it can be added. r? @varkor
… r=varkor Add tests for some `existential_type` ICEs Fix rust-lang#53678 Fix rust-lang#60407 Fix rust-lang#60564 rust-lang#54899 will need some minimization before it can be added. r? @varkor
Hi,
I'm guessing this error is known, but it appears to fail in a different way compared to #54899.
Code:
(Playground)
Errors:
The text was updated successfully, but these errors were encountered: