os-rust/tests/ui/lexer/lex-bad-char-literals-4.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
228 B
Text
Raw Normal View History

2020-06-10 11:55:50 +02:00
error[E0762]: unterminated character literal
--> $DIR/lex-bad-char-literals-4.rs:4:5
2018-10-20 23:36:17 +03:00
|
2019-03-09 15:03:44 +03:00
LL | '●
| ^^^^
2018-10-20 23:36:17 +03:00
2019-01-20 14:53:28 +09:00
error: aborting due to previous error
2018-10-20 23:36:17 +03:00
2020-06-10 11:55:50 +02:00
For more information about this error, try `rustc --explain E0762`.