Files
rust/compiler
Eric Holk f664cfc47c Make generator and async-await tests pass
The main change needed to make this work is to do a pessimistic over-
approximation for AssignOps. The existing ScopeTree analysis in
region.rs works by doing both left to right and right to left order and
then choosing the most conservative ordering. This behavior is needed
because AssignOp's evaluation order depends on whether it is a primitive
type or an overloaded operator, which runs as a method call.

This change mimics the same behavior as region.rs in
generator_interior.rs.

Issue #57478
2022-01-18 14:25:24 -08:00
..
2021-12-14 18:50:31 -04:00
2021-11-19 07:52:59 +11:00
2022-01-17 17:20:57 +00:00
2021-09-20 22:21:42 -04:00
2022-01-12 16:09:01 +01:00
2022-01-13 03:57:44 +00:00
2021-09-20 22:21:42 -04:00
2022-01-15 01:16:55 +00:00