From 2b828c68e8acda628d6e3a36827d1ffd9c9aaec6 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 14 Aug 2018 11:20:09 +0300 Subject: separete structure from symbols --- crates/libsyntax2/src/grammar.ron | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/libsyntax2/src/grammar.ron') diff --git a/crates/libsyntax2/src/grammar.ron b/crates/libsyntax2/src/grammar.ron index ef56761fd..ebd7d3943 100644 --- a/crates/libsyntax2/src/grammar.ron +++ b/crates/libsyntax2/src/grammar.ron @@ -229,6 +229,7 @@ Grammar( "ConstDef": ( traits: ["NameOwner"] ), "StaticDef": ( traits: ["NameOwner"] ), "TypeDef": ( traits: ["NameOwner"] ), + "ImplItem": (), "Name": (), "NameRef": (), }, -- cgit v1.2.3