aboutsummaryrefslogtreecommitdiff
path: root/grammar.ron
diff options
context:
space:
mode:
Diffstat (limited to 'grammar.ron')
-rw-r--r--grammar.ron2
1 files changed, 2 insertions, 0 deletions
diff --git a/grammar.ron b/grammar.ron
index c38bf654d..0130b7b37 100644
--- a/grammar.ron
+++ b/grammar.ron
@@ -118,5 +118,7 @@ Grammar(
118 "LIFETIME_PARAM", 118 "LIFETIME_PARAM",
119 "TYPE_PARAM", 119 "TYPE_PARAM",
120 "ABI", 120 "ABI",
121 "NAME",
122 "NAME_REF",
121 ] 123 ]
122) 124)