mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 00:03:43 +00:00
b2c20b51ed
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` |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |