]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-1055.rs
:arrow_up: rust-analyzer
[rust.git] / src / tools / rustfmt / tests / target / issue-1055.rs
1 fn issue_1055() {
2     let foo = (|| {})();
3 }