Skip to content

Commit

Permalink
mem::unreachable: Add tracking issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tbu- committed Aug 8, 2017
1 parent 315de9c commit 5704b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/mem.rs
Expand Up @@ -949,7 +949,7 @@ impl<T: ::fmt::Debug> ::fmt::Debug for ManuallyDrop<T> {
/// NB: This is very different from the `unreachable!()` macro: Unlike the
/// macro, which panics when it is executed, it is *undefined behavior* to
/// reach code marked with this function.
#[unstable(feature = "unreachable", issue = "0")]
#[unstable(feature = "unreachable", issue = "43751")]
pub unsafe fn unreachable() -> ! {
intrinsics::unreachable()
}

0 comments on commit 5704b07

Please sign in to comment.