mirror of
https://github.com/openharmony/third_party_rust_rust.git
synced 2026-07-19 11:43:39 -04:00
Add link to stablized version of an intrinsic
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user