This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
rust
/
tests
/
ui
/
parser
/
new-unicode-escapes-2.rs
4 lines
84 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{260311111111}
"
;
//~ ERROR overlong 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
}
Reference in New Issue
Copy Permalink