blob: 2f3f8c0f9dae500450d370778f70f6ac5f338cb4 (
plain)
1
2
3
4
5
6
7
8
|
error: overlong unicode escape
--> $DIR/new-unicode-escapes-2.rs:2:14
|
LL | let s = "\u{260311111111}";
| ^^^^^^^^^^^^^^^^ must have at most 6 hex digits
error: aborting due to previous error
|