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-05-14 02:49:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
aa5dbee3eb
rust
/
tests
/
ui
/
parser
/
new-unicode-escapes-4.rs
5 lines
98 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
(
)
{
Prevent ICEs when parsing invalid escapes, closes #23620
2015-03-26 08:38:25 +00:00
let
s
=
"
\
u{lol}
"
;
Handle `Span`s for byte and raw strings and add more detail
2021-01-23 20:48:31 +00:00
//~^ ERROR invalid character in unicode escape: `l`
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