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.