Handle Self in paths too
This commit is contained in:
parent
055452864e
commit
13e8b13e15
12 changed files with 54 additions and 22 deletions
|
@ -2,7 +2,7 @@ error[E0277]: the trait bound `T: Bar` is not satisfied
|
|||
--> $DIR/trait-where-clause.rs:14:5
|
||||
|
|
||||
LL | T::b();
|
||||
| ^^^^ the trait `Bar` is not implemented for `T`
|
||||
| ^ the trait `Bar` is not implemented for `T`
|
||||
|
|
||||
note: required by a bound in `Foo::b`
|
||||
--> $DIR/trait-where-clause.rs:8:24
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue