2022-10-21 13:53:27 -05:00
|
|
|
error[E0046]: not all trait items implemented, missing: `Error`
|
2024-03-10 20:18:41 -05:00
|
|
|
--> $DIR/issue-103181-1.rs:12:5
|
2022-10-21 13:53:27 -05:00
|
|
|
|
|
|
|
|
LL | type Error;
|
|
|
|
| ---------- `Error` from trait
|
|
|
|
LL | }
|
|
|
|
LL | impl HttpBody for () {
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^ missing `Error` in implementation
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2022-10-21 13:53:27 -05:00
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0046`.
|