proc_macro_errorMacro emit_call_site_error
Source macro_rules! emit_call_site_error {
($($tts:tt)*) => { ... };
}
Expand description
Shortcut for emit_error!(Span::call_site(), ...)
. This macro
is still preferable over plain panic, panics are not for error reporting..
ยงSyntax
See the guide.