File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
branches/snap-stage3/src/libsyntax/parse Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 2d28d645422c1617be58c8ca7ad9a457264ca850
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
- refs/heads/snap-stage3: a8840d70a517d29183f2c6e4d9da4920541700d7
4
+ refs/heads/snap-stage3: 9a2d183d6ae83a0119f5cce1f95e3770ddf5d689
5
5
refs/heads/try: 7b78b52e602bb3ea8174f9b2006bff3315f03ef9
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
Original file line number Diff line number Diff line change @@ -475,6 +475,7 @@ fn mk_fresh_ident_interner() -> @ident_interner {
475
475
476
476
"be" , // 65
477
477
"in" , // 66
478
+ "foreach" , // 67
478
479
] ;
479
480
480
481
@ident_interner {
@@ -571,6 +572,7 @@ pub mod keywords {
571
572
False ,
572
573
Fn ,
573
574
For ,
575
+ ForEach ,
574
576
If ,
575
577
Impl ,
576
578
In ,
@@ -614,6 +616,7 @@ pub mod keywords {
614
616
False => ident { name : 40 , ctxt : 0 } ,
615
617
Fn => ident { name : 41 , ctxt : 0 } ,
616
618
For => ident { name : 42 , ctxt : 0 } ,
619
+ ForEach => ident { name : 67 , ctxt : 0 } ,
617
620
If => ident { name : 43 , ctxt : 0 } ,
618
621
Impl => ident { name : 44 , ctxt : 0 } ,
619
622
In => ident { name : 66 , ctxt : 0 } ,
You can’t perform that action at this time.
0 commit comments