macro_rules! lazy_error {
    ($($input:tt)*) => { ... };
}