diff options
author | bors[bot] <26634292+bors[bot]@users.noreply.github.com> | 2020-07-31 13:13:31 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2020-07-31 13:13:31 +0100 |
commit | eccb5d52d3c4b82b6b61e231aa137b4aeb8c94ec (patch) | |
tree | a40a875cf0c364144d656f77b30b464f372f3667 /crates/ra_syntax/test_data/parser | |
parent | 8c802a3dbb5ea1dea8de17f59d0620e3a710474a (diff) | |
parent | a6e45c6c69bf258118940941c12d057deb79e60c (diff) |
Merge #5619
5619: Reame PlaceholderType -> InferType r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <[email protected]>
Diffstat (limited to 'crates/ra_syntax/test_data/parser')
3 files changed, 4 insertions, 4 deletions
diff --git a/crates/ra_syntax/test_data/parser/inline/ok/0023_placeholder_type.rast b/crates/ra_syntax/test_data/parser/inline/ok/0023_placeholder_type.rast index 57008e5fe..e4fe2b948 100644 --- a/crates/ra_syntax/test_data/parser/inline/ok/0023_placeholder_type.rast +++ b/crates/ra_syntax/test_data/parser/inline/ok/0023_placeholder_type.rast | |||
@@ -7,7 +7,7 @@ [email protected] | |||
7 | [email protected] " " | 7 | [email protected] " " |
8 | [email protected] "=" | 8 | [email protected] "=" |
9 | [email protected] " " | 9 | [email protected] " " |
10 | PLACEHOLDE[email protected] | 10 | INF[email protected] |
11 | [email protected] "_" | 11 | [email protected] "_" |
12 | [email protected] ";" | 12 | [email protected] ";" |
13 | [email protected] "\n" | 13 | [email protected] "\n" |
diff --git a/crates/ra_syntax/test_data/parser/inline/ok/0164_type_path_in_pattern.rast b/crates/ra_syntax/test_data/parser/inline/ok/0164_type_path_in_pattern.rast index f5e20b93d..f8910677b 100644 --- a/crates/ra_syntax/test_data/parser/inline/ok/0164_type_path_in_pattern.rast +++ b/crates/ra_syntax/test_data/parser/inline/ok/0164_type_path_in_pattern.rast | |||
@@ -19,7 +19,7 @@ [email protected] | |||
19 | [email protected] | 19 | [email protected] |
20 | [email protected] | 20 | [email protected] |
21 | [email protected] "<" | 21 | [email protected] "<" |
22 | PLACEHOLDE[email protected] | 22 | INF[email protected] |
23 | [email protected] "_" | 23 | [email protected] "_" |
24 | [email protected] ">" | 24 | [email protected] ">" |
25 | [email protected] "::" | 25 | [email protected] "::" |
diff --git a/crates/ra_syntax/test_data/parser/ok/0035_weird_exprs.rast b/crates/ra_syntax/test_data/parser/ok/0035_weird_exprs.rast index b04a505ea..66cd5727a 100644 --- a/crates/ra_syntax/test_data/parser/ok/0035_weird_exprs.rast +++ b/crates/ra_syntax/test_data/parser/ok/0035_weird_exprs.rast | |||
@@ -1640,10 +1640,10 @@ [email protected] | |||
1640 | [email protected] ":" | 1640 | [email protected] ":" |
1641 | [email protected] | 1641 | [email protected] |
1642 | [email protected] "(" | 1642 | [email protected] "(" |
1643 | PLACEHOLDE[email protected] | 1643 | INF[email protected] |
1644 | [email protected] "_" | 1644 | [email protected] "_" |
1645 | [email protected] "," | 1645 | [email protected] "," |
1646 | PLACEHOLDE[email protected] | 1646 | INF[email protected] |
1647 | [email protected] "_" | 1647 | [email protected] "_" |
1648 | [email protected] ")" | 1648 | [email protected] ")" |
1649 | [email protected] "," | 1649 | [email protected] "," |