blob: 8deb3655158409ae252528e7d023615c19e8b419 [file] [log] [blame]
fn main() {
[0].iter().flat_map(|a| [0].iter().map(|_| &a)); //~ ERROR closure may outlive
}