rust/compiler/rustc_mir/src
bors 6af1e632a9 Auto merge of #84323 - richkadel:uncovered-functions, r=tmandry
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
2021-04-20 08:33:51 +00:00
..
borrow_check fix few typos 2021-04-19 15:57:08 +03:00
const_eval fix few typos 2021-04-19 15:57:08 +03:00
dataflow fix few typos 2021-04-19 15:57:08 +03:00
interpret fix few typos 2021-04-19 15:57:08 +03:00
monomorphize fix 2021-04-02 10:21:23 -07:00
transform Auto merge of #84323 - richkadel:uncovered-functions, r=tmandry 2021-04-20 08:33:51 +00:00
util fix few typos 2021-04-19 15:57:08 +03:00
lib.rs Use iter::zip in compiler/ 2021-03-26 09:32:31 -07:00
shim.rs Prepare mir::Constant for ty::Const only supporting valtrees 2021-03-12 12:43:54 +00:00