rust/compiler/rustc_mir_build
Aman Arora e2efdd156b Use precise places when lowering Closures in THIR
- Closures now use closure_min_captures to figure out captured paths
- Build upvar_mutbls using closure_min_captures
- Change logic in limit_capture_mutability to differentiate b/w
  capturing parent's local variable or capturing a variable that is
  captured by the parent (in case of nested closure) using PlaceBase.

Co-authored-by: Roxane Fruytier <roxane.fruytier@hotmail.com>
2020-12-09 22:34:15 -05:00
..
src Use precise places when lowering Closures in THIR 2020-12-09 22:34:15 -05:00
Cargo.toml mv compiler to compiler/ 2020-08-30 18:45:07 +03:00