proc_macro_error

Macro emit_error

Source
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.