postgres-parser
postgres-parser copied to clipboard
Bump syn from 1.0.60 to 1.0.67
Bumps syn from 1.0.60 to 1.0.67.
Release notes
Sourced from syn's releases.
1.0.67
- Accept outer attributes in the Parse impl of ExprBlock (#1004)
1.0.66
- Parse equality constraints on generic associated types (#979)
- Parse default value exprs in const generic declarations (#980)
- Fix infinite loop parsing malformed type ascription expression in non-
fullmode (#978)- Improve Parse impls of ExprArray, ExprAsync, ExprBlock, ExprMacro, ExprParen, ExprRepeat, ExprStruct, ExprTryBlock, ExprUnsafe to succeed parsing even in the presence of trailing binary operators (#991, #992, #993, #994, #995, #996, #997, #998, #999)
1.0.65
- Parse visibility on macro_rules (#981, tracking issue rust-lang/rust#78855)
- Parse leading vert in or-patterns (#982, matching the Rust grammar change in rust-lang/rust#81869)
- Parse static with omitted type (#983)
- Parse placeholder type in type parameter position (#984)
1.0.64
- Avoid
clippy::expl_impl_clone_on_copypedantic lint in downstream custom token types (#976)1.0.63
- Fix parsing associated types with empty trait bound list after colon (#974)
1.0.62
- Republish to work around docs.rs bug rust-lang/docs.rs#1300
1.0.61
Commits
eede299Release 1.0.67359297fMerge pull request #1004 from dtolnay/blockattr310df0cParse outer attrs on ExprBlockee66f12Release 1.0.66c37d618Merge pull request #1002 from dtolnay/castprecedence5ced044Report no precedence for:binary operator in non-full mode725fca7Merge pull request #1001 from dtolnay/gat69e5f70Resolve collapsible_if lint in generic associated type equality parsingd3b0276Parse generic associated type equality constraint1a31fb2Merge pull request #1000 from dtolnay/constdefault- 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 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)