-
Notifications
You must be signed in to change notification settings - Fork 13k
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 11 pull requests #36145
Rollup of 11 pull requests #36145
Conversation
PR rust-lang#35695 for `Range` was approved, so it seems that this side-effect-free style is preferred for Range* examples. This PR performs the same translation for `RangeFrom` and `RangeInclusive`. It also removes what looks to be an erroneously commented line for `#![feature(step_by)]`, and an unnecessary primitive-type annotation in `0u8..`. add `fn main` wrappers to enable Rust Playground "Run" button
remove extra `../`s
Fixes rust-lang#36112. Part of rust-lang#35233. r? @jonathandturner
…tln-remaining, r=GuillaumeGomez accumulate vector and assert for RangeFrom and RangeInclusive examples PR rust-lang#35695 for `Range` was merged, so it seems that this side-effect-free style is preferred for Range* examples. This PR performs the same translation for `RangeFrom` and `RangeInclusive`. It also removes what looks to be an erroneously commented line for `#![feature(step_by)]`, and an unnecessary primitive-type annotation in `0u8..`.
…teveklabnik demonstrate `RHS != Self` use cases for `Add` and `Sub`
Add test for rust-lang#34053 Closes rust-lang#34053
…lexcrichton Implement `Debug` for `std::path::{Components,Iter}`. None
rustbook chapters/sections should be an ordered list.
doc: make TcpListener example more simple
…thandturner Update E0520 to new error format Fixes rust-lang#36112. Part of rust-lang#35233. r? @jonathandturner
Update compiler error 0034 to use new format. Part of rust-lang#35233 Addresses rust-lang#35205 r? @jonathandturner
Add test for rust-lang#14875 You can check this out in the playground https://is.gd/oVKC2T . It will fail on stable, but pass on nightly as @nagisa suggested on the issue. Fixes rust-lang#14875
…ndturner Err codes r? @jonathandturner
r? @brson (rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ p=1 |
📌 Commit 251697b has been approved by |
⌛ Testing commit 251697b with merge 75b5d2e... |
💔 Test failed - auto-win-msvc-64-opt |
@bors: retry |
⌛ Testing commit 251697b with merge 0020804... |
💔 Test failed - auto-linux-cross-opt |
@bors: retry On Tue, Aug 30, 2016 at 2:53 PM, bors notifications@github.com wrote:
|
⌛ Testing commit 251697b with merge 57c22f5... |
💔 Test failed - auto-win-msvc-64-opt-rustbuild |
Closing to re-roll |
RHS != Self
use cases forAdd
andSub
#35793, Add test for #34053 #36085, Add test for #24204 #36089, ImplementDebug
forstd::path::{Components,Iter}
. #36101, rustbook chapters/sections should be an ordered list. #36130, doc: make TcpListener example more simple #36134, Update E0520 to new error format #36135, Update compiler error 0034 to use new format. #36136, Add test for #14875 #36140, Err codes #36141