I would expect this to work: ```rust async fn foo() { } async_std::future::select!(foo(), async { }); ```