Eric Holk
074d757bc6
Consider mutations as borrows in drop tracking
...
This is needed to match MIR more conservative approximation of any
borrowed value being live across a suspend point (See #94067 ). This
change considers an expression such as `x.y = z` to be a borrow of `x`
and therefore keeps `x` live across suspend points.
2022-02-16 15:30:43 -08:00
..
2022-01-28 16:56:05 +01:00
2022-02-15 02:27:37 +00:00
2022-02-12 21:42:10 +00:00
2022-02-15 16:19:59 +11:00
2022-02-15 16:19:59 +11:00
2022-02-15 21:20:49 +00:00
2022-02-15 16:19:59 +11:00
2022-02-15 16:19:59 +11:00
2022-02-15 16:20:01 +11:00
2022-02-13 11:49:52 +01:00
2022-02-12 21:42:10 +00:00
2022-02-14 19:17:21 +00:00
2022-02-14 12:26:43 +00:00
2022-02-15 19:07:06 +01:00
2022-02-13 11:49:52 +01:00
2022-02-15 16:19:59 +11:00
2022-02-14 16:09:53 -05:00
2022-02-15 16:19:59 +11:00
2022-02-16 03:03:03 +00:00
2022-02-15 21:18:33 +01:00
2022-02-15 16:03:24 +11:00
2022-02-15 19:07:06 +01:00
2022-02-15 16:19:59 +11:00
2022-02-14 15:11:38 -05:00
2022-02-12 11:23:53 +00:00
2022-02-15 16:19:59 +11:00
2022-02-15 16:19:59 +11:00
2022-02-15 15:50:29 +11:00
2022-02-12 11:23:53 +00:00
2022-02-14 08:31:24 -08:00
2022-02-15 19:08:12 +01:00
2022-02-15 16:19:59 +11:00
2022-02-15 19:08:12 +01:00
2022-02-15 16:19:59 +11:00
2022-02-15 16:19:59 +11:00
2022-02-15 16:08:52 +11:00
2022-02-15 19:07:06 +01:00
2022-02-16 15:30:43 -08:00