rust/compiler/rustc_mir_build
Aman Arora 9f70e782f7 Remove THIR::ExprKind::SelfRef
ExprKind::SelfRef was used to express accessing `self` in
the desugared Closure/Generator struct when lowering captures in THIR.

Since we handle captures in MIR now, we don't need `ExprKind::Self`.
2020-11-17 17:49:42 -05:00
..
2020-11-17 17:49:42 -05:00
2020-08-30 18:45:07 +03:00