27 lines
619 B
Plaintext
27 lines
619 B
Plaintext
error: identifier contains non-ASCII characters
|
|
--> $DIR/lint-non-ascii-idents.rs:3:7
|
|
|
|
|
LL | const חלודה: usize = 2;
|
|
| ^^^^^
|
|
|
|
|
note: the lint level is defined here
|
|
--> $DIR/lint-non-ascii-idents.rs:1:9
|
|
|
|
|
LL | #![deny(non_ascii_idents)]
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
error: identifier contains non-ASCII characters
|
|
--> $DIR/lint-non-ascii-idents.rs:5:4
|
|
|
|
|
LL | fn coöperation() {}
|
|
| ^^^^^^^^^^^
|
|
|
|
error: identifier contains non-ASCII characters
|
|
--> $DIR/lint-non-ascii-idents.rs:8:9
|
|
|
|
|
LL | let naïveté = 2;
|
|
| ^^^^^^^
|
|
|
|
error: aborting due to 3 previous errors
|
|
|