-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Point at bound introducing obligation of call parameter for where clause bounds #89038
Copy link
Copy link
Closed
Closed
Copy link
Labels
A-diagnosticsArea: Messages for errors, warnings, and lintsArea: Messages for errors, warnings, and lintsA-trait-systemArea: Trait systemArea: Trait systemD-terseDiagnostics: An error or lint that doesn't give enough information about the problem at hand.Diagnostics: An error or lint that doesn't give enough information about the problem at hand.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Metadata
Metadata
Assignees
Labels
A-diagnosticsArea: Messages for errors, warnings, and lintsArea: Messages for errors, warnings, and lintsA-trait-systemArea: Trait systemArea: Trait systemD-terseDiagnostics: An error or lint that doesn't give enough information about the problem at hand.Diagnostics: An error or lint that doesn't give enough information about the problem at hand.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.
Type
Fields
Give feedbackNo fields configured for issues without a type.
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 : Eqbound as well.Noticed in https://github.com/rust-lang/rust/pull/88719/files#r708156543: