41e8d152dc
Co-authored-by: Adrian <adrian.iosdev@gmail.com>
9 lines
192 B
Plaintext
9 lines
192 B
Plaintext
error: invalid start of unicode escape: `_`
|
|
--> $DIR/issue-43692.rs:2:9
|
|
|
|
|
LL | '\u{_10FFFF}';
|
|
| ^ invalid start of unicode escape
|
|
|
|
error: aborting due to 1 previous error
|
|
|