rust/src/test/ui/parser/lex-bad-char-literals-2.stderr

9 lines
251 B
Plaintext
Raw Normal View History

2018-10-20 15:36:17 -05:00
error: character literal may only contain one codepoint: 'nope'
--> $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