Open
Description
With the introduction of source based code coverage, I ran into this quirk:
This seems like it should be a fully covered function but an unreachable counter has been placed on the invocation of the unreachable!() macro.
Would it be possible to make calls to unreachable skip the insert of the counter?