From d1eceefeb8b683da3f64b89446f04f01803962e1 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Mon, 13 Aug 2018 17:42:43 +0300 Subject: dyn type --- crates/libsyntax2/src/grammar.ron | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crates/libsyntax2/src/grammar.ron') diff --git a/crates/libsyntax2/src/grammar.ron b/crates/libsyntax2/src/grammar.ron index ee231931e..c07ed4203 100644 --- a/crates/libsyntax2/src/grammar.ron +++ b/crates/libsyntax2/src/grammar.ron @@ -55,6 +55,7 @@ Grammar( "enum", "trait", "impl", + "dyn", "true", "false", "as", @@ -134,6 +135,7 @@ Grammar( "FN_POINTER_TYPE", "FOR_TYPE", "IMPL_TRAIT_TYPE", + "DYN_TRAIT_TYPE", "REF_PAT", "BIND_PAT", -- cgit v1.2.3