Error message for non-exhaustive pattern only shows part of missing case #4321
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-type-system
Area: Type system
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
P-low
Low priority
Attempting to compile this program:
raises the following error:
Instead of
false not covered
, the error should be(true, false) not covered
.The text was updated successfully, but these errors were encountered: