Macro sel4_panicking_env::abort

source ยท
macro_rules! abort {
    () => { ... };
    ($($arg:tt)*) => { ... };
}
Expand description

Abort execution with a message.

This function first invokes an externally defined abort hook which is resolved at link time, and then calls core::intrinsics::abort().