rust/src/librustsyntax
Tim Chevalier 37b0549730 Add new syntax for patterns that match the head constructor only
Adds a new kind of pattern C(*) where C is a constructor that may
have any number of fields. This pattern matches any value
constructed with C, without binding names for any of the fields.

Closes #1701.
2012-04-20 00:56:46 -07:00
..
2012-03-29 14:42:30 -07:00
2012-04-19 15:30:59 -07:00
2012-04-15 04:34:51 -07:00
2012-04-15 04:40:05 -07:00
2012-04-19 21:58:45 -07:00