File tree 5 files changed +10
-5
lines changed
crates/ra_syntax/test_data/parser
5 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,8 @@ SOURCE_FILE@[0; 103)
82
82
NAME_REF@[87; 90)
83
83
IDENT@[87; 90) "Bar"
84
84
L_PAREN@[90; 91) "("
85
- DOTDOT@[91; 93) ".."
85
+ DOT_DOT_PAT@[91; 93)
86
+ DOTDOT@[91; 93) ".."
86
87
R_PAREN@[93; 94) ")"
87
88
WHITESPACE@[94; 95) " "
88
89
EQ@[95; 96) "="
Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ SOURCE_FILE@[0; 39)
27
27
IDENT@[24; 25) "b"
28
28
COMMA@[25; 26) ","
29
29
WHITESPACE@[26; 27) " "
30
- DOTDOT@[27; 29) ".."
30
+ DOT_DOT_PAT@[27; 29)
31
+ DOTDOT@[27; 29) ".."
31
32
R_BRACK@[29; 30) "]"
32
33
WHITESPACE@[30; 31) " "
33
34
EQ@[31; 32) "="
Original file line number Diff line number Diff line change @@ -84,7 +84,8 @@ SOURCE_FILE@[0; 97)
84
84
UNDERSCORE@[78; 79) "_"
85
85
COMMA@[79; 80) ","
86
86
WHITESPACE@[80; 81) " "
87
- DOTDOT@[81; 83) ".."
87
+ DOT_DOT_PAT@[81; 83)
88
+ DOTDOT@[81; 83) ".."
88
89
WHITESPACE@[83; 84) " "
89
90
COMMA@[84; 85) ","
90
91
WHITESPACE@[85; 86) " "
Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ SOURCE_FILE@[0; 39)
27
27
IDENT@[24; 25) "b"
28
28
COMMA@[25; 26) ","
29
29
WHITESPACE@[26; 27) " "
30
- DOTDOT@[27; 29) ".."
30
+ DOT_DOT_PAT@[27; 29)
31
+ DOTDOT@[27; 29) ".."
31
32
R_PAREN@[29; 30) ")"
32
33
WHITESPACE@[30; 31) " "
33
34
EQ@[31; 32) "="
Original file line number Diff line number Diff line change @@ -1656,7 +1656,8 @@ SOURCE_FILE@[0; 3813)
1656
1656
PARAM@[2952; 2962)
1657
1657
TUPLE_PAT@[2952; 2956)
1658
1658
L_PAREN@[2952; 2953) "("
1659
- DOTDOT@[2953; 2955) ".."
1659
+ DOT_DOT_PAT@[2953; 2955)
1660
+ DOTDOT@[2953; 2955) ".."
1660
1661
R_PAREN@[2955; 2956) ")"
1661
1662
COLON@[2956; 2957) ":"
1662
1663
TUPLE_TYPE@[2957; 2962)
You can’t perform that action at this time.
0 commit comments