diff options
| author | bors <bors@rust-lang.org> | 2013-09-02 02:05:45 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2013-09-02 02:05:45 -0700 |
| commit | 7ff102a685de250eeecc77eb8a6d82cd25c1d8a5 (patch) | |
| tree | 405d5a8e5fc03aed0c7979debf4cb9c4d75b30a3 /src/libsyntax | |
| parent | 6a3dd30afe64f2d9f10a68ebc178ce22d8c90075 (diff) | |
| parent | 67a8ea521a81bbc7e2cab893d778eaaa8d34bb6c (diff) | |
| download | rust-7ff102a685de250eeecc77eb8a6d82cd25c1d8a5.tar.gz rust-7ff102a685de250eeecc77eb8a6d82cd25c1d8a5.zip | |
auto merge of #8927 : thestinger/rust/repr, r=huonw
Diffstat (limited to 'src/libsyntax')
| -rw-r--r-- | src/libsyntax/parse/token.rs | 2 |
1 files changed, 1 insertions, 1 deletions
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 + "<unnamed_field>", // 29 "C", // 30 "Self", // 31 |
