rust/compiler
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
..
2021-04-04 14:10:26 -07:00
2021-04-16 13:04:02 +08:00
2021-04-16 13:04:02 +08:00
2021-04-13 18:42:19 +02:00