blob: 1be04a992c240f0b14a53f56d97d18fd3354f9e4 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0407]: method `b` is not a member of trait `Foo`
--> $DIR/E0407.rs:19:5
|
LL | fn b() {}
| ^^^^^^^^^ not a member of trait `Foo`
error: aborting due to previous error
For more information about this error, try `rustc --explain E0407`.
|