Skip to content
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

impl Debug for raw pointers to unsized data #36880

Merged
merged 1 commit into from
Oct 1, 2016

Conversation

durka
Copy link
Contributor

@durka durka commented Oct 1, 2016

?Sized was missing from these impls for seemingly no reason.

Fixes #36870.

@rust-highfive
Copy link
Collaborator

r? @alexcrichton

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

@bluss
Copy link
Member

bluss commented Oct 1, 2016

@bors r+ rollup

@bors
Copy link
Contributor

bors commented Oct 1, 2016

📌 Commit ba1a493 has been approved by bluss

Manishearth added a commit to Manishearth/rust that referenced this pull request Oct 1, 2016
impl Debug for raw pointers to unsized data

`?Sized` was missing from these impls for seemingly no reason.

Fixes rust-lang#36870.
bors added a commit that referenced this pull request Oct 1, 2016
Rollup of 6 pull requests

- Successful merges: #36865, #36872, #36873, #36877, #36880, #36882
- Failed merges:
@bors bors merged commit ba1a493 into rust-lang:master Oct 1, 2016
@bluss bluss added the relnotes Marks issues that should be documented in the release notes of the next release. label Oct 25, 2016
@bluss
Copy link
Member

bluss commented Oct 25, 2016

relnote => New minor feature and minor compatibility issue (type inference-related breakage).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
relnotes Marks issues that should be documented in the release notes of the next release.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants