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