Add more information to E0599 for small changes that would make the trait bounds be satisfied #82086
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-trait-system
Area: Trait system
D-terse
Diagnostics: An error or lint that doesn't give enough information about the problem at hand.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Given
we currently emit
It would be nice if we mentioned anywhere that
BufReader<&mut T>: BufRead
is satisfied.CC #81990
The text was updated successfully, but these errors were encountered: