Skip to content

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

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

Merged

Conversation

pnkfelix
Copy link
Member

@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
Member 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
Member 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