Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
static
/
static-closures.rs
blob: 1bd518d6ffeceb732413dd90c5083246473898f6 [
file
] [
log
] [
blame
] [
edit
]
fn
main
()
{
static
||
{};
//~^ ERROR closures cannot be static
}