We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdba7b6 commit 0280778Copy full SHA for 0280778
src/coding-guidelines/macros.rst
@@ -15,7 +15,10 @@ Macros
15
:scope: module
16
:tags: reduce-human-error
17
18
- Description of the guideline goes here.
+ Matchers within macro rules are evaluated sequentially and short-circuit on
19
+ the first match. If a specialized fixed matcher follows a broader matcher,
20
+ it may be unreachable. This can lead to subtle and surprising bugs. It is
21
+ encouraged to avoid the use of specialized, fixed matchers.
22
23
.. rationale::
24
:id: rat_zqr9uEqP6nzW
0 commit comments