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