makeup
makeup copied to clipboard
build(deps): bump syn from 2.0.72 to 2.0.85
Bumps syn from 2.0.72 to 2.0.85.
Release notes
Sourced from syn's releases.
2.0.85
- Preserve extern static unsafety in ForeignItem::Verbatim (#1773)
2.0.84
- Parse safe and explicitly unsafe extern items (#1768, rust-lang/rust#123743, rust-lang/rfcs#3484)
- Parse self captures:
impl Sized + use<Self>(#1772)2.0.83
- Documentation improvements
2.0.82
- Provide
Parseimpls for PreciseCapture and CapturedParam (#1757, #1758)- Support parsing
unsafeattributes (#1759)- Add Fold and VisitMut methods for Vec<Attribute> (#1762)
2.0.81
- Add TypeParamBound::PreciseCapture to represent precise capture syntax
impl Trait + use<'a, T>(#1752, #1753, #1754)2.0.80
- Add
Expr::RawAddr(#1743)- Reject precise captures and ~const in inappropriate syntax positions (#1747)
- Reject trait bound containing only precise capture (#1748)
2.0.79
- Fix infinite loop on parsing chained ranges (#1741)
- Fix panic in parsing
useitems containing absolute paths (#1742)2.0.78
- Fix infinite loop on chained comparison (#1739)
2.0.77
- Support parsing
Expr::Tuplein non-"full" mode (#1727)2.0.76
- Enforce that tail call
becomekeyword is followed by an expression (#1725)2.0.75
- Automatically fill in missing turbofish when printing ExprPath and other paths in expression position (#1722)
2.0.74
- Fix "temporary is dropped and runs the destructor for type `impl Iterator`" regression affecting certain use of
Genericsiterator methods (#1719)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::membersiterator (#1716, thanks@Fancyflame)
Commits
293d7c9Release 2.0.85c94df74Merge pull request #1773 from dtolnay/unsafestatic8d7814aPreserve extern static unsafety in ForeignItem::Verbatim2e159bcRelease 2.0.84058e7d0Merge pull request #1772 from dtolnay/selfcapture2a9e9fbParse self captures:impl Sized + use\<Self>e478e03Merge pull request #1771 from dtolnay/up19baaa6Categorize newly failing rust repo source filesf89eca2Update test suite to nightly-2024-10-2383e3b08Merge pull request #1768 from dtolnay/safe- 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)