]> git.lizzy.rs Git - rust.git/commit
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)
commit987aea5ee46d3bc49fdace2dab5a795a077481cf
treeffbbd4c5103d1ed57f16dbc4ebf194198178bbf8
parent9e255704e504c1cf656536f0d430924d4d86f8a8
parentba1a49337f8408279e6773818ba4b8215762cb31
Rollup merge of #36880 - durka:debug-unsized-ptr, r=bluss

impl Debug for raw pointers to unsized data

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

Fixes #36870.