aboutsummaryrefslogtreecommitdiff
path: root/grammar.ron
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-02-11 08:57:05 +0000
committerAleksey Kladov <[email protected]>2018-02-11 08:57:05 +0000
commit2fb33b2d0d14f09ee06a42bca252dccbf57185e1 (patch)
tree466298401a342259c20c27b141b157a8d5e61fe3 /grammar.ron
parenteb4c05d572ff0c4e92452232d6591d7a2796e785 (diff)
G: placeholder types
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 0905c282a..e3010b009 100644
--- a/grammar.ron
+++ b/grammar.ron
@@ -109,6 +109,7 @@ Grammar(
109 "ARRAY_TYPE", 109 "ARRAY_TYPE",
110 "SLICE_TYPE", 110 "SLICE_TYPE",
111 "REFERENCE_TYPE", 111 "REFERENCE_TYPE",
112 "PLACEHOLDER_TYPE",
112 113
113 "EXTERN_BLOCK", 114 "EXTERN_BLOCK",
114 "ENUM_VARIANT", 115 "ENUM_VARIANT",