]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-1055.rs
Auto merge of #95315 - compiler-errors:pointee-fix, r=pnkfelix
[rust.git] / src / tools / rustfmt / tests / target / issue-1055.rs
1 fn issue_1055() {
2     let foo = (|| {})();
3 }