sketching

Macro filter_error

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