-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No docs for String on stable? #58827
Comments
Note that the screenshot was taken from iPad. I know checked using Firefox on linux, and the methods are there. |
This is the same for other structs, e.g. @matklad can you ping the doc team about this? |
cc @rust-lang/docs :) Note that it does work for some people. I wonder if this is some temporary internet caches thing? |
Looks like a rustdoc problem more than anything. Did you try clearing your caches? I know I have to do that after pretty much every stable release or stuff breaks for me. cc @rust-lang/rustdoc |
I have tested and I can't reproduce it on my linux's chrome and firefox. So I don't know what's going on and I don't have an ipad to test specifically what's wrong on this platform... |
It was indeed a caching problem. Sorry for the noise :/ Although it shouldn't happen IMHO. |
Yes, it would be nice to find a proper solution for this. I've also opened issues in the past that were just due to a stale browser cache. |
We could by changing the name of the script files like docs.rs does. Where could I change it @rust-lang/infra ? |
Isn't the script path hard-coded in |
It's generated and can be changed (we have options for that in rustdoc). |
Could we just start adding a |
@QuietMisdreavus I did. Look at #58848. :) |
…Mark-Simulacrum Prevent cache issues on version updates Fixes rust-lang#58827. cc @rust-lang/infra
…Mark-Simulacrum Prevent cache issues on version updates Fixes rust-lang#58827. cc @rust-lang/infra
…Mark-Simulacrum Prevent cache issues on version updates Fixes rust-lang#58827. cc @rust-lang/infra
…Mark-Simulacrum Prevent cache issues on version updates Fixes rust-lang#58827. cc @rust-lang/infra
…Mark-Simulacrum Prevent cache issues on version updates Fixes rust-lang#58827. cc @rust-lang/infra
…Mark-Simulacrum Prevent cache issues on version updates Fixes rust-lang#58827. cc @rust-lang/infra
…Mark-Simulacrum,ollie27 Prevent cache issues on version updates Fixes rust-lang#58827. cc @rust-lang/infra
Hi! Looks like docs for std string methods are missing on stable release?
https://doc.rust-lang.org/std/string/struct.String.html#method.as_bytes
THe methods section is empty :(
Everything works ok for beta.
The text was updated successfully, but these errors were encountered: