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.