2018-10-20 15:36:17 -05:00
|
|
|
error: character literal may only contain one codepoint: 'nope'
|
2019-01-06 09:33:05 -06:00
|
|
|
--> $DIR/lex-bad-char-literals-2.rs:3:5
|
2018-10-20 15:36:17 -05:00
|
|
|
|
|
|
|
|
LL | 'nope' //~ ERROR: character literal may only contain one codepoint: 'nope'
|
|
|
|
| ^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|