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

Descripe tuple indexing in TRPL #24509

Closed
wants to merge 1 commit into from

Conversation

steveklabnik
Copy link
Member

FIxes #23962

@rust-highfive
Copy link
Collaborator

r? @nikomatsakis

(rust_highfive has picked a reviewer for you, use r? to override)


x = y;
```

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I moved this up because it felt weird after the new subheading, but i wanted the heading so we can link to it

@nikomatsakis
Copy link
Contributor

@bors r+ rollup dabc486

@bors
Copy link
Contributor

bors commented Apr 16, 2015

📌 Commit dabc486 has been approved by nikomatsakis

steveklabnik added a commit to steveklabnik/rust that referenced this pull request Apr 16, 2015
bors added a commit that referenced this pull request Apr 16, 2015
bors added a commit that referenced this pull request Apr 17, 2015
bors added a commit that referenced this pull request Apr 17, 2015
Manishearth added a commit to Manishearth/rust that referenced this pull request Apr 17, 2015
Manishearth added a commit to Manishearth/rust that referenced this pull request Apr 17, 2015
@steveklabnik
Copy link
Member Author

This was merged in #24512 , sorry, I rebased and forgot that'd screw it up :(

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

Successfully merging this pull request may close these issues.

Tuple indexing syntax is missing from the rust book
4 participants