blob: c1da06e3a3ad6da8202cee0e7ddfdef61b663b84 [file] [log] [blame]
David Woodb16a3062018-08-08 12:28:261error[E0046]: not all trait items implemented, missing: `eat`
2 --> $DIR/class-method-missing.rs:19:1
3 |
4LL | fn eat(&self);
5 | -------------- `eat` from trait
6...
7LL | impl animal for cat {
8 | ^^^^^^^^^^^^^^^^^^^ missing `eat` in implementation
9
10error: aborting due to previous error
11
12For more information about this error, try `rustc --explain E0046`.