Skip to content

Commit f0fe716

Browse files
committed
Auto merge of #45626 - wesleywiser:doc_update_1, r=Mark-Simulacrum
Add link to stablized version of an intrinsic
2 parents 86d1178 + 9ca825e commit f0fe716

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)