rust/tests/crashes/138240.rs

10 lines
187 B
Rust

//@ known-bug: #138240
//@edition:2024
#![feature(min_generic_const_args)]
#![feature(inherent_associated_types)]
async fn _CF() -> Box<[u8; Box::b]> {
Box::new(true)
}
fn main() {}