rust/compiler/rustc_mir_build
Rich Kadel 448e52d97c 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.
2021-04-18 03:11:25 -07:00
..
src Add coverage to continue statements 2021-04-18 03:11:25 -07:00
Cargo.toml bumped smallvec deps 2021-02-14 18:03:11 +03:00