]> git.proxmox.com Git - rustc.git/blame - src/test/ui/lint/lint-nonstandard-style-unicode-2.stderr
New upstream version 1.53.0+dfsg1
[rustc.git] / src / test / ui / lint / lint-nonstandard-style-unicode-2.stderr
CommitLineData
f035d41b 1error: function `Ц` should have a snake case name
cdc7bbd5 2 --> $DIR/lint-nonstandard-style-unicode-2.rs:17:4
f035d41b
XL
3 |
4LL | fn Ц() {}
5 | ^ help: convert the identifier to snake case: `ц`
6 |
7note: the lint level is defined here
8 --> $DIR/lint-nonstandard-style-unicode-2.rs:3:11
9 |
10LL | #![forbid(non_snake_case)]
11 | ^^^^^^^^^^^^^^
12
13error: function `分__隔` should have a snake case name
cdc7bbd5 14 --> $DIR/lint-nonstandard-style-unicode-2.rs:22:4
f035d41b
XL
15 |
16LL | fn 分__隔() {}
17 | ^^^^^^ help: convert the identifier to snake case: `分_隔`
18
19error: aborting due to 2 previous errors
20