Skip to content

Commit 1f8e856

Browse files
committed
re-add lost call to expand_block_elts
1 parent 9071ac6 commit 1f8e856

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libsyntax/ext/expand.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,8 @@ pub fn expand_block(extsbox: @mut SyntaxEnv,
772772
orig: @fn(&Block, @ast_fold) -> Block)
773773
-> Block {
774774
// see note below about treatment of exts table
775-
with_exts_frame!(extsbox,false,orig(blk,fld))
775+
with_exts_frame!(extsbox,false,
776+
expand_block_elts(*extsbox, blk, fld))
776777
}
777778

778779

0 commit comments

Comments
 (0)