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
rust
/
src
/
test
/
compile-fail
/
keyword.rs
4 lines
78 B
Rust
Raw
Normal View
History
Unescape
Escape
Install new pub/priv/export rules as defaults, old rules accessible under #[legacy_exports];
2012-09-21 18:10:45 -07:00
#[
legacy_exports
]
Promote most restricted keywords to strict keywords
2012-09-09 23:03:46 -07:00
mod
break
{
//~^ ERROR found `break` in ident position
}
Reference in New Issue
Copy Permalink