]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_codegen_llvm/lib.rs
move UnstableFeatures -> rustc_feature
[rust.git] / src / librustc_codegen_llvm / lib.rs
index e7562c399b22256652e0dba04f52478b4b5d368f..acc221f0657c9470aad7f4f5c60240e651ad966e 100644 (file)
@@ -30,6 +30,7 @@
 #[macro_use] extern crate rustc;
 extern crate rustc_target;
 #[macro_use] extern crate rustc_data_structures;
+extern crate rustc_feature;
 extern crate rustc_index;
 extern crate rustc_incremental;
 extern crate rustc_codegen_utils;