about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorWesley Wiser <wwiser@gmail.com>2017-10-29 22:53:07 -0400
committerWesley Wiser <wwiser@gmail.com>2017-10-29 22:53:07 -0400
commit9ca825e292ce43869dd97e544a1cb112aff0339c (patch)
treeb79663518002c7e4fd08f4e09576313dfa7ed480 /src
parentdae686863792bca561a263ecd902e457488c55fc (diff)
downloadrust-9ca825e292ce43869dd97e544a1cb112aff0339c.tar.gz
rust-9ca825e292ce43869dd97e544a1cb112aff0339c.zip
Add link to stablized version of an intrinsic
Diffstat (limited to 'src')
-rw-r--r--src/libcore/intrinsics.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/libcore/intrinsics.rs b/src/libcore/intrinsics.rs
index 8afa3a860d9..0136273ebc9 100644
--- a/src/libcore/intrinsics.rs
+++ b/src/libcore/intrinsics.rs
@@ -627,6 +627,9 @@ extern "rust-intrinsic" {
     pub fn rustc_peek<T>(_: T) -> T;
 
     /// Aborts the execution of the process.
+    ///
+    /// The stabilized version of this intrinsic is
+    /// [`std::process::abort`](../../std/process/fn.abort.html)
     pub fn abort() -> !;
 
     /// Tells LLVM that this point in the code is not reachable, enabling