We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1839fae commit 0349394Copy full SHA for 0349394
src/librustc_codegen_llvm/debuginfo/metadata.rs
@@ -23,6 +23,7 @@ use llvm::{self, ValueRef};
23
use llvm::debuginfo::{DIType, DIFile, DIScope, DIDescriptor,
24
DICompositeType, DILexicalBlock, DIFlags};
25
26
+use rustc_data_structures::stable_hasher::{HashStable, StableHasher};
27
use rustc::hir::CodegenFnAttrFlags;
28
use rustc::hir::def::CtorKind;
29
use rustc::hir::def_id::{DefId, CrateNum, LOCAL_CRATE};
0 commit comments