mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39:31 +03:00
Box::leak: update unstable issue number (46179).
This commit is contained in:
@@ -409,7 +409,7 @@ pub fn into_unique(b: Box<T>) -> Unique<T> {
|
||||
/// }
|
||||
/// ```
|
||||
#[unstable(feature = "box_leak", reason = "needs an FCP to stabilize",
|
||||
issue = "0")]
|
||||
issue = "46179")]
|
||||
#[inline]
|
||||
pub fn leak<'a>(b: Box<T>) -> &'a mut T
|
||||
where
|
||||
|
||||
Reference in New Issue
Block a user