-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Links on rust-lang.org return 403 forbidden #13913
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
Comments
All those links are working ok for me now (Firefox & Chrome). Perhaps it was just a temporary hiccup? |
Works for me too. |
Likewise. |
It must have been a hiccup, because they all work fine for me now. I just wanted to report it quickly in case it was something more serious. |
Thanks for reporting! :) |
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Jan 9, 2025
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Jan 9, 2025
Fixes rust-lang#13913 . changelog: [`manual_is_ascii_check`]: fix type suggestions for references Previously it only derived `char` and `u8` types, now it should always annotate the lambda parameter with the correct type (e.g. `&char`). I'm quite new to Rust and this is my first contact with clippy, so I'm open for suggetions :)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am currently unable to access any of the tutorials or documentation on rust-lang.org due to being forbidden from accessing any of them by the Apache server.
In fact, I tried reading the bug report documentation prior to writing this an was unable.
A few links returning 403 forbidden as of 12:30 AM EST on May 3:
http://static.rust-lang.org/doc/master/complement-bugreport.html
http://static.rust-lang.org/doc/0.10/tutorial.html
http://static.rust-lang.org/doc/0.10/rust.html
http://static.rust-lang.org/doc/0.10/std/index.html
http://static.rust-lang.org/doc/0.10/index.html
The text was updated successfully, but these errors were encountered: