Files
rust/compiler
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:11:01 +01:00
2022-02-03 21:45:51 +01:00
2022-02-08 00:13:31 +03:00
2022-02-05 15:07:10 -05:00
2022-02-01 11:21:26 +01:00