]> git.lizzy.rs Git - rust.git/blob - src/test/ui/impl-trait/issue-21659-show-relevant-trait-impls-3.stderr
report the total number of errors on compilation failure
[rust.git] / src / test / ui / impl-trait / issue-21659-show-relevant-trait-impls-3.stderr
1 error[E0599]: no method named `foo` found for type `Bar` in the current scope
2   --> $DIR/issue-21659-show-relevant-trait-impls-3.rs:30:8
3    |
4 30 |     f1.foo(1usize);
5    |        ^^^
6    |
7    = help: items from traits can only be used if the trait is implemented and in scope
8    = note: the following trait defines an item `foo`, perhaps you need to implement it:
9            candidate #1: `Foo`
10
11 error: aborting due to previous error
12