diff options
| author | Florian Diebold <flodiebold@gmail.com> | 2018-12-26 21:24:49 +0100 |
|---|---|---|
| committer | Florian Diebold <flodiebold@gmail.com> | 2019-01-04 18:28:36 +0100 |
| commit | fe6c4115f6c8bb5b5f276bafcbd9cc3fc1d504d1 (patch) | |
| tree | f3f06509c39c3cbeadd0e82d534834270c8fc395 /crates/ra_syntax/tests/data/parser/inline/err | |
| parent | a0d483011d5f84747fcc5d5fe9c82f4405d24db9 (diff) | |
| download | rust-fe6c4115f6c8bb5b5f276bafcbd9cc3fc1d504d1.tar.gz rust-fe6c4115f6c8bb5b5f276bafcbd9cc3fc1d504d1.zip | |
Rename ImplItem to ImplBlock
rustc uses the name ImplItem for items in impls, not the impl {} block itself,
which could lead to confusion.
Diffstat (limited to 'crates/ra_syntax/tests/data/parser/inline/err')
| -rw-r--r-- | crates/ra_syntax/tests/data/parser/inline/err/0002_misplaced_label_err.txt | 2 | ||||
| -rw-r--r-- | crates/ra_syntax/tests/data/parser/inline/err/0004_impl_type.txt | 12 |
2 files changed, 7 insertions, 7 deletions
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 75533ecc18a..8021aee00b4 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 7279d5cae4e..6875ed016c5 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) |
