Intra-doc link in core
for a pointer method couldn't find Self
#91204
Labels
A-intra-doc-links
Area: Intra-doc links, the ability to link to items in docs by name
A-raw-pointers
Area: raw pointers, MaybeUninit, NonNull
C-bug
Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
I had my PR fail (web) (plain) when I tried to use intra-doc links to link to a pointer method.
Opening a bug as requested in
https://rust-lang.zulipchat.com/#narrow/stream/266220-rustdoc/topic/Intra-doc.20links.20for.20pointers.3F/near/262639859
I particularly wanted intra-doc links here because there's
#method.from_bits
and#method.from_bits-1
on the page because of*const
and*mut
versions.The text was updated successfully, but these errors were encountered: