Skip to content

Make #[derive(Debug)] work with unsized fields #25550

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
merged 1 commit into from
May 19, 2015

Conversation

sfackler
Copy link
Member

Closes #25394

@rust-highfive
Copy link
Contributor

r? @pcwalton

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

@alexcrichton
Copy link
Member

@bors: r+ 1973ee4

Nice!

@bors
Copy link
Collaborator

bors commented May 18, 2015

⌛ Testing commit 1973ee4 with merge 7b7c477...

@bors
Copy link
Collaborator

bors commented May 18, 2015

💔 Test failed - auto-linux-64-x-android-t

@sfackler
Copy link
Member Author

@bors retry

@bors
Copy link
Collaborator

bors commented May 18, 2015

⌛ Testing commit 1973ee4 with merge a153989...

@bors
Copy link
Collaborator

bors commented May 18, 2015

⛄ The build was interrupted to prioritize another pull request.

@bors
Copy link
Collaborator

bors commented May 18, 2015

⌛ Testing commit 1973ee4 with merge 1815b04...

@bors
Copy link
Collaborator

bors commented May 18, 2015

💔 Test failed - auto-linux-64-x-android-t

@alexcrichton
Copy link
Member

@bors: retry

@bors
Copy link
Collaborator

bors commented May 19, 2015

⌛ Testing commit 1973ee4 with merge 9c47ebb...

@alexcrichton
Copy link
Member

This passed all the bots but one, and that one was just a lost slave, so I'm going to merge this manually.

@alexcrichton alexcrichton merged commit 1973ee4 into rust-lang:master May 19, 2015
@sfackler sfackler deleted the derive-debug-unsized branch November 26, 2016 05:53
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.

#[derive(Debug)] doesn't work on newtype over unsized type
5 participants