Pin and PinBox are fundamental.

This commit is contained in:
boats
2018-03-15 16:16:11 -07:00
parent 2f1c24a60d
commit 81d0ecef2c
2 changed files with 2 additions and 0 deletions

View File

@@ -899,6 +899,7 @@ impl<T> Generator for Box<T>
/// A pinned, heap allocated reference.
#[unstable(feature = "pin", issue = "0")]
#[fundamental]
pub struct PinBox<T: ?Sized> {
inner: Box<T>,
}