Skip to content
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

Closed
dymk opened this issue Apr 20, 2014 · 2 comments
Closed

Website's tutorial links are dead #13634

dymk opened this issue Apr 20, 2014 · 2 comments

Comments

@dymk
Copy link

dymk commented Apr 20, 2014

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.

@lifthrasiir
Copy link
Contributor

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?

@dymk
Copy link
Author

dymk commented Apr 21, 2014

They seem to be redirecting correctly now. Perhaps something changed in the last day?

@dymk dymk closed this as completed Apr 21, 2014
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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants