Macro invocations in match branch position

eg.

match x {
    macro_which_generates_some_branches!(),
    
    // more branches here
}

I seem to remember there were plans to make this possible. Does anyone know what the status of it is, and is it already available behind a feature gate?