Add some changes that *should* have been in e98286b594
Forgot to amend the commit after fixing the failure.
This commit is contained in:
parent
2ac63801d2
commit
8746ebe2e6
2 changed files with 5 additions and 4 deletions
|
|
@ -562,6 +562,7 @@ fn print_possibly_embedded_block(s: ps, blk: ast::blk, embedded: embed_type,
|
|||
block_normal. { bopen(s); }
|
||||
}
|
||||
|
||||
for vi in blk.node.view_items { print_view_item(s, vi); }
|
||||
for st: @ast::stmt in blk.node.stmts {
|
||||
print_stmt(s, *st);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue