Skip to content

Commit 5a1ee96

Browse files
committed
---
yaml --- r: 216363 b: refs/heads/stable c: 9756349 h: refs/heads/master i: 216361: 0105b0c 216359: 393b393 v: v3
1 parent 6b9ef97 commit 5a1ee96

File tree

5 files changed

+605
-569
lines changed

5 files changed

+605
-569
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ refs/heads/tmp: 378a370ff2057afeb1eae86eb6e78c476866a4a6
2929
refs/tags/1.0.0-alpha.2: 4c705f6bc559886632d3871b04f58aab093bfa2f
3030
refs/tags/homu-tmp: a5286998df566e736b32f6795bfc3803bdaf453d
3131
refs/tags/1.0.0-beta: 8cbb92b53468ee2b0c2d3eeb8567005953d40828
32-
refs/heads/stable: 024e86fad591b1057d5d36315860ede235721fd0
32+
refs/heads/stable: 9756349d118c4c5209395e804624786c8fcaeb51
3333
refs/tags/1.0.0: 55bd4f8ff2b323f317ae89e254ce87162d52a375

branches/stable/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)