![]() 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` |
||
---|---|---|
.. | ||
expr | ||
matches | ||
block.rs | ||
cfg.rs | ||
misc.rs | ||
mod.rs | ||
scope.rs |