This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
rust
Watch
2
Star
0
Fork
0
You've already forked rust
mirror of
https://github.com/rust-lang/rust.git
synced
2025-02-16 08:53:35 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
f379a58bf2
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-03 00:48:48 +00:00
pub
fn
main
(
)
{
Handle `Span`s for byte and raw strings and add more detail
2021-01-23 20:48:31 +00: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-03 00:48:48 +00:00
}
Reference in New Issue
Copy Permalink