Macro proc_macro_error::emit_warning

source ·
macro_rules! emit_warning {
    ($span:expr, $($tts:tt)*) => { ... };
}
Expand description

Emit a warning. Warnings are not errors and compilation won’t fail because of them.

Does nothing on stable

§Syntax

See the guide.