macro_rules! warn_user_once_by_id {
    ($id:expr, $($arg:tt)*) => { ... };
}
Expand description

Warn a user once, with uniqueness determined by the given ID.