rust/tests/crashes/131295.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
129 B
Rust
Raw Normal View History

2024-10-09 08:34:45 -05:00
//@ known-bug: #131295
#![feature(generic_const_exprs)]
async fn foo<'a>() -> [(); {
let _y: &'a ();
4
}] {
}