macro_rules! offer_choice {
    ( $( $label:path => $e:expr $(,)? )+ ) => { ... };
}