add guard patterns to HIR and implement lowering
This commit is contained in:
parent
d117b7f211
commit
b579c36224
11 changed files with 40 additions and 7 deletions
|
@ -305,6 +305,7 @@ impl<'v> hir_visit::Visitor<'v> for StatCollector<'v> {
|
|||
Deref,
|
||||
Ref,
|
||||
Lit,
|
||||
Guard,
|
||||
Range,
|
||||
Slice,
|
||||
Err
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue