2016-10-23 20:54:31 -05:00
|
|
|
error[E0046]: not all trait items implemented, missing: `Output`
|
|
|
|
--> $DIR/issue-23827.rs:36:1
|
|
|
|
|
|
2018-02-22 18:42:32 -06:00
|
|
|
LL | impl<C: Component> FnOnce<(C,)> for Prototype {
|
2017-12-19 16:41:03 -06:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `Output` in implementation
|
2016-10-23 20:54:31 -05:00
|
|
|
|
|
|
|
|
= note: `Output` from trait: `type Output;`
|
|
|
|
|
2017-07-02 05:49:30 -05:00
|
|
|
error: aborting due to previous error
|
2016-10-23 20:54:31 -05:00
|
|
|
|
2018-02-19 14:40:25 -06:00
|
|
|
If you want more information on this error, try using "rustc --explain E0046"
|