about summary refs log tree commit diff
path: root/src/librustc_codegen_llvm/debuginfo
diff options
context:
space:
mode:
authoriancormac84 <wilnathan@gmail.com>2018-05-17 19:43:36 -0400
committeriancormac84 <wilnathan@gmail.com>2018-05-17 19:43:36 -0400
commit03493941fb5fa18d592da57530382f5c4b7cf2f9 (patch)
tree90c3882bfa528dd98d72218fcf9e2ca923a9bee4 /src/librustc_codegen_llvm/debuginfo
parent1839faead079a0f1e0e44e54249567ca27230c1d (diff)
downloadrust-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.rs1
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};