index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
parser
/
issues
/
issue-51602.rs
blob: 0e96ca914a96f170498c19ea402c0c152b191f10 (
plain
)
1
2
3
4
5
6
fn
main
(){
if
i
in
1
..
10
{
//~^ ERROR expected `{`, found keyword `in`
break
;
}
}