Skip to content

Commit bdd360b

Browse files
klutzyalexcrichton
authored andcommitted
libsyntax: Workaround pprust for issue
1 parent 90d976e commit bdd360b

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
@@ -156,7 +156,7 @@ pub fn expand_expr(e: @ast::Expr, fld: &mut MacroExpander) -> @ast::Expr {
156156
// }
157157
// }
158158

159-
let local_ident = token::gensym_ident("i");
159+
let local_ident = token::gensym_ident("__i"); // FIXME #13573
160160
let next_ident = fld.cx.ident_of("next");
161161
let none_ident = fld.cx.ident_of("None");
162162

0 commit comments

Comments
 (0)