Closed
Description
- Go to documentation for
std::string::String
- https://doc.rust-lang.org/std/string/struct.String.html - Find
as_bytes
method (inDeref<Target=str>
block) - Click on
str::from_utf8
linked 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)