Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
parser
/
new-unicode-escapes-2.rs
blob: cbb614c19c0048e8d0d083e55a4a0e59691bbc9e [
file
] [
log
] [
blame
] [
edit
]
pub
fn
main
()
{
let
s
=
"\u{260311111111}"
;
//~ ERROR overlong unicode escape
}