Skip to content

Commit 2f6498f

Browse files
committed
flip the switch on let renaming
1 parent fb82283 commit 2f6498f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)