rust/tests/ui/parser/issues/issue-43692.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
190 B
Plaintext
Raw Normal View History

error: invalid start of unicode escape: `_`
--> $DIR/issue-43692.rs:2:9
2018-10-20 15:36:17 -05:00
|
LL | '\u{_10FFFF}';
| ^ invalid start of unicode escape
2018-10-20 15:36:17 -05:00
error: aborting due to previous error