about summary refs log tree commit diff
path: root/tests/ui/async-await/async-drop/live-dead-storage.rs
blob: e6f25d351c3ecbe4874e946466b6d5c19da947ba (plain)
1
2
3
4
5
6
7
8
9
// ex-ice: #140429
//@ compile-flags: -Zlint-mir --crate-type lib
//@ edition:2024
//@ check-pass

#![feature(async_drop)]
#![allow(incomplete_features)]

async fn a<T>(x: T) {}