mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-14 01:25:54 +00:00
d3eba76e4d
Lots of changes to how closures work
4 lines
45 B
Rust
4 lines
45 B
Rust
fn issue_1055() {
|
|
let foo = (|| {})();
|
|
}
|