fn collect_nonexhaustive_missing_variants<'p, 'tcx>(
cx: &MatchCheckCtxt<'p, 'tcx>,
column: &PatternColumn<'p, 'tcx>
) -> Vec<WitnessPat<'tcx>>Expand description
Traverse the patterns to collect any variants of a non_exhaustive enum that fail to be mentioned in a given column.