macro_rules! make_options {
    ($($e: expr,)+) => { ... };
}
Expand description