mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
9ccfedf186
Remove region from adjustments It's not necessary to store this region, because it's only used in THIR and MemCat/ExprUse, both of which already basically only deal with erased regions anyways.
For more information about how rustc works, see the rustc dev guide.