mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 15:56:09 +03:00
re-add lost call to expand_block_elts
This commit is contained in:
@@ -772,7 +772,8 @@ pub fn expand_block(extsbox: @mut SyntaxEnv,
|
||||
orig: @fn(&Block, @ast_fold) -> Block)
|
||||
-> Block {
|
||||
// see note below about treatment of exts table
|
||||
with_exts_frame!(extsbox,false,orig(blk,fld))
|
||||
with_exts_frame!(extsbox,false,
|
||||
expand_block_elts(*extsbox, blk, fld))
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user