Releases: dtolnay/syn
Releases · dtolnay/syn
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 )
2.0.51
Resolve non_local_definitions warnings in generated code under rustc 1.78-nightly
2.0.50
Fix unused_imports warnings when compiled by rustc 1.78
2.0.49
Improve error location when parsing from an empty string literal using LitStr::parse
(#1590 )
You can’t perform that action at this time.