[NLL] "that is required by this bound" note missing #97253
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-NLL
Area: Non-lexical lifetimes (NLL)
D-terse
Diagnostics: An error or lint that doesn't give enough information about the problem at hand.
NLL-diagnostics
Working towards the "diagnostic parity" goal
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
In src/test/ui/nll/ty-outlives/projection-where-clause-env-wrong-lifetime.rs and src/test/ui/nll/ty-outlives/projection-where-clause-env-wrong-bound.rs we lose a note:
before
after
Probably related, but the error used
'_
instead of'a
The text was updated successfully, but these errors were encountered: