Rollup merge of #49621 - Nemo157:impl-unpin-for-pin, r=withoutboats
This commit is contained in:
@@ -845,3 +845,6 @@ impl<T: ?Sized> fmt::Pointer for PinBox<T> {
|
||||
|
||||
#[unstable(feature = "pin", issue = "49150")]
|
||||
impl<T: ?Sized + Unsize<U>, U: ?Sized> CoerceUnsized<PinBox<U>> for PinBox<T> {}
|
||||
|
||||
#[unstable(feature = "pin", issue = "49150")]
|
||||
unsafe impl<T: ?Sized> Unpin for PinBox<T> {}
|
||||
|
||||
Reference in New Issue
Block a user