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
1fe0d8d7d7
rust
/
src
/
test
/
compile-fail
/
restricted-keyword2.rs
6 lines
87 B
Rust
Raw
Normal View
History
Unescape
Escape
parser: More refactoring of restricted value name checking
2012-04-27 17:44:40 -05:00
// error-pattern:found `let` in restricted position
test: Add test for two restricted keyword cases
2012-04-27 17:03:30 -05:00
fn
main
(
)
{
enum
let
=
int
;
}
Reference in New Issue
Copy Permalink