"Consider adding an explicit lifetime bound" doesn't take into account existing bounds #65286
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
produces:
It should suggest
T: 'a + 'b
(or similar), ideally in the same format as E0599.The text was updated successfully, but these errors were encountered: