mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-28 19:46:01 +00:00
`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.