aboutsummaryrefslogtreecommitdiff
path: root/grammar.ron
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-02-10 09:53:07 +0000
committerAleksey Kladov <[email protected]>2018-02-10 09:53:07 +0000
commitdd6e5371ebddeaeecb3d1e2d3d6c8b3c9050bb05 (patch)
tree6e68e8242bbc181e5a846754466d4109783b6a2f /grammar.ron
parent2ef16a4121ad497e7fb290445ffe644b6b8ceae6 (diff)
G: where clause
Diffstat (limited to 'grammar.ron')
-rw-r--r--grammar.ron1
1 files changed, 1 insertions, 0 deletions
diff --git a/grammar.ron b/grammar.ron
index 8e265323b..c38bf654d 100644
--- a/grammar.ron
+++ b/grammar.ron
@@ -114,6 +114,7 @@ Grammar(
114 "ALIAS", 114 "ALIAS",
115 "VISIBILITY", 115 "VISIBILITY",
116 "TYPE_PARAM_LIST", 116 "TYPE_PARAM_LIST",
117 "WHERE_CLAUSE",
117 "LIFETIME_PARAM", 118 "LIFETIME_PARAM",
118 "TYPE_PARAM", 119 "TYPE_PARAM",
119 "ABI", 120 "ABI",