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 11:35:37 -05:00
--> $DIR/issue-24356.rs:18:9
|
2018-02-22 18:42:32 -06: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 08:59:40 -06:00
For more information about this error, try `rustc --explain E0046`.