mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-05 03:36:21 +00:00

Don't store region in `CapturedPlace` It's not necessary anymore, since we erase all regions in writeback anyways.
For more information about how rustc works, see the rustc dev guide.