From 28ef4c375a9f56d69daf885504aea3df7012bb81 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 30 Jul 2020 15:36:21 +0200 Subject: Rename TypeParamList -> GenericParamList --- .../test_data/parser/inline/ok/0138_associated_type_bounds.rast | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/ra_syntax/test_data/parser/inline/ok/0138_associated_type_bounds.rast') diff --git a/crates/ra_syntax/test_data/parser/inline/ok/0138_associated_type_bounds.rast b/crates/ra_syntax/test_data/parser/inline/ok/0138_associated_type_bounds.rast index 1ad03e005..157513565 100644 --- a/crates/ra_syntax/test_data/parser/inline/ok/0138_associated_type_bounds.rast +++ b/crates/ra_syntax/test_data/parser/inline/ok/0138_associated_type_bounds.rast @@ -4,7 +4,7 @@ SOURCE_FILE@0..59 WHITESPACE@2..3 " " NAME@3..12 IDENT@3..12 "print_all" - TYPE_PARAM_LIST@12..40 + GENERIC_PARAM_LIST@12..40 L_ANGLE@12..13 "<" TYPE_PARAM@13..39 NAME@13..14 -- cgit v1.2.3