Macro proc_macro_error::emit_call_site_warning[][src]

[]
macro_rules! emit_call_site_warning {
    ($($tts:tt)*) => { ... };
}
[]

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

Does nothing on stable

Syntax

See the guide.