Unnamed repository; edit this file 'description' to name the repository.
Auto merge of #132301 - compiler-errors:adjust, r=lcnr
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.