Use relative path to type
This commit is contained in:
parent
9e706f90cb
commit
12ccff99bf
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue