proc_macro_errorMacro 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.