This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Activity
58e901b6fd
rust
/
tests
/
ui
/
parser
/
new-unicode-escapes-1.rs
4 lines
79 B
Rust
Raw
Normal View
History
Unescape
Escape
syntax: support ES6-style unicode escapes First half of bootstrapping https://github.com/rust-lang/rfcs/pull/446
2014-12-02 16:48:48 -08:00
pub
fn
main
(
)
{
Handle `Span`s for byte and raw strings and add more detail
2021-01-23 12:48:31 -08:00
let
s
=
"
\
u{2603
"
;
//~ ERROR unterminated unicode escape
syntax: support ES6-style unicode escapes First half of bootstrapping https://github.com/rust-lang/rfcs/pull/446
2014-12-02 16:48:48 -08:00
}
Copy permalink