1
Fork 0

add guard pattern AST node

This commit is contained in:
Max Niederman 2024-08-22 16:49:45 -07:00 committed by Nadrieril
parent 35bbc45f16
commit 9b8bfed73b
7 changed files with 26 additions and 4 deletions

View file

@ -556,6 +556,7 @@ impl<'v> ast_visit::Visitor<'v> for StatCollector<'v> {
Slice,
Rest,
Never,
Guard,
Paren,
MacCall,
Err