aboutsummaryrefslogtreecommitdiff
path: root/src/grammar.ron
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-07-31 16:03:50 +0100
committerAleksey Kladov <[email protected]>2018-07-31 16:03:50 +0100
commit892acc5b36552995515f91d2bc14ae82f81d7b8d (patch)
treee046cfbec482330e34a196f0f132fc738bf563f4 /src/grammar.ron
parentedf2b17a572b56371cfc29bbc3a686edcb12782c (diff)
impl items
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 fca29f1ef..e10e5aaf4 100644
--- a/src/grammar.ron
+++ b/src/grammar.ron
@@ -158,6 +158,7 @@ Grammar(
158 "TYPE_ARG_LIST", 158 "TYPE_ARG_LIST",
159 159
160 "PARAM_LIST", 160 "PARAM_LIST",
161 "SELF_PARAM",
161 "ARG_LIST", 162 "ARG_LIST",
162 ] 163 ]
163) 164)