rust/src/libsyntax
Steven Allen f21655ec02 Allow patterns to be followed by if and in.
Needed to support:

match X {
  pattern if Y ...
}

for pattern in Y {}
2015-05-22 12:47:52 -04:00
..
2015-05-04 13:21:27 -04:00
2015-05-15 16:04:01 -07:00