From fe6c4115f6c8bb5b5f276bafcbd9cc3fc1d504d1 Mon Sep 17 00:00:00 2001 From: Florian Diebold Date: Wed, 26 Dec 2018 21:24:49 +0100 Subject: Rename ImplItem to ImplBlock rustc uses the name ImplItem for items in impls, not the impl {} block itself, which could lead to confusion. --- .../data/parser/inline/err/0002_misplaced_label_err.txt | 2 +- .../tests/data/parser/inline/err/0004_impl_type.txt | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'crates/ra_syntax/tests/data/parser/inline/err') diff --git a/crates/ra_syntax/tests/data/parser/inline/err/0002_misplaced_label_err.txt b/crates/ra_syntax/tests/data/parser/inline/err/0002_misplaced_label_err.txt index 75533ecc1..8021aee00 100644 --- a/crates/ra_syntax/tests/data/parser/inline/err/0002_misplaced_label_err.txt +++ b/crates/ra_syntax/tests/data/parser/inline/err/0002_misplaced_label_err.txt @@ -19,7 +19,7 @@ SOURCE_FILE@[0; 30) err: `expected a loop` err: `expected SEMI` WHITESPACE@[22; 23) - IMPL_ITEM@[23; 27) + IMPL_BLOCK@[23; 27) IMPL_KW@[23; 27) err: `expected type` err: `expected `{`` diff --git a/crates/ra_syntax/tests/data/parser/inline/err/0004_impl_type.txt b/crates/ra_syntax/tests/data/parser/inline/err/0004_impl_type.txt index 7279d5cae..6875ed016 100644 --- a/crates/ra_syntax/tests/data/parser/inline/err/0004_impl_type.txt +++ b/crates/ra_syntax/tests/data/parser/inline/err/0004_impl_type.txt @@ -1,5 +1,5 @@ SOURCE_FILE@[0; 87) - IMPL_ITEM@[0; 12) + IMPL_BLOCK@[0; 12) IMPL_KW@[0; 4) WHITESPACE@[4; 5) PATH_TYPE@[5; 9) @@ -12,7 +12,7 @@ SOURCE_FILE@[0; 87) L_CURLY@[10; 11) R_CURLY@[11; 12) WHITESPACE@[12; 13) - IMPL_ITEM@[13; 33) + IMPL_BLOCK@[13; 33) IMPL_KW@[13; 17) WHITESPACE@[17; 18) PATH_TYPE@[18; 24) @@ -33,12 +33,12 @@ SOURCE_FILE@[0; 87) L_CURLY@[31; 32) R_CURLY@[32; 33) WHITESPACE@[33; 34) - IMPL_ITEM@[34; 38) + IMPL_BLOCK@[34; 38) IMPL_KW@[34; 38) err: `expected trait or type` err: `expected `{`` WHITESPACE@[38; 39) - IMPL_ITEM@[39; 54) + IMPL_BLOCK@[39; 54) IMPL_KW@[39; 43) WHITESPACE@[43; 44) PATH_TYPE@[44; 51) @@ -51,7 +51,7 @@ SOURCE_FILE@[0; 87) L_CURLY@[52; 53) R_CURLY@[53; 54) WHITESPACE@[54; 55) - IMPL_ITEM@[55; 70) + IMPL_BLOCK@[55; 70) IMPL_KW@[55; 59) WHITESPACE@[59; 60) PATH_TYPE@[60; 66) @@ -64,7 +64,7 @@ SOURCE_FILE@[0; 87) err: `expected trait or type` err: `expected `{`` WHITESPACE@[70; 71) - IMPL_ITEM@[71; 86) + IMPL_BLOCK@[71; 86) IMPL_KW@[71; 75) WHITESPACE@[75; 76) PATH_TYPE@[76; 83) -- cgit v1.2.3