-
-
Notifications
You must be signed in to change notification settings - Fork 87
unreachable coverage #378
Copy link
Copy link
Closed
Labels
C-questionCategory: A questionCategory: A questionC-upstream-bugCategory: This is a bug of compiler or dependencies (the fix may require action in the upstream)Category: This is a bug of compiler or dependencies (the fix may require action in the upstream)
Metadata
Metadata
Assignees
Labels
C-questionCategory: A questionCategory: A questionC-upstream-bugCategory: This is a bug of compiler or dependencies (the fix may require action in the upstream)Category: This is a bug of compiler or dependencies (the fix may require action in the upstream)
As the name suggests
unreachable(andhint::unreachable_unchecked) should never be reached. Does it make sense to automatically exclude unreachable branches from coverage? Is it even possible?