Skip to content

Commit 7dda94f

Browse files
committed
---
yaml --- r: 194512 b: refs/heads/tmp c: e2cc8b1 h: refs/heads/master v: v3
1 parent 64ca655 commit 7dda94f

File tree

4 files changed

+6
-1
lines changed

4 files changed

+6
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ refs/heads/building: 126db549b038c84269a1e4fe46f051b2c15d6970
3434
refs/heads/beta: a3b13610c5b93d9ada072471a001a5613df6a960
3535
refs/heads/windistfix: 7608dbad651f02e837ed05eef3d74a6662a6e928
3636
refs/tags/1.0.0-alpha: e42bd6d93a1d3433c486200587f8f9e12590a4d7
37-
refs/heads/tmp: aab4bef9394daf84690474694b5a14587664be80
37+
refs/heads/tmp: e2cc8b1436ffb0ca627708e886caa8fa292fb1e8
3838
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
3939
refs/tags/homu-tmp: 123a754cb8356d0e78837dd4e58103ad801309ff
4040
refs/heads/gate: 97c84447b65164731087ea82685580cc81424412

branches/tmp/src/test/run-pass/drop-flag-sanity-check.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
//
1818
// See also drop-flag-skip-sanity-check.rs.
1919

20+
#![feature(old_io)]
21+
2022
use std::env;
2123
use std::old_io::process::{Command, ExitSignal, ExitStatus};
2224

branches/tmp/src/test/run-pass/drop-flag-skip-sanity-check.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
//
1818
// See also drop-flag-sanity-check.rs.
1919

20+
#![feature(old_io)]
21+
2022
use std::env;
2123
use std::old_io::process::{Command, ExitSignal, ExitStatus};
2224

branches/tmp/src/test/run-pass/intrinsic-move-val.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
#![allow(unknown_features)]
1414
#![feature(box_syntax)]
1515
#![feature(intrinsics)]
16+
#![feature(filling_drop)] // needed to check for drop fill word.
1617

1718
use std::mem::{self, transmute};
1819

0 commit comments

Comments
 (0)