blob: 3a545ee282660426e59e41057325408ed7e0ff7c [file] [log] [blame]
error: character literal may only contain one codepoint
--> $DIR/lex-bad-char-literals-2.rs:3:5
|
LL | 'nope'
| ^^^^^^
|
help: if you meant to write a `str` literal, use double quotes
|
LL | "nope"
| ^^^^^^
error: aborting due to previous error