Sign in
rust
/
rust-lang
/
rust
/
refs/heads/perf-tmp
/
.
/
tests
/
crashes
/
139738.rs
blob: c0e7307de6c3f8946cc208e2db6b27aef068b21f [
file
] [
log
] [
blame
]
//@ known-bug: #139738
#![
feature
(
generic_const_exprs
)]
fn
b
<
'a>() -> impl IntoIterator<[(); (|_: &'
a u8
|
0
,
0
).
1
]>
{}