You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jsha opened this issue
Oct 25, 2022
· 4 comments
· Fixed by #103707
Assignees
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
There are a few places in the standard library docs that still refer to libstd, libcore, and liballoc; the modern naming for these would be std, core, and alloc. We should update the docs.
The text was updated successfully, but these errors were encountered:
jsha
added
E-easy
Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
labels
Oct 25, 2022
FWIW, I sometimes find it a lot clearer -- particularly for core -- to say "libcore". That's unambiguously a library, whereas "core" can mean a lot of things otherwise. I think in many cases this doesn't matter, but we should be careful when reviewing the resulting PR from this issue to make sure context is there, not just directly accept a search and replace.
Replace libstd, libcore, liballoc terminology in docs
Fixes #103551. I changed line comments containing the outdated terms as well.
It would be great if someone with more experience could weigh in on whether these changes introduce ambiguity as suggested in rust-lang/rust#103551 (comment).
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
There are a few places in the standard library docs that still refer to libstd, libcore, and liballoc; the modern naming for these would be
std
,core
, andalloc
. We should update the docs.The text was updated successfully, but these errors were encountered: