rustdoc: Replace all remaining uses of Type::def_id_no_primitives()
with Type::def_id()
#90187
Labels
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Steps
&Cache
where it will be needed fordef_id()
.def_id_no_primitives()
withdef_id()
.def_id_no_primitives()
and simplifyType::inner_def_id()
.The text was updated successfully, but these errors were encountered: