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