Skip to content

Commit 12ccff9

Browse files
committed
Use relative path to type
1 parent 9e706f9 commit 12ccff9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_trans/debuginfo/metadata.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1030,7 +1030,7 @@ pub fn compile_unit_metadata(scc: &SharedCrateContext,
10301030
split_name.as_ptr() as *const _)
10311031
};
10321032

1033-
fn fallback_path(scc: &::context::SharedCrateContext) -> CString {
1033+
fn fallback_path(scc: &SharedCrateContext) -> CString {
10341034
CString::new(scc.link_meta().crate_name.clone()).unwrap()
10351035
}
10361036
}

0 commit comments

Comments
 (0)