This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
359bfa901b9d8eddbed7b88b6716dbb77b7bfb95
rust
/
tests
/
ui
/
parser
/
raw
/
raw-literal-self.rs
5 lines
83 B
Rust
Raw
Normal View
History
Unescape
Escape
syntax: Introduce `Ident::can_be_raw`
2019-02-27 22:06:26 +03:00
fn
main
(
)
{
Remove blanket silencing of "type annotation needed" errors Remove blanket check for existence of other errors before emitting "type annotation needed" errors, and add some eager checks to avoid adding obligations when they refer to types that reference `[type error]` in order to reduce unneded errors.
2019-09-24 11:05:49 -07:00
let
r#self
:
(
)
;
syntax: Introduce `Ident::can_be_raw`
2019-02-27 22:06:26 +03:00
//~^ 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