Esteban Küber
|
ff61949860
|
Tweak invalid fn header and body parsing
* Recover empty `fn` bodies when encountering `}`
* Recover trailing `>` in return types
* Recover from non-type in array type `[<BAD TOKEN>; LEN]`
|
2020-10-25 18:34:14 -07:00 |
|
yuk1ty
|
16047d46a1
|
fix typo in docs and comments
|
2020-09-21 12:14:28 +09:00 |
|
SNCPlay42
|
4de9a53d98
|
improve diagnostics for lifetime after &mut
|
2020-09-15 10:36:06 -04:00 |
|
Aaron Hill
|
1823dea7df
|
Attach TokenStream to ast::Ty
A `Ty` does not have outer attributes, so we only capture tokens
when parsing a `macro_rules!` matcher
|
2020-09-10 17:33:05 -04:00 |
|
mark
|
9e5f7d5631
|
mv compiler to compiler/
|
2020-08-30 18:45:07 +03:00 |
|