@@ -318,23 +318,23 @@ declare_keywords! {
318
318
( 46 , Offsetof , "offsetof" )
319
319
( 47 , Override , "override" )
320
320
( 48 , Priv , "priv" )
321
- ( 50 , Pure , "pure" )
322
- ( 51 , Sizeof , "sizeof" )
323
- ( 52 , Typeof , "typeof" )
324
- ( 53 , Unsized , "unsized" )
325
- ( 54 , Virtual , "virtual" )
326
- ( 55 , Yield , "yield" )
321
+ ( 49 , Pure , "pure" )
322
+ ( 50 , Sizeof , "sizeof" )
323
+ ( 51 , Typeof , "typeof" )
324
+ ( 52 , Unsized , "unsized" )
325
+ ( 53 , Virtual , "virtual" )
326
+ ( 54 , Yield , "yield" )
327
327
328
328
// Special lifetime names
329
- ( 56 , UnderscoreLifetime , "'_" )
330
- ( 57 , StaticLifetime , "'static" )
329
+ ( 55 , UnderscoreLifetime , "'_" )
330
+ ( 56 , StaticLifetime , "'static" )
331
331
332
332
// Weak keywords, have special meaning only in specific contexts.
333
- ( 58 , Auto , "auto" )
334
- ( 59 , Catch , "catch" )
335
- ( 60 , Default , "default" )
336
- ( 61 , Dyn , "dyn" )
337
- ( 62 , Union , "union" )
333
+ ( 57 , Auto , "auto" )
334
+ ( 58 , Catch , "catch" )
335
+ ( 59 , Default , "default" )
336
+ ( 60 , Dyn , "dyn" )
337
+ ( 61 , Union , "union" )
338
338
}
339
339
340
340
// If an interner exists, return it. Otherwise, prepare a fresh one.
0 commit comments