We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4c5214 commit a29d4d9Copy full SHA for a29d4d9
src/liballoc/boxed.rs
@@ -994,3 +994,6 @@ impl<T: ?Sized> fmt::Pointer for PinBox<T> {
994
995
#[unstable(feature = "pin", issue = "49150")]
996
impl<T: ?Sized + Unsize<U>, U: ?Sized> CoerceUnsized<PinBox<U>> for PinBox<T> {}
997
+
998
+#[unstable(feature = "pin", issue = "49150")]
999
+unsafe impl<T: ?Sized> Unpin for PinBox<T> {}
0 commit comments