as casts and block exprs
This commit is contained in:
parent
2987f4ba42
commit
9b2913814b
4 changed files with 57 additions and 35 deletions
|
@ -158,7 +158,7 @@ where
|
|||
let leaf = leaf.subst(tcx, ct.substs);
|
||||
self.visit_const(leaf)
|
||||
}
|
||||
ACNode::Cast(_, _, ty) => self.visit_ty(ty),
|
||||
ACNode::Cast(_, ty) => self.visit_ty(ty),
|
||||
ACNode::Block(_, _)
|
||||
| ACNode::Binop(..)
|
||||
| ACNode::UnaryOp(..)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue