提交 12ccff99 编写于 作者: J Jan-Erik Rediger

Use relative path to type

上级 9e706f90
......@@ -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()
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册