Skip to content

Commit 9ca825e

Browse files
committed
Add link to stablized version of an intrinsic
1 parent dae6868 commit 9ca825e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/libcore/intrinsics.rs

+3
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,9 @@ extern "rust-intrinsic" {
627627
pub fn rustc_peek<T>(_: T) -> T;
628628

629629
/// Aborts the execution of the process.
630+
///
631+
/// The stabilized version of this intrinsic is
632+
/// [`std::process::abort`](../../std/process/fn.abort.html)
630633
pub fn abort() -> !;
631634

632635
/// Tells LLVM that this point in the code is not reachable, enabling

0 commit comments

Comments
 (0)