Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
4486c24db3ca1c698b34ea08bee15194774b53df
/
.
/
tests
/
ui
/
rust-2024
/
prelude2024.rs
blob: e58ebe74188f3125cfb0fc2dacbe4838cc22c3ed [
file
] [
log
] [
blame
]
//@ check-pass
//@ compile-flags: -Zunstable-options
//@ edition:2024
fn
main
()
{
fut
(
async
{}.
into_future
(),
async
{});
}
fn
fut
(
_
:
impl
Future
,
_
:
impl
IntoFuture
)
{}