diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-11-30 02:50:47 +0100 |
|---|---|---|
| committer | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-11-30 02:50:47 +0100 |
| commit | b45f21d38e7e127d257c6299b9da00fdc57476b9 (patch) | |
| tree | a7aac4b045a399f96f3d9c5d7d86b97d72a78138 /src/librustc_codegen_llvm/lib.rs | |
| parent | db89679ebce6ed3b9bcb3f5cea430084b40a3a1f (diff) | |
| download | rust-b45f21d38e7e127d257c6299b9da00fdc57476b9.tar.gz rust-b45f21d38e7e127d257c6299b9da00fdc57476b9.zip | |
move UnstableFeatures -> rustc_feature
Diffstat (limited to 'src/librustc_codegen_llvm/lib.rs')
| -rw-r--r-- | src/librustc_codegen_llvm/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc_codegen_llvm/lib.rs b/src/librustc_codegen_llvm/lib.rs index e7562c399b2..acc221f0657 100644 --- a/src/librustc_codegen_llvm/lib.rs +++ b/src/librustc_codegen_llvm/lib.rs @@ -30,6 +30,7 @@ extern crate libc; #[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; |
