Macro proc_macro_error::abort[][src]

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

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

Syntax

See the guide.