Compiler diagnostics for missing methods in generated code are unreadable #65616
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
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.
I was incorrectly using a struct in some bindgen-produced code. I do not run rustfmt on bindgen output, so the source is one line of Rust code.
The compiler diagnostics fill my terminal with output making it toilsome to find the error being reported.
The text was updated successfully, but these errors were encountered: