5 lines
119 B
Rust
5 lines
119 B
Rust
fn main() {
|
|
// the "in" inside the pattern produced invalid syntax
|
|
for variable_in_here /* ... */ in 0..1 {}
|
|
}
|