DEBSOURCES
Skip Quicknav
sources / rustc / 1.85.0%2Bdfsg3-1 / tests / ui / rust-2024 / prelude2024.rs
12345678
//@ check-pass //@ edition:2024 fn main() { fut(async {}.into_future(), async {}); } fn fut(_: impl Future, _: impl IntoFuture) {}