From e44a6bcc8208f9d906febf9278120b75a6af67f9 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Tue, 4 Sep 2018 12:25:23 +0300 Subject: for types in bounds --- .../tests/data/parser/inline/0059_function_where_clause.txt | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'crates/libsyntax2/tests/data/parser/inline/0059_function_where_clause.txt') diff --git a/crates/libsyntax2/tests/data/parser/inline/0059_function_where_clause.txt b/crates/libsyntax2/tests/data/parser/inline/0059_function_where_clause.txt index dc90bfc28..281e79deb 100644 --- a/crates/libsyntax2/tests/data/parser/inline/0059_function_where_clause.txt +++ b/crates/libsyntax2/tests/data/parser/inline/0059_function_where_clause.txt @@ -25,10 +25,11 @@ ROOT@[0; 29) IDENT@[18; 19) "T" COLON@[19; 20) WHITESPACE@[20; 21) - PATH@[21; 25) - PATH_SEGMENT@[21; 25) - NAME_REF@[21; 25) - IDENT@[21; 25) "Copy" + PATH_TYPE@[21; 25) + PATH@[21; 25) + PATH_SEGMENT@[21; 25) + NAME_REF@[21; 25) + IDENT@[21; 25) "Copy" WHITESPACE@[25; 26) BLOCK@[26; 28) L_CURLY@[26; 27) -- cgit v1.2.3