rust/src/test/ui/span/E0046.stderr
Ariel Ben-Yehuda 77f4022303 Revert "Change error count messages"
This reverts commit 5558c64f33.
2017-07-02 13:49:30 +03:00

12 lines
273 B
Plaintext

error[E0046]: not all trait items implemented, missing: `foo`
--> $DIR/E0046.rs:18:1
|
12 | fn foo();
| --------- `foo` from trait
...
18 | impl Foo for Bar {}
| ^^^^^^^^^^^^^^^^^^^ missing `foo` in implementation
error: aborting due to previous error