parent
cd138dc447
commit
d8074e65b0
9 changed files with 32 additions and 23 deletions
|
|
@ -277,8 +277,8 @@ mod svh_visitor {
|
|||
ExprRange(..) => SawExprRange,
|
||||
ExprPath(ref qself, _) => SawExprPath(qself.as_ref().map(|q| q.position)),
|
||||
ExprAddrOf(m, _) => SawExprAddrOf(m),
|
||||
ExprBreak(id) => SawExprBreak(id.map(|id| id.name.as_str())),
|
||||
ExprAgain(id) => SawExprAgain(id.map(|id| id.name.as_str())),
|
||||
ExprBreak(id) => SawExprBreak(id.map(|id| id.node.name.as_str())),
|
||||
ExprAgain(id) => SawExprAgain(id.map(|id| id.node.name.as_str())),
|
||||
ExprRet(..) => SawExprRet,
|
||||
ExprInlineAsm(ref asm) => SawExprInlineAsm(asm),
|
||||
ExprStruct(..) => SawExprStruct,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue