mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
@@ -1142,7 +1142,7 @@ pub fn exit(code: i32) -> ! {
|
||||
/// }
|
||||
/// ```
|
||||
///
|
||||
/// The [`abort`] function terminates the process, so the destructor will not
|
||||
/// The `abort` function terminates the process, so the destructor will not
|
||||
/// get run on the example below:
|
||||
///
|
||||
/// ```no_run
|
||||
|
||||
Reference in New Issue
Block a user