We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d38ea8b commit 9511fe6Copy full SHA for 9511fe6
src/libstd/process.rs
@@ -1032,7 +1032,7 @@ pub fn exit(code: i32) -> ! {
1032
/// will be run. If a clean shutdown is needed it is recommended to only call
1033
/// this function at a known point where there are no more destructors left
1034
/// to run.
1035
-#[unstable(feature = "process_abort", issue = "37838")]
+#[stable(feature = "process_abort", since = "1.17.0")]
1036
pub fn abort() -> ! {
1037
unsafe { ::sys::abort_internal() };
1038
}
0 commit comments