You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/user_guide/checkers/features.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -680,8 +680,8 @@ Verbatim name of the checker is ``match_statements``.
680
680
681
681
Match Statements checker Messages
682
682
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
683
-
:unreachable-match-patterns (E5000): *The name capture `case %s` makes the remaining patterns unreachable. Use a dotted name(for example an enum) to fix this*
684
-
Emitted when a name capture pattern is used in a match statement and there
683
+
:unreachable-match-patterns (E1901): *The name capture `case %s` makes the remaining patterns unreachable. Use a dotted name(for example an enum) to fix this.*
684
+
Emitted when a name capture pattern in a match statement is used and there
0 commit comments