Sign in
rust
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
async-await
/
async-drop
/
live-dead-storage.rs
blob: e6f25d351c3ecbe4874e946466b6d5c19da947ba [
file
] [
log
] [
blame
]
// 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
)
{}