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
Plaintext
Raw Normal View History

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