Sign in
fuchsia
/
third_party
/
rust
/
7e8ef3a818df467df052d1b06faab79045afd3ee
/
.
/
tests
/
ui
/
static
/
static-closures.rs
blob: 1bd518d6ffeceb732413dd90c5083246473898f6 [
file
]
fn
main
()
{
static
||
{};
//~^ ERROR closures cannot be static
}