Skip to main content

fatal

Macro fatal 

Source
macro_rules! fatal {
    ($item:expr) => { ... };
    ($spans:expr => $message:expr) => { ... };
}
Expand description

Emit an error diagnostic and then quit.

See emit!() for usage.