rustc/tests/crashes/131295.rs
2024-11-29 22:33:13 +01:00

10 lines
129 B
Rust

//@ known-bug: #131295
#![feature(generic_const_exprs)]
async fn foo<'a>() -> [(); {
let _y: &'a ();
4
}] {
}