Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/syntax/src/tests/ast_src.rs')
| -rw-r--r-- | crates/syntax/src/tests/ast_src.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/syntax/src/tests/ast_src.rs b/crates/syntax/src/tests/ast_src.rs index e808cb4be4..2f6932a1ad 100644 --- a/crates/syntax/src/tests/ast_src.rs +++ b/crates/syntax/src/tests/ast_src.rs @@ -144,6 +144,7 @@ pub(crate) const KINDS_SRC: KindsSrc = KindsSrc { "YIELD_EXPR", "LET_EXPR", "UNDERSCORE_EXPR", + "MACRO_EXPR", "MATCH_EXPR", "MATCH_ARM_LIST", "MATCH_ARM", |