Point at bound introducing obligation of call parameter for where clause bounds #89038
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.
The following code
rust/src/test/ui/where-clauses/where-clauses-method-unsatisfied.rs
Lines 10 to 20 in 38e5764
emits
rust/src/test/ui/where-clauses/where-clauses-method-unsatisfied.stderr
Lines 1 to 9 in 38e5764
It should point at the
where T : Eq
bound as well.Noticed in https://github.com/rust-lang/rust/pull/88719/files#r708156543:
The text was updated successfully, but these errors were encountered: