Skip to content

Commit 851064f

Browse files
committed
w
1 parent f257881 commit 851064f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

library/core/src/marker.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1388,4 +1388,5 @@ marker_impls! {
13881388
{T: ?Sized + PointeeSized + ?Move} *mut T,
13891389
{T: ?Sized + PointeeSized + ?Move} &T,
13901390
{T: ?Sized + PointeeSized + ?Move} &mut T,
1391+
{T: ?Sized + PointeeSized + ?Move} PhantomData<T>,
13911392
}

0 commit comments

Comments
 (0)