mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-29 06:59:48 +00:00
5 lines
73 B
Rust
5 lines
73 B
Rust
fn main() {
|
|
static || {};
|
|
//~^ ERROR closures cannot be static
|
|
}
|