mirror of
https://git.proxmox.com/git/rustc
synced 2026-01-15 04:41:06 +00:00
7 lines
98 B
Rust
7 lines
98 B
Rust
fn main(){
|
|
if i in 1..10 {
|
|
//~^ ERROR expected `{`, found keyword `in`
|
|
break;
|
|
}
|
|
}
|