rust/tests/crashes/140429.rs

7 lines
135 B
Rust

//@ known-bug: #140429
//@ compile-flags: -Zlint-mir --crate-type lib
//@ edition:2024
#![feature(async_drop)]
async fn a<T>(x: T) {}