We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f257881 commit 851064fCopy full SHA for 851064f
library/core/src/marker.rs
@@ -1388,4 +1388,5 @@ marker_impls! {
1388
{T: ?Sized + PointeeSized + ?Move} *mut T,
1389
{T: ?Sized + PointeeSized + ?Move} &T,
1390
{T: ?Sized + PointeeSized + ?Move} &mut T,
1391
+ {T: ?Sized + PointeeSized + ?Move} PhantomData<T>,
1392
}
0 commit comments