aboutsummaryrefslogtreecommitdiff
path: root/grammar.ron
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-02-11 09:51:09 +0000
committerAleksey Kladov <[email protected]>2018-02-11 09:51:09 +0000
commit8a3f17a4e263781deac5e503ad5116ec78004618 (patch)
tree0b489b1784c572011dd9e25d6d0ba53e8a50f148 /grammar.ron
parent2fb33b2d0d14f09ee06a42bca252dccbf57185e1 (diff)
G: fn pointer type
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 e3010b009..d5ad59553 100644
--- a/grammar.ron
+++ b/grammar.ron
@@ -110,6 +110,7 @@ Grammar(
110 "SLICE_TYPE", 110 "SLICE_TYPE",
111 "REFERENCE_TYPE", 111 "REFERENCE_TYPE",
112 "PLACEHOLDER_TYPE", 112 "PLACEHOLDER_TYPE",
113 "FN_POINTER_TYPE",
113 114
114 "EXTERN_BLOCK", 115 "EXTERN_BLOCK",
115 "ENUM_VARIANT", 116 "ENUM_VARIANT",