@@ -384,34 +384,30 @@ declare_keywords! {
384
384
385
385
// Keywords reserved for future use.
386
386
( 40 , Abstract , "abstract" )
387
- ( 41 , Alignof , "alignof" )
388
- ( 42 , Become , "become" )
389
- ( 43 , Do , "do" )
390
- ( 44 , Final , "final" )
391
- ( 45 , Macro , "macro" )
392
- ( 46 , Offsetof , "offsetof" )
393
- ( 47 , Override , "override" )
394
- ( 48 , Priv , "priv" )
395
- ( 49 , Pure , "pure" )
396
- ( 50 , Sizeof , "sizeof" )
397
- ( 51 , Typeof , "typeof" )
398
- ( 52 , Unsized , "unsized" )
399
- ( 53 , Virtual , "virtual" )
400
- ( 54 , Yield , "yield" )
387
+ ( 41 , Become , "become" )
388
+ ( 42 , Do , "do" )
389
+ ( 43 , Final , "final" )
390
+ ( 44 , Macro , "macro" )
391
+ ( 45 , Override , "override" )
392
+ ( 46 , Priv , "priv" )
393
+ ( 47 , Typeof , "typeof" )
394
+ ( 48 , Unsized , "unsized" )
395
+ ( 49 , Virtual , "virtual" )
396
+ ( 50 , Yield , "yield" )
401
397
402
398
// Edition-specific keywords reserved for future use.
403
- ( 55 , Async , "async" ) // >= 2018 Edition Only
399
+ ( 51 , Async , "async" ) // >= 2018 Edition Only
404
400
405
401
// Special lifetime names
406
- ( 56 , UnderscoreLifetime , "'_" )
407
- ( 57 , StaticLifetime , "'static" )
402
+ ( 52 , UnderscoreLifetime , "'_" )
403
+ ( 53 , StaticLifetime , "'static" )
408
404
409
405
// Weak keywords, have special meaning only in specific contexts.
410
- ( 58 , Auto , "auto" )
411
- ( 59 , Catch , "catch" )
412
- ( 60 , Default , "default" )
413
- ( 61 , Dyn , "dyn" )
414
- ( 62 , Union , "union" )
406
+ ( 54 , Auto , "auto" )
407
+ ( 55 , Catch , "catch" )
408
+ ( 56 , Default , "default" )
409
+ ( 57 , Dyn , "dyn" )
410
+ ( 58 , Union , "union" )
415
411
}
416
412
417
413
impl Symbol {
0 commit comments