use std::future::Future; fn await_type_matching>(x: T2) -> T1 { panic!( "This function exists only in order to implement type inference for `.await` expressions." ); }