structural_match
Allows using #[structural_match]
which indicates that a type is structurally matchable. FIXME: Subsumed by trait StructuralPartialEq
, cannot move to removed until a library feature with the same name exists.
The tracking issue for this feature is: #31434