WIP state
This commit is contained in:
parent
97032a6dfa
commit
2987f4ba42
7 changed files with 160 additions and 227 deletions
|
@ -159,9 +159,10 @@ where
|
|||
self.visit_const(leaf)
|
||||
}
|
||||
ACNode::Cast(_, _, ty) => self.visit_ty(ty),
|
||||
ACNode::Binop(..) | ACNode::UnaryOp(..) | ACNode::FunctionCall(_, _) => {
|
||||
ControlFlow::CONTINUE
|
||||
}
|
||||
ACNode::Block(_, _)
|
||||
| ACNode::Binop(..)
|
||||
| ACNode::UnaryOp(..)
|
||||
| ACNode::FunctionCall(_, _) => ControlFlow::CONTINUE,
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue