mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-17 18:24:04 +00:00
4 lines
97 B
Rust
4 lines
97 B
Rust
fn main() {
|
|
[0].iter().flat_map(|a| [0].iter().map(|_| &a)); //~ ERROR closure may outlive
|
|
}
|