mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-07 12:15:30 +00:00
Currently `await` is only counted towards coverage if the containing function is suspended and resumed at least once. A future commit will fix this and update the test to reflect the new behavior.