]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #36880 - durka:debug-unsized-ptr, r=bluss
authorManish Goregaokar <manishsmail@gmail.com>
Sat, 1 Oct 2016 11:08:33 +0000 (16:38 +0530)
committerGitHub <noreply@github.com>
Sat, 1 Oct 2016 11:08:33 +0000 (16:38 +0530)
impl Debug for raw pointers to unsized data

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

Fixes #36870.


Trivial merge