9 lines
236 B
Plaintext
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
|
|
|