]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #30839 - tomaka:debug-phantomdata, r=nikomatsakis
authorManish Goregaokar <manishsmail@gmail.com>
Wed, 13 Jan 2016 22:52:20 +0000 (04:22 +0530)
committerManish Goregaokar <manishsmail@gmail.com>
Thu, 14 Jan 2016 05:34:42 +0000 (11:04 +0530)
commit24848846cc60760870a942c0f1395484b7602449
tree8e70976a2a54884663e7163b68cb58a67587ba49
parent837a8decb6f7ca27718fa6f75391ba04f7d37753
parent59df1d80f20c2e720dbcc452f063cd39c1bd287d
Rollup merge of #30839 - tomaka:debug-phantomdata, r=nikomatsakis

All the trait implementations of `PhantomData` use `impl<T: ?Sized>` except for `Debug`
https://doc.rust-lang.org/nightly/std/marker/struct.PhantomData.html#implementations

This PR fixes this.