]> git.lizzy.rs Git - rust.git/commitdiff
Auto merge of #84323 - richkadel:uncovered-functions, r=tmandry
authorbors <bors@rust-lang.org>
Tue, 20 Apr 2021 08:33:51 +0000 (08:33 +0000)
committerbors <bors@rust-lang.org>
Tue, 20 Apr 2021 08:33:51 +0000 (08:33 +0000)
coverage of async function bodies should match non-async

This fixes some missing coverage within async function bodies.

Commit 1 demonstrates the problem in the fixed issue, and commit 2 corrects it.

Fixes: #83985

Trivial merge