We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b5945a commit 3e2028cCopy full SHA for 3e2028c
gcc/rust/ast/rust-ast-pointer-visitor.cc
@@ -220,6 +220,7 @@ void
220
PointerVisitor::visit (AST::ErrorPropagationExpr &expr)
221
{
222
visit_outer_attrs (expr);
223
+ reseat (expr.get_propagating_expr_ptr ());
224
}
225
226
void
gcc/rust/ast/rust-ast-visitor.cc
@@ -248,6 +248,7 @@ void
248
DefaultASTVisitor::visit (AST::ErrorPropagationExpr &expr)
249
250
251
+ visit (expr.get_propagating_expr ());
252
253
254
0 commit comments