-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Website's tutorial links are dead #13634
Comments
They should redirect to http://static.rust-lang.org/doc/master/tutorial.html and http://static.rust-lang.org/doc/0.10/tutorial.html respectively, and seem to work as expected for me. Do you have any other connectivity issue? |
They seem to be redirecting correctly now. Perhaps something changed in the last day? |
bors
pushed a commit
to rust-lang-ci/rust
that referenced
this issue
Jan 9, 2023
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Jan 9, 2023
…ykril fix: tuple to named struct inside macros seems to fix rust-lang#13634
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Nov 7, 2024
…net,samueltardieu Cleanup code suggestion for `into_iter_without_iter` Reorder the suggested code for the `IntoIterator` to match the ordering of the trait declaration: ```rust impl IntoIterator for ... { type Item = ...; type IntoIter = ...; ``` changelog: none
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At the time of writing, rust-lang.org has its Tutorial links pointing to http://doc.rust-lang.org/doc/master/tutorial.html and http://doc.rust-lang.org/doc/0.10/tutorial.html for Trunk and 0.10 respectivly.
Unfortunately, neither of these links load.
The text was updated successfully, but these errors were encountered: