提交 3ad08347 编写于 作者: N Noah Lev

Fix another place that used `def_id_no_primitives()`

上级 865d99f8
......@@ -482,7 +482,7 @@ fn merge_attrs(
trace!(
"build_impl: impl {:?} for {:?}",
trait_.as_ref().map(|t| t.def_id()),
for_.def_id_no_primitives()
for_.def_id(&cx.cache)
);
ret.push(clean::Item::from_def_id_and_attrs_and_parts(
did,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册