rust/tests/ui/span/issue-24356.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
386 B
Plaintext
Raw Normal View History

error[E0046]: not all trait items implemented, missing: `Target`
2019-04-22 16:35:37 +00:00
--> $DIR/issue-24356.rs:18:9
|
2018-02-23 00:42:32 +00:00
LL | impl Deref for Thing {
| ^^^^^^^^^^^^^^^^^^^^ missing `Target` in implementation
|
= help: implement the missing item: `type Target = /* Type */;`
error: aborting due to previous error
2018-03-03 14:59:40 +00:00
For more information about this error, try `rustc --explain E0046`.