Skip to content

Commit 1a535f7

Browse files
committed
---
yaml --- r: 169210 b: refs/heads/snap-stage3 c: cfeab25 h: refs/heads/master v: v3
1 parent 80fbe7f commit 1a535f7

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
@@ -1,7 +1,7 @@
11
---
22
refs/heads/master: 5e21e17d9638d14af41e27e5ca9a21c8a1bc0170
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4-
refs/heads/snap-stage3: 4a31aaddb364f5ab8280242a1016bdd3d10dcaed
4+
refs/heads/snap-stage3: cfeab2593bc75b114a1bff6615b516e84f0fe47c
55
refs/heads/try: 5204084bd2e46af7cc6e0147430e44dd0d657bbb
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/dist-snap: ba4081a5a8573875fed17545846f6f6902c8ba8d

branches/snap-stage3/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/snap-stage3/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/snap-stage3/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)