add guard pattern AST node
This commit is contained in:
parent
35bbc45f16
commit
9b8bfed73b
7 changed files with 26 additions and 4 deletions
|
@ -556,6 +556,7 @@ impl<'v> ast_visit::Visitor<'v> for StatCollector<'v> {
|
|||
Slice,
|
||||
Rest,
|
||||
Never,
|
||||
Guard,
|
||||
Paren,
|
||||
MacCall,
|
||||
Err
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue