]> git.lizzy.rs Git - rust.git/blob - src/test/ui/associated-const/associated-const-upper-case-lint.stderr
Parallelize and optimize parts of HIR map creation
[rust.git] / src / test / ui / associated-const / associated-const-upper-case-lint.stderr
1 error: associated constant `not_upper` should have an upper case name such as `NOT_UPPER`
2   --> $DIR/associated-const-upper-case-lint.rs:7:5
3    |
4 LL |     const not_upper: bool = true;
5    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6    |
7 note: lint level defined here
8   --> $DIR/associated-const-upper-case-lint.rs:1:9
9    |
10 LL | #![deny(non_upper_case_globals)]
11    |         ^^^^^^^^^^^^^^^^^^^^^^
12
13 error: aborting due to previous error
14