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
See the guide.