Sourced from syn's releases.
2.0.8
- Treat
try
keyword as 2015-edition identifier in definition of try macro (#1422)2.0.7
- Fix parsing of
mut self
inside of Type::BareFn2.0.6
- Improve error message on missing ';' between statements (#1419)
- Keep non-brace macro invocations in trailing expr position as Expr::Macro (#1420)
2.0.5
- Expose
ExprMacro
data structure even whenfeatures="full"
is not used (#1417)2.0.4
2fea56f
Release 2.0.840aa291
Merge pull request #1422 from dtolnay/trymacrof3a4a4c
Treat try keyword as 2015 ident in definition of try macrob862eff
Release 2.0.7e6b1bdf
Disallow consecutive path separator in use paths8ae37b7
Fix duplicated name of mut self bare fn arg7840102
Release 2.0.6e76d644
Merge pull request #1420 from dtolnay/nonbracemacro6dcc480
Keep non-brace macro invocations in trailing expr position as Expr::Macrod12db40
Merge pull request #1419 from dtolnay/expectedsemi