| ... | @@ -971,7 +971,9 @@ fn transFnType( | ... | @@ -971,7 +971,9 @@ fn transFnType( |
| 971 | } | 971 | } |
| 972 | | 972 | |
| 973 | fn transStmt(c: *Context, node: NodeIndex) TransError!ZigNode { | 973 | fn transStmt(c: *Context, node: NodeIndex) TransError!ZigNode { |
| 974 | return transExpr(c, node, .unused); | 974 | _ = c; |
| | 975 | _ = node; |
| | 976 | return error.UnsupportedTranslation; |
| 975 | } | 977 | } |
| 976 | | 978 | |
| 977 | fn transCompoundStmtInline(c: *Context, compound: NodeIndex, block: *Scope.Block) TransError!void { | 979 | fn transCompoundStmtInline(c: *Context, compound: NodeIndex, block: *Scope.Block) TransError!void { |