Module blog::daily_rfcs::attributes::_0049_match_arm_attributes
source · [−]Expand description
Allow attrubutes in match
arms.
Note
match x {
#[attr]
Thing => {}
#[attr]
Foo | Bar => {}
#[attr]
_ => {}
}