Esteban Küber a6d32153a6 Learn to parse a as usize < b
Parsing `a as usize > b` always works, but `a as usize < b` was a
parsing error because the parser would think the `<` started a generic
type argument for `usize`. The parser now attempts to parse as before,
and if a DiagnosticError is returned, try to parse again as a type with
no generic arguments. If this fails, return the original
`DiagnosticError`.
2017-06-11 13:40:04 -07:00
..
2017-06-02 12:04:00 -06:00
2017-06-01 20:41:38 +00:00
2017-06-01 20:41:38 +00:00
2017-06-01 20:41:38 +00:00
2017-05-30 17:50:44 +02:00
2017-06-01 13:31:12 -04:00
2017-06-01 13:31:09 -04:00
2017-06-01 20:41:38 +00:00
2017-06-11 13:40:04 -07:00
2017-06-11 13:40:04 -07:00