rust/compiler/rustc_mir_build/src
bors b2c20b51ed Auto merge of #84295 - richkadel:continue-coverage, r=tmandry
Add coverage to continue statements

`continue` statements were missing coverage. This was particularly
noticeable in a match pattern that contained only a `continue`
statement, leaving the branch appear uncounted. This PR addresses the
problem and adds tests to prove it.

r? `@tmandry`
cc: `@wesleywiser`
2021-04-20 03:08:24 +00:00
..
build Auto merge of #84295 - richkadel:continue-coverage, r=tmandry 2021-04-20 03:08:24 +00:00
thir Rollup merge of #83916 - Amanieu:asm_anonconst, r=petrochenkov 2021-04-07 13:07:14 +02:00
lib.rs Use iter::zip in compiler/ 2021-03-26 09:32:31 -07:00
lints.rs Do not store attrs in FnKind. 2021-03-09 19:09:33 +01:00