]> git.lizzy.rs Git - rust.git/blob - src/test/ui/impl-trait/issue-103181-1.stderr
Rollup merge of #105555 - krasimirgg:llvm-int-opt-2, r=cuviper
[rust.git] / src / test / ui / impl-trait / issue-103181-1.stderr
1 error[E0046]: not all trait items implemented, missing: `Error`
2   --> $DIR/issue-103181-1.rs:9:5
3    |
4 LL |         type Error;
5    |         ---------- `Error` from trait
6 LL |     }
7 LL |     impl HttpBody for () {
8    |     ^^^^^^^^^^^^^^^^^^^^ missing `Error` in implementation
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0046`.