2020-06-10 04:55:50 -05:00
|
|
|
error[E0762]: unterminated character literal
|
2019-01-06 09:33:05 -06:00
|
|
|
--> $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 | '●
|
2019-04-25 03:48:25 -05:00
|
|
|
| ^^^^
|
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`.
|