From 91781c7ce8201b28afd56b4e35eba47e076a8498 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Fri, 31 Jul 2020 18:29:29 +0200 Subject: Rename TypeArgList -> GenericArgList --- .../test_data/parser/inline/ok/0048_path_type_with_bounds.rast | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crates/ra_syntax/test_data/parser/inline/ok/0048_path_type_with_bounds.rast') diff --git a/crates/ra_syntax/test_data/parser/inline/ok/0048_path_type_with_bounds.rast b/crates/ra_syntax/test_data/parser/inline/ok/0048_path_type_with_bounds.rast index 37757ccd4..4d8404e7c 100644 --- a/crates/ra_syntax/test_data/parser/inline/ok/0048_path_type_with_bounds.rast +++ b/crates/ra_syntax/test_data/parser/inline/ok/0048_path_type_with_bounds.rast @@ -16,7 +16,7 @@ SOURCE_FILE@0..58 PATH_SEGMENT@12..23 NAME_REF@12..15 IDENT@12..15 "Box" - TYPE_ARG_LIST@15..23 + GENERIC_ARG_LIST@15..23 L_ANGLE@15..16 "<" TYPE_ARG@16..22 DYN_TRAIT_TYPE@16..22 @@ -55,7 +55,7 @@ SOURCE_FILE@0..58 PATH_SEGMENT@39..54 NAME_REF@39..42 IDENT@39..42 "Box" - TYPE_ARG_LIST@42..54 + GENERIC_ARG_LIST@42..54 L_ANGLE@42..43 "<" TYPE_ARG@43..53 DYN_TRAIT_TYPE@43..53 -- cgit v1.2.3