Use numeric field Name
s ("0", "1" etc) for positional fields
This commit is contained in:
parent
8b60b948d9
commit
8b026a6e48
18 changed files with 62 additions and 109 deletions
|
@ -542,7 +542,7 @@ declare_special_idents_and_keywords! {
|
|||
// outside of libsyntax
|
||||
(7, clownshoe_abi, "__rust_abi");
|
||||
(8, opaque, "<opaque>");
|
||||
(9, unnamed_field, "<unnamed_field>");
|
||||
(9, __unused1, "<__unused1>");
|
||||
(super::SELF_TYPE_KEYWORD_NAME_NUM, type_self, "Self");
|
||||
(11, prelude_import, "prelude_import");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue