Skip to content

doc example does not what it promises #23067

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

Merged
merged 1 commit into from
Mar 7, 2015
Merged

Conversation

oli-obk
Copy link
Contributor

@oli-obk oli-obk commented Mar 5, 2015

The compiler even tells us this won't work.

let mut i = s.len();
while i < 0 { ... }

@rust-highfive
Copy link
Contributor

r? @alexcrichton

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

@alexcrichton
Copy link
Member

@bors: r+ 18f1e40 rollup

@Manishearth
Copy link
Member

@bors: r=alexcrichton 18f1e40 rollup

Manishearth added a commit to Manishearth/rust that referenced this pull request Mar 6, 2015
 The compiler even tells us this won't work.
```
let mut i = s.len();
while i < 0 { ... }
```
Manishearth added a commit to Manishearth/rust that referenced this pull request Mar 6, 2015
 The compiler even tells us this won't work.
```
let mut i = s.len();
while i < 0 { ... }
```
@bors bors merged commit 18f1e40 into rust-lang:master Mar 7, 2015
@oli-obk oli-obk deleted the doc_examle_fix branch July 3, 2015 07:44
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.

5 participants