Skip to content

Commit aea9009

Browse files
committed
---
yaml --- r: 79339 b: refs/heads/try c: 9e347f8 h: refs/heads/master i: 79337: 56a8ce7 79335: 3f74982 v: v3
1 parent e371ecc commit aea9009

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 3e6de6b7da8ee88bf84b0e217900051334be08da
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 60fba4d7d677ec098e6a43014132fe99f7547363
5-
refs/heads/try: 0a89671754a07247be44a8b2b762772f9e3863b5
5+
refs/heads/try: 9e347f831b85c5dbd3911ee57e29f02ada76ac52
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/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)