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