1
Fork 0

Handle Self in paths too

This commit is contained in:
Michael Goulet 2023-08-25 18:28:34 +00:00
parent 055452864e
commit 13e8b13e15
12 changed files with 54 additions and 22 deletions

View file

@ -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