Skip to content

Commit 5704b07

Browse files
committed
mem::unreachable: Add tracking issue
1 parent 315de9c commit 5704b07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/mem.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -949,7 +949,7 @@ impl<T: ::fmt::Debug> ::fmt::Debug for ManuallyDrop<T> {
949949
/// NB: This is very different from the `unreachable!()` macro: Unlike the
950950
/// macro, which panics when it is executed, it is *undefined behavior* to
951951
/// reach code marked with this function.
952-
#[unstable(feature = "unreachable", issue = "0")]
952+
#[unstable(feature = "unreachable", issue = "43751")]
953953
pub unsafe fn unreachable() -> ! {
954954
intrinsics::unreachable()
955955
}

0 commit comments

Comments
 (0)