]> git.lizzy.rs Git - rust.git/blob - tests/ui/associated-inherent-types/assoc-inherent-no-body.stderr
Suggest coercion of `Result` using `?`
[rust.git] / tests / ui / associated-inherent-types / assoc-inherent-no-body.stderr
1 error: associated type in `impl` without body
2   --> $DIR/assoc-inherent-no-body.rs:7:5
3    |
4 LL |     type Baz;
5    |     ^^^^^^^^-
6    |             |
7    |             help: provide a definition for the type: `= <type>;`
8
9 error: aborting due to previous error
10