Open
Description
In tests like:
- src/test/ui/regions/regions-addr-of-upvar-self.rs
- src/test/ui/regions/regions-close-object-into-object-4.rs
Under NLL we generate many errors for almost the same span instead of one error with many notes under migrate mode, which is more readable and easier to understand.
We should fix this.
@rustbot label +A-NLL +NLL-diagnostics