diff options
| author | csmoe <csmoe@msn.com> | 2019-09-26 05:38:33 +0000 |
|---|---|---|
| committer | csmoe <csmoe@msn.com> | 2019-09-29 16:48:31 +0000 |
| commit | 64f61c7888c9cb2cbd7d37f87a6cbec2858ee409 (patch) | |
| tree | 2a4fced186a67c8021afc7c80e7525ae86397373 /src/librustc_codegen_llvm/lib.rs | |
| parent | d20183dbbff4b59da48aedf28e1eb38f55681b58 (diff) | |
| download | rust-64f61c7888c9cb2cbd7d37f87a6cbec2858ee409.tar.gz rust-64f61c7888c9cb2cbd7d37f87a6cbec2858ee409.zip | |
remove indexed_vec re-export from rustc_data_structures
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 2a63011c2f5..309a17a01e3 100644 --- a/src/librustc_codegen_llvm/lib.rs +++ b/src/librustc_codegen_llvm/lib.rs @@ -31,6 +31,7 @@ extern crate libc; #[macro_use] extern crate rustc; extern crate rustc_target; #[macro_use] extern crate rustc_data_structures; +extern crate rustc_index; extern crate rustc_incremental; extern crate rustc_codegen_utils; extern crate rustc_codegen_ssa; |
