diff options
author | Aleksey Kladov <[email protected]> | 2020-07-31 12:22:47 +0100 |
---|---|---|
committer | Aleksey Kladov <[email protected]> | 2020-07-31 13:12:51 +0100 |
commit | a6e45c6c69bf258118940941c12d057deb79e60c (patch) | |
tree | 35fa6b63518cec8219a43e96525f6d570ac18eec /crates/ra_syntax/test_data/parser/ok | |
parent | 08ea2271e8050165d0aaf4c994ed3dd746aff3ba (diff) |
Reame PlaceholderType -> InferType
Diffstat (limited to 'crates/ra_syntax/test_data/parser/ok')
-rw-r--r-- | crates/ra_syntax/test_data/parser/ok/0035_weird_exprs.rast | 4 |
1 files changed, 2 insertions, 2 deletions
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] "," |