fn pat_is_catchall(pat: &DeconstructedPat<'_, '_>) -> bool
Expand description
Checks for common cases of “catchall” patterns that may not be intended as such.
fn pat_is_catchall(pat: &DeconstructedPat<'_, '_>) -> bool
Checks for common cases of “catchall” patterns that may not be intended as such.