-
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: trait fn returning &'self => 'region parameterization should have inferred that this type is RP' #6551
Comments
Still an ICE. not sure if this is important, but nominating for discussing to production ready |
Unfortunately, due to rust-lang#8579 and rust-lang#6551, extra::workcache can't be made to work with the new extra::json. Either ICEs are cause (which is the state currently) or there are unconstrained types at the callsites for extra::work_cache::json_encode.
Sub-bug of #4846, de-nominating |
The example code doesn't compile anymore and I can't get it to throw that error anymore by fiddling with it, so I assume this was fixed at some point but I'm not sure what a regression test would look like. Do we need one? |
This fails with a legitimate error today, and I've seen relevant tests for this in the tests suite, so closing. |
Tiny Symbol cleanup * Renames `sym.rs` to `sym_helper.rs` so that the `sym as rustc_sym` is no longer needed. * Removes one needless `symbol` from a path changelog: none
sample code:
rustc ICE:
The text was updated successfully, but these errors were encountered: