rustc: Translate tuple struct constructors
This commit is contained in:
parent
ce23a99925
commit
599b4208fb
13 changed files with 193 additions and 49 deletions
|
@ -311,6 +311,7 @@ mod special_idents {
|
|||
const static : ident = ident { repr: 31u };
|
||||
const intrinsic : ident = ident { repr: 32u };
|
||||
const clownshoes_foreign_mod: ident = ident { repr: 33 };
|
||||
const unnamed_field: ident = ident { repr: 34 };
|
||||
}
|
||||
|
||||
struct ident_interner {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue