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