2018-10-20 15:36:17 -05:00
|
|
|
error: invalid start of unicode escape
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/issue-43692.rs:4:9
|
2018-10-20 15:36:17 -05:00
|
|
|
|
|
|
|
|
LL | '/u{_10FFFF}'; //~ ERROR invalid start of unicode escape
|
|
|
|
| ^
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|