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: 3e6de6b7da8ee88bf84b0e217900051334be08da
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 60fba4d7d677ec098e6a43014132fe99f7547363
5
- refs/heads/try: 0a89671754a07247be44a8b2b762772f9e3863b5
5
+ refs/heads/try: 9e347f831b85c5dbd3911ee57e29f02ada76ac52
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