switch __field__ hack to <unnamed_field>
avoids conflict with fields actually named `__field__`
This commit is contained in:
parent
331d2d6d31
commit
67a8ea521a
2 changed files with 3 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue