pattern-wishcast 0.0.1-pre.7

Pattern types emulation for conditional variants using conditional never types
Documentation
1
2
3
4
5
error: Field patterns are not supported. Only wildcard pattern { .. } is allowed for struct variants. Field patterns will require native pattern types support in Rust.
  --> tests/ui/range_patterns_unsupported.rs:16:40
   |
16 |     type SmallNumbers = Value is Number { value: 1..10 };
   |                                           ^^^^^