mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-06 20:27:48 +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.