Skip to content

Commit dba2ce2

Browse files
committed
---
yaml --- r: 193535 b: refs/heads/beta c: 1a30412 h: refs/heads/master i: 193533: 3dfd4d6 193531: b43acdf 193527: 6aeca92 193519: 9e1d2f0 193503: a3849bb 193471: 4e3b6e6 193407: 9ec47b1 193279: 0c482c6 193023: e16fc4c 192511: 68c3002 v: v3
1 parent dd786c5 commit dba2ce2

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
@@ -31,7 +31,7 @@ refs/heads/automation-fail: 1bf06495443584539b958873e04cc2f864ab10e4
3131
refs/heads/issue-18208-method-dispatch-3-quick-reject: 2009f85b9f99dedcec4404418eda9ddba90258a2
3232
refs/heads/batch: b7fd822592a4fb577552d93010c4a4e14f314346
3333
refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
34-
refs/heads/beta: 16ff1401d8fb11b9c0f5fab8052b2a993ff93916
34+
refs/heads/beta: 1a30412ebf4363acf92f1edafa2c007617c94d02
3535
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
3636
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
3737
refs/heads/tmp: de8a23bbc3a7b9cbd7574b5b91a34af59bf030e6

branches/beta/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/beta/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/beta/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)