index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
ui
/
static
/
static-closures.rs
blob: 1bd518d6ffeceb732413dd90c5083246473898f6 (
plain
)
1
2
3
4
fn
main
()
{
static
||
{};
//~^ ERROR closures cannot be static
}