]> git.lizzy.rs Git - rust.git/blob - tests/target/issue-5009/1_minimum_example.rs
Fix static async closure qualifier order
[rust.git] / tests / target / issue-5009 / 1_minimum_example.rs
1 fn main() {
2     // the "in" inside the pattern produced invalid syntax
3     for variable_in_here /* ... */ in 0..1 {}
4 }