Sourced from syn's releases.
2.0.25
- Support single identifier as unbraced const generic argument (#1483)
- Produce error message when LitStr::parse is used on a suffixed string literal (#1484)
2.0.24
- Fix duplication of braces around const generic argument in non-full mode (#1482)
026a38c
Release 2.0.254d72543
Merge pull request #1484
from dtolnay/parsesuffixd59afb2
Reject parse on LitStr containing suffix7e8358a
Merge pull request #1483
from dtolnay/identgenericed8d784
Support single identifier as unbraced const generic argumente523c36
Directly call more specific expr ToTokens impl24c48cd
Release 2.0.24cefa056
Merge pull request #1482
from dtolnay/nonfullconstarga4fc6b1
Fix duplication of braces around const generic argument in non-full
moded757cf4
Update test suite to nightly-2023-07-07