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.
2 parents 49b6ac0 + 92426ef commit 4788bfeCopy full SHA for 4788bfe
1 file changed
library/std/src/sys/pal/motor/mod.rs
@@ -42,5 +42,5 @@ pub fn unsupported_err() -> io::Error {
42
}
43
44
pub fn abort_internal() -> ! {
45
- core::intrinsics::abort();
+ moto_rt::process::exit(-1)
46
0 commit comments