Sign in
rust
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
parser
/
new-unicode-escapes-1.stderr
blob: 491915c89cc4a12cd2c9c685632f08f3165c0762 [
file
] [
log
] [
blame
]
error
:
unterminated unicode escape
-->
$DIR
/
new
-
unicode
-
escapes
-
1.rs
:
2
:
14
|
LL
|
let
s
=
"\u{2603"
;
|
^^^^^^^
missing a closing
`}`
|
help
:
terminate the unicode escape
|
LL
|
let
s
=
"\u{2603}"
;
|
+
error
:
aborting due to
1
previous error