This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Issues
Pull requests
Activity
9491f18c5d
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 16:23:21 -07:00
fn
main
(
)
{
Update tests
2018-11-27 10:56:36 +01:00
for
i
in
in
1
..
2
{
//~ ERROR expected iterable, found keyword `in`
Detect `for _ in in bar {}` typo
2018-09-19 16:23:21 -07:00
println!
(
"
{}
"
,
i
)
;
}
}
Reference in a new issue
Copy permalink