-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
Closed
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and tools
Description
- Go to documentation for
std::string::String- https://doc.rust-lang.org/std/string/struct.String.html - Find
as_bytesmethod (inDeref<Target=str>block) - Click on
str::from_utf8linked from within method docs - Get taken to https://doc.rust-lang.org/std/string/str/fn.from_utf8.html which is a 404
(This might be a duplicate of #32129, but it's hard for me to see what exactly that one is about, as it was filed in 2016, and i assume things changed a lot since then)
Metadata
Metadata
Assignees
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and tools
