macro_rules! warn_user_once {
    ($($arg:tt)*) => { ... };
}
Expand description

Warn a user once, with uniqueness determined by the calling location itself.