We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86d1178 + 9ca825e commit f0fe716Copy full SHA for f0fe716
src/libcore/intrinsics.rs
@@ -627,6 +627,9 @@ extern "rust-intrinsic" {
627
pub fn rustc_peek<T>(_: T) -> T;
628
629
/// Aborts the execution of the process.
630
+ ///
631
+ /// The stabilized version of this intrinsic is
632
+ /// [`std::process::abort`](../../std/process/fn.abort.html)
633
pub fn abort() -> !;
634
635
/// Tells LLVM that this point in the code is not reachable, enabling
0 commit comments