rust/tests/ui/parser/impl-item-const-semantic-fail.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
286 B
Plaintext
Raw Normal View History

2019-11-30 21:12:28 -06:00
error: associated constant in `impl` without body
--> $DIR/impl-item-const-semantic-fail.rs:6:5
|
LL | const Y: u8;
| ^^^^^^^^^^^-
| |
| help: provide a definition for the constant: `= <expr>;`
2019-11-30 21:12:28 -06:00
error: aborting due to previous error