macro_rules! bail_unsupported {
    ($feature:expr) => { ... };
    ($issue:expr, $feature:expr) => { ... };
}