macro_rules! warn_ratelimited { ($($rest:tt)*) => { ... }; }
As [tracing::warn!], but rate limited.
tracing::warn!