Macro proc_macro_error::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.