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
c5fb4d0d2f
rust
/
src
/
test
/
ui
/
parser
/
if-in-in.rs
6 lines
118 B
Rust
Raw
Normal View
History
Unescape
Escape
Detect `for _ in in bar {}` typo
2018-09-19 18:23:21 -05:00
fn
main
(
)
{
Update tests
2018-11-27 03:56:36 -06:00
for
i
in
in
1
..
2
{
//~ ERROR expected iterable, found keyword `in`
Detect `for _ in in bar {}` typo
2018-09-19 18:23:21 -05:00
println!
(
"
{}
"
,
i
)
;
}
}
Reference in New Issue
Copy Permalink