Skip to content

Commit

Permalink
hir: forloopdesugar: format
Browse files Browse the repository at this point in the history
  • Loading branch information
CohenArthur committed Dec 22, 2024
1 parent 0c768e4 commit 6dcace8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcc/rust/hir/rust-ast-lower.cc
Original file line number Diff line number Diff line change
Expand Up @@ -659,7 +659,7 @@ ASTLoweringExprWithBlock::visit (AST::ForLoopExpr &expr)

Resolver::Rib *rib = nullptr;
bool ok = resolver.get_name_scope ().lookup_rib_for_decl (
expr.get_loop_block().get_node_id (), &rib);
expr.get_loop_block ().get_node_id (), &rib);

rust_assert (ok);

Expand Down

0 comments on commit 6dcace8

Please sign in to comment.