Macros§
- Aborts execution with a message.
- Like
std::print!
, except backed bydebug_put_char
. - Like
std::println!
, except backed bydebug_put_char
. - Registers an abort hook to be used by
abort!
andabort_without_info
.
Structs§
- Information about an abort passed to an abort hook.
Functions§
- Aborts without any
AbortInfo
. - Prints via a link-time hook.