Skip to content

Commit 0cc477d

Browse files
committed
---
yaml --- r: 171589 b: refs/heads/batch c: cfeab25 h: refs/heads/master i: 171587: 9467337 v: v3
1 parent 3410b85 commit 0cc477d

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ refs/tags/0.12.0: f0c419429ef30723ceaf6b42f9b5a2aeb5d2e2d1
2929
refs/heads/issue-18208-method-dispatch-2: 9e1eae4fb9b6527315b4441cf8a0f5ca911d1671
3030
refs/heads/automation-fail: 1bf06495443584539b958873e04cc2f864ab10e4
3131
refs/heads/issue-18208-method-dispatch-3-quick-reject: 2009f85b9f99dedcec4404418eda9ddba90258a2
32-
refs/heads/batch: 4a31aaddb364f5ab8280242a1016bdd3d10dcaed
32+
refs/heads/batch: cfeab2593bc75b114a1bff6615b516e84f0fe47c
3333
refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
3434
refs/heads/beta: 496dc4eae7de9d14cd49511a9acfbf5f11ae6c3f
3535
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928

branches/batch/src/librustc_trans/lib.rs

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

25+
#![allow(unknown_features)]
2526
#![feature(quote)]
2627
#![feature(slicing_syntax, unsafe_destructor)]
2728
#![feature(box_syntax)]

branches/batch/src/librustc_typeck/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ This API is completely unstable and subject to change.
7171
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
7272
html_root_url = "http://doc.rust-lang.org/nightly/")]
7373

74+
#![allow(unknown_features)]
7475
#![feature(quote)]
7576
#![feature(slicing_syntax, unsafe_destructor)]
7677
#![feature(box_syntax)]

branches/batch/src/libtest/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
#![doc(html_logo_url = "http://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
3131
html_favicon_url = "http://www.rust-lang.org/favicon.ico",
3232
html_root_url = "http://doc.rust-lang.org/nightly/")]
33+
#![allow(unknown_features)]
3334
#![feature(asm, slicing_syntax)]
3435
#![feature(box_syntax)]
3536

0 commit comments

Comments
 (0)