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 4201b26 commit 0fe0041Copy full SHA for 0fe0041
src/coding-guidelines/macros.rst
@@ -36,9 +36,9 @@ Macros
36
:id: non_compl_ex_5vK0CCmePkef
37
:status: draft
38
39
- We have two macro match rules at the same level of nesting. Since the
40
- matching is done macro rule by macro rule and this process is stopped as soon
41
- as a macro matcher is matched we will not reach the specialized case for EmergencyValve.
+ We have two macro match rules at the same level of nesting. Since macro
+ matching is done sequentially through the matchers and stops at the first
+ match, the specialized case for EmergencyValve is unreachable.
42
43
.. code-block:: rust
44
0 commit comments