diff options
Diffstat (limited to 'src/liballoc')
| -rw-r--r-- | src/liballoc/boxed.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liballoc/boxed.rs b/src/liballoc/boxed.rs index c76f51057ff..7910c6b61f3 100644 --- a/src/liballoc/boxed.rs +++ b/src/liballoc/boxed.rs @@ -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 |
