Macro proc_macro_error::emit_warning[][src]

[]
macro_rules! emit_warning {
    ($span:expr, $($tts:tt)*) => { ... };
}
[]

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

Does nothing on stable

Syntax

See the guide.