Box::leak: update unstable issue number (46179).
This commit is contained in:
@@ -409,7 +409,7 @@ impl<T: ?Sized> Box<T> {
|
|||||||
/// }
|
/// }
|
||||||
/// ```
|
/// ```
|
||||||
#[unstable(feature = "box_leak", reason = "needs an FCP to stabilize",
|
#[unstable(feature = "box_leak", reason = "needs an FCP to stabilize",
|
||||||
issue = "0")]
|
issue = "46179")]
|
||||||
#[inline]
|
#[inline]
|
||||||
pub fn leak<'a>(b: Box<T>) -> &'a mut T
|
pub fn leak<'a>(b: Box<T>) -> &'a mut T
|
||||||
where
|
where
|
||||||
|
|||||||
Reference in New Issue
Block a user