diff --git a/src/librustc_trans/debuginfo/metadata.rs b/src/librustc_trans/debuginfo/metadata.rs index 1119ee07230eb71d4e12b3dead3f0cb13a28a84f..09059cc378acaaa8738f615e3137e7d399fe16f7 100644 --- a/src/librustc_trans/debuginfo/metadata.rs +++ b/src/librustc_trans/debuginfo/metadata.rs @@ -1030,7 +1030,7 @@ pub fn compile_unit_metadata(scc: &SharedCrateContext, split_name.as_ptr() as *const _) }; - fn fallback_path(scc: &::context::SharedCrateContext) -> CString { + fn fallback_path(scc: &SharedCrateContext) -> CString { CString::new(scc.link_meta().crate_name.clone()).unwrap() } }