pub fn error<S: AsRef<str>>(text: S) -> !Expand description
Stops the program execution with custom system-level error.
In case of missed crate::sys::API (doesn’t set) uses abort.
pub fn error<S: AsRef<str>>(text: S) -> !Stops the program execution with custom system-level error.
In case of missed crate::sys::API (doesn’t set) uses abort.