2021-01-23 12:48:31 -08:00
|
|
|
error: overlong unicode escape
|
2019-04-25 11:48:25 +03:00
|
|
|
--> $DIR/new-unicode-escapes-2.rs:2:14
|
2018-10-20 23:36:17 +03:00
|
|
|
|
|
2019-03-13 00:47:36 -04:00
|
|
|
LL | let s = "\u{260311111111}";
|
2021-01-23 12:48:31 -08:00
|
|
|
| ^^^^^^^^^^^^^^^^ must have at most 6 hex digits
|
2018-10-20 23:36:17 +03:00
|
|
|
|
|
|
|
error: aborting due to previous error
|
|
|
|
|