]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-1055.rs
Auto merge of #84959 - camsteffen:lint-suggest-group, r=estebank
[rust.git] / src / tools / rustfmt / tests / target / issue-1055.rs
1 fn issue_1055() {
2     let foo = (|| {})();
3 }