Files
rust/compiler
Aman Arora b421cd56d9 Restrict precision of captures with capture_disjoint_fields set
- No Derefs in move closure, this will result in value behind a reference getting moved.
- No projections are applied to raw pointers, since these require unsafe blocks. We capture
  them completely.

Motivations for these are recorded here: https://hackmd.io/71qq-IOpTNqzMkPpAI1dVg?view
2021-01-29 15:37:05 -05:00
..
2020-09-11 09:37:51 -07:00
2020-12-26 18:24:10 +01:00
2021-01-23 10:30:38 +01:00
2021-01-16 18:56:37 -05:00