auto merge of #14483 : ahmedcharles/rust/patbox, r=alexcrichton
This commit is contained in:
commit
729ee20338
14 changed files with 20 additions and 20 deletions
|
@ -347,7 +347,7 @@ pub enum Pat_ {
|
|||
* we don't bind the fields to names */
|
||||
PatStruct(Path, Vec<FieldPat> , bool),
|
||||
PatTup(Vec<@Pat> ),
|
||||
PatUniq(@Pat),
|
||||
PatBox(@Pat),
|
||||
PatRegion(@Pat), // reference pattern
|
||||
PatLit(@Expr),
|
||||
PatRange(@Expr, @Expr),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue