rust/src/test/compile-fail
Huon Wilson f2a137829e syntax: desugar a for loop to a let binding to get better error
messages when the pattern is refutable.

This means the compiler points directly to the pattern and said that the
problem is the pattern being refutable (rather than just saying that
some value isn't covered in the `match` as it did previously).

Fixes #14390.
2014-05-27 09:24:37 +10:00
..
2014-05-15 23:22:06 -07:00
2014-05-18 15:30:41 +09:00
2014-05-11 01:13:02 -07:00