]> git.lizzy.rs Git - rust.git/blob - src/test/ui/issues/issue-10465.stderr
6efbd8e40ef643af2dce6b33d8ae8a40b11cbb2c
[rust.git] / src / test / ui / issues / issue-10465.stderr
1 error[E0599]: no method named `foo` found for type `&b::B` in the current scope
2   --> $DIR/issue-10465.rs:17:15
3    |
4 LL |             b.foo();
5    |               ^^^
6    |
7    = help: items from traits can only be used if the trait is in scope
8    = note: the following trait is implemented but not in scope, perhaps add a `use` for it:
9            `use a::A;`
10
11 error: aborting due to previous error
12
13 For more information about this error, try `rustc --explain E0599`.