blob: 3b4ac3a9adc56ec8786f4aad0a3f0b604996d650 [file] [log] [blame]
David Woodb16a3062018-08-08 12:28:261error[E0046]: not all trait items implemented, missing: `eat`
Mark Rousskov2a663552018-12-25 15:56:472 --> $DIR/class-method-missing.rs:9:1
David Woodb16a3062018-08-08 12:28:263 |
4LL | fn eat(&self);
5 | -------------- `eat` from trait
6...
Andy Russell6474de92018-12-17 03:21:477LL | impl Animal for Cat {
David Woodb16a3062018-08-08 12:28:268 | ^^^^^^^^^^^^^^^^^^^ missing `eat` in implementation
9
10error: aborting due to previous error
11
12For more information about this error, try `rustc --explain E0046`.