Rename PalceholderPat -> WildcardPat

This commit is contained in:
Aleksey Kladov
2020-07-31 20:07:21 +02:00
parent d7f75db90d
commit 6791eb9685
50 changed files with 132 additions and 135 deletions

View File

@@ -234,7 +234,7 @@ fn placeholder_pat(p: &mut Parser) -> CompletedMarker {
assert!(p.at(T![_]));
let m = p.start();
p.bump(T![_]);
m.complete(p, PLACEHOLDER_PAT)
m.complete(p, WILDCARD_PAT)
}
// test dot_dot_pat