Skip to content

Conversation

mbrubeck and others added 18 commits March 30, 2016 16:59
I verified that the final code compiles in Rust 1.9.0-nightly.
This now mentions that you can restrict type parameters to be able to
call functions of traits.
Book: in beginner guide change irc channel #rust → #rust-beginners

I also would like to add the reference on the first README.md

Some like

```
 most popular channel is [#rust], a venue for general discussion about
-Rust, and a good place to ask for help.
+Rust. And a good place to ask for help would be [#rust-beginners].

 [IRC]: https://en.wikipedia.org/wiki/Internet_Relay_Chat
 [#rust]: irc://irc.mozilla.org/rust
+[#rust-beginners]: irc://irc.mozilla.org/rust-beginners
```

So In the first page would be the two options for #rust or #rust-beginners
…abnik

Update Rust version in the Rustonomicon Vec chapter

I verified that the final code compiles in Rust 1.9.0-nightly.

r? @steveklabnik
…arth

Remove accidental `println!`

This removes a use of `println!` added in rust-lang#32358 that appears to accidental.
r? @Manishearth
Improve E0277 error message in a generic context

This now mentions that you can restrict type parameters to be able to
call functions of traits.
Fix formatting in the documentation for AtomicIsize::compare_exchange_weak
@Manishearth
Copy link
Member Author

@bors r+ p=20

@bors
Copy link
Collaborator

bors commented Apr 1, 2016

📌 Commit 9f63a6d has been approved by Manishearth

@rust-highfive
Copy link
Contributor

r? @pnkfelix

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

@frewsxcv
Copy link
Contributor

frewsxcv commented Apr 1, 2016

failures:
    [compile-fail] compile-fail/non-interger-atomic.rs
test result: FAILED. 2161 passed; 1 failed; 11 ignored; 0 measured

@Manishearth
Copy link
Member Author

@bors r+

@bors
Copy link
Collaborator

bors commented Apr 1, 2016

📌 Commit 4a02524 has been approved by Manishearth

@bors
Copy link
Collaborator

bors commented Apr 1, 2016

⌛ Testing commit 4a02524 with merge 6327745...

@bors
Copy link
Collaborator

bors commented Apr 1, 2016

💔 Test failed - auto-linux-64-opt-mir

…xcrichton

Added missing refcell ref/refmut coercions to unsized

Ref/RefMut should be coercible to unsized.
This commit adds a unit test and two missing CoerceUnsized implementations.
Fix a typo in the doc comment of `std::os::unix::thread::JoinHandleExt`
…crichton

Remove incorrect comment about `PartialEq` implementation
@Manishearth
Copy link
Member Author

@bors r+

@bors
Copy link
Collaborator

bors commented Apr 1, 2016

📌 Commit 45c4769 has been approved by Manishearth

@bors
Copy link
Collaborator

bors commented Apr 2, 2016

⌛ Testing commit 45c4769 with merge 18172d1...

bors added a commit that referenced this pull request Apr 2, 2016
Rollup of 11 pull requests

- Successful merges: #32622, #32629, #32640, #32641, #32642, #32645, #32647, #32649, #32652, #32654, #32656
- Failed merges:
@bors bors merged commit 45c4769 into rust-lang:master Apr 2, 2016
@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.