chore(deps)(deps): bump syn from 2.0.119 to 3.0.5 - #314
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
@dependabot rebase |
Bumps [syn](https://github.com/dtolnay/syn) from 2.0.119 to 3.0.5. - [Release notes](https://github.com/dtolnay/syn/releases) - [Commits](dtolnay/syn@2.0.119...3.0.5) --- updated-dependencies: - dependency-name: syn dependency-version: 3.0.5 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
85a6ee7 to
38dc353
Compare
|
Superseded by #319, which does the syn 2→3 source port (adds |
|
OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting If you change your mind, just re-open this PR and I'll resolve any conflicts on it. |
syn 3.0 adds an `attrs` field to type-syntax nodes (`TypePath`, etc.),
so the exhaustive `TypePath { path, qself: None }` struct patterns no
longer compile (E0027). Match `..` to ignore it — we never inspect
attributes on a type node.
Supersedes Dependabot #314, which bumped the pin but left the source on
syn 2's API, failing the clippy and msrv (1.88) gates. syn 3.0.5's own
MSRV is 1.71, well under the 1.88 floor.
Verified: clippy --workspace --all-targets --all-features -D warnings,
msrv 1.88 workspace + standalone compile-check checks, fmt, the derive
crate's trybuild UI suite (compile-fail stderr snapshots unchanged under
syn 3), the compile-check validator tests, the doc gate, and the
compile_time_validation example end-to-end — all green.
Bumps syn from 2.0.119 to 3.0.5.
Release notes
Sourced from syn's releases.
... (truncated)
Commits
e0ad92dRelease 3.0.574e7d75Merge pull request #2080 from sunshowers/lit-str-span4c264f3In LitStr::parse_with, report correct span for lex errors7e2b27bUpdate test suite to nightly-2026-08-26b5d62a6Release 3.0.4abf019cMerge pull request #2078 from dtolnay/foreginitemfnd454333Allow safe fn in impl Parse for ForeignItemFn8011b1cUpdate test suite to nightly-2026-08-1856a8d83Raise rayon thread size for testsf2c5c50Ignore assert_is_empty pedantic clippy lint