Skip to content

Conversation

azerupi and others added 16 commits May 31, 2015 14:03
Sometimes loop counters are useful and we should show new users how it is achieved in Rust.
The statement is not completely exact, because it is valid to have
both 0 non-mutable references and 1 mutable reference. Instead, use
the same wording as in mutability.md.
rust-example-rendered should be a class, not an id.

fixes rust-lang#26013
Hi

I added a little section in the for loops about the `enumerate()` function.
I think it's useful for beginners to know this function and how you can use it. 

I used the title loopcounter, but it's probably not the best word to describe it. So let me know if there is a better word :)
fixed build fail on aarch64-android
by support aarch64-android raw type definitions
The statement is not completely exact, because it is valid to have
both 0 non-mutable references and 1 mutable reference. Instead, use
the same wording as in mutability.md.
rust-example-rendered should be a class, not an id.

fixes rust-lang#26013
@rust-highfive
Copy link
Contributor

r? @pcwalton

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

@steveklabnik
Copy link
Contributor Author

@bors: r+ p=1000000

@bors
Copy link
Collaborator

bors commented Jun 5, 2015

📌 Commit eb6a70c has been approved by steveklabnik

@bors
Copy link
Collaborator

bors commented Jun 5, 2015

⌛ Testing commit eb6a70c with merge 19a3971...

bors added a commit that referenced this pull request Jun 5, 2015
@bors bors merged commit eb6a70c into rust-lang:master Jun 5, 2015
@Centril Centril added the rollup A PR which is a rollup label Oct 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rollup A PR which is a rollup
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants