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

9 lines
251 B
Text
Raw Normal View History

2018-10-20 23:36:17 +03:00
error: character literal may only contain one codepoint: 'nope'
2018-12-25 08:56:47 -07:00
--> $DIR/lex-bad-char-literals-2.rs:5: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