mirror of
https://github.com/rust-lang/rust.git
synced 2025-09-28 13:46:03 +00:00
4 lines
119 B
Rust
4 lines
119 B
Rust
//@ known-bug: #139738
|
|
#![feature(generic_const_exprs)]
|
|
fn b<'a>() -> impl IntoIterator<[(); (|_: &'a u8| 0, 0).1]> {}
|