aboutsummaryrefslogtreecommitdiff
path: root/src/grammar.ron
diff options
context:
space:
mode:
Diffstat (limited to 'src/grammar.ron')
-rw-r--r--src/grammar.ron1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/grammar.ron b/src/grammar.ron
index ca37eb80b..b525476c2 100644
--- a/src/grammar.ron
+++ b/src/grammar.ron
@@ -162,6 +162,7 @@ Grammar(
162 "METHOD_CALL_EXPR", 162 "METHOD_CALL_EXPR",
163 "FIELD_EXPR", 163 "FIELD_EXPR",
164 "TRY_EXPR", 164 "TRY_EXPR",
165 "CAST_EXPR",
165 166
166 // unary 167 // unary
167 "REF_EXPR", 168 "REF_EXPR",