Skip to content

Commit 9a520c6

Browse files
committed
---
yaml --- r: 64884 b: refs/heads/snap-stage3 c: 9a2d183 h: refs/heads/master v: v3
1 parent b353f46 commit 9a520c6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 2d28d645422c1617be58c8ca7ad9a457264ca850
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: a8840d70a517d29183f2c6e4d9da4920541700d7
4+
refs/heads/snap-stage3: 9a2d183d6ae83a0119f5cce1f95e3770ddf5d689
55
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b

branches/snap-stage3/src/libsyntax/parse/token.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -475,6 +475,7 @@ fn mk_fresh_ident_interner() -> @ident_interner {
475475

476476
"be", // 65
477477
"in", // 66
478+
"foreach", // 67
478479
];
479480

480481
@ident_interner {
@@ -571,6 +572,7 @@ pub mod keywords {
571572
False,
572573
Fn,
573574
For,
575+
ForEach,
574576
If,
575577
Impl,
576578
In,
@@ -614,6 +616,7 @@ pub mod keywords {
614616
False => ident { name: 40, ctxt: 0 },
615617
Fn => ident { name: 41, ctxt: 0 },
616618
For => ident { name: 42, ctxt: 0 },
619+
ForEach => ident { name: 67, ctxt: 0 },
617620
If => ident { name: 43, ctxt: 0 },
618621
Impl => ident { name: 44, ctxt: 0 },
619622
In => ident { name: 66, ctxt: 0 },

0 commit comments

Comments
 (0)