]> git.lizzy.rs Git - rust.git/commitdiff
Add link to stablized version of an intrinsic
authorWesley Wiser <wwiser@gmail.com>
Mon, 30 Oct 2017 02:53:07 +0000 (22:53 -0400)
committerWesley Wiser <wwiser@gmail.com>
Mon, 30 Oct 2017 02:53:07 +0000 (22:53 -0400)
src/libcore/intrinsics.rs

index 8afa3a860d92edbea17fd1332668639b9f2caa10..0136273ebc941436c05015bfdffe6fc44208768c 100644 (file)
     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