Sign in
rust
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
ui
/
parser
/
issues
/
issue-51602.rs
blob: 0e96ca914a96f170498c19ea402c0c152b191f10 [
file
] [
log
] [
blame
]
fn
main
(){
if
i in
1.
.
10
{
//~^ ERROR expected `{`, found keyword `in`
break
;
}
}