mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-16 16:40:17 +00:00
5 lines
73 B
Rust
5 lines
73 B
Rust
fn main() {
|
|
static || {};
|
|
//~^ ERROR closures cannot be static
|
|
}
|