Releases: dtolnay/syn
Releases · dtolnay/syn
2.0.61
Check for legal binding name in the ident of Pat::Ident (#1627 )
Resolve unexpected_cfgs warning (#1635 )
2.0.60
Improve how None-delimited groups are counted by peek
(#1625 )
2.0.59
Parse c"…"
and cr"…"
C-string literal syntax as Lit::CStr
(#1502 )
2.0.58
Support $
in custom_punctuation!
macro (#1611 )
2.0.57
Eliminate dependency on quote
when built with default-features disabled and the "proc-macro" feature enabled (#1608 , thanks @BD103 )
2.0.56
Apply RUSTC_WORKSPACE_WRAPPER when deciding whether to run nightly-only tests (#1605 )
2.0.55
Restore compatibility with rustc 1.56 through 1.59 (#1603 )
2.0.54
Fix dead code warning in generated code when using custom_keyword!
with syn's "printing" feature disabled (#1602 )
2.0.53
Implement Copy, Clone, and ToTokens for syn::parse::Nothing (#1597 )
2.0.52
Add an expression parser that uses match-arm's boundary rules (#1593 )
You can’t perform that action at this time.