This website requires JavaScript.
Explore
Help
Register
Sign In
rust-lang
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
51b51b51d7931da85280382a81c4dd80c73ca754
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