blob: 3c8550e3dbe64cd86088d3cf7f444f74a0cbcc57 [file] [log] [blame]
error: numeric character escape is too short
--> $DIR/lex-bad-char-literals-1.rs:3:8
|
LL | '/x1'
| ^
error: numeric character escape is too short
--> $DIR/lex-bad-char-literals-1.rs:7:8
|
LL | "/x1"
| ^
error: unknown character escape: /u{25cf}
--> $DIR/lex-bad-char-literals-1.rs:11:7
|
LL | '/●'
| ^
error: unknown character escape: /u{25cf}
--> $DIR/lex-bad-char-literals-1.rs:15:7
|
LL | "/●"
| ^
error: aborting due to 4 previous errors