You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
serde git:(master) cargo +nightly build
Updating crates.io index
Compiling proc-macro2 v0.4.30
Compiling unicode-xid v0.1.0
Compiling syn v0.15.39
Compiling serde v1.0.94 (/Users/lusheng.lls/Projects/serde/serde)
Compiling quote v0.6.12
Compiling serde_derive v1.0.94 (/Users/lusheng.lls/Projects/serde/serde_derive)
Compiling serde_derive_internals v0.24.1 (/Users/lusheng.lls/Projects/serde/serde_derive_internals)
error[E0433]: failed to resolve: unresolved import
--> serde_derive_internals/src/ast.rs:142:44
|
142 | variants: &'a Punctuated<syn::Variant, Token![,]>,
| ^^^^^^^^^
| |
| unresolved import
| help: a similar path exists: `syn::token`
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error[E0433]: failed to resolve: unresolved import
--> serde_derive_internals/src/ast.rs:187:40
|
187 | fields: &'a Punctuated<syn::Field, Token![,]>,
| ^^^^^^^^^
| |
| unresolved import
| help: a similar path exists: `syn::token`
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error[E0433]: failed to resolve: unresolved import
--> serde_derive_internals/src/attr.rs:1542:44
|
1542 | metas: &'a Punctuated<syn::NestedMeta, Token![,]>,
| ^^^^^^^^^
| |
| unresolved import
| help: a similar path exists: `syn::token`
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error[E0433]: failed to resolve: unresolved import
--> serde_derive_internals/src/attr.rs:1586:44
|
1586 | items: &'a Punctuated<syn::NestedMeta, Token![,]>,
| ^^^^^^^^^
| |
| unresolved import
| help: a similar path exists: `syn::token`
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error[E0433]: failed to resolve: unresolved import
--> serde_derive_internals/src/attr.rs:1594:44
|
1594 | items: &'a Punctuated<syn::NestedMeta, Token![,]>,
| ^^^^^^^^^
| |
| unresolved import
| help: a similar path exists: `syn::token`
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error[E0433]: failed to resolve: unresolved import
--> serde_derive_internals/src/attr.rs:1602:41
|
1602 | items: &Punctuated<syn::NestedMeta, Token![,]>,
| ^^^^^^^^^
| |
| unresolved import
| help: a similar path exists: `syn::token`
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error[E0433]: failed to resolve: unresolved import
--> serde_derive_internals/src/attr.rs:1702:56
|
1702 | struct BorrowedLifetimes(Punctuated<syn::Lifetime, Token![+]>);
| ^^^^^^^^^
| |
| unresolved import
| help: a similar path exists: `syn::token`
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: aborting due to 7 previous errors
For more information about this error, try `rustc --explain E0433`.
error: Could not compile `serde_derive_internals`.
warning: build failed, waiting for other jobs to finish...
error[E0433]: failed to resolve: unresolved import
--> serde_derive/src/internals/ast.rs:142:44
|
142 | variants: &'a Punctuated<syn::Variant, Token![,]>,
| ^^^^^^^^^
| |
| unresolved import
| help: a similar path exists: `syn::token`
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error[E0433]: failed to resolve: unresolved import
--> serde_derive/src/internals/ast.rs:187:40
|
187 | fields: &'a Punctuated<syn::Field, Token![,]>,
| ^^^^^^^^^
| |
| unresolved import
| help: a similar path exists: `syn::token`
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error[E0433]: failed to resolve: unresolved import
--> serde_derive/src/internals/attr.rs:1542:44
|
1542 | metas: &'a Punctuated<syn::NestedMeta, Token![,]>,
| ^^^^^^^^^
| |
| unresolved import
| help: a similar path exists: `syn::token`
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error[E0433]: failed to resolve: unresolved import
--> serde_derive/src/internals/attr.rs:1586:44
|
1586 | items: &'a Punctuated<syn::NestedMeta, Token![,]>,
| ^^^^^^^^^
| |
| unresolved import
| help: a similar path exists: `syn::token`
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error[E0433]: failed to resolve: unresolved import
--> serde_derive/src/internals/attr.rs:1594:44
|
1594 | items: &'a Punctuated<syn::NestedMeta, Token![,]>,
| ^^^^^^^^^
| |
| unresolved import
| help: a similar path exists: `syn::token`
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error[E0433]: failed to resolve: unresolved import
--> serde_derive/src/internals/attr.rs:1602:41
|
1602 | items: &Punctuated<syn::NestedMeta, Token![,]>,
| ^^^^^^^^^
| |
| unresolved import
| help: a similar path exists: `syn::token`
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error[E0433]: failed to resolve: unresolved import
--> serde_derive/src/internals/attr.rs:1702:56
|
1702 | struct BorrowedLifetimes(Punctuated<syn::Lifetime, Token![+]>);
| ^^^^^^^^^
| |
| unresolved import
| help: a similar path exists: `syn::token`
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error[E0433]: failed to resolve: unresolved import
--> serde_derive/src/bound.rs:198:31
|
198 | colon_token: <Token![:]>::default(),
| ^^^^^^^^^
| |
| unresolved import
| help: a similar path exists: `syn::token`
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error[E0433]: failed to resolve: unresolved import
--> serde_derive/src/bound.rs:232:27
|
232 | colon_token: <Token![:]>::default(),
| ^^^^^^^^^
| |
| unresolved import
| help: a similar path exists: `syn::token`
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error[E0433]: failed to resolve: unresolved import
--> serde_derive/src/bound.rs:289:36
|
289 | lt_token: <Token![<]>::default(),
| ^^^^^^^^^
| |
| unresolved import
| help: a similar path exists: `syn::token`
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error[E0433]: failed to resolve: unresolved import
--> serde_derive/src/bound.rs:309:36
|
309 | gt_token: <Token![>]>::default(),
| ^^^^^^^^^
| |
| unresolved import
| help: a similar path exists: `syn::token`
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error[E0433]: failed to resolve: unresolved import
--> serde_derive/src/fragment.rs:58:18
|
58 | <Token![,]>::default().to_tokens(out);
| ^^^^^^^^^
| |
| unresolved import
| help: a similar path exists: `syn::token`
|
= note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info)
error: aborting due to 12 previous errors
For more information about this error, try `rustc --explain E0433`.
error: Could not compile `serde_derive`.
To learn more, run the command again with --verbose.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: