blob: a7075b71878121a4ed4ca3d72c539bf19808457b [file] [log] [blame]
error: character literal may only contain one codepoint: 'nope'
--> $DIR/lex-bad-char-literals-2.rs:3:5
|
LL | 'nope' //~ ERROR: character literal may only contain one codepoint: 'nope'
| ^^^^^^
error: aborting due to previous error