[INFO] fetching crate waiter_codegen 1.6.4... [INFO] checking waiter_codegen-1.6.4 against try#45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4 for pr-83744 [INFO] extracting crate waiter_codegen 1.6.4 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate waiter_codegen 1.6.4 on toolchain 45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "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-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1d1d173baa677c71d44903a32046f8b945f82d16faaeaf96a1ef3a1124647e05 [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" "1d1d173baa677c71d44903a32046f8b945f82d16faaeaf96a1ef3a1124647e05", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1d1d173baa677c71d44903a32046f8b945f82d16faaeaf96a1ef3a1124647e05", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1d1d173baa677c71d44903a32046f8b945f82d16faaeaf96a1ef3a1124647e05", kill_on_drop: false }` [INFO] [stdout] 1d1d173baa677c71d44903a32046f8b945f82d16faaeaf96a1ef3a1124647e05 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6beb06905bc0a6d74d46fd983f6bdafdabc7d23d59b3caa9804a6e31c5e5bcdc [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" "6beb06905bc0a6d74d46fd983f6bdafdabc7d23d59b3caa9804a6e31c5e5bcdc", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Checking unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.69 [INFO] [stderr] Checking regex-syntax v0.6.23 [INFO] [stderr] Checking aho-corasick v0.7.15 [INFO] [stderr] Checking quote v1.0.9 [INFO] [stderr] Checking regex v1.4.5 [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] 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[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] 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] | the method is available for `std::boxed::Box<&mut syn::Item>` here [INFO] [stdout] | the method is available for `Rc<&mut syn::Item>` here [INFO] [stdout] | the method is available for `std::boxed::Box<&syn::Item>` here [INFO] [stdout] | the method is available for `Rc<&syn::Item>` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 178 | Box::new(item).to_token_stream().into() [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 178 | Rc::new(item).to_token_stream().into() [INFO] [stdout] | ^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 178 | Box::new(&mut item).to_token_stream().into() [INFO] [stdout] | ^^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 178 | Rc::new(&mut item).to_token_stream().into() [INFO] [stdout] | ^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 178 | Box::new(&item).to_token_stream().into() [INFO] [stdout] | ^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 178 | Rc::new(&item).to_token_stream().into() [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] | the method is available for `std::boxed::Box<&mut syn::Path>` here [INFO] [stdout] | the method is available for `Rc<&mut syn::Path>` here [INFO] [stdout] | the method is available for `std::boxed::Box<&syn::Path>` here [INFO] [stdout] | the method is available for `Rc<&syn::Path>` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 100 | let attr_name = Box::new(attr.path).to_token_stream().to_string(); [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 100 | let attr_name = Rc::new(attr.path).to_token_stream().to_string(); [INFO] [stdout] | ^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 100 | let attr_name = Box::new(&mut attr.path).to_token_stream().to_string(); [INFO] [stdout] | ^^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 100 | let attr_name = Rc::new(&mut attr.path).to_token_stream().to_string(); [INFO] [stdout] | ^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 100 | let attr_name = Box::new(&attr.path).to_token_stream().to_string(); [INFO] [stdout] | ^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 100 | let attr_name = Rc::new(&attr.path).to_token_stream().to_string(); [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] | the method is available for `std::boxed::Box<&mut syn::Path>` here [INFO] [stdout] | the method is available for `Rc<&mut syn::Path>` here [INFO] [stdout] | the method is available for `std::boxed::Box<&syn::Path>` here [INFO] [stdout] | the method is available for `Rc<&syn::Path>` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 20 | .find(|attr| Box::new(attr.path).to_token_stream().to_string() == "provides".to_string()); [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 20 | .find(|attr| Rc::new(attr.path).to_token_stream().to_string() == "provides".to_string()); [INFO] [stdout] | ^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 20 | .find(|attr| Box::new(&mut attr.path).to_token_stream().to_string() == "provides".to_string()); [INFO] [stdout] | ^^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 20 | .find(|attr| Rc::new(&mut attr.path).to_token_stream().to_string() == "provides".to_string()); [INFO] [stdout] | ^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 20 | .find(|attr| Box::new(&attr.path).to_token_stream().to_string() == "provides".to_string()); [INFO] [stdout] | ^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 20 | .find(|attr| Rc::new(&attr.path).to_token_stream().to_string() == "provides".to_string()); [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] | the method is available for `std::boxed::Box<&mut syn::Expr>` here [INFO] [stdout] | the method is available for `Rc<&mut syn::Expr>` here [INFO] [stdout] | the method is available for `std::boxed::Box<&syn::Expr>` here [INFO] [stdout] | the method is available for `Rc<&syn::Expr>` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 28 | Box::new(provides_attr.parse_args::()?) [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 28 | Rc::new(provides_attr.parse_args::()?) [INFO] [stdout] | ^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 28 | Box::new(&mut provides_attr.parse_args::()?) [INFO] [stdout] | ^^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 28 | Rc::new(&mut provides_attr.parse_args::()?) [INFO] [stdout] | ^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 28 | Box::new(&provides_attr.parse_args::()?) [INFO] [stdout] | ^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 28 | Rc::new(&provides_attr.parse_args::()?) [INFO] [stdout] | ^^^^^^^^^ ^ [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] | the method is available for `std::boxed::Box<&mut Signature>` here [INFO] [stdout] | the method is available for `Rc<&mut Signature>` here [INFO] [stdout] | the method is available for `std::boxed::Box<&Signature>` here [INFO] [stdout] | the method is available for `Rc<&Signature>` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 34 | let mut fn_tokens = Box::new(method.sig).to_token_stream(); [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 34 | let mut fn_tokens = Rc::new(method.sig).to_token_stream(); [INFO] [stdout] | ^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 34 | let mut fn_tokens = Box::new(&mut method.sig).to_token_stream(); [INFO] [stdout] | ^^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 34 | let mut fn_tokens = Rc::new(&mut method.sig).to_token_stream(); [INFO] [stdout] | ^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 34 | let mut fn_tokens = Box::new(&method.sig).to_token_stream(); [INFO] [stdout] | ^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 34 | let mut fn_tokens = Rc::new(&method.sig).to_token_stream(); [INFO] [stdout] | ^^^^^^^^^ ^ [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] | the method is available for `std::boxed::Box<&mut syn::Block>` here [INFO] [stdout] | the method is available for `Rc<&mut syn::Block>` here [INFO] [stdout] | the method is available for `std::boxed::Box<&syn::Block>` here [INFO] [stdout] | the method is available for `Rc<&syn::Block>` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 35 | fn_tokens.extend(Box::new(method.block).to_token_stream()); [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 35 | fn_tokens.extend(Rc::new(method.block).to_token_stream()); [INFO] [stdout] | ^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 35 | fn_tokens.extend(Box::new(&mut method.block).to_token_stream()); [INFO] [stdout] | ^^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 35 | fn_tokens.extend(Rc::new(&mut method.block).to_token_stream()); [INFO] [stdout] | ^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 35 | fn_tokens.extend(Box::new(&method.block).to_token_stream()); [INFO] [stdout] | ^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 35 | fn_tokens.extend(Rc::new(&method.block).to_token_stream()); [INFO] [stdout] | ^^^^^^^^^ ^ [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] | the method is available for `std::boxed::Box<&mut std::boxed::Box>` here [INFO] [stdout] | the method is available for `Rc<&mut std::boxed::Box>` here [INFO] [stdout] | the method is available for `std::boxed::Box<&std::boxed::Box>` here [INFO] [stdout] | the method is available for `Rc<&std::boxed::Box>` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 41 | Box::new(comp_impl.self_ty).to_token_stream().into() [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 41 | Rc::new(comp_impl.self_ty).to_token_stream().into() [INFO] [stdout] | ^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 41 | Box::new(&mut comp_impl.self_ty).to_token_stream().into() [INFO] [stdout] | ^^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 41 | Rc::new(&mut comp_impl.self_ty).to_token_stream().into() [INFO] [stdout] | ^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 41 | Box::new(&comp_impl.self_ty).to_token_stream().into() [INFO] [stdout] | ^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 41 | Rc::new(&comp_impl.self_ty).to_token_stream().into() [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] | the method is available for `std::boxed::Box<&mut syn::Item>` here [INFO] [stdout] | the method is available for `Rc<&mut syn::Item>` here [INFO] [stdout] | the method is available for `std::boxed::Box<&syn::Item>` here [INFO] [stdout] | the method is available for `Rc<&syn::Item>` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 178 | Box::new(item).to_token_stream().into() [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 178 | Rc::new(item).to_token_stream().into() [INFO] [stdout] | ^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 178 | Box::new(&mut item).to_token_stream().into() [INFO] [stdout] | ^^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 178 | Rc::new(&mut item).to_token_stream().into() [INFO] [stdout] | ^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 178 | Box::new(&item).to_token_stream().into() [INFO] [stdout] | ^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 178 | Rc::new(&item).to_token_stream().into() [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: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] | the method is available for `std::boxed::Box<&mut syn::Path>` here [INFO] [stdout] | the method is available for `Rc<&mut syn::Path>` here [INFO] [stdout] | the method is available for `std::boxed::Box<&syn::Path>` here [INFO] [stdout] | the method is available for `Rc<&syn::Path>` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 125 | let ptr_type = Box::new(path_type.path).to_token_stream().to_string(); [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 125 | let ptr_type = Rc::new(path_type.path).to_token_stream().to_string(); [INFO] [stdout] | ^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 125 | let ptr_type = Box::new(&mut path_type.path).to_token_stream().to_string(); [INFO] [stdout] | ^^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 125 | let ptr_type = Rc::new(&mut path_type.path).to_token_stream().to_string(); [INFO] [stdout] | ^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 125 | let ptr_type = Box::new(&path_type.path).to_token_stream().to_string(); [INFO] [stdout] | ^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 125 | let ptr_type = Rc::new(&path_type.path).to_token_stream().to_string(); [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] | the method is available for `std::boxed::Box<&mut syn::Path>` here [INFO] [stdout] | the method is available for `Rc<&mut syn::Path>` here [INFO] [stdout] | the method is available for `std::boxed::Box<&syn::Path>` here [INFO] [stdout] | the method is available for `Rc<&syn::Path>` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 100 | let attr_name = Box::new(attr.path).to_token_stream().to_string(); [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 100 | let attr_name = Rc::new(attr.path).to_token_stream().to_string(); [INFO] [stdout] | ^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 100 | let attr_name = Box::new(&mut attr.path).to_token_stream().to_string(); [INFO] [stdout] | ^^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 100 | let attr_name = Rc::new(&mut attr.path).to_token_stream().to_string(); [INFO] [stdout] | ^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 100 | let attr_name = Box::new(&attr.path).to_token_stream().to_string(); [INFO] [stdout] | ^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 100 | let attr_name = Rc::new(&attr.path).to_token_stream().to_string(); [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] | the method is available for `std::boxed::Box<&mut syn::Path>` here [INFO] [stdout] | the method is available for `Rc<&mut syn::Path>` here [INFO] [stdout] | the method is available for `std::boxed::Box<&syn::Path>` here [INFO] [stdout] | the method is available for `Rc<&syn::Path>` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 20 | .find(|attr| Box::new(attr.path).to_token_stream().to_string() == "provides".to_string()); [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 20 | .find(|attr| Rc::new(attr.path).to_token_stream().to_string() == "provides".to_string()); [INFO] [stdout] | ^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 20 | .find(|attr| Box::new(&mut attr.path).to_token_stream().to_string() == "provides".to_string()); [INFO] [stdout] | ^^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 20 | .find(|attr| Rc::new(&mut attr.path).to_token_stream().to_string() == "provides".to_string()); [INFO] [stdout] | ^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 20 | .find(|attr| Box::new(&attr.path).to_token_stream().to_string() == "provides".to_string()); [INFO] [stdout] | ^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 20 | .find(|attr| Rc::new(&attr.path).to_token_stream().to_string() == "provides".to_string()); [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: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] | the method is available for `std::boxed::Box<&mut syn::Path>` here [INFO] [stdout] | the method is available for `Rc<&mut syn::Path>` here [INFO] [stdout] | the method is available for `std::boxed::Box<&syn::Path>` here [INFO] [stdout] | the method is available for `Rc<&syn::Path>` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 185 | let ptr_type = Box::new(path_type.path).to_token_stream().to_string(); [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 185 | let ptr_type = Rc::new(path_type.path).to_token_stream().to_string(); [INFO] [stdout] | ^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 185 | let ptr_type = Box::new(&mut path_type.path).to_token_stream().to_string(); [INFO] [stdout] | ^^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 185 | let ptr_type = Rc::new(&mut path_type.path).to_token_stream().to_string(); [INFO] [stdout] | ^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 185 | let ptr_type = Box::new(&path_type.path).to_token_stream().to_string(); [INFO] [stdout] | ^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 185 | let ptr_type = Rc::new(&path_type.path).to_token_stream().to_string(); [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] | the method is available for `std::boxed::Box<&mut syn::Expr>` here [INFO] [stdout] | the method is available for `Rc<&mut syn::Expr>` here [INFO] [stdout] | the method is available for `std::boxed::Box<&syn::Expr>` here [INFO] [stdout] | the method is available for `Rc<&syn::Expr>` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 28 | Box::new(provides_attr.parse_args::()?) [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 28 | Rc::new(provides_attr.parse_args::()?) [INFO] [stdout] | ^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 28 | Box::new(&mut provides_attr.parse_args::()?) [INFO] [stdout] | ^^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 28 | Rc::new(&mut provides_attr.parse_args::()?) [INFO] [stdout] | ^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 28 | Box::new(&provides_attr.parse_args::()?) [INFO] [stdout] | ^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 28 | Rc::new(&provides_attr.parse_args::()?) [INFO] [stdout] | ^^^^^^^^^ ^ [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] | the method is available for `std::boxed::Box<&mut Signature>` here [INFO] [stdout] | the method is available for `Rc<&mut Signature>` here [INFO] [stdout] | the method is available for `std::boxed::Box<&Signature>` here [INFO] [stdout] | the method is available for `Rc<&Signature>` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 34 | let mut fn_tokens = Box::new(method.sig).to_token_stream(); [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 34 | let mut fn_tokens = Rc::new(method.sig).to_token_stream(); [INFO] [stdout] | ^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 34 | let mut fn_tokens = Box::new(&mut method.sig).to_token_stream(); [INFO] [stdout] | ^^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 34 | let mut fn_tokens = Rc::new(&mut method.sig).to_token_stream(); [INFO] [stdout] | ^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 34 | let mut fn_tokens = Box::new(&method.sig).to_token_stream(); [INFO] [stdout] | ^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 34 | let mut fn_tokens = Rc::new(&method.sig).to_token_stream(); [INFO] [stdout] | ^^^^^^^^^ ^ [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] | the method is available for `std::boxed::Box<&mut syn::Block>` here [INFO] [stdout] | the method is available for `Rc<&mut syn::Block>` here [INFO] [stdout] | the method is available for `std::boxed::Box<&syn::Block>` here [INFO] [stdout] | the method is available for `Rc<&syn::Block>` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 35 | fn_tokens.extend(Box::new(method.block).to_token_stream()); [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 35 | fn_tokens.extend(Rc::new(method.block).to_token_stream()); [INFO] [stdout] | ^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 35 | fn_tokens.extend(Box::new(&mut method.block).to_token_stream()); [INFO] [stdout] | ^^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 35 | fn_tokens.extend(Rc::new(&mut method.block).to_token_stream()); [INFO] [stdout] | ^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 35 | fn_tokens.extend(Box::new(&method.block).to_token_stream()); [INFO] [stdout] | ^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 35 | fn_tokens.extend(Rc::new(&method.block).to_token_stream()); [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/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] | the method is available for `std::boxed::Box<&mut syn::Path>` here [INFO] [stdout] | the method is available for `Rc<&mut syn::Path>` here [INFO] [stdout] | the method is available for `std::boxed::Box<&syn::Path>` here [INFO] [stdout] | the method is available for `Rc<&syn::Path>` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 140 | (Box::new(to_inject.type_path).to_token_stream(), [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 140 | (Rc::new(to_inject.type_path).to_token_stream(), [INFO] [stdout] | ^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 140 | (Box::new(&mut to_inject.type_path).to_token_stream(), [INFO] [stdout] | ^^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 140 | (Rc::new(&mut to_inject.type_path).to_token_stream(), [INFO] [stdout] | ^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 140 | (Box::new(&to_inject.type_path).to_token_stream(), [INFO] [stdout] | ^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 140 | (Rc::new(&to_inject.type_path).to_token_stream(), [INFO] [stdout] | ^^^^^^^^^ ^ [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] | the method is available for `std::boxed::Box<&mut std::boxed::Box>` here [INFO] [stdout] | the method is available for `Rc<&mut std::boxed::Box>` here [INFO] [stdout] | the method is available for `std::boxed::Box<&std::boxed::Box>` here [INFO] [stdout] | the method is available for `Rc<&std::boxed::Box>` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 41 | Box::new(comp_impl.self_ty).to_token_stream().into() [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 41 | Rc::new(comp_impl.self_ty).to_token_stream().into() [INFO] [stdout] | ^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 41 | Box::new(&mut comp_impl.self_ty).to_token_stream().into() [INFO] [stdout] | ^^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 41 | Rc::new(&mut comp_impl.self_ty).to_token_stream().into() [INFO] [stdout] | ^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 41 | Box::new(&comp_impl.self_ty).to_token_stream().into() [INFO] [stdout] | ^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 41 | Rc::new(&comp_impl.self_ty).to_token_stream().into() [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: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] | the method is available for `std::boxed::Box<&mut syn::Path>` here [INFO] [stdout] | the method is available for `Rc<&mut syn::Path>` here [INFO] [stdout] | the method is available for `std::boxed::Box<&syn::Path>` here [INFO] [stdout] | the method is available for `Rc<&syn::Path>` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 125 | let ptr_type = Box::new(path_type.path).to_token_stream().to_string(); [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 125 | let ptr_type = Rc::new(path_type.path).to_token_stream().to_string(); [INFO] [stdout] | ^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 125 | let ptr_type = Box::new(&mut path_type.path).to_token_stream().to_string(); [INFO] [stdout] | ^^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 125 | let ptr_type = Rc::new(&mut path_type.path).to_token_stream().to_string(); [INFO] [stdout] | ^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 125 | let ptr_type = Box::new(&path_type.path).to_token_stream().to_string(); [INFO] [stdout] | ^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 125 | let ptr_type = Rc::new(&path_type.path).to_token_stream().to_string(); [INFO] [stdout] | ^^^^^^^^^ ^ [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] | the method is available for `std::boxed::Box<&mut syn::punctuated::Punctuated>` here [INFO] [stdout] | the method is available for `Rc<&mut syn::punctuated::Punctuated>` here [INFO] [stdout] | the method is available for `std::boxed::Box<&syn::punctuated::Punctuated>` here [INFO] [stdout] | the method is available for `Rc<&syn::punctuated::Punctuated>` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 273 | Box::new(ab.args).to_token_stream() [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 273 | Rc::new(ab.args).to_token_stream() [INFO] [stdout] | ^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 273 | Box::new(&mut ab.args).to_token_stream() [INFO] [stdout] | ^^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 273 | Rc::new(&mut ab.args).to_token_stream() [INFO] [stdout] | ^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 273 | Box::new(&ab.args).to_token_stream() [INFO] [stdout] | ^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 273 | Rc::new(&ab.args).to_token_stream() [INFO] [stdout] | ^^^^^^^^^ ^ [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] | the method is available for `std::boxed::Box<&mut syn::Type>` here [INFO] [stdout] | the method is available for `Rc<&mut syn::Type>` here [INFO] [stdout] | the method is available for `std::boxed::Box<&syn::Type>` here [INFO] [stdout] | the method is available for `Rc<&syn::Type>` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 26 | type_name: Box::new(field.ty).to_token_stream().to_string(), [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 26 | type_name: Rc::new(field.ty).to_token_stream().to_string(), [INFO] [stdout] | ^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 26 | type_name: Box::new(&mut field.ty).to_token_stream().to_string(), [INFO] [stdout] | ^^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 26 | type_name: Rc::new(&mut field.ty).to_token_stream().to_string(), [INFO] [stdout] | ^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 26 | type_name: Box::new(&field.ty).to_token_stream().to_string(), [INFO] [stdout] | ^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 26 | type_name: Rc::new(&field.ty).to_token_stream().to_string(), [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: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] | the method is available for `std::boxed::Box<&mut syn::Path>` here [INFO] [stdout] | the method is available for `Rc<&mut syn::Path>` here [INFO] [stdout] | the method is available for `std::boxed::Box<&syn::Path>` here [INFO] [stdout] | the method is available for `Rc<&syn::Path>` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 185 | let ptr_type = Box::new(path_type.path).to_token_stream().to_string(); [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 185 | let ptr_type = Rc::new(path_type.path).to_token_stream().to_string(); [INFO] [stdout] | ^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 185 | let ptr_type = Box::new(&mut path_type.path).to_token_stream().to_string(); [INFO] [stdout] | ^^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 185 | let ptr_type = Rc::new(&mut path_type.path).to_token_stream().to_string(); [INFO] [stdout] | ^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 185 | let ptr_type = Box::new(&path_type.path).to_token_stream().to_string(); [INFO] [stdout] | ^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 185 | let ptr_type = Rc::new(&path_type.path).to_token_stream().to_string(); [INFO] [stdout] | ^^^^^^^^^ ^ [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] | the method is available for `std::boxed::Box<&mut syn::Ident>` here [INFO] [stdout] | the method is available for `Rc<&mut syn::Ident>` here [INFO] [stdout] | the method is available for `std::boxed::Box<&syn::Ident>` here [INFO] [stdout] | the method is available for `Rc<&syn::Ident>` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 28 | arg_name: field.ident.clone().map(|name| Box::new(name).to_token_stream()), [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 28 | arg_name: field.ident.clone().map(|name| Rc::new(name).to_token_stream()), [INFO] [stdout] | ^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 28 | arg_name: field.ident.clone().map(|name| Box::new(&mut name).to_token_stream()), [INFO] [stdout] | ^^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 28 | arg_name: field.ident.clone().map(|name| Rc::new(&mut name).to_token_stream()), [INFO] [stdout] | ^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 28 | arg_name: field.ident.clone().map(|name| Box::new(&name).to_token_stream()), [INFO] [stdout] | ^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 28 | arg_name: field.ident.clone().map(|name| Rc::new(&name).to_token_stream()), [INFO] [stdout] | ^^^^^^^^^ ^ [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] | the method is available for `std::boxed::Box<&mut syn::Ident>` here [INFO] [stdout] | the method is available for `Rc<&mut syn::Ident>` here [INFO] [stdout] | the method is available for `std::boxed::Box<&syn::Ident>` here [INFO] [stdout] | the method is available for `Rc<&syn::Ident>` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 40 | Some(Box::new(pat_ident.ident).to_token_stream()) [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 40 | Some(Rc::new(pat_ident.ident).to_token_stream()) [INFO] [stdout] | ^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 40 | Some(Box::new(&mut pat_ident.ident).to_token_stream()) [INFO] [stdout] | ^^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 40 | Some(Rc::new(&mut pat_ident.ident).to_token_stream()) [INFO] [stdout] | ^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 40 | Some(Box::new(&pat_ident.ident).to_token_stream()) [INFO] [stdout] | ^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 40 | Some(Rc::new(&pat_ident.ident).to_token_stream()) [INFO] [stdout] | ^^^^^^^^^ ^ [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] | the method is available for `std::boxed::Box<&mut std::boxed::Box>` here [INFO] [stdout] | the method is available for `Rc<&mut std::boxed::Box>` here [INFO] [stdout] | the method is available for `std::boxed::Box<&std::boxed::Box>` here [INFO] [stdout] | the method is available for `Rc<&std::boxed::Box>` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 46 | type_name: Box::new(typed.ty).to_token_stream().to_string(), [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 46 | type_name: Rc::new(typed.ty).to_token_stream().to_string(), [INFO] [stdout] | ^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 46 | type_name: Box::new(&mut typed.ty).to_token_stream().to_string(), [INFO] [stdout] | ^^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 46 | type_name: Rc::new(&mut typed.ty).to_token_stream().to_string(), [INFO] [stdout] | ^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 46 | type_name: Box::new(&typed.ty).to_token_stream().to_string(), [INFO] [stdout] | ^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 46 | type_name: Rc::new(&typed.ty).to_token_stream().to_string(), [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/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] | the method is available for `std::boxed::Box<&mut syn::Path>` here [INFO] [stdout] | the method is available for `Rc<&mut syn::Path>` here [INFO] [stdout] | the method is available for `std::boxed::Box<&syn::Path>` here [INFO] [stdout] | the method is available for `Rc<&syn::Path>` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 55 | .find(|attr| Box::new(attr.path).to_token_stream().to_string() == "prop".to_string()); [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 55 | .find(|attr| Rc::new(attr.path).to_token_stream().to_string() == "prop".to_string()); [INFO] [stdout] | ^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 55 | .find(|attr| Box::new(&mut attr.path).to_token_stream().to_string() == "prop".to_string()); [INFO] [stdout] | ^^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 55 | .find(|attr| Rc::new(&mut attr.path).to_token_stream().to_string() == "prop".to_string()); [INFO] [stdout] | ^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 55 | .find(|attr| Box::new(&attr.path).to_token_stream().to_string() == "prop".to_string()); [INFO] [stdout] | ^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 55 | .find(|attr| Rc::new(&attr.path).to_token_stream().to_string() == "prop".to_string()); [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/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] | the method is available for `std::boxed::Box<&mut syn::Path>` here [INFO] [stdout] | the method is available for `Rc<&mut syn::Path>` here [INFO] [stdout] | the method is available for `std::boxed::Box<&syn::Path>` here [INFO] [stdout] | the method is available for `Rc<&syn::Path>` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 140 | (Box::new(to_inject.type_path).to_token_stream(), [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 140 | (Rc::new(to_inject.type_path).to_token_stream(), [INFO] [stdout] | ^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 140 | (Box::new(&mut to_inject.type_path).to_token_stream(), [INFO] [stdout] | ^^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 140 | (Rc::new(&mut to_inject.type_path).to_token_stream(), [INFO] [stdout] | ^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 140 | (Box::new(&to_inject.type_path).to_token_stream(), [INFO] [stdout] | ^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 140 | (Rc::new(&to_inject.type_path).to_token_stream(), [INFO] [stdout] | ^^^^^^^^^ ^ [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] | the method is available for `std::boxed::Box<&mut syn::punctuated::Punctuated>` here [INFO] [stdout] | the method is available for `Rc<&mut syn::punctuated::Punctuated>` here [INFO] [stdout] | the method is available for `std::boxed::Box<&syn::punctuated::Punctuated>` here [INFO] [stdout] | the method is available for `Rc<&syn::punctuated::Punctuated>` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 39 | Box::new(type_path.path.segments).to_token_stream() [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 39 | Rc::new(type_path.path.segments).to_token_stream() [INFO] [stdout] | ^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 39 | Box::new(&mut type_path.path.segments).to_token_stream() [INFO] [stdout] | ^^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 39 | Rc::new(&mut type_path.path.segments).to_token_stream() [INFO] [stdout] | ^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 39 | Box::new(&type_path.path.segments).to_token_stream() [INFO] [stdout] | ^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 39 | Rc::new(&type_path.path.segments).to_token_stream() [INFO] [stdout] | ^^^^^^^^^ ^ [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] | the method is available for `std::boxed::Box<&mut syn::Ident>` here [INFO] [stdout] | the method is available for `Rc<&mut syn::Ident>` here [INFO] [stdout] | the method is available for `std::boxed::Box<&syn::Ident>` here [INFO] [stdout] | the method is available for `Rc<&syn::Ident>` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 57 | let fn_name = Box::new(factory.sig.ident).to_token_stream(); [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 57 | let fn_name = Rc::new(factory.sig.ident).to_token_stream(); [INFO] [stdout] | ^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 57 | let fn_name = Box::new(&mut factory.sig.ident).to_token_stream(); [INFO] [stdout] | ^^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 57 | let fn_name = Rc::new(&mut factory.sig.ident).to_token_stream(); [INFO] [stdout] | ^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 57 | let fn_name = Box::new(&factory.sig.ident).to_token_stream(); [INFO] [stdout] | ^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 57 | let fn_name = Rc::new(&factory.sig.ident).to_token_stream(); [INFO] [stdout] | ^^^^^^^^^ ^ [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::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] | the method is available for `std::boxed::Box<&mut syn::punctuated::Punctuated>` here [INFO] [stdout] | the method is available for `Rc<&mut syn::punctuated::Punctuated>` here [INFO] [stdout] | the method is available for `std::boxed::Box<&syn::punctuated::Punctuated>` here [INFO] [stdout] | the method is available for `Rc<&syn::punctuated::Punctuated>` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 273 | Box::new(ab.args).to_token_stream() [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 273 | Rc::new(ab.args).to_token_stream() [INFO] [stdout] | ^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 273 | Box::new(&mut ab.args).to_token_stream() [INFO] [stdout] | ^^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 273 | Rc::new(&mut ab.args).to_token_stream() [INFO] [stdout] | ^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 273 | Box::new(&ab.args).to_token_stream() [INFO] [stdout] | ^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 273 | Rc::new(&ab.args).to_token_stream() [INFO] [stdout] | ^^^^^^^^^ ^ [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] | the method is available for `std::boxed::Box<&mut syn::Type>` here [INFO] [stdout] | the method is available for `Rc<&mut syn::Type>` here [INFO] [stdout] | the method is available for `std::boxed::Box<&syn::Type>` here [INFO] [stdout] | the method is available for `Rc<&syn::Type>` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 26 | type_name: Box::new(field.ty).to_token_stream().to_string(), [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 26 | type_name: Rc::new(field.ty).to_token_stream().to_string(), [INFO] [stdout] | ^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 26 | type_name: Box::new(&mut field.ty).to_token_stream().to_string(), [INFO] [stdout] | ^^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 26 | type_name: Rc::new(&mut field.ty).to_token_stream().to_string(), [INFO] [stdout] | ^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 26 | type_name: Box::new(&field.ty).to_token_stream().to_string(), [INFO] [stdout] | ^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 26 | type_name: Rc::new(&field.ty).to_token_stream().to_string(), [INFO] [stdout] | ^^^^^^^^^ ^ [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] | the method is available for `std::boxed::Box<&mut syn::Ident>` here [INFO] [stdout] | the method is available for `Rc<&mut syn::Ident>` here [INFO] [stdout] | the method is available for `std::boxed::Box<&syn::Ident>` here [INFO] [stdout] | the method is available for `Rc<&syn::Ident>` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 28 | arg_name: field.ident.clone().map(|name| Box::new(name).to_token_stream()), [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 28 | arg_name: field.ident.clone().map(|name| Rc::new(name).to_token_stream()), [INFO] [stdout] | ^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 28 | arg_name: field.ident.clone().map(|name| Box::new(&mut name).to_token_stream()), [INFO] [stdout] | ^^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 28 | arg_name: field.ident.clone().map(|name| Rc::new(&mut name).to_token_stream()), [INFO] [stdout] | ^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 28 | arg_name: field.ident.clone().map(|name| Box::new(&name).to_token_stream()), [INFO] [stdout] | ^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 28 | arg_name: field.ident.clone().map(|name| Rc::new(&name).to_token_stream()), [INFO] [stdout] | ^^^^^^^^^ ^ [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] | the method is available for `std::boxed::Box<&mut std::boxed::Box>` here [INFO] [stdout] | the method is available for `Rc<&mut std::boxed::Box>` here [INFO] [stdout] | the method is available for `std::boxed::Box<&std::boxed::Box>` here [INFO] [stdout] | the method is available for `Rc<&std::boxed::Box>` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 37 | let name = parse::(Box::new(with_default.left).to_token_stream().into())?; [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 37 | let name = parse::(Rc::new(with_default.left).to_token_stream().into())?; [INFO] [stdout] | ^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 37 | let name = parse::(Box::new(&mut with_default.left).to_token_stream().into())?; [INFO] [stdout] | ^^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 37 | let name = parse::(Rc::new(&mut with_default.left).to_token_stream().into())?; [INFO] [stdout] | ^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 37 | let name = parse::(Box::new(&with_default.left).to_token_stream().into())?; [INFO] [stdout] | ^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 37 | let name = parse::(Rc::new(&with_default.left).to_token_stream().into())?; [INFO] [stdout] | ^^^^^^^^^ ^ [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] | the method is available for `std::boxed::Box<&mut std::boxed::Box>` here [INFO] [stdout] | the method is available for `Rc<&mut std::boxed::Box>` here [INFO] [stdout] | the method is available for `std::boxed::Box<&std::boxed::Box>` here [INFO] [stdout] | the method is available for `Rc<&std::boxed::Box>` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 41 | default_value: Some(Box::new(with_default.right).to_token_stream()) [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 41 | default_value: Some(Rc::new(with_default.right).to_token_stream()) [INFO] [stdout] | ^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 41 | default_value: Some(Box::new(&mut with_default.right).to_token_stream()) [INFO] [stdout] | ^^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 41 | default_value: Some(Rc::new(&mut with_default.right).to_token_stream()) [INFO] [stdout] | ^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 41 | default_value: Some(Box::new(&with_default.right).to_token_stream()) [INFO] [stdout] | ^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 41 | default_value: Some(Rc::new(&with_default.right).to_token_stream()) [INFO] [stdout] | ^^^^^^^^^ ^ [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] | the method is available for `std::boxed::Box<&mut syn::Ident>` here [INFO] [stdout] | the method is available for `Rc<&mut syn::Ident>` here [INFO] [stdout] | the method is available for `std::boxed::Box<&syn::Ident>` here [INFO] [stdout] | the method is available for `Rc<&syn::Ident>` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 40 | Some(Box::new(pat_ident.ident).to_token_stream()) [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 40 | Some(Rc::new(pat_ident.ident).to_token_stream()) [INFO] [stdout] | ^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 40 | Some(Box::new(&mut pat_ident.ident).to_token_stream()) [INFO] [stdout] | ^^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 40 | Some(Rc::new(&mut pat_ident.ident).to_token_stream()) [INFO] [stdout] | ^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 40 | Some(Box::new(&pat_ident.ident).to_token_stream()) [INFO] [stdout] | ^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 40 | Some(Rc::new(&pat_ident.ident).to_token_stream()) [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `waiter_codegen` [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] | the method is available for `std::boxed::Box<&mut std::boxed::Box>` here [INFO] [stdout] | the method is available for `Rc<&mut std::boxed::Box>` here [INFO] [stdout] | the method is available for `std::boxed::Box<&std::boxed::Box>` here [INFO] [stdout] | the method is available for `Rc<&std::boxed::Box>` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 46 | type_name: Box::new(typed.ty).to_token_stream().to_string(), [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 46 | type_name: Rc::new(typed.ty).to_token_stream().to_string(), [INFO] [stdout] | ^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 46 | type_name: Box::new(&mut typed.ty).to_token_stream().to_string(), [INFO] [stdout] | ^^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 46 | type_name: Rc::new(&mut typed.ty).to_token_stream().to_string(), [INFO] [stdout] | ^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 46 | type_name: Box::new(&typed.ty).to_token_stream().to_string(), [INFO] [stdout] | ^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 46 | type_name: Rc::new(&typed.ty).to_token_stream().to_string(), [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] error: aborting due to 39 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stdout] Some errors have detailed explanations: E0432, E0599. [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [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 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] | the method is available for `std::boxed::Box<&mut syn::Path>` here [INFO] [stdout] | the method is available for `Rc<&mut syn::Path>` here [INFO] [stdout] | the method is available for `std::boxed::Box<&syn::Path>` here [INFO] [stdout] | the method is available for `Rc<&syn::Path>` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 55 | .find(|attr| Box::new(attr.path).to_token_stream().to_string() == "prop".to_string()); [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 55 | .find(|attr| Rc::new(attr.path).to_token_stream().to_string() == "prop".to_string()); [INFO] [stdout] | ^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 55 | .find(|attr| Box::new(&mut attr.path).to_token_stream().to_string() == "prop".to_string()); [INFO] [stdout] | ^^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 55 | .find(|attr| Rc::new(&mut attr.path).to_token_stream().to_string() == "prop".to_string()); [INFO] [stdout] | ^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 55 | .find(|attr| Box::new(&attr.path).to_token_stream().to_string() == "prop".to_string()); [INFO] [stdout] | ^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 55 | .find(|attr| Rc::new(&attr.path).to_token_stream().to_string() == "prop".to_string()); [INFO] [stdout] | ^^^^^^^^^ ^ [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] | the method is available for `std::boxed::Box<&mut syn::punctuated::Punctuated>` here [INFO] [stdout] | the method is available for `Rc<&mut syn::punctuated::Punctuated>` here [INFO] [stdout] | the method is available for `std::boxed::Box<&syn::punctuated::Punctuated>` here [INFO] [stdout] | the method is available for `Rc<&syn::punctuated::Punctuated>` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 39 | Box::new(type_path.path.segments).to_token_stream() [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 39 | Rc::new(type_path.path.segments).to_token_stream() [INFO] [stdout] | ^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 39 | Box::new(&mut type_path.path.segments).to_token_stream() [INFO] [stdout] | ^^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 39 | Rc::new(&mut type_path.path.segments).to_token_stream() [INFO] [stdout] | ^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 39 | Box::new(&type_path.path.segments).to_token_stream() [INFO] [stdout] | ^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 39 | Rc::new(&type_path.path.segments).to_token_stream() [INFO] [stdout] | ^^^^^^^^^ ^ [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] | the method is available for `std::boxed::Box<&mut syn::Ident>` here [INFO] [stdout] | the method is available for `Rc<&mut syn::Ident>` here [INFO] [stdout] | the method is available for `std::boxed::Box<&syn::Ident>` here [INFO] [stdout] | the method is available for `Rc<&syn::Ident>` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 57 | let fn_name = Box::new(factory.sig.ident).to_token_stream(); [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 57 | let fn_name = Rc::new(factory.sig.ident).to_token_stream(); [INFO] [stdout] | ^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 57 | let fn_name = Box::new(&mut factory.sig.ident).to_token_stream(); [INFO] [stdout] | ^^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 57 | let fn_name = Rc::new(&mut factory.sig.ident).to_token_stream(); [INFO] [stdout] | ^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 57 | let fn_name = Box::new(&factory.sig.ident).to_token_stream(); [INFO] [stdout] | ^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 57 | let fn_name = Rc::new(&factory.sig.ident).to_token_stream(); [INFO] [stdout] | ^^^^^^^^^ ^ [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 `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] | the method is available for `std::boxed::Box<&mut std::boxed::Box>` here [INFO] [stdout] | the method is available for `Rc<&mut std::boxed::Box>` here [INFO] [stdout] | the method is available for `std::boxed::Box<&std::boxed::Box>` here [INFO] [stdout] | the method is available for `Rc<&std::boxed::Box>` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 37 | let name = parse::(Box::new(with_default.left).to_token_stream().into())?; [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 37 | let name = parse::(Rc::new(with_default.left).to_token_stream().into())?; [INFO] [stdout] | ^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 37 | let name = parse::(Box::new(&mut with_default.left).to_token_stream().into())?; [INFO] [stdout] | ^^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 37 | let name = parse::(Rc::new(&mut with_default.left).to_token_stream().into())?; [INFO] [stdout] | ^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 37 | let name = parse::(Box::new(&with_default.left).to_token_stream().into())?; [INFO] [stdout] | ^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 37 | let name = parse::(Rc::new(&with_default.left).to_token_stream().into())?; [INFO] [stdout] | ^^^^^^^^^ ^ [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] | the method is available for `std::boxed::Box<&mut std::boxed::Box>` here [INFO] [stdout] | the method is available for `Rc<&mut std::boxed::Box>` here [INFO] [stdout] | the method is available for `std::boxed::Box<&std::boxed::Box>` here [INFO] [stdout] | the method is available for `Rc<&std::boxed::Box>` here [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 41 | default_value: Some(Box::new(with_default.right).to_token_stream()) [INFO] [stdout] | ^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 41 | default_value: Some(Rc::new(with_default.right).to_token_stream()) [INFO] [stdout] | ^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 41 | default_value: Some(Box::new(&mut with_default.right).to_token_stream()) [INFO] [stdout] | ^^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 41 | default_value: Some(Rc::new(&mut with_default.right).to_token_stream()) [INFO] [stdout] | ^^^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 41 | default_value: Some(Box::new(&with_default.right).to_token_stream()) [INFO] [stdout] | ^^^^^^^^^^ ^ [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 41 | default_value: Some(Rc::new(&with_default.right).to_token_stream()) [INFO] [stdout] | ^^^^^^^^^ ^ [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" "6beb06905bc0a6d74d46fd983f6bdafdabc7d23d59b3caa9804a6e31c5e5bcdc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6beb06905bc0a6d74d46fd983f6bdafdabc7d23d59b3caa9804a6e31c5e5bcdc", kill_on_drop: false }` [INFO] [stdout] 6beb06905bc0a6d74d46fd983f6bdafdabc7d23d59b3caa9804a6e31c5e5bcdc