Skip to content

Commit 1616e11

Browse files
committed
---
yaml --- r: 79727 b: refs/heads/try c: 1f8e856 h: refs/heads/master i: 79725: 47a9317 79723: 831ee1b 79719: 168b9b7 79711: a3f9ced v: v3
1 parent 7a38624 commit 1616e11

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: ba9fa89bfb4aae53db93e9ecac31807af96356fc
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 54ae2800ffb30513f89ce13d27ac3c8d095d98ac
5-
refs/heads/try: 9071ac60b621020c08bc74cd15c363a7780a2230
5+
refs/heads/try: 1f8e8564308917efe94663d3577bfe35948b624a
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)