]> git.lizzy.rs Git - rust.git/blob - tests/ui/lint/lint-nonstandard-style-unicode-3.stderr
Rollup merge of #106441 - mllken:abstract-socket-noref, r=joshtriplett
[rust.git] / tests / ui / lint / lint-nonstandard-style-unicode-3.stderr
1 error: static variable `τεχ` should have an upper case name
2   --> $DIR/lint-nonstandard-style-unicode-3.rs:17:8
3    |
4 LL | static τεχ: f32 = 3.14159265;
5    |        ^^^ help: convert the identifier to upper case: `ΤΕΧ`
6    |
7 note: the lint level is defined here
8   --> $DIR/lint-nonstandard-style-unicode-3.rs:3:11
9    |
10 LL | #![forbid(non_upper_case_globals)]
11    |           ^^^^^^^^^^^^^^^^^^^^^^
12
13 error: aborting due to previous error
14