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
/
tests
/
ui
/
parser
/
issues
/
issue-51602.rs
7 lines
98 B
Rust
Raw
Normal View
History
Unescape
Escape
Adddressed #51602
2018-08-14 19:05:27 +00:00
fn
main
(
)
{
if
i
in
1
..
10
{
Update tests
2018-11-27 10:56:36 +01:00
//~^ ERROR expected `{`, found keyword `in`
Adddressed #51602
2018-08-14 19:05:27 +00:00
break
;
}
}
Reference in New Issue
Copy Permalink