Skip to content

Commit 53f0020

Browse files
committed
---
yaml --- r: 180055 b: refs/heads/auto c: e5ec43e h: refs/heads/master i: 180053: 734c0ff 180051: 5205ecc 180047: c7cf8f9 v: v3
1 parent d3d3a73 commit 53f0020

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
@@ -10,7 +10,7 @@ refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503
1010
refs/tags/release-0.3.1: 495bae036dfe5ec6ceafd3312b4dca48741e845b
1111
refs/tags/release-0.4: e828ea2080499553b97dfe33b3f4d472b4562ad7
1212
refs/tags/release-0.5: 7e3bcfbf21278251ee936ad53e92e9b719702d73
13-
refs/heads/auto: 105f70b50097a5776ef0d1a6da6753c25d191aa6
13+
refs/heads/auto: e5ec43e217703c19f58842ebd8c40d35345bd896
1414
refs/heads/servo: af82457af293e2a842ba6b7759b70288da276167
1515
refs/tags/release-0.6: b4ebcfa1812664df5e142f0134a5faea3918544c
1616
refs/tags/0.1: b19db808c2793fe2976759b85a355c3ad8c8b336

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