pub fn pattern_problems(pattern: &str, params: &[String]) -> Vec<PatternProblem>Expand description
The problems found in a match: pattern (validation pass 1); empty = sound.
pub fn pattern_problems(pattern: &str, params: &[String]) -> Vec<PatternProblem>The problems found in a match: pattern (validation pass 1); empty = sound.