d3eba76e4d
Lots of changes to how closures work
4 lines
45 B
Rust
4 lines
45 B
Rust
fn issue_1055() {
|
|
let foo = (|| {})();
|
|
}
|