[][src]Macro proc_macro_error::abort

macro_rules! abort {
    ($err:expr) => { ... };
    ($span:expr, $($tts:tt)*) => { ... };
}

Abort proc-macro execution right now and display the error.

Syntax

See the guide.