-
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
Two test cases for incorrect region inference #4036
Comments
@nikomatsakis: I bisected my |
Oh and here's the test case I used to reduce the bug down to that commit:
|
Here's the modern version of the test case:
|
…rboten. Add assertions that no inference by-products are added to this table. cc #4036
… astconv and from typeck, which is verboten. We are supposed to write inference results into the FnCtxt and then these get copied over in writeback. Add assertions that no inference by-products are added to this table. Fixes rust-lang#3888 Fixes rust-lang#4036 Fixes rust-lang#4492
…encode-region-variables, r=nikomatsakis The basic problem was that vtables were not being resolved. The fix uncovered another issue, which was that the syntax extensions were not creating method calls properly and were relying on outdated code in typeck, so I fixed that too. Resolves issues #3888, #4036, #4492. r? @catamorphism
…1995 Add `skip_while_next` lint Fixes rust-lang#4036 changelog: Add `skip_while_next` lint
I came up with these two similar test cases for region-related ICEs. They both have to do with JsonDeserializer's interior pointer.
The text was updated successfully, but these errors were encountered: