2021-01-23 12:48:31 -08: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}';
|
2021-01-23 12:48:31 -08:00
|
|
|
| ^ invalid start of unicode escape
|
2018-10-20 23:36:17 +03:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|