@@ -461,29 +461,29 @@ declare_special_idents_and_keywords! {
461
461
( 25 , Mod , "mod" ) ;
462
462
( 26 , Mut , "mut" ) ;
463
463
( 27 , Once , "once" ) ;
464
- ( 28 , Priv , "priv" ) ;
465
- ( 29 , Pub , "pub" ) ;
466
- ( 30 , Ref , "ref" ) ;
467
- ( 31 , Return , "return" ) ;
464
+ ( 28 , Pub , "pub" ) ;
465
+ ( 29 , Ref , "ref" ) ;
466
+ ( 30 , Return , "return" ) ;
468
467
// Static and Self are also special idents (prefill de-dupes)
469
468
( super :: STATIC_KEYWORD_NAME , Static , "static" ) ;
470
469
( super :: SELF_KEYWORD_NAME , Self , "self" ) ;
471
- ( 32 , Struct , "struct" ) ;
472
- ( 33 , Super , "super" ) ;
473
- ( 34 , True , "true" ) ;
474
- ( 35 , Trait , "trait" ) ;
475
- ( 36 , Type , "type" ) ;
476
- ( 37 , Unsafe , "unsafe" ) ;
477
- ( 38 , Use , "use" ) ;
478
- ( 39 , While , "while" ) ;
479
- ( 40 , Continue , "continue" ) ;
480
- ( 41 , Proc , "proc" ) ;
481
- ( 42 , Box , "box" ) ;
470
+ ( 31 , Struct , "struct" ) ;
471
+ ( 32 , Super , "super" ) ;
472
+ ( 33 , True , "true" ) ;
473
+ ( 34 , Trait , "trait" ) ;
474
+ ( 35 , Type , "type" ) ;
475
+ ( 36 , Unsafe , "unsafe" ) ;
476
+ ( 37 , Use , "use" ) ;
477
+ ( 38 , While , "while" ) ;
478
+ ( 39 , Continue , "continue" ) ;
479
+ ( 40 , Proc , "proc" ) ;
480
+ ( 41 , Box , "box" ) ;
482
481
483
482
' reserved:
484
- ( 43 , Alignof , "alignof" ) ;
485
- ( 44 , Be , "be" ) ;
486
- ( 45 , Offsetof , "offsetof" ) ;
483
+ ( 42 , Alignof , "alignof" ) ;
484
+ ( 43 , Be , "be" ) ;
485
+ ( 44 , Offsetof , "offsetof" ) ;
486
+ ( 45 , Priv , "priv" ) ;
487
487
( 46 , Pure , "pure" ) ;
488
488
( 47 , Sizeof , "sizeof" ) ;
489
489
( 48 , Typeof , "typeof" ) ;
0 commit comments