index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
parser
/
new-unicode-escapes-1.rs
blob: d6a54660ea6e8b539f7b57629977d70b6bf87214 (
plain
)
1
2
3
pub
fn
main
()
{
let
s
=
"\u{2603"
;
//~ ERROR unterminated unicode escape
}