@@ -630,42 +630,42 @@ pub mod keywords {
630630 impl Keyword {
631631 pub fn to_ident ( & self ) -> ident {
632632 match * self {
633- As => ident { repr : 35 , ctxt : 0 } ,
634- Break => ident { repr : 36 , ctxt : 0 } ,
635- Freeze => ident { repr : 37 , ctxt : 0 } ,
636- Copy => ident { repr : 38 , ctxt : 0 } ,
637- Do => ident { repr : 39 , ctxt : 0 } ,
638- Else => ident { repr : 41 , ctxt : 0 } ,
639- Enum => ident { repr : 42 , ctxt : 0 } ,
640- Extern => ident { repr : 43 , ctxt : 0 } ,
641- False => ident { repr : 44 , ctxt : 0 } ,
642- Fn => ident { repr : 45 , ctxt : 0 } ,
643- For => ident { repr : 46 , ctxt : 0 } ,
644- If => ident { repr : 47 , ctxt : 0 } ,
645- Impl => ident { repr : 48 , ctxt : 0 } ,
646- Let => ident { repr : 49 , ctxt : 0 } ,
647- __Log => ident { repr : 50 , ctxt : 0 } ,
648- Loop => ident { repr : 51 , ctxt : 0 } ,
649- Match => ident { repr : 52 , ctxt : 0 } ,
650- Mod => ident { repr : 53 , ctxt : 0 } ,
651- Mut => ident { repr : 54 , ctxt : 0 } ,
652- Once => ident { repr : 55 , ctxt : 0 } ,
653- Priv => ident { repr : 56 , ctxt : 0 } ,
654- Pub => ident { repr : 57 , ctxt : 0 } ,
655- Pure => ident { repr : 58 , ctxt : 0 } ,
656- Ref => ident { repr : 59 , ctxt : 0 } ,
657- Return => ident { repr : 60 , ctxt : 0 } ,
658- Static => ident { repr : 29 , ctxt : 0 } ,
659- Self => ident { repr : 8 , ctxt : 0 } ,
660- Struct => ident { repr : 61 , ctxt : 0 } ,
661- Super => ident { repr : 62 , ctxt : 0 } ,
662- True => ident { repr : 63 , ctxt : 0 } ,
663- Trait => ident { repr : 64 , ctxt : 0 } ,
664- Type => ident { repr : 65 , ctxt : 0 } ,
665- Unsafe => ident { repr : 66 , ctxt : 0 } ,
666- Use => ident { repr : 67 , ctxt : 0 } ,
667- While => ident { repr : 68 , ctxt : 0 } ,
668- Be => ident { repr : 69 , ctxt : 0 } ,
633+ As => ident { name : 35 , ctxt : 0 } ,
634+ Break => ident { name : 36 , ctxt : 0 } ,
635+ Freeze => ident { name : 37 , ctxt : 0 } ,
636+ Copy => ident { name : 38 , ctxt : 0 } ,
637+ Do => ident { name : 39 , ctxt : 0 } ,
638+ Else => ident { name : 41 , ctxt : 0 } ,
639+ Enum => ident { name : 42 , ctxt : 0 } ,
640+ Extern => ident { name : 43 , ctxt : 0 } ,
641+ False => ident { name : 44 , ctxt : 0 } ,
642+ Fn => ident { name : 45 , ctxt : 0 } ,
643+ For => ident { name : 46 , ctxt : 0 } ,
644+ If => ident { name : 47 , ctxt : 0 } ,
645+ Impl => ident { name : 48 , ctxt : 0 } ,
646+ Let => ident { name : 49 , ctxt : 0 } ,
647+ __Log => ident { name : 50 , ctxt : 0 } ,
648+ Loop => ident { name : 51 , ctxt : 0 } ,
649+ Match => ident { name : 52 , ctxt : 0 } ,
650+ Mod => ident { name : 53 , ctxt : 0 } ,
651+ Mut => ident { name : 54 , ctxt : 0 } ,
652+ Once => ident { name : 55 , ctxt : 0 } ,
653+ Priv => ident { name : 56 , ctxt : 0 } ,
654+ Pub => ident { name : 57 , ctxt : 0 } ,
655+ Pure => ident { name : 58 , ctxt : 0 } ,
656+ Ref => ident { name : 59 , ctxt : 0 } ,
657+ Return => ident { name : 60 , ctxt : 0 } ,
658+ Static => ident { name : 29 , ctxt : 0 } ,
659+ Self => ident { name : 8 , ctxt : 0 } ,
660+ Struct => ident { name : 61 , ctxt : 0 } ,
661+ Super => ident { name : 62 , ctxt : 0 } ,
662+ True => ident { name : 63 , ctxt : 0 } ,
663+ Trait => ident { name : 64 , ctxt : 0 } ,
664+ Type => ident { name : 65 , ctxt : 0 } ,
665+ Unsafe => ident { name : 66 , ctxt : 0 } ,
666+ Use => ident { name : 67 , ctxt : 0 } ,
667+ While => ident { name : 68 , ctxt : 0 } ,
668+ Be => ident { name : 69 , ctxt : 0 } ,
669669 }
670670 }
671671 }
0 commit comments