mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 02:27:39 +03:00
add feature flags required post rebase.
This commit is contained in:
@@ -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};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user