]> git.lizzy.rs Git - rust.git/blob - src/test/ui/lint/lint-nonstandard-style-unicode-3.stderr
Auto merge of #106349 - LeSeulArtichaut:dyn-star-tracking-issue, r=jackh726
[rust.git] / src / test / 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