2018-10-20 23:36:17 +03:00
|
|
|
error: invalid start of unicode escape
|
2019-01-06 18:33:05 +03:00
|
|
|
--> $DIR/issue-43692.rs:2:9
|
2018-10-20 23:36:17 +03:00
|
|
|
|
|
2019-03-13 00:47:36 -04:00
|
|
|
LL | '\u{_10FFFF}';
|
2018-10-20 23:36:17 +03:00
|
|
|
| ^
|
|
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|
|