2019-06-15 20:22:07 -07:00
|
|
|
error: identifier contains non-ASCII characters
|
2021-04-03 10:35:11 +08:00
|
|
|
--> $DIR/lint-non-ascii-idents.rs:3:7
|
2019-06-15 20:22:07 -07:00
|
|
|
|
|
|
|
|
LL | const חלודה: usize = 2;
|
|
|
|
| ^^^^^
|
|
|
|
|
|
2020-01-22 23:57:38 +00:00
|
|
|
note: the lint level is defined here
|
2021-04-03 10:35:11 +08:00
|
|
|
--> $DIR/lint-non-ascii-idents.rs:1:9
|
2019-06-15 20:22:07 -07:00
|
|
|
|
|
|
|
|
LL | #![deny(non_ascii_idents)]
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: identifier contains non-ASCII characters
|
2021-04-03 10:35:11 +08:00
|
|
|
--> $DIR/lint-non-ascii-idents.rs:5:4
|
2019-06-15 20:22:07 -07:00
|
|
|
|
|
|
|
|
LL | fn coöperation() {}
|
|
|
|
| ^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: identifier contains non-ASCII characters
|
2021-04-03 10:35:11 +08:00
|
|
|
--> $DIR/lint-non-ascii-idents.rs:8:9
|
2019-06-15 20:22:07 -07:00
|
|
|
|
|
|
|
|
LL | let naïveté = 2;
|
|
|
|
| ^^^^^^^
|
|
|
|
|
2020-05-10 09:10:15 +08:00
|
|
|
error: aborting due to 3 previous errors
|
2019-06-15 20:22:07 -07:00
|
|
|
|