Macro action_warn

Source
macro_rules! action_warn {
    ($context:expr, $($tts:tt)*) => { ... };
    ($context:expr) => { ... };
}