diff --git a/src/liballoc/boxed.rs b/src/liballoc/boxed.rs index c76f51057ff9..7910c6b61f3c 100644 --- a/src/liballoc/boxed.rs +++ b/src/liballoc/boxed.rs @@ -409,7 +409,7 @@ impl Box { /// } /// ``` #[unstable(feature = "box_leak", reason = "needs an FCP to stabilize", - issue = "0")] + issue = "46179")] #[inline] pub fn leak<'a>(b: Box) -> &'a mut T where