rust/rustfmt-core/tests/target/issue-1055.rs
2018-02-07 22:48:05 +09:00

4 lines
45 B
Rust

fn issue_1055() {
let foo = (|| {})();
}