aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/tests/data/parser/inline/ok/0114_tuple_struct_where.txt
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2019-01-25 21:24:12 +0000
committerAleksey Kladov <[email protected]>2019-01-25 21:24:12 +0000
commit23172a116c3cc4ca9a692dfdd05051d1a4aee2b2 (patch)
treeb6d0912779ecb18ec278339d8a40303e172647be /crates/ra_syntax/tests/data/parser/inline/ok/0114_tuple_struct_where.txt
parent3c7acecade09e1234ac7b1d1ed2f22edbc543f64 (diff)
rename POS_FIELD -> POS_FIELD_DEF
to match NAMED_FIELD_DEF
Diffstat (limited to 'crates/ra_syntax/tests/data/parser/inline/ok/0114_tuple_struct_where.txt')
-rw-r--r--crates/ra_syntax/tests/data/parser/inline/ok/0114_tuple_struct_where.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/ra_syntax/tests/data/parser/inline/ok/0114_tuple_struct_where.txt b/crates/ra_syntax/tests/data/parser/inline/ok/0114_tuple_struct_where.txt
index b7de83072..4f439f21c 100644
--- a/crates/ra_syntax/tests/data/parser/inline/ok/0114_tuple_struct_where.txt
+++ b/crates/ra_syntax/tests/data/parser/inline/ok/0114_tuple_struct_where.txt
@@ -10,9 +10,9 @@ SOURCE_FILE@[0; 53)
10 NAME@[12; 13) 10 NAME@[12; 13)
11 IDENT@[12; 13) "T" 11 IDENT@[12; 13) "T"
12 R_ANGLE@[13; 14) 12 R_ANGLE@[13; 14)
13 POS_FIELD_LIST@[14; 17) 13 POS_FIELD_DEF_LIST@[14; 17)
14 L_PAREN@[14; 15) 14 L_PAREN@[14; 15)
15 POS_FIELD@[15; 16) 15 POS_FIELD_DEF@[15; 16)
16 PATH_TYPE@[15; 16) 16 PATH_TYPE@[15; 16)
17 PATH@[15; 16) 17 PATH@[15; 16)
18 PATH_SEGMENT@[15; 16) 18 PATH_SEGMENT@[15; 16)
@@ -49,9 +49,9 @@ SOURCE_FILE@[0; 53)
49 NAME@[46; 47) 49 NAME@[46; 47)
50 IDENT@[46; 47) "T" 50 IDENT@[46; 47) "T"
51 R_ANGLE@[47; 48) 51 R_ANGLE@[47; 48)
52 POS_FIELD_LIST@[48; 51) 52 POS_FIELD_DEF_LIST@[48; 51)
53 L_PAREN@[48; 49) 53 L_PAREN@[48; 49)
54 POS_FIELD@[49; 50) 54 POS_FIELD_DEF@[49; 50)
55 PATH_TYPE@[49; 50) 55 PATH_TYPE@[49; 50)
56 PATH@[49; 50) 56 PATH@[49; 50)
57 PATH_SEGMENT@[49; 50) 57 PATH_SEGMENT@[49; 50)