Skip to content

Commit

Permalink
Use relative path to type
Browse files Browse the repository at this point in the history
  • Loading branch information
badboy committed Jul 29, 2016
1 parent 9e706f9 commit 12ccff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/librustc_trans/debuginfo/metadata.rs
Expand Up @@ -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()
}
}
Expand Down

0 comments on commit 12ccff9

Please sign in to comment.