Skip to content

Commit 3ad0834

Browse files
committed
Fix another place that used def_id_no_primitives()
1 parent 865d99f commit 3ad0834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustdoc/clean/inline.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ crate fn build_impl(
482482
trace!(
483483
"build_impl: impl {:?} for {:?}",
484484
trait_.as_ref().map(|t| t.def_id()),
485-
for_.def_id_no_primitives()
485+
for_.def_id(&cx.cache)
486486
);
487487
ret.push(clean::Item::from_def_id_and_attrs_and_parts(
488488
did,

0 commit comments

Comments
 (0)