Box::leak: update unstable issue number (46179).
This commit is contained in:
parent
46800ab135
commit
bc18d99232
1 changed files with 1 additions and 1 deletions
|
@ -409,7 +409,7 @@ impl<T: ?Sized> Box<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
|
||||
|
|
Loading…
Add table
Reference in a new issue