Yuki Okushi
a07eed99f6
Rollup merge of #93751 - eholk:issue-93648-drop-tracking-projection, r=tmiasko
...
Drop tracking: track borrows of projections
Previous efforts to ignore partially consumed values meant we were also not considering borrows of a projection. This led to cases where we'd miss borrowed types which MIR expected to be there, leading to ICEs.
This PR also includes the `-Zdrop-tracking` flag from #93313 . If that PR lands first, I'll rebase to drop the commit from this one.
Fixes #93648
2022-02-09 14:12:24 +09:00
..
2022-01-28 16:56:05 +01:00
2022-02-02 17:37:14 +01:00
2022-02-07 17:07:53 +01:00
2022-02-09 14:12:22 +09:00
2022-02-08 03:20:05 +00:00
2022-02-03 10:59:35 -08:00
2022-02-02 17:11:01 +01:00
2022-02-07 23:40:26 +00:00
2022-02-08 16:40:45 +01:00
2022-01-22 22:34:16 -06:00
2022-01-24 14:10:05 +01:00
2022-02-04 18:42:13 +01:00
2022-02-04 18:42:13 +01:00
2022-02-07 23:40:26 +00:00
2022-02-07 23:40:26 +00:00
2022-02-03 22:20:26 +09:00
2022-02-06 04:13:29 +01:00
2022-02-01 10:15:59 +01:00
2022-02-01 10:15:59 +01:00
2022-02-07 14:08:37 +00:00
2022-01-09 14:09:25 +11:00
2022-02-09 14:12:22 +09:00
2022-02-09 14:12:22 +09:00
2022-02-01 10:15:59 +01:00
2022-02-01 09:55:19 +01:00
2022-02-08 16:40:47 +01:00
2022-02-07 12:27:09 -08:00
2022-02-07 23:40:26 +00:00
2022-02-01 09:55:19 +01:00
2022-01-27 16:53:17 -08:00
2022-01-03 22:31:56 -08:00
2022-01-22 10:38:31 +11:00
2022-02-08 03:20:05 +00:00
2022-02-08 03:20:05 +00:00
2022-02-07 23:40:26 +00:00
2022-02-03 13:52:26 -07:00
2022-02-04 18:42:13 +01:00
2022-02-01 10:15:59 +01:00
2022-02-03 21:45:51 +01:00
2022-02-06 10:43:50 +01:00
2022-02-01 10:15:59 +01:00
2022-02-08 00:13:31 +03:00
2022-02-07 23:40:26 +00:00
2022-02-05 01:30:14 -08:00
2022-02-02 17:11:01 +01:00
2022-02-05 15:07:10 -05:00
2022-02-07 12:27:09 -08:00
2022-02-07 00:26:52 +00:00
2022-02-01 10:15:59 +01:00
2022-02-08 03:20:05 +00:00
2022-02-08 16:40:48 +01:00
2022-02-02 15:40:11 +00:00
2022-02-01 11:21:26 +01:00
2022-02-02 15:40:12 +00:00
2022-02-09 14:12:24 +09:00