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
6ef275e6c3
rust
/
src
/
test
/
ui
/
parser
/
raw
/
raw-literal-self.rs
5 lines
79 B
Rust
Raw
Normal View
History
Unescape
Escape
syntax: Introduce `Ident::can_be_raw`
2019-02-27 13:06:26 -06:00
fn
main
(
)
{
let
r#self
;
//~^ ERROR `self` cannot be a raw identifier
Initial implementation of RFC 2151, Raw Identifiers
2018-03-09 23:56:40 -06:00
}
Reference in New Issue
Copy Permalink