aboutsummaryrefslogtreecommitdiff
path: root/gcc/rust/ast/rust-expression-yeast.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/rust/ast/rust-expression-yeast.h')
-rw-r--r--gcc/rust/ast/rust-expression-yeast.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/rust/ast/rust-expression-yeast.h b/gcc/rust/ast/rust-expression-yeast.h
index 18712b4..855918f 100644
--- a/gcc/rust/ast/rust-expression-yeast.h
+++ b/gcc/rust/ast/rust-expression-yeast.h
@@ -38,6 +38,7 @@ public:
private:
// Dispatch to the proper desugar
void dispatch (std::unique_ptr<Expr> &expr);
+ void dispatch_loops (std::unique_ptr<Expr> &loop_expr);
void visit (AST::ExprStmt &) override;
void visit (AST::CallExpr &) override;