2017-02-07 14:05:30 -06:00
|
|
|
|
error: zero-width space detected
|
2019-01-07 15:33:18 -06:00
|
|
|
|
--> $DIR/unicode.rs:3:12
|
2018-10-06 11:18:06 -05:00
|
|
|
|
|
|
2018-12-27 09:57:55 -06:00
|
|
|
|
LL | print!("Here >< is a ZWS, and another");
|
2018-10-06 11:18:06 -05:00
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
|
|
= note: `-D clippy::zero-width-space` implied by `-D warnings`
|
2017-02-07 14:05:30 -06:00
|
|
|
|
|
|
|
|
|
error: non-nfc unicode sequence detected
|
2019-01-07 15:33:18 -06:00
|
|
|
|
--> $DIR/unicode.rs:9:12
|
2017-02-07 14:05:30 -06:00
|
|
|
|
|
|
2018-12-27 09:57:55 -06:00
|
|
|
|
LL | print!("̀àh?");
|
2017-11-06 17:26:44 -06:00
|
|
|
|
| ^^^^^
|
2017-02-07 14:05:30 -06:00
|
|
|
|
|
|
2018-08-01 09:30:44 -05:00
|
|
|
|
= note: `-D clippy::unicode-not-nfc` implied by `-D warnings`
|
2017-02-07 14:05:30 -06:00
|
|
|
|
|
|
|
|
|
error: literal non-ASCII character detected
|
2019-01-07 15:33:18 -06:00
|
|
|
|
--> $DIR/unicode.rs:15:12
|
2017-02-07 14:05:30 -06:00
|
|
|
|
|
|
2018-12-27 09:57:55 -06:00
|
|
|
|
LL | print!("Üben!");
|
2017-02-07 14:05:30 -06:00
|
|
|
|
| ^^^^^^^
|
|
|
|
|
|
|
2018-08-01 09:30:44 -05:00
|
|
|
|
= note: `-D clippy::non-ascii-literal` implied by `-D warnings`
|
2017-02-07 14:05:30 -06:00
|
|
|
|
|
2018-01-16 10:06:27 -06:00
|
|
|
|
error: aborting due to 3 previous errors
|
|
|
|
|
|