We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
mem::unreachable
1 parent 315de9c commit 5704b07Copy full SHA for 5704b07
src/libcore/mem.rs
@@ -949,7 +949,7 @@ impl<T: ::fmt::Debug> ::fmt::Debug for ManuallyDrop<T> {
949
/// NB: This is very different from the `unreachable!()` macro: Unlike the
950
/// macro, which panics when it is executed, it is *undefined behavior* to
951
/// reach code marked with this function.
952
-#[unstable(feature = "unreachable", issue = "0")]
+#[unstable(feature = "unreachable", issue = "43751")]
953
pub unsafe fn unreachable() -> ! {
954
intrinsics::unreachable()
955
}
0 commit comments