mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-28 23:41:42 +00:00
9 lines
190 B
Plaintext
9 lines
190 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 previous error
|
|
|