[INFO] fetching crate waiter_codegen 1.6.4... [INFO] checking waiter_codegen-1.6.4 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate waiter_codegen 1.6.4 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate waiter_codegen 1.6.4 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate waiter_codegen 1.6.4 [INFO] finished tweaking crates.io crate waiter_codegen 1.6.4 [INFO] tweaked toml for crates.io crate waiter_codegen 1.6.4 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] db5bad69efe1836b94a7f6ad5e8c55eebc530b587e37334f0b847ad758d33908 [INFO] running `Command { std: "docker" "start" "-a" "db5bad69efe1836b94a7f6ad5e8c55eebc530b587e37334f0b847ad758d33908", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "db5bad69efe1836b94a7f6ad5e8c55eebc530b587e37334f0b847ad758d33908", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "db5bad69efe1836b94a7f6ad5e8c55eebc530b587e37334f0b847ad758d33908", kill_on_drop: false }` [INFO] [stdout] db5bad69efe1836b94a7f6ad5e8c55eebc530b587e37334f0b847ad758d33908 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] db6487c4e62f167fd17a2e5d052f66459e6ca3b9ebe49a4d0f29ec2fb3bc4ad4 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "db6487c4e62f167fd17a2e5d052f66459e6ca3b9ebe49a4d0f29ec2fb3bc4ad4", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Checking unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.63 [INFO] [stderr] Checking regex v1.4.4 [INFO] [stderr] Checking quote v1.0.9 [INFO] [stderr] Checking waiter_codegen v1.6.4 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `syn::export` [INFO] [stdout] --> src/lib.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | use syn::export::{TokenStream2, ToTokens}; [INFO] [stdout] | ^^^^^^ could not find `export` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `syn::export` [INFO] [stdout] --> src/component/mod.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | use syn::export::{TokenStream2, Span, ToTokens}; [INFO] [stdout] | ^^^^^^ could not find `export` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `syn::export` [INFO] [stdout] --> src/component/mod.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | use syn::export::quote; [INFO] [stdout] | ^^^^^^ could not find `export` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `syn::export` [INFO] [stdout] --> src/component/injector.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | use syn::export::{TokenStream2, ToTokens}; [INFO] [stdout] | ^^^^^^ could not find `export` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `syn::export` [INFO] [stdout] --> src/component/type_to_inject.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | use syn::export::{TokenStream2, ToTokens}; [INFO] [stdout] | ^^^^^^ could not find `export` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `syn::export` [INFO] [stdout] --> src/provider.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | use syn::export::{TokenStream2, ToTokens}; [INFO] [stdout] | ^^^^^^ could not find `export` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `syn::export` [INFO] [stdout] --> src/attr_parser.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | use syn::export::{TokenStream, TokenStream2, ToTokens}; [INFO] [stdout] | ^^^^^^ could not find `export` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `quote::quote` [INFO] [stdout] --> src/component/mod.rs:80:18 [INFO] [stdout] | [INFO] [stdout] 80 | let result = quote::quote! { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `quote::quote` [INFO] [stdout] --> src/component/mod.rs:101:12 [INFO] [stdout] | [INFO] [stdout] 101 | return quote::quote! { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `quote::quote` [INFO] [stdout] --> src/component/mod.rs:115:12 [INFO] [stdout] | [INFO] [stdout] 115 | return quote::quote! { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `quote::quote` [INFO] [stdout] --> src/component/mod.rs:138:13 [INFO] [stdout] | [INFO] [stdout] 138 | quote::quote! { #field_name.init(#dependency); } [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `quote::quote` [INFO] [stdout] --> src/component/mod.rs:142:12 [INFO] [stdout] | [INFO] [stdout] 142 | return quote::quote! { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `quote::quote` [INFO] [stdout] --> src/component/mod.rs:152:12 [INFO] [stdout] | [INFO] [stdout] 152 | return quote::quote! { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `quote::format_ident` [INFO] [stdout] --> src/component/mod.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | let dep_var_name = quote::format_ident!("dep_{}", pos); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `quote::quote` [INFO] [stdout] --> src/component/mod.rs:173:28 [INFO] [stdout] | [INFO] [stdout] 173 | .unwrap_or_else(|| quote::quote! { waiter_di::Provider::<#type_path>::create(container) }); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `quote::quote` [INFO] [stdout] --> src/component/mod.rs:175:5 [INFO] [stdout] | [INFO] [stdout] 175 | quote::quote! { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `quote::quote` [INFO] [stdout] --> src/component/mod.rs:215:15 [INFO] [stdout] | [INFO] [stdout] 215 | return Ok(quote::quote! { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `syn::export` [INFO] [stdout] --> src/lib.rs:7:10 [INFO] [stdout] | [INFO] [stdout] 7 | use syn::export::{TokenStream2, ToTokens}; [INFO] [stdout] | ^^^^^^ could not find `export` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `syn::export` [INFO] [stdout] --> src/component/mod.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | use syn::export::{TokenStream2, Span, ToTokens}; [INFO] [stdout] | ^^^^^^ could not find `export` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `syn::export` [INFO] [stdout] --> src/component/mod.rs:6:10 [INFO] [stdout] | [INFO] [stdout] 6 | use syn::export::quote; [INFO] [stdout] | ^^^^^^ could not find `export` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `syn::export` [INFO] [stdout] --> src/component/injector.rs:2:10 [INFO] [stdout] | [INFO] [stdout] 2 | use syn::export::{TokenStream2, ToTokens}; [INFO] [stdout] | ^^^^^^ could not find `export` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `syn::export` [INFO] [stdout] --> src/component/type_to_inject.rs:1:10 [INFO] [stdout] | [INFO] [stdout] 1 | use syn::export::{TokenStream2, ToTokens}; [INFO] [stdout] | ^^^^^^ could not find `export` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `syn::export` [INFO] [stdout] --> src/provider.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | use syn::export::{TokenStream2, ToTokens}; [INFO] [stdout] | ^^^^^^ could not find `export` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `syn::export` [INFO] [stdout] --> src/attr_parser.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | use syn::export::{TokenStream, TokenStream2, ToTokens}; [INFO] [stdout] | ^^^^^^ could not find `export` in `syn` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `quote::quote` [INFO] [stdout] --> src/component/mod.rs:80:18 [INFO] [stdout] | [INFO] [stdout] 80 | let result = quote::quote! { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `quote::quote` [INFO] [stdout] --> src/component/mod.rs:101:12 [INFO] [stdout] | [INFO] [stdout] 101 | return quote::quote! { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `quote::quote` [INFO] [stdout] --> src/component/mod.rs:115:12 [INFO] [stdout] | [INFO] [stdout] 115 | return quote::quote! { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `quote::quote` [INFO] [stdout] --> src/component/mod.rs:138:13 [INFO] [stdout] | [INFO] [stdout] 138 | quote::quote! { #field_name.init(#dependency); } [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `quote::quote` [INFO] [stdout] --> src/component/mod.rs:142:12 [INFO] [stdout] | [INFO] [stdout] 142 | return quote::quote! { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `quote::quote` [INFO] [stdout] --> src/component/mod.rs:152:12 [INFO] [stdout] | [INFO] [stdout] 152 | return quote::quote! { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `quote::format_ident` [INFO] [stdout] --> src/component/mod.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | let dep_var_name = quote::format_ident!("dep_{}", pos); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `quote::quote` [INFO] [stdout] --> src/component/mod.rs:173:28 [INFO] [stdout] | [INFO] [stdout] 173 | .unwrap_or_else(|| quote::quote! { waiter_di::Provider::<#type_path>::create(container) }); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `quote::quote` [INFO] [stdout] --> src/component/mod.rs:175:5 [INFO] [stdout] | [INFO] [stdout] 175 | quote::quote! { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `quote::quote` [INFO] [stdout] --> src/component/mod.rs:215:15 [INFO] [stdout] | [INFO] [stdout] 215 | return Ok(quote::quote! { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/lib.rs:102:6 [INFO] [stdout] | [INFO] [stdout] 102 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/lib.rs:102:6 [INFO] [stdout] | [INFO] [stdout] 102 | }; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_token_stream` found for enum `syn::Item` in the current scope [INFO] [stdout] --> src/lib.rs:178:10 [INFO] [stdout] | [INFO] [stdout] 178 | item.to_token_stream().into() [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `syn::Item` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quote-1.0.9/src/to_tokens.rs:61:8 [INFO] [stdout] | [INFO] [stdout] 61 | fn to_token_stream(&self) -> TokenStream { [INFO] [stdout] | --------------- [INFO] [stdout] | | [INFO] [stdout] | the method is available for `std::boxed::Box` here [INFO] [stdout] | the method is available for `Rc` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] | [INFO] [stdout] 1 | use quote::ToTokens; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_token_stream` found for enum `syn::Item` in the current scope [INFO] [stdout] --> src/lib.rs:178:10 [INFO] [stdout] | [INFO] [stdout] 178 | item.to_token_stream().into() [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `syn::Item` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quote-1.0.9/src/to_tokens.rs:61:8 [INFO] [stdout] | [INFO] [stdout] 61 | fn to_token_stream(&self) -> TokenStream { [INFO] [stdout] | --------------- [INFO] [stdout] | | [INFO] [stdout] | the method is available for `std::boxed::Box` here [INFO] [stdout] | the method is available for `Rc` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] | [INFO] [stdout] 1 | use quote::ToTokens; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_token_stream` found for struct `syn::Path` in the current scope [INFO] [stdout] --> src/lib.rs:100:35 [INFO] [stdout] | [INFO] [stdout] 100 | let attr_name = attr.path.to_token_stream().to_string(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `syn::Path` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quote-1.0.9/src/to_tokens.rs:61:8 [INFO] [stdout] | [INFO] [stdout] 61 | fn to_token_stream(&self) -> TokenStream { [INFO] [stdout] | --------------- [INFO] [stdout] | | [INFO] [stdout] | the method is available for `std::boxed::Box` here [INFO] [stdout] | the method is available for `Rc` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] | [INFO] [stdout] 1 | use quote::ToTokens; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_token_stream` found for struct `syn::Path` in the current scope [INFO] [stdout] --> src/component/mod.rs:20:44 [INFO] [stdout] | [INFO] [stdout] 20 | .find(|attr| attr.path.to_token_stream().to_string() == "provides".to_string()); [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `syn::Path` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quote-1.0.9/src/to_tokens.rs:61:8 [INFO] [stdout] | [INFO] [stdout] 61 | fn to_token_stream(&self) -> TokenStream { [INFO] [stdout] | --------------- [INFO] [stdout] | | [INFO] [stdout] | the method is available for `std::boxed::Box` here [INFO] [stdout] | the method is available for `Rc` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use quote::ToTokens;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_token_stream` found for struct `syn::Path` in the current scope [INFO] [stdout] --> src/lib.rs:100:35 [INFO] [stdout] | [INFO] [stdout] 100 | let attr_name = attr.path.to_token_stream().to_string(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `syn::Path` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quote-1.0.9/src/to_tokens.rs:61:8 [INFO] [stdout] | [INFO] [stdout] 61 | fn to_token_stream(&self) -> TokenStream { [INFO] [stdout] | --------------- [INFO] [stdout] | | [INFO] [stdout] | the method is available for `std::boxed::Box` here [INFO] [stdout] | the method is available for `Rc` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] | [INFO] [stdout] 1 | use quote::ToTokens; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_token_stream` found for enum `syn::Expr` in the current scope [INFO] [stdout] --> src/component/mod.rs:29:34 [INFO] [stdout] | [INFO] [stdout] 29 | ... .to_token_stream() [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `syn::Expr` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quote-1.0.9/src/to_tokens.rs:61:8 [INFO] [stdout] | [INFO] [stdout] 61 | fn to_token_stream(&self) -> TokenStream { [INFO] [stdout] | --------------- [INFO] [stdout] | | [INFO] [stdout] | the method is available for `std::boxed::Box` here [INFO] [stdout] | the method is available for `Rc` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use quote::ToTokens;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_token_stream` found for struct `syn::Path` in the current scope [INFO] [stdout] --> src/component/mod.rs:20:44 [INFO] [stdout] | [INFO] [stdout] 20 | .find(|attr| attr.path.to_token_stream().to_string() == "provides".to_string()); [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `syn::Path` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quote-1.0.9/src/to_tokens.rs:61:8 [INFO] [stdout] | [INFO] [stdout] 61 | fn to_token_stream(&self) -> TokenStream { [INFO] [stdout] | --------------- [INFO] [stdout] | | [INFO] [stdout] | the method is available for `std::boxed::Box` here [INFO] [stdout] | the method is available for `Rc` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use quote::ToTokens;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_token_stream` found for struct `Signature` in the current scope [INFO] [stdout] --> src/component/mod.rs:34:52 [INFO] [stdout] | [INFO] [stdout] 34 | let mut fn_tokens = method.sig.to_token_stream(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `Signature` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quote-1.0.9/src/to_tokens.rs:61:8 [INFO] [stdout] | [INFO] [stdout] 61 | fn to_token_stream(&self) -> TokenStream { [INFO] [stdout] | --------------- [INFO] [stdout] | | [INFO] [stdout] | the method is available for `std::boxed::Box` here [INFO] [stdout] | the method is available for `Rc` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use quote::ToTokens;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_token_stream` found for enum `syn::Expr` in the current scope [INFO] [stdout] --> src/component/mod.rs:29:34 [INFO] [stdout] | [INFO] [stdout] 29 | ... .to_token_stream() [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `syn::Expr` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quote-1.0.9/src/to_tokens.rs:61:8 [INFO] [stdout] | [INFO] [stdout] 61 | fn to_token_stream(&self) -> TokenStream { [INFO] [stdout] | --------------- [INFO] [stdout] | | [INFO] [stdout] | the method is available for `std::boxed::Box` here [INFO] [stdout] | the method is available for `Rc` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use quote::ToTokens;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_token_stream` found for struct `syn::Block` in the current scope [INFO] [stdout] --> src/component/mod.rs:35:51 [INFO] [stdout] | [INFO] [stdout] 35 | fn_tokens.extend(method.block.to_token_stream()); [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `syn::Block` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quote-1.0.9/src/to_tokens.rs:61:8 [INFO] [stdout] | [INFO] [stdout] 61 | fn to_token_stream(&self) -> TokenStream { [INFO] [stdout] | --------------- [INFO] [stdout] | | [INFO] [stdout] | the method is available for `std::boxed::Box` here [INFO] [stdout] | the method is available for `Rc` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use quote::ToTokens;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_token_stream` found for struct `std::boxed::Box` in the current scope [INFO] [stdout] --> src/component/mod.rs:41:43 [INFO] [stdout] | [INFO] [stdout] 41 | comp_impl.self_ty.to_token_stream().into() [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `std::boxed::Box` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quote-1.0.9/src/to_tokens.rs:61:8 [INFO] [stdout] | [INFO] [stdout] 61 | fn to_token_stream(&self) -> TokenStream { [INFO] [stdout] | --------------- [INFO] [stdout] | | [INFO] [stdout] | the method is available for `std::boxed::Box>` here [INFO] [stdout] | the method is available for `Rc>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use quote::ToTokens;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_token_stream` found for struct `Signature` in the current scope [INFO] [stdout] --> src/component/mod.rs:34:52 [INFO] [stdout] | [INFO] [stdout] 34 | let mut fn_tokens = method.sig.to_token_stream(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `Signature` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quote-1.0.9/src/to_tokens.rs:61:8 [INFO] [stdout] | [INFO] [stdout] 61 | fn to_token_stream(&self) -> TokenStream { [INFO] [stdout] | --------------- [INFO] [stdout] | | [INFO] [stdout] | the method is available for `std::boxed::Box` here [INFO] [stdout] | the method is available for `Rc` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use quote::ToTokens;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_token_stream` found for struct `syn::Block` in the current scope [INFO] [stdout] --> src/component/mod.rs:35:51 [INFO] [stdout] | [INFO] [stdout] 35 | fn_tokens.extend(method.block.to_token_stream()); [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `syn::Block` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quote-1.0.9/src/to_tokens.rs:61:8 [INFO] [stdout] | [INFO] [stdout] 61 | fn to_token_stream(&self) -> TokenStream { [INFO] [stdout] | --------------- [INFO] [stdout] | | [INFO] [stdout] | the method is available for `std::boxed::Box` here [INFO] [stdout] | the method is available for `Rc` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use quote::ToTokens;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_token_stream` found for struct `std::boxed::Box` in the current scope [INFO] [stdout] --> src/component/mod.rs:41:43 [INFO] [stdout] | [INFO] [stdout] 41 | comp_impl.self_ty.to_token_stream().into() [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `std::boxed::Box` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quote-1.0.9/src/to_tokens.rs:61:8 [INFO] [stdout] | [INFO] [stdout] 61 | fn to_token_stream(&self) -> TokenStream { [INFO] [stdout] | --------------- [INFO] [stdout] | | [INFO] [stdout] | the method is available for `std::boxed::Box>` here [INFO] [stdout] | the method is available for `Rc>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use quote::ToTokens;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_token_stream` found for struct `syn::Path` in the current scope [INFO] [stdout] --> src/component/mod.rs:125:47 [INFO] [stdout] | [INFO] [stdout] 125 | let ptr_type = path_type.path.to_token_stream().to_string(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `syn::Path` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quote-1.0.9/src/to_tokens.rs:61:8 [INFO] [stdout] | [INFO] [stdout] 61 | fn to_token_stream(&self) -> TokenStream { [INFO] [stdout] | --------------- [INFO] [stdout] | | [INFO] [stdout] | the method is available for `std::boxed::Box` here [INFO] [stdout] | the method is available for `Rc` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use quote::ToTokens;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_token_stream` found for struct `syn::Path` in the current scope [INFO] [stdout] --> src/component/mod.rs:125:47 [INFO] [stdout] | [INFO] [stdout] 125 | let ptr_type = path_type.path.to_token_stream().to_string(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `syn::Path` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quote-1.0.9/src/to_tokens.rs:61:8 [INFO] [stdout] | [INFO] [stdout] 61 | fn to_token_stream(&self) -> TokenStream { [INFO] [stdout] | --------------- [INFO] [stdout] | | [INFO] [stdout] | the method is available for `std::boxed::Box` here [INFO] [stdout] | the method is available for `Rc` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use quote::ToTokens;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_token_stream` found for struct `syn::Path` in the current scope [INFO] [stdout] --> src/component/mod.rs:185:47 [INFO] [stdout] | [INFO] [stdout] 185 | let ptr_type = path_type.path.to_token_stream().to_string(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `syn::Path` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quote-1.0.9/src/to_tokens.rs:61:8 [INFO] [stdout] | [INFO] [stdout] 61 | fn to_token_stream(&self) -> TokenStream { [INFO] [stdout] | --------------- [INFO] [stdout] | | [INFO] [stdout] | the method is available for `std::boxed::Box` here [INFO] [stdout] | the method is available for `Rc` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use quote::ToTokens;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_token_stream` found for struct `syn::Path` in the current scope [INFO] [stdout] --> src/component/mod.rs:185:47 [INFO] [stdout] | [INFO] [stdout] 185 | let ptr_type = path_type.path.to_token_stream().to_string(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `syn::Path` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quote-1.0.9/src/to_tokens.rs:61:8 [INFO] [stdout] | [INFO] [stdout] 61 | fn to_token_stream(&self) -> TokenStream { [INFO] [stdout] | --------------- [INFO] [stdout] | | [INFO] [stdout] | the method is available for `std::boxed::Box` here [INFO] [stdout] | the method is available for `Rc` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use quote::ToTokens;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_token_stream` found for struct `syn::Path` in the current scope [INFO] [stdout] --> src/component/injector.rs:140:38 [INFO] [stdout] | [INFO] [stdout] 140 | (to_inject.type_path.to_token_stream(), [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `syn::Path` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quote-1.0.9/src/to_tokens.rs:61:8 [INFO] [stdout] | [INFO] [stdout] 61 | fn to_token_stream(&self) -> TokenStream { [INFO] [stdout] | --------------- [INFO] [stdout] | | [INFO] [stdout] | the method is available for `std::boxed::Box` here [INFO] [stdout] | the method is available for `Rc` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use quote::ToTokens;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_token_stream` found for struct `syn::punctuated::Punctuated` in the current scope [INFO] [stdout] --> src/component/injector.rs:273:17 [INFO] [stdout] | [INFO] [stdout] 273 | ab.args.to_token_stream() [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `syn::punctuated::Punctuated` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quote-1.0.9/src/to_tokens.rs:61:8 [INFO] [stdout] | [INFO] [stdout] 61 | fn to_token_stream(&self) -> TokenStream { [INFO] [stdout] | --------------- [INFO] [stdout] | | [INFO] [stdout] | the method is available for `std::boxed::Box>` here [INFO] [stdout] | the method is available for `Rc>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use quote::ToTokens;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_token_stream` found for reference `&syn::Type` in the current scope [INFO] [stdout] --> src/component/type_to_inject.rs:18:30 [INFO] [stdout] | [INFO] [stdout] 18 | type_name: type_.to_token_stream().to_string(), [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `&syn::Type` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use quote::ToTokens;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_token_stream` found for enum `syn::Type` in the current scope [INFO] [stdout] --> src/component/type_to_inject.rs:26:33 [INFO] [stdout] | [INFO] [stdout] 26 | type_name: field.ty.to_token_stream().to_string(), [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `syn::Type` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quote-1.0.9/src/to_tokens.rs:61:8 [INFO] [stdout] | [INFO] [stdout] 61 | fn to_token_stream(&self) -> TokenStream { [INFO] [stdout] | --------------- [INFO] [stdout] | | [INFO] [stdout] | the method is available for `std::boxed::Box` here [INFO] [stdout] | the method is available for `Rc` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use quote::ToTokens;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_token_stream` found for struct `syn::Path` in the current scope [INFO] [stdout] --> src/component/injector.rs:140:38 [INFO] [stdout] | [INFO] [stdout] 140 | (to_inject.type_path.to_token_stream(), [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `syn::Path` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quote-1.0.9/src/to_tokens.rs:61:8 [INFO] [stdout] | [INFO] [stdout] 61 | fn to_token_stream(&self) -> TokenStream { [INFO] [stdout] | --------------- [INFO] [stdout] | | [INFO] [stdout] | the method is available for `std::boxed::Box` here [INFO] [stdout] | the method is available for `Rc` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use quote::ToTokens;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_token_stream` found for struct `syn::Ident` in the current scope [INFO] [stdout] --> src/component/type_to_inject.rs:28:59 [INFO] [stdout] | [INFO] [stdout] 28 | arg_name: field.ident.clone().map(|name| name.to_token_stream()), [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `syn::Ident` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quote-1.0.9/src/to_tokens.rs:61:8 [INFO] [stdout] | [INFO] [stdout] 61 | fn to_token_stream(&self) -> TokenStream { [INFO] [stdout] | --------------- [INFO] [stdout] | | [INFO] [stdout] | the method is available for `std::boxed::Box` here [INFO] [stdout] | the method is available for `Rc` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use quote::ToTokens;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_token_stream` found for struct `syn::Ident` in the current scope [INFO] [stdout] --> src/component/type_to_inject.rs:40:34 [INFO] [stdout] | [INFO] [stdout] 40 | Some(pat_ident.ident.to_token_stream()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `syn::Ident` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quote-1.0.9/src/to_tokens.rs:61:8 [INFO] [stdout] | [INFO] [stdout] 61 | fn to_token_stream(&self) -> TokenStream { [INFO] [stdout] | --------------- [INFO] [stdout] | | [INFO] [stdout] | the method is available for `std::boxed::Box` here [INFO] [stdout] | the method is available for `Rc` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use quote::ToTokens;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_token_stream` found for struct `std::boxed::Box` in the current scope [INFO] [stdout] --> src/component/type_to_inject.rs:46:33 [INFO] [stdout] | [INFO] [stdout] 46 | type_name: typed.ty.to_token_stream().to_string(), [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `std::boxed::Box` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quote-1.0.9/src/to_tokens.rs:61:8 [INFO] [stdout] | [INFO] [stdout] 61 | fn to_token_stream(&self) -> TokenStream { [INFO] [stdout] | --------------- [INFO] [stdout] | | [INFO] [stdout] | the method is available for `std::boxed::Box>` here [INFO] [stdout] | the method is available for `Rc>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use quote::ToTokens;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_token_stream` found for struct `syn::Path` in the current scope [INFO] [stdout] --> src/component/type_to_inject.rs:55:36 [INFO] [stdout] | [INFO] [stdout] 55 | .find(|attr| attr.path.to_token_stream().to_string() == "prop".to_string()); [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `syn::Path` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quote-1.0.9/src/to_tokens.rs:61:8 [INFO] [stdout] | [INFO] [stdout] 61 | fn to_token_stream(&self) -> TokenStream { [INFO] [stdout] | --------------- [INFO] [stdout] | | [INFO] [stdout] | the method is available for `std::boxed::Box` here [INFO] [stdout] | the method is available for `Rc` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use quote::ToTokens;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_token_stream` found for struct `syn::punctuated::Punctuated` in the current scope [INFO] [stdout] --> src/component/injector.rs:273:17 [INFO] [stdout] | [INFO] [stdout] 273 | ab.args.to_token_stream() [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `syn::punctuated::Punctuated` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quote-1.0.9/src/to_tokens.rs:61:8 [INFO] [stdout] | [INFO] [stdout] 61 | fn to_token_stream(&self) -> TokenStream { [INFO] [stdout] | --------------- [INFO] [stdout] | | [INFO] [stdout] | the method is available for `std::boxed::Box>` here [INFO] [stdout] | the method is available for `Rc>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use quote::ToTokens;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_token_stream` found for struct `syn::punctuated::Punctuated` in the current scope [INFO] [stdout] --> src/provider.rs:39:41 [INFO] [stdout] | [INFO] [stdout] 39 | type_path.path.segments.to_token_stream() [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `syn::punctuated::Punctuated` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quote-1.0.9/src/to_tokens.rs:61:8 [INFO] [stdout] | [INFO] [stdout] 61 | fn to_token_stream(&self) -> TokenStream { [INFO] [stdout] | --------------- [INFO] [stdout] | | [INFO] [stdout] | the method is available for `std::boxed::Box>` here [INFO] [stdout] | the method is available for `Rc>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use quote::ToTokens;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_token_stream` found for reference `&syn::Type` in the current scope [INFO] [stdout] --> src/component/type_to_inject.rs:18:30 [INFO] [stdout] | [INFO] [stdout] 18 | type_name: type_.to_token_stream().to_string(), [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `&syn::Type` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use quote::ToTokens;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_token_stream` found for struct `syn::Ident` in the current scope [INFO] [stdout] --> src/provider.rs:57:37 [INFO] [stdout] | [INFO] [stdout] 57 | let fn_name = factory.sig.ident.to_token_stream(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `syn::Ident` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quote-1.0.9/src/to_tokens.rs:61:8 [INFO] [stdout] | [INFO] [stdout] 61 | fn to_token_stream(&self) -> TokenStream { [INFO] [stdout] | --------------- [INFO] [stdout] | | [INFO] [stdout] | the method is available for `std::boxed::Box` here [INFO] [stdout] | the method is available for `Rc` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use quote::ToTokens;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_token_stream` found for enum `syn::Type` in the current scope [INFO] [stdout] --> src/component/type_to_inject.rs:26:33 [INFO] [stdout] | [INFO] [stdout] 26 | type_name: field.ty.to_token_stream().to_string(), [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `syn::Type` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quote-1.0.9/src/to_tokens.rs:61:8 [INFO] [stdout] | [INFO] [stdout] 61 | fn to_token_stream(&self) -> TokenStream { [INFO] [stdout] | --------------- [INFO] [stdout] | | [INFO] [stdout] | the method is available for `std::boxed::Box` here [INFO] [stdout] | the method is available for `Rc` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use quote::ToTokens;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_token_stream` found for reference `&syn::Path` in the current scope [INFO] [stdout] --> src/provider.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | .map(|p| p.to_token_stream()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `&syn::Path` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use quote::ToTokens;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_token_stream` found for struct `syn::Ident` in the current scope [INFO] [stdout] --> src/component/type_to_inject.rs:28:59 [INFO] [stdout] | [INFO] [stdout] 28 | arg_name: field.ident.clone().map(|name| name.to_token_stream()), [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `syn::Ident` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quote-1.0.9/src/to_tokens.rs:61:8 [INFO] [stdout] | [INFO] [stdout] 61 | fn to_token_stream(&self) -> TokenStream { [INFO] [stdout] | --------------- [INFO] [stdout] | | [INFO] [stdout] | the method is available for `std::boxed::Box` here [INFO] [stdout] | the method is available for `Rc` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use quote::ToTokens;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_token_stream` found for struct `syn::Ident` in the current scope [INFO] [stdout] --> src/component/type_to_inject.rs:40:34 [INFO] [stdout] | [INFO] [stdout] 40 | Some(pat_ident.ident.to_token_stream()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `syn::Ident` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quote-1.0.9/src/to_tokens.rs:61:8 [INFO] [stdout] | [INFO] [stdout] 61 | fn to_token_stream(&self) -> TokenStream { [INFO] [stdout] | --------------- [INFO] [stdout] | | [INFO] [stdout] | the method is available for `std::boxed::Box` here [INFO] [stdout] | the method is available for `Rc` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use quote::ToTokens;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_token_stream` found for struct `std::boxed::Box` in the current scope [INFO] [stdout] --> src/component/type_to_inject.rs:46:33 [INFO] [stdout] | [INFO] [stdout] 46 | type_name: typed.ty.to_token_stream().to_string(), [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `std::boxed::Box` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quote-1.0.9/src/to_tokens.rs:61:8 [INFO] [stdout] | [INFO] [stdout] 61 | fn to_token_stream(&self) -> TokenStream { [INFO] [stdout] | --------------- [INFO] [stdout] | | [INFO] [stdout] | the method is available for `std::boxed::Box>` here [INFO] [stdout] | the method is available for `Rc>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use quote::ToTokens;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_token_stream` found for struct `syn::Path` in the current scope [INFO] [stdout] --> src/component/type_to_inject.rs:55:36 [INFO] [stdout] | [INFO] [stdout] 55 | .find(|attr| attr.path.to_token_stream().to_string() == "prop".to_string()); [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `syn::Path` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quote-1.0.9/src/to_tokens.rs:61:8 [INFO] [stdout] | [INFO] [stdout] 61 | fn to_token_stream(&self) -> TokenStream { [INFO] [stdout] | --------------- [INFO] [stdout] | | [INFO] [stdout] | the method is available for `std::boxed::Box` here [INFO] [stdout] | the method is available for `Rc` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use quote::ToTokens;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_token_stream` found for struct `syn::punctuated::Punctuated` in the current scope [INFO] [stdout] --> src/provider.rs:39:41 [INFO] [stdout] | [INFO] [stdout] 39 | type_path.path.segments.to_token_stream() [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `syn::punctuated::Punctuated` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quote-1.0.9/src/to_tokens.rs:61:8 [INFO] [stdout] | [INFO] [stdout] 61 | fn to_token_stream(&self) -> TokenStream { [INFO] [stdout] | --------------- [INFO] [stdout] | | [INFO] [stdout] | the method is available for `std::boxed::Box>` here [INFO] [stdout] | the method is available for `Rc>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use quote::ToTokens;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_token_stream` found for struct `syn::Ident` in the current scope [INFO] [stdout] --> src/provider.rs:57:37 [INFO] [stdout] | [INFO] [stdout] 57 | let fn_name = factory.sig.ident.to_token_stream(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `syn::Ident` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quote-1.0.9/src/to_tokens.rs:61:8 [INFO] [stdout] | [INFO] [stdout] 61 | fn to_token_stream(&self) -> TokenStream { [INFO] [stdout] | --------------- [INFO] [stdout] | | [INFO] [stdout] | the method is available for `std::boxed::Box` here [INFO] [stdout] | the method is available for `Rc` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use quote::ToTokens;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_token_stream` found for struct `std::boxed::Box` in the current scope [INFO] [stdout] --> src/attr_parser.rs:37:62 [INFO] [stdout] | [INFO] [stdout] 37 | let name = parse::(with_default.left.to_token_stream().into())?; [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `std::boxed::Box` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quote-1.0.9/src/to_tokens.rs:61:8 [INFO] [stdout] | [INFO] [stdout] 61 | fn to_token_stream(&self) -> TokenStream { [INFO] [stdout] | --------------- [INFO] [stdout] | | [INFO] [stdout] | the method is available for `std::boxed::Box>` here [INFO] [stdout] | the method is available for `Rc>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use quote::ToTokens;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_token_stream` found for struct `std::boxed::Box` in the current scope [INFO] [stdout] --> src/attr_parser.rs:41:60 [INFO] [stdout] | [INFO] [stdout] 41 | default_value: Some(with_default.right.to_token_stream()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `std::boxed::Box` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quote-1.0.9/src/to_tokens.rs:61:8 [INFO] [stdout] | [INFO] [stdout] 61 | fn to_token_stream(&self) -> TokenStream { [INFO] [stdout] | --------------- [INFO] [stdout] | | [INFO] [stdout] | the method is available for `std::boxed::Box>` here [INFO] [stdout] | the method is available for `Rc>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use quote::ToTokens;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 39 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_token_stream` found for reference `&syn::Path` in the current scope [INFO] [stdout] --> src/provider.rs:110:24 [INFO] [stdout] | [INFO] [stdout] 110 | .map(|p| p.to_token_stream()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `&syn::Path` [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use quote::ToTokens;` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `waiter_codegen` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0599]: no method named `to_token_stream` found for struct `std::boxed::Box` in the current scope [INFO] [stdout] --> src/attr_parser.rs:37:62 [INFO] [stdout] | [INFO] [stdout] 37 | let name = parse::(with_default.left.to_token_stream().into())?; [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `std::boxed::Box` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quote-1.0.9/src/to_tokens.rs:61:8 [INFO] [stdout] | [INFO] [stdout] 61 | fn to_token_stream(&self) -> TokenStream { [INFO] [stdout] | --------------- [INFO] [stdout] | | [INFO] [stdout] | the method is available for `std::boxed::Box>` here [INFO] [stdout] | the method is available for `Rc>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use quote::ToTokens;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `to_token_stream` found for struct `std::boxed::Box` in the current scope [INFO] [stdout] --> src/attr_parser.rs:41:60 [INFO] [stdout] | [INFO] [stdout] 41 | default_value: Some(with_default.right.to_token_stream()) [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `std::boxed::Box` [INFO] [stdout] | [INFO] [stdout] ::: /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/quote-1.0.9/src/to_tokens.rs:61:8 [INFO] [stdout] | [INFO] [stdout] 61 | fn to_token_stream(&self) -> TokenStream { [INFO] [stdout] | --------------- [INFO] [stdout] | | [INFO] [stdout] | the method is available for `std::boxed::Box>` here [INFO] [stdout] | the method is available for `Rc>` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] = note: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] `use quote::ToTokens;` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 39 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "db6487c4e62f167fd17a2e5d052f66459e6ca3b9ebe49a4d0f29ec2fb3bc4ad4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "db6487c4e62f167fd17a2e5d052f66459e6ca3b9ebe49a4d0f29ec2fb3bc4ad4", kill_on_drop: false }` [INFO] [stdout] db6487c4e62f167fd17a2e5d052f66459e6ca3b9ebe49a4d0f29ec2fb3bc4ad4