This website requires JavaScript.
Explore
Help
Sign in
bjoernager
/
rust
Watch
1
Fork
You've already forked rust
0
Code
Issues
Pull requests
Activity
2664aadaa2
rust
/
src
/
test
/
ui
/
parser
/
if-in-in.rs
8 lines
103 B
Rust
Raw
Normal View
History
Unescape
Escape
Make sure all ui/parse tests have `-Z parse-only` Except those testing parsing during macro expansion
2018-10-21 00:38:23 +03:00
// compile-flags: -Z parse-only
Detect `for _ in in bar {}` typo
2018-09-19 16:23:21 -07:00
fn
main
(
)
{
for
i
in
in
1
..
2
{
println!
(
"
{}
"
,
i
)
;
}
}
Reference in a new issue
Copy permalink