Skip to content

Bump syn from 1.0.109 to 2.0.27 #449

Bump syn from 1.0.109 to 2.0.27

Bump syn from 1.0.109 to 2.0.27 #449

Triggered via pull request July 21, 2023 04:18
Status Failure
Total duration 2m 1s
Artifacts

clippy.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
no method named `parse_meta` found for reference `&syn::Attribute` in the current scope: martian-derive/src/lib.rs#L454
error[E0599]: no method named `parse_meta` found for reference `&syn::Attribute` in the current scope --> martian-derive/src/lib.rs:454:36 | 454 | if let Ok(meta) = attr.parse_meta() { | ^^^^^^^^^^ help: there is a method with a similar name: `parse_nested_meta`
no field `lit` on type `&syn::MetaNameValue`: martian-derive/src/lib.rs#L468
error[E0609]: no field `lit` on type `&syn::MetaNameValue` --> martian-derive/src/lib.rs:468:40 | 468 | match name_val.lit { | ^^^ unknown field | = note: available fields are: `path`, `eq_token`, `value`
clippy_check
Clippy had exited with the 101 exit code