Skip to content

Commit a3f9ced

Browse files
committed
---
yaml --- r: 79711 b: refs/heads/try c: 2f6498f h: refs/heads/master i: 79709: cdb4b05 79707: 297754b 79703: 6ebd47c 79695: 3153810 79679: 1a2a372 v: v3
1 parent c26f366 commit a3f9ced

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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: fb82283a98ed646f4d8560e7288fb5fcf6fb9ffe
5+
refs/heads/try: 2f6498f7b4be2584d1164d68fc4d5ae485da2ea6
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,7 +462,7 @@ pub fn expand_stmt(extsbox: @mut SyntaxEnv,
462462
}
463463
}
464464
}
465-
_ => return orig(s, sp, fld)
465+
_ => return expand_non_macro_stmt(*extsbox,s,sp,fld,orig)
466466
};
467467
if (pth.segments.len() > 1u) {
468468
cx.span_fatal(

0 commit comments

Comments
 (0)