Uh oh!
There was an error while loading. Please reload this page.
Rollup of 7 pull requests - #42245
Conversation
iterator_step_by has decoupled their futures, so the tracking issue should split.
regression test for rust-lang#37550
…excrichton Give step_trait a distinct tracking issue from step_by iterator_step_by has decoupled their futures, so the tracking issue should split. Old issue: rust-lang#27741 New issue: rust-lang#42168 r? @alexcrichton (another follow-up to closed PR rust-lang#42110 (comment))
…r=Mark-Simulacrum Remove superfluous `;;` sequences Ran across a doubled `;;` in the docstring for `str::split`. Grep found a few more. :)
…petrochenkov Fix 'associate type' typo I came across an error message mentioning an 'associate type'. Since this is the only instance of this term in rustc (it's 'associated type' everywhere else), I think this might be a typo.
Remove stray lockfile
…=Mark-Simulacrum regression tests for ICEs closesrust-lang#36379closesrust-lang#37550closesrust-lang#37665closesrust-lang#38160closesrust-lang#38954closesrust-lang#39362 r? @Mark-Simulacrum
…slicing, r=GuillaumeGomez Update documentation for indexing/slicing methods See rust-lang#39911 r? @steveklabnik
frewsxcv
commented
May 26, 2017
@bors r+ p=10 |
bors
commented
May 26, 2017
📌 Commit 252a286 has been approved by |
rust-highfive
commented
May 26, 2017
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @BurntSushi (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
bors
commented
May 26, 2017
bors
commented
May 26, 2017
☀️ Test successful - status-appveyor, status-travis |
;;sequences #42215, Fix 'associate type' typo #42216, Remove stray lockfile #42224, regression tests for ICEs #42230, Update documentation for indexing/slicing methods #42236, doc rewording #42241