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
/
src
/
test
/
ui
/
lifetimes
/
unnamed-closure-doesnt-life-long-enough-issue-67634.rs
blob: 8deb3655158409ae252528e7d023615c19e8b419 (
plain
)
1
2
3
fn
main
()
{
[
0
].
iter
().
flat_map
(
|
a
|
[
0
].
iter
().
map
(
|
_
|
&
a
));
//~ ERROR closure may outlive
}