proc_macro_error

Macro emit_call_site_warning

Source
macro_rules! emit_call_site_warning {
    ($($tts:tt)*) => { ... };
}
Expand description

Shortcut for emit_warning!(Span::call_site(), ...).

Does nothing on stable

ยงSyntax

See the guide.