This website requires JavaScript.
Explore
Help
Sign in
mathieu
/
os-rust
Watch
1
Star
0
Fork
You've already forked os-rust
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
stable
os-rust
/
tests
/
ui
/
reserved
/
reserved-become.rs
5 lines
102 B
Rust
Raw
Permalink
Normal View
History
Unescape
Escape
Reserve 'be' as a keyword
2012-09-11 19:26:48 -07:00
fn
main
(
)
{
Replace `be` with `become` As per rust-lang/rfcs#601, replace `be` with `become` as reserved keyword for tail call optimization.
2015-01-17 17:00:32 +01:00
let
become
=
0
;
recover on 'mut ' and improve recovery for keywords.
2019-08-27 13:04:48 +02:00
//~^ ERROR expected identifier, found reserved keyword `become`
librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflipping
2013-02-14 11:47:00 -08:00
}
Reference in a new issue
Copy permalink