summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/issues/issue-43692.stderr
blob: 1ce3aa6713593f768edb3a3e707293512a91c81b (plain)
1
2
3
4
5
6
7
8
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