File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
branches/try/src/libsyntax/ext Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 2
2
refs/heads/master: ba9fa89bfb4aae53db93e9ecac31807af96356fc
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 54ae2800ffb30513f89ce13d27ac3c8d095d98ac
5
- refs/heads/try: 9071ac60b621020c08bc74cd15c363a7780a2230
5
+ refs/heads/try: 1f8e8564308917efe94663d3577bfe35948b624a
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
8
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
Original file line number Diff line number Diff line change @@ -772,7 +772,8 @@ pub fn expand_block(extsbox: @mut SyntaxEnv,
772
772
orig : @fn ( & Block , @ast_fold ) -> Block )
773
773
-> Block {
774
774
// 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) )
776
777
}
777
778
778
779
You can’t perform that action at this time.
0 commit comments