macro_rules! schema_loading_error { ($s:literal, $($e:expr),+) => { ... }; ($s:literal) => { ... }; }