summaryrefslogtreecommitdiffstats
path: root/src/test/ui/associated-inherent-types/assoc-inherent-no-body.stderr
blob: 387a5658da37304bdacafca6860c310355b5b1a2 (plain)
1
2
3
4
5
6
7
8
9
10
error: associated type in `impl` without body
  --> $DIR/assoc-inherent-no-body.rs:7:5
   |
LL |     type Baz;
   |     ^^^^^^^^-
   |             |
   |             help: provide a definition for the type: `= <type>;`

error: aborting due to previous error