Bless tests.
This commit is contained in:
parent
fa2bc4f400
commit
bd2f08c22f
8 changed files with 34 additions and 17 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue