Rename BindPat -> IdentPat

This commit is contained in:
Aleksey Kladov 2020-07-31 20:09:09 +02:00
parent 6791eb9685
commit 9818108798
83 changed files with 277 additions and 273 deletions

View file

@ -497,7 +497,7 @@ TypeBound =
| '?'? Type
Pat =
BindPat
IdentPat
| BoxPat
| DotDotPat
| LiteralPat
@ -516,7 +516,7 @@ Pat =
LiteralPat =
Literal
BindPat =
IdentPat =
Attr* 'ref'? 'mut'? Name ('@' Pat)?
WildcardPat =