ui_test
//@
let
Waker::noop()
`Waker::noop()` now returns a `&'static Waker` reference, so it can be passed directly to `Context` creation with no temporary lifetime issue.
async
We have coverage tests that use async functions, but none that use async blocks.