Skip to content

Commit ccd10e9

Browse files
committed
---
yaml --- r: 79323 b: refs/heads/try c: 2cb4f94 h: refs/heads/master i: 79321: 12caef2 79319: 1ebc685 v: v3
1 parent 2cc71d3 commit ccd10e9

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: 3e6de6b7da8ee88bf84b0e217900051334be08da
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 60fba4d7d677ec098e6a43014132fe99f7547363
5-
refs/heads/try: c0288e2237f6443c8b7733493c0c8fa5bfc225c3
5+
refs/heads/try: 2cb4f9438be7bd704614a36fb5da6b700a69df06
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)