]> git.lizzy.rs Git - rust.git/blob - src/test/ui/impl-trait/extra-item.stderr
Rollup merge of #103159 - cuviper:check_pow-final-try_opt, r=Mark-Simulacrum
[rust.git] / src / test / ui / impl-trait / extra-item.stderr
1 error[E0407]: method `extra` is not a member of trait `extra_item::MyTrait`
2   --> $DIR/extra-item.rs:7:5
3    |
4 LL |     fn extra() {}
5    |     ^^^^^^^^^^^^^ not a member of trait `extra_item::MyTrait`
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0407`.