Skip to content

Conversation

pnkfelix
Copy link
Contributor

@pnkfelix pnkfelix commented May 4, 2015

Correct pretty-printing of type Foo<T> where T: Bound = ...;

Fix #25031

@rust-highfive
Copy link
Contributor

r? @nrc

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

@pnkfelix
Copy link
Contributor Author

pnkfelix commented May 4, 2015

(note: I have not yet run make check-pretty locally. I'll post here after I do that; probably best to delay any "r+" marking until after that happens.)

Update: Okay, make check-stage1-pretty passed, so I think this is good to go.

@alexcrichton
Copy link
Member

@bors: r+ c62c908

@pnkfelix
Copy link
Contributor Author

pnkfelix commented May 4, 2015

@bors rollup+

@alexcrichton
Copy link
Member

@bors: rollup

(I think the trailing + confused it?)

Manishearth added a commit to Manishearth/rust that referenced this pull request May 5, 2015
…ith-where, r=alexcrichton

 Correct pretty-printing of `type Foo<T> where T: Bound = ...;`

Fix rust-lang#25031
@bors bors merged commit c62c908 into rust-lang:master May 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Pretty-printer incorrectly outputs type items with where clauses
5 participants