Skip to content

Commit ca18efa

Browse files
committed
---
yaml --- r: 150841 b: refs/heads/try2 c: a0347d5 h: refs/heads/master i: 150839: 69a2895 v: v3
1 parent 01dc4ad commit ca18efa

File tree

2 files changed

+19
-19
lines changed

2 files changed

+19
-19
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ refs/heads/snap-stage3: 78a7676898d9f80ab540c6df5d4c9ce35bb50463
55
refs/heads/try: 519addf6277dbafccbb4159db4b710c37eaa2ec5
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8-
refs/heads/try2: 5cfbc0e7aeefd30611213da33307723bcb490ac6
8+
refs/heads/try2: a0347d5224977c8a271fbae64d084a5c5347d22b
99
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d
1010
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1111
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

branches/try2/src/libsyntax/parse/token.rs

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -461,29 +461,29 @@ declare_special_idents_and_keywords! {
461461
(25, Mod, "mod");
462462
(26, Mut, "mut");
463463
(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");
468467
// Static and Self are also special idents (prefill de-dupes)
469468
(super::STATIC_KEYWORD_NAME, Static, "static");
470469
(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");
482481

483482
'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");
487487
(46, Pure, "pure");
488488
(47, Sizeof, "sizeof");
489489
(48, Typeof, "typeof");

0 commit comments

Comments
 (0)