logo
Expand description

Allow attrubutes in match arms.

Note

match x {
   #[attr]
   Thing => {}

   #[attr]
   Foo | Bar => {}

   #[attr]
   _ => {}
}

RFC: 0049-match-arm-attributes