summary refs log tree commit diff
path: root/src/test/ui/parser/new-unicode-escapes-2.stderr
blob: b5148279c7450c1f5c9bc8b452a98530d6f16859 (plain)
1
2
3
4
5
6
7
8
error: overlong unicode escape (must have at most 6 hex digits)
  --> $DIR/new-unicode-escapes-2.rs:2:14
   |
LL |     let s = "\u{260311111111}";
   |              ^^^^^^^^^^^^^^^^

error: aborting due to previous error