[docs] core::global_allocator
should link to std::alloc::GlobalAlloc
#77100
Labels
A-docs
Area: documentation for any part of the project, including the compiler, standard library, and tools
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
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-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Seaching for
global_allocator
in the docs only surfacescore::global_allocator
. This surfaces no information on how to use it, since all that info is part ofstd::alloc::GlobalAlloc
.The solution seems to link from
global_allocator
toGlobalAlloc
so people can read more. However I'm not sure how to create a link between these since they live in separate crates. What's the right way to go about this?edit: if someone wants to pick this up, please do. This is probably a "good first issue" once we figure out how to link between the two.
Screenshots
References
GlobalAlloc
; ideally it'd be easier to find.The text was updated successfully, but these errors were encountered: