Bless tests.

This commit is contained in:
Camille GILLOT 2021-08-26 20:17:19 +02:00
parent fa2bc4f400
commit bd2f08c22f
8 changed files with 34 additions and 17 deletions

View file

@ -5,8 +5,10 @@ LL | b.foo();
| ^^^ method not found in `&B`
|
= help: items from traits can only be used if the trait is in scope
= note: the following trait is implemented but not in scope; perhaps add a `use` for it:
`use a::A;`
help: the following trait is implemented but not in scope; perhaps add a `use` for it:
|
LL | use a::A;
|
error: aborting due to previous error