Skip to content

Commit

Permalink
to be merge in another PR
Browse files Browse the repository at this point in the history
  • Loading branch information
dkm committed Sep 21, 2024
1 parent 95e61f1 commit 9a345d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gcc/rust/hir/rust-hir-dump.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1259,6 +1259,8 @@ Dump::visit (BlockExpr &e)
begin ("BlockExpr");
do_expr (e);
do_inner_attrs (e);
put_field ("tail_reachable", std::to_string(e.is_tail_reachable()));
put_field ("label", e.get_label ().as_string ());

visit_collection ("statements", e.get_statements ());

Expand Down

0 comments on commit 9a345d4

Please sign in to comment.