rust/tests/ui/parser/impl-item-const-semantic-fail.stderr
Nilstrieb 41e8d152dc Show number in error message even for one error
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
2023-11-24 19:15:52 +01:00

11 lines
288 B
Plaintext

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>;`
error: aborting due to 1 previous error