Skip to content

Commit c6344ee

Browse files
committed
---
yaml --- r: 189196 b: refs/heads/snap-stage3 c: 1a30412 h: refs/heads/master v: v3
1 parent 3b5ebd9 commit c6344ee

File tree

4 files changed

+5
-1
lines changed

4 files changed

+5
-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: 4d716decb5d9944bc0d79cdc51b03e3af69bc59c
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 16ff1401d8fb11b9c0f5fab8052b2a993ff93916
4+
refs/heads/snap-stage3: 1a30412ebf4363acf92f1edafa2c007617c94d02
55
refs/heads/try: 649d35e4d830b27806705dc5352c86ab6d6fd1a1
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d

branches/snap-stage3/src/librustc/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,9 @@
4444
#![feature(path)]
4545
#![feature(io)]
4646
#![feature(path_ext)]
47+
#![feature(str_words)]
4748
#![cfg_attr(test, feature(test))]
49+
4850
extern crate arena;
4951
extern crate flate;
5052
extern crate fmt_macros;

branches/snap-stage3/src/librustc_trans/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
#![feature(os)]
4545
#![feature(path_ext)]
4646
#![feature(fs)]
47+
#![feature(hash)]
4748

4849
extern crate arena;
4950
extern crate flate;

branches/snap-stage3/src/librustdoc/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
#![feature(str_words)]
3939
#![feature(io)]
4040
#![feature(path)]
41+
#![feature(file_path)]
4142
#![feature(path_ext)]
4243

4344
extern crate arena;

0 commit comments

Comments
 (0)