Skip to content

Commit

Permalink
Rollup merge of rust-lang#73244 - ecstatic-morse:validate-generator-m…
Browse files Browse the repository at this point in the history
…ir, r=tmandry

Check for assignments between non-conflicting generator saved locals

This is to prevent future changes to the generator transform from reintroducing the problem that caused rust-lang#73137. Namely, a store between two generator saved locals whose storage does not conflict.

My ultimate goal is to introduce a modified version of rust-lang#71956 that handles this case properly.

r? @tmandry
  • Loading branch information
Dylan-DPC committed Jun 23, 2020
2 parents ff618e5 + b2ec645 commit 9d4b416
Showing 1 changed file with 213 additions and 56 deletions.
Loading

0 comments on commit 9d4b416

Please sign in to comment.