move UnstableFeatures -> rustc_feature
This commit is contained in:
parent
db89679ebc
commit
b45f21d38e
14 changed files with 52 additions and 55 deletions
|
@ -6,7 +6,7 @@ use rustc::session::config::PrintRequest;
|
|||
use rustc_target::spec::{MergeFunctions, PanicStrategy};
|
||||
use libc::c_int;
|
||||
use std::ffi::CString;
|
||||
use syntax::feature_gate::UnstableFeatures;
|
||||
use rustc_feature::UnstableFeatures;
|
||||
use syntax::symbol::sym;
|
||||
|
||||
use std::str;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue