We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a4ce15 commit ec20549Copy full SHA for ec20549
src/common/WarningFlagDescription.res
@@ -41,6 +41,7 @@ let numeric = [
41
(37, "Unused constructor."),
42
(38, "Unused extension constructor."),
43
(39, "Unused rec flag."),
44
+ (41, "Ambiguous constructor or label name."),
45
(43, "Nonoptional label applied as optional."),
46
(44, "Open statement shadows an already defined identifier."),
47
(45, "Open statement shadows an already defined label or constructor."),
0 commit comments