-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Rollup of 7 pull requests #24349
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
Rollup of 7 pull requests #24349
Conversation
Manishearth
commented
Apr 12, 2015
- Successful merges: Added small note when two different closures fail typechecking. #24072, Simplify iterator logic for Fuse #24233, Add tests for #16602 #24321, Remove regex module from libunicode #24339, Updated dead link in Traits chapter #24341, Fixed with_extension documentation bug #24342, Documentary fix #24347
- Failed merges:
Docs meant that Option is returned though the function returns Result.
…pnkfelix Also fixed bug calling .note() instead of .help() See rust-lang#24036
r? @Aatch (rust_highfive has picked a reviewer for you, use r? to override) |
@bors: r+ p=20 force |
📌 Commit 39c6c7b has been approved by |
⌛ Testing commit 39c6c7b with merge a91650c... |
💔 Test failed - auto-mac-64-opt |
@bors: r+ p=20 force |
📌 Commit affc077 has been approved by |
⌛ Testing commit affc077 with merge ced4228... |
The "static and dynamic dispatch" chapter seems to no longer exist but there is a dead link from the Traits chapter pointing to it. Have changed the link to point to "Trait Objects" which covers static and dynamic dispatch.
💔 Test failed - auto-linux-64-nopt-t |
@bors: r+ p=20 force |
📌 Commit dd82599 has been approved by |
⌛ Testing commit dd82599 with merge 5080b9f... |
💔 Test failed - auto-linux-64-nopt-t |
@bors: r+ p=20 force |
📌 Commit 72dc6fc has been approved by |
Docs meant that ParseIntError is returned though the function returns ParseFloatError.