blob: 97ba3fb2cb6665ba50053d13b8574e6c60b2cf8c (
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:17
|
LL | let s = "/u{260311111111}"; //~ ERROR overlong unicode escape (must have at most 6 hex digits)
| ^^^^^^^^^^^^
error: aborting due to previous error
|