We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d96b2fc commit 5fc8cbbCopy full SHA for 5fc8cbb
1 file changed
library/core/src/process.rs
@@ -38,6 +38,7 @@
38
#[cold]
39
#[cfg_attr(miri, track_caller)] // even without panics, this helps for Miri backtraces
40
#[doc(alias = "halt")]
41
+#[allow(rustc::missing_panic_entrypoint)]
42
pub fn abort_immediate() -> ! {
43
crate::intrinsics::abort()
44
}
0 commit comments