]> git.proxmox.com Git - rustc.git/blob - src/test/ui/associated-inherent-types/assoc-inherent-no-body.stderr
Update unsuspicious file list
[rustc.git] / src / test / 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