Commit graph

3 commits

Author SHA1 Message Date
Yuki Okushi
ec31b4e3a8
Audit uses of span_suggestion_short 2020-07-02 15:18:33 +09:00
mibac138
6ad24baf06 Adjust according to estebank's review comments 2020-05-20 22:18:19 +02:00
mibac138
d4fe9553f6 Implement partial error recovery for let with BinOpEq
When parsing `let x: i8 += 1` the compiler interprets `i8` as a trait
which makes it more complicated to do error recovery. More advanced
error recovery is not implemented in this commit.
2020-05-20 20:42:07 +02:00