Reduce verbosity of E0277 for Debug
and Display
#85844
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
D-newcomer-roadblock
Diagnostics: Confusing error or lint; hard to understand for new users.
D-verbose
Diagnostics: Too much output caused by a single piece of incorrect code.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
On missing
Debug
implementation, the current output is unnecessarily verbose:We should special case this and
Display
to give less overwhelming output:Taken from https://blog.frankel.ch/start-rust/1/
The text was updated successfully, but these errors were encountered: