Skip to content

Fix VecDeque pretty-printer - #55961

Merged
bors merged 1 commit into
rust-lang:masterfrom
tromey:Bug-55944-vecdeque
Nov 22, 2018
Merged

Fix VecDeque pretty-printer#55961
bors merged 1 commit into
rust-lang:masterfrom
tromey:Bug-55944-vecdeque

Conversation

@tromey

@tromey tromey commented Nov 14, 2018

Copy link
Copy Markdown
Contributor

This fixes the VecDeque pretty-printer to handle cases where
head < tail.
Closes #55944

This fixes the VecDeque pretty-printer to handle cases where
head < tail.
Closes rust-lang#55944
@rust-highfive

Copy link
Copy Markdown
Contributor

r? @nikomatsakis

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

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Nov 14, 2018
@nikomatsakis

Copy link
Copy Markdown
Contributor

@bors r+ rollup

@bors

bors commented Nov 16, 2018

Copy link
Copy Markdown
Collaborator

📌 Commit a9a48ed has been approved by nikomatsakis

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Nov 16, 2018
@kennytm

kennytm commented Nov 19, 2018

Copy link
Copy Markdown
Member

@bors r=nikomatsakis

@bors

bors commented Nov 19, 2018

Copy link
Copy Markdown
Collaborator

📌 Commit a9a48ed has been approved by nikomatsakis

GuillaumeGomez added a commit to GuillaumeGomez/rust that referenced this pull request Nov 22, 2018
…tsakis

Fix VecDeque pretty-printer

This fixes the VecDeque pretty-printer to handle cases where
head < tail.
Closes rust-lang#55944
bors added a commit that referenced this pull request Nov 22, 2018
Rollup of 11 pull requests

Successful merges:

 - #55367 (lint if a private item has doctests)
 - #55485 (Return &T / &mut T in ManuallyDrop Deref(Mut) impl)
 - #55784 (Clarifying documentation for collections::hash_map::Entry::or_insert)
 - #55961 (Fix VecDeque pretty-printer)
 - #55980 (Suggest on closure args count mismatching with pipe span)
 - #56002 (fix #55972: Erroneous self arguments on bare functions emit subpar compilation error)
 - #56063 (Update any.rs documentation using keyword dyn)
 - #56067 (Add SGX target to rustc)
 - #56078 (Fix error message for `-C panic=xxx`.)
 - #56106 (Remove some incorrect doc comments)
 - #56126 (core/benches/num: Add `from_str/from_str_radix()` benchmarks)

Failed merges:

r? @ghost
@bors
bors merged commit a9a48ed into rust-lang:master Nov 22, 2018
@tromey
tromey deleted the Bug-55944-vecdeque branch November 24, 2018 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

gdb VecDeque pretty printer is incorrect

5 participants