add feature flags required post rebase.

This commit is contained in:
Felix S. Klock II 2015-03-26 19:31:53 +01:00
parent aab4bef939
commit e2cc8b1436
3 changed files with 5 additions and 0 deletions

View file

@ -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};

View file

@ -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};

View file

@ -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};