Move primitive docs to core
#83624
Labels
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
C-discussion
Category: Discussion or questions that doesn't represent real issues.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
Rust primitives are currently documented in
std
, but in some cases we want to link to primitives fromcore
(cc #83577). Also,core
seems like it would be a better place to document primitives since they are available in programs that areno_std
(yes, they're also available inno_core
programs, but we have to put the docs somewhere).We would probably have to re-export the primitives in
std
(andalloc
too?) so as not to break links.What do you (
T-rustdoc
,T-libs
) think?cc @rust-lang/rustdoc
The text was updated successfully, but these errors were encountered: