Fixed accidental removal of StableHasher declaration.
This commit is contained in:
parent
1839faead0
commit
03493941fb
1 changed files with 1 additions and 0 deletions
|
|
@ -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};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue