- Feature Name:
pattern_types
- Start Date: (fill me in with today's date, YYYY-MM-DD)
- RFC PR: rust-lang/rfcs#0000
- Rust Issue: rust-lang/rust#0000
This RFC introduces pattern types, which are subtypes of match
able types that
are statically restricted to a subset of the variants of the original type.