]> git.lizzy.rs Git - rust.git/blob - tests/ui/impl-trait/extra-item.stderr
Auto merge of #106646 - Amanieu:ilp32-object, r=Mark-Simulacrum
[rust.git] / tests / 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`.