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