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