Skip to content

Commit 16e75e3

Browse files
committed
Reenumerated symbols
1 parent 5e94d54 commit 16e75e3

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

src/libsyntax_pos/symbol.rs

+13-13
Original file line numberDiff line numberDiff line change
@@ -318,23 +318,23 @@ declare_keywords! {
318318
(46, Offsetof, "offsetof")
319319
(47, Override, "override")
320320
(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")
327327

328328
// Special lifetime names
329-
(56, UnderscoreLifetime, "'_")
330-
(57, StaticLifetime, "'static")
329+
(55, UnderscoreLifetime, "'_")
330+
(56, StaticLifetime, "'static")
331331

332332
// 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")
338338
}
339339

340340
// If an interner exists, return it. Otherwise, prepare a fresh one.

0 commit comments

Comments
 (0)