frontier
frontier copied to clipboard
build(deps): bump syn from 1.0.109 to 2.0.65
Bumps syn from 1.0.109 to 2.0.65.
Release notes
Sourced from syn's releases.
2.0.65
2.0.64
- Support using ParseBuffer across
catch_unwind(#1646)- Validate that the expression in a let-else ends in brace as required by rustc (#1648, #1649)
- Legalize invalid const generic arguments by wrapping in braces (#1654, #1655)
- Fix some expression precedence edge cases involving
breakandreturnin loop headers (#1656)- Always print closure bodies with a brace when the closure has an explicit return type (#1658)
- Automatically insert necessary parentheses in ToTokens for Expr when required by expression precedence (#1659)
- Support struct literal syntax in match guard expressions (#1662)
2.0.63
- Parse and print long if-else-if chains without reliance on deep recursion to avoid overflowing stack (#1644, #1645)
2.0.62
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"…"andcr"…"C-string literal syntax asLit::CStr(#1502)2.0.58
- Support
$incustom_punctuation!macro (#1611)2.0.57
- Eliminate dependency on
quotewhen 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
... (truncated)
Commits
9f2371eRelease 2.0.654cd1813Merge pull request #1668 from dtolnay/foldhelpered54092Eliminate gen::helper moduleeacc8abEliminate FoldHelper trait6e20bb8Merge pull request #1667 from dtolnay/punctuatedfold9d95cabOptimize punctuated::fold82ffe86Move Punctuated fold helper to punctuated module3dfacc1Ignore manual_map clippy lint7273aa7Merge pull request #1666 from dtolnay/foldhelper8124c0eGenerate fewer monomorphizations in Fold- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)