]> git.lizzy.rs Git - rust.git/blob - tests/target/issue_4522.rs
Fix static async closure qualifier order
[rust.git] / tests / target / issue_4522.rs
1 fn main() {
2     #[cfg(feature = "foo")]
3     {
4         // let foo = 0;
5     }
6 }