Releases: dtolnay/syn
Releases · dtolnay/syn
2.0.79
2.0.78
2.0.77
2.0.76
2.0.75
2.0.74
2.0.73
- Support parsing unnamed C varargs within function pointer types (#1711)
- Improve synthesized error message on unexpected tokens at the end of the expected contents of a delimited group (#1713)
- Support parsing unstable tail call syntax (#1714, rust-lang/rust#112788)
- Add
Fields::members
iterator (#1716, thanks @Fancyflame)