rust/src/test/ui/parser/lex-bad-char-literals-4.stderr
2019-01-20 14:53:28 +09:00

9 lines
236 B
Plaintext

error: character literal may only contain one codepoint: '●
--> $DIR/lex-bad-char-literals-4.rs:4:5
|
LL | '● //~ ERROR: character literal may only contain one codepoint
| ^^
error: aborting due to previous error