Skip to content

Commit 330af36

Browse files
committed
---
yaml --- r: 180135 b: refs/heads/tmp c: e5ec43e h: refs/heads/master i: 180133: b7a8d7f 180131: 4aaf02c 180127: 87190ad v: v3
1 parent 9dd9a13 commit 330af36

File tree

7 files changed

+7
-1
lines changed

7 files changed

+7
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
3434
refs/heads/beta: 44a287e6eb22ec3c2a687fc156813577464017f7
3535
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
3636
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
37-
refs/heads/tmp: 105f70b50097a5776ef0d1a6da6753c25d191aa6
37+
refs/heads/tmp: e5ec43e217703c19f58842ebd8c40d35345bd896

branches/tmp/src/libcollections/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424

2525
#![feature(alloc)]
2626
#![feature(box_syntax)]
27+
#![feature(box_patterns)]
2728
#![feature(core)]
2829
#![feature(hash)]
2930
#![feature(staged_api)]

branches/tmp/src/librustc/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
2424
html_root_url = "http://doc.rust-lang.org/nightly/")]
2525

26+
#![feature(box_patterns)]
2627
#![feature(box_syntax)]
2728
#![feature(collections)]
2829
#![feature(core)]

branches/tmp/src/librustc_trans/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
html_root_url = "http://doc.rust-lang.org/nightly/")]
2525

2626
#![feature(alloc)]
27+
#![feature(box_patterns)]
2728
#![feature(box_syntax)]
2829
#![feature(collections)]
2930
#![feature(core)]

branches/tmp/src/librustc_typeck/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ This API is completely unstable and subject to change.
7474

7575
#![allow(non_camel_case_types)]
7676

77+
#![feature(box_patterns)]
7778
#![feature(box_syntax)]
7879
#![feature(collections)]
7980
#![feature(core)]

branches/tmp/src/librustdoc/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
html_root_url = "http://doc.rust-lang.org/nightly/",
1919
html_playground_url = "http://play.rust-lang.org/")]
2020

21+
#![feature(box_patterns)]
2122
#![feature(box_syntax)]
2223
#![feature(collections)]
2324
#![feature(core)]

branches/tmp/src/libsyntax/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
2424
html_root_url = "http://doc.rust-lang.org/nightly/")]
2525

26+
#![feature(box_patterns)]
2627
#![feature(box_syntax)]
2728
#![feature(collections)]
2829
#![feature(core)]

0 commit comments

Comments
 (0)