macro_rules! filter_error {
    ($($arg:tt)*) => { ... };
}