aboutsummaryrefslogtreecommitdiff
path: root/crates/libsyntax2/src/grammar.ron
diff options
context:
space:
mode:
Diffstat (limited to 'crates/libsyntax2/src/grammar.ron')
-rw-r--r--crates/libsyntax2/src/grammar.ron2
1 files changed, 2 insertions, 0 deletions
diff --git a/crates/libsyntax2/src/grammar.ron b/crates/libsyntax2/src/grammar.ron
index ee231931e..c07ed4203 100644
--- a/crates/libsyntax2/src/grammar.ron
+++ b/crates/libsyntax2/src/grammar.ron
@@ -55,6 +55,7 @@ Grammar(
55 "enum", 55 "enum",
56 "trait", 56 "trait",
57 "impl", 57 "impl",
58 "dyn",
58 "true", 59 "true",
59 "false", 60 "false",
60 "as", 61 "as",
@@ -134,6 +135,7 @@ Grammar(
134 "FN_POINTER_TYPE", 135 "FN_POINTER_TYPE",
135 "FOR_TYPE", 136 "FOR_TYPE",
136 "IMPL_TRAIT_TYPE", 137 "IMPL_TRAIT_TYPE",
138 "DYN_TRAIT_TYPE",
137 139
138 "REF_PAT", 140 "REF_PAT",
139 "BIND_PAT", 141 "BIND_PAT",