Skip to content

Commit bc18d99

Browse files
committed
Box::leak: update unstable issue number (46179).
1 parent 46800ab commit bc18d99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/liballoc/boxed.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ impl<T: ?Sized> Box<T> {
409409
/// }
410410
/// ```
411411
#[unstable(feature = "box_leak", reason = "needs an FCP to stabilize",
412-
issue = "0")]
412+
issue = "46179")]
413413
#[inline]
414414
pub fn leak<'a>(b: Box<T>) -> &'a mut T
415415
where

0 commit comments

Comments
 (0)