rust/compiler/rustc_borrowck
Gary Guo 48258ffe5a Remove region from UpvarCapture and move it to CapturedPlace
Region info is completely unnecessary for upvar capture kind computation
and is only needed to create the final upvar tuple ty. Doing so makes
creation of UpvarCapture very cheap and expose further cleanup opportunity.
2022-01-07 22:55:34 +00:00
..
src Remove region from UpvarCapture and move it to CapturedPlace 2022-01-07 22:55:34 +00:00
Cargo.toml Migrate to 2021 2021-09-20 22:21:42 -04:00