[INFO] [stdout] | ^ ^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_braces)]` on by default
[INFO] [stdout] help: remove these braces
[INFO] [stdout] |
[INFO] [stdout] 526 -
[INFO] [stdout] 526 +
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `set_guide_set`
[INFO] [stdout] --> src/app/components.rs:77:21
[INFO] [stdout] |
[INFO] [stdout] 77 | let (guide_set, set_guide_set) = create_slice(
[INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_set_guide_set`
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `set_guide_set`
[INFO] [stdout] --> src/app/components.rs:77:21
[INFO] [stdout] |
[INFO] [stdout] 77 | let (guide_set, set_guide_set) = create_slice(
[INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_set_guide_set`
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(unused_variables)]` on by default
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout] --> src/app/components.rs:283:10
[INFO] [stdout] |
[INFO] [stdout] 283 | let (name, set_name) = create_signal(cx, String::new());
[INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `project_name`
[INFO] [stdout] --> src/app/components.rs:284:10
[INFO] [stdout] |
[INFO] [stdout] 284 | let (project_name, set_project_name) = create_signal(cx, String::new());
[INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_project_name`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `namespace`
[INFO] [stdout] --> src/app/components.rs:285:10
[INFO] [stdout] |
[INFO] [stdout] 285 | let (namespace, set_namespace) = create_signal(cx, String::new());
[INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_namespace`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `project_key`
[INFO] [stdout] --> src/app/components.rs:286:10
[INFO] [stdout] |
[INFO] [stdout] 286 | let (project_key, set_project_key) = create_signal(cx, String::new());
[INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_project_key`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `set_guide_set`
[INFO] [stdout] --> src/app/components.rs:290:21
[INFO] [stdout] |
[INFO] [stdout] 290 | let (guide_set, set_guide_set) = create_slice(
[INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_set_guide_set`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout] --> src/app/components.rs:392:10
[INFO] [stdout] |
[INFO] [stdout] 392 | let (name, set_name) = create_signal(cx, String::new());
[INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `project_name`
[INFO] [stdout] --> src/app/components.rs:393:10
[INFO] [stdout] |
[INFO] [stdout] 393 | let (project_name, set_project_name) = create_signal(cx, String::new());
[INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_project_name`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout] --> src/app/components.rs:283:10
[INFO] [stdout] |
[INFO] [stdout] 283 | let (name, set_name) = create_signal(cx, String::new());
[INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `namespace`
[INFO] [stdout] --> src/app/components.rs:394:10
[INFO] [stdout] |
[INFO] [stdout] 394 | let (namespace, set_namespace) = create_signal(cx, String::new());
[INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_namespace`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `project_name`
[INFO] [stdout] --> src/app/components.rs:284:10
[INFO] [stdout] |
[INFO] [stdout] 284 | let (project_name, set_project_name) = create_signal(cx, String::new());
[INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_project_name`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `project_key`
[INFO] [stdout] --> src/app/components.rs:395:10
[INFO] [stdout] |
[INFO] [stdout] 395 | let (project_key, set_project_key) = create_signal(cx, String::new());
[INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_project_key`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `namespace`
[INFO] [stdout] --> src/app/components.rs:285:10
[INFO] [stdout] |
[INFO] [stdout] 285 | let (namespace, set_namespace) = create_signal(cx, String::new());
[INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_namespace`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `set_guide_set`
[INFO] [stdout] --> src/app/components.rs:399:21
[INFO] [stdout] |
[INFO] [stdout] 399 | let (guide_set, set_guide_set) = create_slice(
[INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_set_guide_set`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `project_key`
[INFO] [stdout] --> src/app/components.rs:286:10
[INFO] [stdout] |
[INFO] [stdout] 286 | let (project_key, set_project_key) = create_signal(cx, String::new());
[INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_project_key`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `set_guide_set`
[INFO] [stdout] --> src/app/components.rs:290:21
[INFO] [stdout] |
[INFO] [stdout] 290 | let (guide_set, set_guide_set) = create_slice(
[INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_set_guide_set`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `name`
[INFO] [stdout] --> src/app/components.rs:392:10
[INFO] [stdout] |
[INFO] [stdout] 392 | let (name, set_name) = create_signal(cx, String::new());
[INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_name`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `project_name`
[INFO] [stdout] --> src/app/components.rs:393:10
[INFO] [stdout] |
[INFO] [stdout] 393 | let (project_name, set_project_name) = create_signal(cx, String::new());
[INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_project_name`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `namespace`
[INFO] [stdout] --> src/app/components.rs:394:10
[INFO] [stdout] |
[INFO] [stdout] 394 | let (namespace, set_namespace) = create_signal(cx, String::new());
[INFO] [stdout] | ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_namespace`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `project_key`
[INFO] [stdout] --> src/app/components.rs:395:10
[INFO] [stdout] |
[INFO] [stdout] 395 | let (project_key, set_project_key) = create_signal(cx, String::new());
[INFO] [stdout] | ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_project_key`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unused variable: `set_guide_set`
[INFO] [stdout] --> src/app/components.rs:399:21
[INFO] [stdout] |
[INFO] [stdout] 399 | let (guide_set, set_guide_set) = create_slice(
[INFO] [stdout] | ^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_set_guide_set`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 15 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 15 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 51.13s
[INFO] running `Command { std: "docker" "inspect" "0cb8d71dce67c5f5acec0de5174343a919b855495c04f446661dd17f250ba2ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0cb8d71dce67c5f5acec0de5174343a919b855495c04f446661dd17f250ba2ce", kill_on_drop: false }`
[INFO] [stdout] 0cb8d71dce67c5f5acec0de5174343a919b855495c04f446661dd17f250ba2ce
[INFO] checking SOSDove/idp-example against try#3832a95f57d4260fb5641e183906f49b4e5c6bdd for pr-119369-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSOSDove%2Fidp-example" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/SOSDove/idp-example on toolchain 3832a95f57d4260fb5641e183906f49b4e5c6bdd
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3832a95f57d4260fb5641e183906f49b4e5c6bdd" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-0-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/SOSDove/idp-example
[INFO] finished tweaking git repo https://github.com/SOSDove/idp-example
[INFO] tweaked toml for git repo https://github.com/SOSDove/idp-example written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/SOSDove/idp-example already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+3832a95f57d4260fb5641e183906f49b4e5c6bdd" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+3832a95f57d4260fb5641e183906f49b4e5c6bdd" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fd8937d44cfe340c6e499f663d1ed0a8c489d9e9b5ccbfecd2507a611d21be72
[INFO] running `Command { std: "docker" "start" "-a" "fd8937d44cfe340c6e499f663d1ed0a8c489d9e9b5ccbfecd2507a611d21be72", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fd8937d44cfe340c6e499f663d1ed0a8c489d9e9b5ccbfecd2507a611d21be72", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fd8937d44cfe340c6e499f663d1ed0a8c489d9e9b5ccbfecd2507a611d21be72", kill_on_drop: false }`
[INFO] [stdout] fd8937d44cfe340c6e499f663d1ed0a8c489d9e9b5ccbfecd2507a611d21be72
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+3832a95f57d4260fb5641e183906f49b4e5c6bdd" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8cbe152b2d54b0000b780f286e264a834a488f3a4a1e07f8dbfa45d6e9a6c4b1
[INFO] running `Command { std: "docker" "start" "-a" "8cbe152b2d54b0000b780f286e264a834a488f3a4a1e07f8dbfa45d6e9a6c4b1", kill_on_drop: false }`
[INFO] [stderr] Compiling proc-macro2 v1.0.66
[INFO] [stderr] Compiling libc v0.2.147
[INFO] [stderr] Compiling serde v1.0.188
[INFO] [stderr] Checking memchr v2.6.3
[INFO] [stderr] Compiling syn v1.0.109
[INFO] [stderr] Compiling wasm-bindgen-shared v0.2.87
[INFO] [stderr] Checking itoa v1.0.9
[INFO] [stderr] Compiling log v0.4.20
[INFO] [stderr] Compiling ahash v0.7.6
[INFO] [stderr] Compiling bumpalo v3.13.0
[INFO] [stderr] Compiling proc-macro-error v1.0.4
[INFO] [stderr] Checking futures-sink v0.3.28
[INFO] [stderr] Compiling wasm-bindgen v0.2.87
[INFO] [stderr] Checking ryu v1.0.15
[INFO] [stderr] Checking bytes v1.4.0
[INFO] [stderr] Compiling serde_json v1.0.105
[INFO] [stderr] Checking futures-channel v0.3.28
[INFO] [stderr] Checking futures-io v0.3.28
[INFO] [stderr] Checking tracing-core v0.1.31
[INFO] [stderr] Compiling unicode-xid v0.2.4
[INFO] [stderr] Compiling indexmap v1.9.3
[INFO] [stderr] Compiling smallvec v1.11.0
[INFO] [stderr] Compiling num-traits v0.2.16
[INFO] [stderr] Checking http v0.2.9
[INFO] [stderr] Compiling ucd-trie v0.1.6
[INFO] [stderr] Compiling proc-macro2-diagnostics v0.10.1
[INFO] [stderr] Compiling xxhash-rust v0.8.6
[INFO] [stderr] Compiling parking_lot_core v0.9.8
[INFO] [stderr] Checking try-lock v0.2.4
[INFO] [stderr] Checking unicode-bidi v0.3.13
[INFO] [stderr] Checking unicode-ident v1.0.11
[INFO] [stderr] Compiling num-integer v0.1.45
[INFO] [stderr] Compiling lock_api v0.4.10
[INFO] [stderr] Checking want v0.3.1
[INFO] [stderr] Compiling slotmap v1.0.6
[INFO] [stderr] Compiling num-bigint v0.4.4
[INFO] [stderr] Checking half v1.8.2
[INFO] [stderr] Compiling yansi v1.0.0-rc.1
[INFO] [stderr] Compiling anyhow v1.0.75
[INFO] [stderr] Checking ciborium-io v0.2.1
[INFO] [stderr] Compiling camino v1.1.6
[INFO] [stderr] Checking idna v0.4.0
[INFO] [stderr] Checking base64 v0.21.3
[INFO] [stderr] Checking lazy_static v1.4.0
[INFO] [stderr] Compiling scopeguard v1.2.0
[INFO] [stderr] Checking ciborium-ll v0.2.1
[INFO] [stderr] Compiling quote v1.0.33
[INFO] [stderr] Checking dlv-list v0.3.0
[INFO] [stderr] Checking ipnet v2.8.0
[INFO] [stderr] Compiling collection_literals v1.0.1
[INFO] [stderr] Compiling equivalent v1.0.1
[INFO] [stderr] Compiling same-file v1.0.6
[INFO] [stderr] Checking hashbrown v0.14.0
[INFO] [stderr] Compiling syn v2.0.29
[INFO] [stderr] Compiling proc-macro-utils v0.8.0
[INFO] [stderr] Compiling prettyplease v0.2.12
[INFO] [stderr] Compiling async-trait v0.1.73
[INFO] [stderr] Compiling interpolator v0.5.0
[INFO] [stderr] Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr] Checking getrandom v0.2.10
[INFO] [stderr] Checking socket2 v0.5.3
[INFO] [stderr] Checking mio v0.8.8
[INFO] [stderr] Compiling const_format_proc_macros v0.2.31
[INFO] [stderr] Checking http-body v0.4.5
[INFO] [stderr] Checking socket2 v0.4.9
[INFO] [stderr] Checking url v2.4.1
[INFO] [stderr] Checking indexmap v2.0.0
[INFO] [stderr] Checking hashbrown v0.12.3
[INFO] [stderr] Compiling walkdir v2.3.3
[INFO] [stderr] Checking aho-corasick v1.0.5
[INFO] [stderr] Compiling parking_lot v0.12.1
[INFO] [stderr] Checking tokio v1.32.0
[INFO] [stderr] Checking regex-syntax v0.7.5
[INFO] [stderr] Compiling utf8-width v0.1.6
[INFO] [stderr] Compiling either v1.9.0
[INFO] [stderr] Checking rustc-hash v1.1.0
[INFO] [stderr] Compiling pin-project-lite v0.2.13
[INFO] [stderr] Checking linked-hash-map v0.5.6
[INFO] [stderr] Checking ordered-multimap v0.4.3
[INFO] [stderr] Checking self_cell v1.0.1
[INFO] [stderr] Compiling const_format v0.2.31
[INFO] [stderr] Checking minimal-lexical v0.2.1
[INFO] [stderr] Checking yaml-rust v0.4.5
[INFO] [stderr] Compiling itertools v0.10.5
[INFO] [stderr] Checking nom v7.1.3
[INFO] [stderr] Checking rust-ini v0.18.0
[INFO] [stderr] Compiling html-escape v0.2.13
[INFO] [stderr] Compiling convert_case v0.6.0
[INFO] [stderr] Compiling uuid v1.4.1
[INFO] [stderr] Checking pathdiff v0.2.1
[INFO] [stderr] Checking inventory v0.3.12
[INFO] [stderr] Checking drain_filter_polyfill v0.1.3
[INFO] [stderr] Checking pad-adapter v0.1.1
[INFO] [stderr] Checking common_macros v0.1.1
[INFO] [stderr] Checking regex-automata v0.3.8
[INFO] [stderr] Compiling wasm-bindgen-backend v0.2.87
[INFO] [stderr] Checking regex v1.9.5
[INFO] [stderr] Compiling serde_derive v1.0.188
[INFO] [stderr] Compiling thiserror-impl v1.0.47
[INFO] [stderr] Compiling tracing-attributes v0.1.26
[INFO] [stderr] Compiling futures-macro v0.3.28
[INFO] [stderr] Compiling derive-where v1.2.4
[INFO] [stderr] Compiling enum-ordinalize v3.1.13
[INFO] [stderr] Compiling async-recursion v1.0.5
[INFO] [stderr] Compiling pin-project-internal v1.1.3
[INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.87
[INFO] [stderr] Compiling syn_derive v0.1.6
[INFO] [stderr] Compiling typed-builder v0.14.0
[INFO] [stderr] Compiling educe v0.4.22
[INFO] [stderr] Checking futures-util v0.3.28
[INFO] [stderr] Compiling wasm-bindgen-macro v0.2.87
[INFO] [stderr] Checking pin-project v1.1.3
[INFO] [stderr] Compiling thiserror v1.0.47
[INFO] [stderr] Compiling pest v2.7.3
[INFO] [stderr] Compiling quote-use v0.7.1
[INFO] [stderr] Compiling rstml v0.11.2
[INFO] [stderr] Checking tracing v0.1.37
[INFO] [stderr] Checking tokio-util v0.7.8
[INFO] [stderr] Checking js-sys v0.3.64
[INFO] [stderr] Checking console_error_panic_hook v0.1.7
[INFO] [stderr] Compiling pest_meta v2.7.3
[INFO] [stderr] Compiling pest_generator v2.7.3
[INFO] [stderr] Compiling attribute-derive-macro v0.6.1
[INFO] [stderr] Compiling pest_derive v2.7.3
[INFO] [stderr] Checking h2 v0.3.21
[INFO] [stderr] Checking futures-executor v0.3.28
[INFO] [stderr] Checking futures v0.3.28
[INFO] [stderr] Compiling attribute-derive v0.6.1
[INFO] [stderr] Checking web-sys v0.3.64
[INFO] [stderr] Checking wasm-bindgen-futures v0.4.37
[INFO] [stderr] Checking hyper v0.14.27
[INFO] [stderr] Checking serde_urlencoded v0.7.1
[INFO] [stderr] Checking serde_qs v0.12.0
[INFO] [stderr] Checking ciborium v0.2.1
[INFO] [stderr] Checking serde-wasm-bindgen v0.5.0
[INFO] [stderr] Checking toml v0.5.11
[INFO] [stderr] Checking ron v0.7.1
[INFO] [stderr] Checking json5 v0.4.1
[INFO] [stderr] Checking serde_test v1.0.176
[INFO] [stderr] Checking linear-map v1.2.0
[INFO] [stderr] Compiling server_fn_macro v0.4.10
[INFO] [stderr] Compiling leptos_hot_reload v0.4.10
[INFO] [stderr] Checking leptos_reactive v0.4.10
[INFO] [stderr] Compiling server_fn_macro_default v0.4.10
[INFO] [stderr] Checking config v0.13.3
[INFO] [stderr] Compiling leptos_macro v0.4.10
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/lib.rs:375:13
[INFO] [stdout] |
[INFO] [stdout] 375 | quote! {
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 7 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 7 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/slot.rs:194:22
[INFO] [stdout] |
[INFO] [stdout] 194 | let output = quote! { #[builder(#default #setter)] };
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/slot.rs:77:22
[INFO] [stdout] |
[INFO] [stdout] 77 | let output = quote! {
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/component.rs:577:22
[INFO] [stdout] |
[INFO] [stdout] 577 | let output = quote! { #[builder(#default #setter)] };
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/component.rs:269:22
[INFO] [stdout] |
[INFO] [stdout] 269 | let output = quote! {
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/component.rs:211:47
[INFO] [stdout] |
[INFO] [stdout] 211 | (quote! {}, quote! {}, quote! {}, quote! {})
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/component.rs:211:36
[INFO] [stdout] |
[INFO] [stdout] 211 | (quote! {}, quote! {}, quote! {}, quote! {})
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/component.rs:211:25
[INFO] [stdout] |
[INFO] [stdout] 211 | (quote! {}, quote! {}, quote! {}, quote! {})
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/component.rs:211:14
[INFO] [stdout] |
[INFO] [stdout] 211 | (quote! {}, quote! {}, quote! {}, quote! {})
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/component.rs:198:17
[INFO] [stdout] |
[INFO] [stdout] 198 | quote! {
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/component.rs:195:17
[INFO] [stdout] |
[INFO] [stdout] 195 | quote! {
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/component.rs:188:17
[INFO] [stdout] |
[INFO] [stdout] 188 | quote! {
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/slot.rs:345:13
[INFO] [stdout] |
[INFO] [stdout] 345 | quote! {
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/slot.rs:337:25
[INFO] [stdout] |
[INFO] [stdout] 337 | quote!(#name),
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/slot.rs:330:25
[INFO] [stdout] |
[INFO] [stdout] 330 | quote!(#name),
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/slot.rs:320:13
[INFO] [stdout] |
[INFO] [stdout] 320 | quote! {
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/slot.rs:311:25
[INFO] [stdout] |
[INFO] [stdout] 311 | quote!(#name),
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/slot.rs:307:49
[INFO] [stdout] |
[INFO] [stdout] 307 | format!("- **{}**: [`{}`]", quote!(#name), pretty_ty)
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/slot.rs:261:5
[INFO] [stdout] |
[INFO] [stdout] 261 | quote! {
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/slot.rs:258:9
[INFO] [stdout] |
[INFO] [stdout] 258 | quote! {}
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/slot.rs:253:9
[INFO] [stdout] |
[INFO] [stdout] 253 | quote! {
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/slot.rs:249:9
[INFO] [stdout] |
[INFO] [stdout] 249 | quote! {}
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/slot.rs:244:9
[INFO] [stdout] |
[INFO] [stdout] 244 | quote! {
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/slot.rs:216:13
[INFO] [stdout] |
[INFO] [stdout] 216 | quote! {
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/slot.rs:191:13
[INFO] [stdout] |
[INFO] [stdout] 191 | quote! {}
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/slot.rs:189:13
[INFO] [stdout] |
[INFO] [stdout] 189 | quote! { setter(#strip_option #into) }
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/slot.rs:185:13
[INFO] [stdout] |
[INFO] [stdout] 185 | quote! {}
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/slot.rs:183:13
[INFO] [stdout] |
[INFO] [stdout] 183 | quote! { into, }
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/slot.rs:179:13
[INFO] [stdout] |
[INFO] [stdout] 179 | quote! {}
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/slot.rs:177:13
[INFO] [stdout] |
[INFO] [stdout] 177 | quote! { strip_option, }
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/slot.rs:173:13
[INFO] [stdout] |
[INFO] [stdout] 173 | quote! {}
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/slot.rs:171:13
[INFO] [stdout] |
[INFO] [stdout] 171 | quote! { default, }
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/slot.rs:169:13
[INFO] [stdout] |
[INFO] [stdout] 169 | quote! { default_code=#v, }
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/component.rs:800:13
[INFO] [stdout] |
[INFO] [stdout] 800 | quote! {
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/component.rs:792:25
[INFO] [stdout] |
[INFO] [stdout] 792 | quote!(#name),
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/component.rs:785:25
[INFO] [stdout] |
[INFO] [stdout] 785 | quote!(#name),
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/component.rs:775:13
[INFO] [stdout] |
[INFO] [stdout] 775 | quote! {
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/component.rs:767:25
[INFO] [stdout] |
[INFO] [stdout] 767 | quote!(#name),
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/component.rs:763:58
[INFO] [stdout] |
[INFO] [stdout] 763 | format!("- **{}**: [`{pretty_ty}`]", quote!(#name))
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/component.rs:668:5
[INFO] [stdout] |
[INFO] [stdout] 668 | quote! {
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/component.rs:665:9
[INFO] [stdout] |
[INFO] [stdout] 665 | quote! {}
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/component.rs:660:9
[INFO] [stdout] |
[INFO] [stdout] 660 | quote! {
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/component.rs:656:9
[INFO] [stdout] |
[INFO] [stdout] 656 | quote! {}
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/component.rs:651:9
[INFO] [stdout] |
[INFO] [stdout] 651 | quote! {
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/component.rs:628:13
[INFO] [stdout] |
[INFO] [stdout] 628 | quote! { #ident, }
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/component.rs:609:13
[INFO] [stdout] |
[INFO] [stdout] 609 | quote! {
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/component.rs:604:17
[INFO] [stdout] |
[INFO] [stdout] 604 | quote!()
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/component.rs:602:17
[INFO] [stdout] |
[INFO] [stdout] 602 | quote!(#[allow(missing_docs)])
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/component.rs:574:13
[INFO] [stdout] |
[INFO] [stdout] 574 | quote! {}
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/component.rs:572:13
[INFO] [stdout] |
[INFO] [stdout] 572 | quote! { setter(#strip_option #into) }
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/component.rs:568:13
[INFO] [stdout] |
[INFO] [stdout] 568 | quote! {}
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/component.rs:566:13
[INFO] [stdout] |
[INFO] [stdout] 566 | quote! { into, }
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/component.rs:562:13
[INFO] [stdout] |
[INFO] [stdout] 562 | quote! {}
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/component.rs:560:13
[INFO] [stdout] |
[INFO] [stdout] 560 | quote! { strip_option, }
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/component.rs:556:13
[INFO] [stdout] |
[INFO] [stdout] 556 | quote! {}
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/component.rs:554:13
[INFO] [stdout] |
[INFO] [stdout] 554 | quote! { default, }
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/component.rs:552:13
[INFO] [stdout] |
[INFO] [stdout] 552 | quote! { default_code=#v, }
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/component.rs:500:17
[INFO] [stdout] |
[INFO] [stdout] 500 | quote! { #[doc = #doc] }
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/component.rs:260:13
[INFO] [stdout] |
[INFO] [stdout] 260 | quote! {
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/component.rs:252:13
[INFO] [stdout] |
[INFO] [stdout] 252 | quote! {
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/component.rs:244:13
[INFO] [stdout] |
[INFO] [stdout] 244 | quote! {
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/component.rs:242:13
[INFO] [stdout] |
[INFO] [stdout] 242 | quote! {}
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/component.rs:236:13
[INFO] [stdout] |
[INFO] [stdout] 236 | quote! {
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/component.rs:234:13
[INFO] [stdout] |
[INFO] [stdout] 234 | quote! {}
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/component.rs:219:13
[INFO] [stdout] |
[INFO] [stdout] 219 | quote! {
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/component.rs:215:13
[INFO] [stdout] |
[INFO] [stdout] 215 | quote! {
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/component.rs:205:21
[INFO] [stdout] |
[INFO] [stdout] 205 | quote! {
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] error: cannot find macro `quote` in this scope
[INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/leptos_macro-0.4.10/src/component.rs:203:21
[INFO] [stdout] |
[INFO] [stdout] 203 | quote! {}
[INFO] [stdout] | ^^^^^
[INFO] [stdout] |
[INFO] [stdout] = note: `quote` is in scope, but it is a crate, not a macro
[INFO] [stdout] help: consider importing one of these items
[INFO] [stdout] |
[INFO] [stdout] 1 + use proc_macro::quote;
[INFO] [stdout] |
[INFO] [stdout] 1 + use quote::quote;
[INFO] [stdout] |
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Checking leptos_config v0.4.10
[INFO] [stdout] error: aborting due to 68 previous errors
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] error: could not compile `leptos_macro` (lib) due to 69 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "8cbe152b2d54b0000b780f286e264a834a488f3a4a1e07f8dbfa45d6e9a6c4b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8cbe152b2d54b0000b780f286e264a834a488f3a4a1e07f8dbfa45d6e9a6c4b1", kill_on_drop: false }`
[INFO] [stdout] 8cbe152b2d54b0000b780f286e264a834a488f3a4a1e07f8dbfa45d6e9a6c4b1