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