Skip to content

Commit 0349394

Browse files
committed
Fixed accidental removal of StableHasher declaration.
1 parent 1839fae commit 0349394

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: src/librustc_codegen_llvm/debuginfo/metadata.rs

+1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ use llvm::{self, ValueRef};
2323
use llvm::debuginfo::{DIType, DIFile, DIScope, DIDescriptor,
2424
DICompositeType, DILexicalBlock, DIFlags};
2525

26+
use rustc_data_structures::stable_hasher::{HashStable, StableHasher};
2627
use rustc::hir::CodegenFnAttrFlags;
2728
use rustc::hir::def::CtorKind;
2829
use rustc::hir::def_id::{DefId, CrateNum, LOCAL_CRATE};

0 commit comments

Comments
 (0)