]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/issues/issue-43692.stderr
Rollup merge of #106717 - klensy:typo, r=lcnr
[rust.git] / tests / ui / parser / issues / issue-43692.stderr
1 error: invalid start of unicode escape: `_`
2   --> $DIR/issue-43692.rs:2:9
3    |
4 LL |     '\u{_10FFFF}';
5    |         ^ invalid start of unicode escape
6
7 error: aborting due to previous error
8