[NLL] Duplicated errors #96211
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-NLL
Area: Non-lexical lifetimes (NLL)
NLL-diagnostics
Working towards the "diagnostic parity" goal
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
A couple different related issues here.
In tests like src/test/ui/regions/region-lifetime-bounds-on-fns-where-clause.rs, the errors for mismatched types are actually duplicates (exactly the same error on the same line for the same span and the same notes.
Other similar tests:
In src/test/ui/rfc1623.rs, the errors are very similar, but not exactly duplicates.
@rustbot label +A-NLL +NLL-diagnostics
The text was updated successfully, but these errors were encountered: