add feature flags required post rebase.
This commit is contained in:
parent
aab4bef939
commit
e2cc8b1436
3 changed files with 5 additions and 0 deletions
|
|
@ -17,6 +17,8 @@
|
|||
//
|
||||
// See also drop-flag-skip-sanity-check.rs.
|
||||
|
||||
#![feature(old_io)]
|
||||
|
||||
use std::env;
|
||||
use std::old_io::process::{Command, ExitSignal, ExitStatus};
|
||||
|
||||
|
|
|
|||
|
|
@ -17,6 +17,8 @@
|
|||
//
|
||||
// See also drop-flag-sanity-check.rs.
|
||||
|
||||
#![feature(old_io)]
|
||||
|
||||
use std::env;
|
||||
use std::old_io::process::{Command, ExitSignal, ExitStatus};
|
||||
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@
|
|||
#![allow(unknown_features)]
|
||||
#![feature(box_syntax)]
|
||||
#![feature(intrinsics)]
|
||||
#![feature(filling_drop)] // needed to check for drop fill word.
|
||||
|
||||
use std::mem::{self, transmute};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue