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
60da5de1c6
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 13:06:26 -06: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 13:05:49 -05:00
let
r#self
:
(
)
;
syntax: Introduce `Ident::can_be_raw`
2019-02-27 13:06:26 -06: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