From 67a8ea521a81bbc7e2cab893d778eaaa8d34bb6c Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Mon, 2 Sep 2013 04:59:51 -0400 Subject: switch __field__ hack to avoids conflict with fields actually named `__field__` --- src/libsyntax/parse/token.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libsyntax') diff --git a/src/libsyntax/parse/token.rs b/src/libsyntax/parse/token.rs index 3d47b1141dd..c9d61be6b0e 100644 --- a/src/libsyntax/parse/token.rs +++ b/src/libsyntax/parse/token.rs @@ -436,7 +436,7 @@ fn mk_fresh_ident_interner() -> @ident_interner { "blk", // 26 "static", // 27 "__foreign_mod__", // 28 - "__field__", // 29 + "", // 29 "C", // 30 "Self", // 31 -- cgit 1.4.1-3-g733a5