blob: 28af1f0f321e6aaa2e2ef7698620ecb997fa841b [file] [log] [blame]
error: missing type for `const` item
--> $DIR/missing_assoc_const_type.rs:12:17
|
LL | const FIRST: = 10;
| ^ help: provide a type for the associated constant: `u8`
error: aborting due to 1 previous error