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
/
issues
/
issue-27268.rs
blob: 161e2d4d204eb22eaa893cc21c2aea4d3454659a (
plain
)
1
2
3
4
// run-pass
fn
main
()
{
const
_C
:
&
'
static
dyn
Fn
()
=
&||
{};
}