mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
Rename BindPat -> IdentPat
This commit is contained in:
parent
6791eb9685
commit
9818108798
83 changed files with 277 additions and 273 deletions
|
@ -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 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue