2019-12-01 04:12:28 +01:00
|
|
|
error: associated constant in `impl` without body
|
|
|
|
--> $DIR/impl-item-const-semantic-fail.rs:6:5
|
|
|
|
|
|
|
|
|
LL | const Y: u8;
|
2019-12-01 07:24:07 +01:00
|
|
|
| ^^^^^^^^^^^-
|
|
|
|
| |
|
|
|
|
| help: provide a definition for the constant: `= <expr>;`
|
2019-12-01 04:12:28 +01:00
|
|
|
|
2023-11-21 15:44:16 +00:00
|
|
|
error: aborting due to 1 previous error
|
2019-12-01 04:12:28 +01:00
|
|
|
|