Module checks

Module checks 

Source
Expand description

Contains checks that must be run to validate matches before performing usefulness analysis.

Functions§

detect_mixed_deref_pat_ctors 🔒
Validate that deref patterns and normal constructors aren’t used to match on the same place.
detect_mixed_deref_pat_ctors_inner 🔒