Skip to content

Commit

Permalink
Auto merge of #45626 - wesleywiser:doc_update_1, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
Add link to stablized version of an intrinsic
  • Loading branch information
bors committed Oct 30, 2017
2 parents 86d1178 + 9ca825e commit f0fe716
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/libcore/intrinsics.rs
Expand Up @@ -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
Expand Down

0 comments on commit f0fe716

Please sign in to comment.