2023-04-18 19:00:14 -05:00
|
|
|
error: associated constant `item` should have an upper case name
|
|
|
|
--> $DIR/lint-non-uppercase-trait-assoc-const.rs:4:11
|
|
|
|
|
|
|
|
|
LL | const item: usize;
|
|
|
|
| ^^^^ help: convert the identifier to upper case: `ITEM`
|
|
|
|
|
|
|
|
|
note: the lint level is defined here
|
|
|
|
--> $DIR/lint-non-uppercase-trait-assoc-const.rs:1:9
|
|
|
|
|
|
|
|
|
LL | #![deny(non_upper_case_globals)]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
2023-11-21 09:44:16 -06:00
|
|
|
error: aborting due to 1 previous error
|
2023-04-18 19:00:14 -05:00
|
|
|
|