Macro proc_macro_error::emit_error[][src]

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

Emit an error while not aborting the proc-macro right away.

Syntax

See the guide.