2018-10-20 15:36:17 -05:00
|
|
|
error: overlong unicode escape (must have at most 6 hex digits)
|
2018-12-25 09:56:47 -06:00
|
|
|
--> $DIR/new-unicode-escapes-2.rs:4:17
|
2018-10-20 15:36:17 -05:00
|
|
|
|
|
|
|
|
LL | let s = "/u{260311111111}"; //~ ERROR overlong unicode escape (must have at most 6 hex digits)
|
|
|
|
| ^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|