Skip to content

Commit 88d2893

Browse files
committed
debuginfo: extract metadata.rs
1 parent 1bc893d commit 88d2893

File tree

4 files changed

+604
-568
lines changed

4 files changed

+604
-568
lines changed

src/librustc_trans/trans/debuginfo/create.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111
// Module-Internal debug info creation functions.
1212

1313
use super::utils::{span_start, DIB};
14+
use super::metadata::{type_metadata, file_metadata};
1415

15-
use super::{set_debug_location, type_metadata, file_metadata, DW_TAG_auto_variable, DW_TAG_arg_variable};
16+
use super::{set_debug_location, DW_TAG_auto_variable, DW_TAG_arg_variable};
1617
use super::VariableKind::{self, ArgumentVariable, CapturedVariable, LocalVariable};
1718
use super::VariableAccess::{self, DirectVariable, IndirectVariable};
1819
use super::InternalDebugLocation::{self, UnknownLocation};

0 commit comments

Comments
 (0)