Remove redundant phrasing from trait bound diagnostic #99418
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Given the following code: https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=5c8b3650fbcd3671c608fd2e6ed118ad
The current output is:
Ideally the output should look like:
The original phrasing is distracting and contributes to visual noise.
The text was updated successfully, but these errors were encountered: