Sign in
rust
/
rust
/
6ea369cfee9420f6fe3f89e4bff7b01ac0ef920d
/
.
/
tests
/
ui
/
static
/
static-closures.rs
blob: e836f1b85ebac932fcfcf00c3064349f7c4e0470 [
file
]
fn
main
()
{
static
||
{};
//~^ ERROR closures cannot be static
//~| ERROR coroutine syntax is experimental
}