diff options
| author | iancormac84 <wilnathan@gmail.com> | 2018-05-17 19:43:36 -0400 |
|---|---|---|
| committer | iancormac84 <wilnathan@gmail.com> | 2018-05-17 19:43:36 -0400 |
| commit | 03493941fb5fa18d592da57530382f5c4b7cf2f9 (patch) | |
| tree | 90c3882bfa528dd98d72218fcf9e2ca923a9bee4 /src/librustc_codegen_llvm/debuginfo | |
| parent | 1839faead079a0f1e0e44e54249567ca27230c1d (diff) | |
| download | rust-03493941fb5fa18d592da57530382f5c4b7cf2f9.tar.gz rust-03493941fb5fa18d592da57530382f5c4b7cf2f9.zip | |
Fixed accidental removal of StableHasher declaration.
Diffstat (limited to 'src/librustc_codegen_llvm/debuginfo')
| -rw-r--r-- | src/librustc_codegen_llvm/debuginfo/metadata.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustc_codegen_llvm/debuginfo/metadata.rs b/src/librustc_codegen_llvm/debuginfo/metadata.rs index 4a68ac35dea..ae0f6067f47 100644 --- a/src/librustc_codegen_llvm/debuginfo/metadata.rs +++ b/src/librustc_codegen_llvm/debuginfo/metadata.rs @@ -23,6 +23,7 @@ use llvm::{self, ValueRef}; use llvm::debuginfo::{DIType, DIFile, DIScope, DIDescriptor, DICompositeType, DILexicalBlock, DIFlags}; +use rustc_data_structures::stable_hasher::{HashStable, StableHasher}; use rustc::hir::CodegenFnAttrFlags; use rustc::hir::def::CtorKind; use rustc::hir::def_id::{DefId, CrateNum, LOCAL_CRATE}; |
