1error: Long names must be ASCII
2 --> tests/ui/bad-long-names/bad-long-names.rs:6:5
3  |
46 |     привет: bool,
5  |     ^^^^^^
6
7error: Long names must be lowercase
8 --> tests/ui/bad-long-names/bad-long-names.rs:9:5
9  |
109 |     XMLHTTPRequest: bool,
11  |     ^^^^^^^^^^^^^^
12
13error: Long names must be lowercase
14  --> tests/ui/bad-long-names/bad-long-names.rs:10:27
15   |
1610 |     #[argh(switch, long = "not really")]
17   |                           ^^^^^^^^^^^^
18