[INFO] fetching crate proc-macro-utils 0.10.0... [INFO] testing proc-macro-utils-0.10.0 against master#b03b3a7ec92682be2917540b679478d41c95a30c for pr-137122-1 [INFO] extracting crate proc-macro-utils 0.10.0 into /workspace/builds/worker-1-tc1/source [INFO] started tweaking crates.io crate proc-macro-utils 0.10.0 [INFO] finished tweaking crates.io crate proc-macro-utils 0.10.0 [INFO] tweaked toml for crates.io crate proc-macro-utils 0.10.0 written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate proc-macro-utils 0.10.0 on toolchain b03b3a7ec92682be2917540b679478d41c95a30c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b03b3a7ec92682be2917540b679478d41c95a30c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b03b3a7ec92682be2917540b679478d41c95a30c" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 4 packages to latest compatible versions [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b03b3a7ec92682be2917540b679478d41c95a30c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+b03b3a7ec92682be2917540b679478d41c95a30c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 45f439773956105c6bfd083302863cd7292c7bb291af9ac85cc25119cdb71be1 [INFO] running `Command { std: "docker" "start" "-a" "45f439773956105c6bfd083302863cd7292c7bb291af9ac85cc25119cdb71be1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "45f439773956105c6bfd083302863cd7292c7bb291af9ac85cc25119cdb71be1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "45f439773956105c6bfd083302863cd7292c7bb291af9ac85cc25119cdb71be1", kill_on_drop: false }` [INFO] [stdout] 45f439773956105c6bfd083302863cd7292c7bb291af9ac85cc25119cdb71be1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+b03b3a7ec92682be2917540b679478d41c95a30c" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2bb868116f81a2e56fa4483e9efd6e555d0695dab9f63fd0be4046529030ccd5 [INFO] running `Command { std: "docker" "start" "-a" "2bb868116f81a2e56fa4483e9efd6e555d0695dab9f63fd0be4046529030ccd5", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling proc-macro-utils v0.10.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 296 | / delimited![ [INFO] [stdout] 297 | | Parenthesis as is_parenthesized: " parentheses (`( ... )`)", [INFO] [stdout] 298 | | Brace as is_braced: " braces (`{ ... }`)", [INFO] [stdout] 299 | | Bracket as is_bracketed: " brackets (`[ ... ]`)", [INFO] [stdout] 300 | | None as is_implicitly_delimited: " no delimiters (`Ø ... Ø`)" [INFO] [stdout] 301 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `delimited` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 296 | / delimited![ [INFO] [stdout] 297 | | Parenthesis as is_parenthesized: " parentheses (`( ... )`)", [INFO] [stdout] 298 | | Brace as is_braced: " braces (`{ ... }`)", [INFO] [stdout] 299 | | Bracket as is_bracketed: " brackets (`[ ... ]`)", [INFO] [stdout] 300 | | None as is_implicitly_delimited: " no delimiters (`Ø ... Ø`)" [INFO] [stdout] 301 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `delimited` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 296 | / delimited![ [INFO] [stdout] 297 | | Parenthesis as is_parenthesized: " parentheses (`( ... )`)", [INFO] [stdout] 298 | | Brace as is_braced: " braces (`{ ... }`)", [INFO] [stdout] 299 | | Bracket as is_bracketed: " brackets (`[ ... ]`)", [INFO] [stdout] 300 | | None as is_implicitly_delimited: " no delimiters (`Ø ... Ø`)" [INFO] [stdout] 301 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `delimited` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 296 | / delimited![ [INFO] [stdout] 297 | | Parenthesis as is_parenthesized: " parentheses (`( ... )`)", [INFO] [stdout] 298 | | Brace as is_braced: " braces (`{ ... }`)", [INFO] [stdout] 299 | | Bracket as is_bracketed: " brackets (`[ ... ]`)", [INFO] [stdout] 300 | | None as is_implicitly_delimited: " no delimiters (`Ø ... Ø`)" [INFO] [stdout] 301 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `delimited` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 296 | / delimited![ [INFO] [stdout] 297 | | Parenthesis as is_parenthesized: " parentheses (`( ... )`)", [INFO] [stdout] 298 | | Brace as is_braced: " braces (`{ ... }`)", [INFO] [stdout] 299 | | Bracket as is_bracketed: " brackets (`[ ... ]`)", [INFO] [stdout] 300 | | None as is_implicitly_delimited: " no delimiters (`Ø ... Ø`)" [INFO] [stdout] 301 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `delimited` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 296 | / delimited![ [INFO] [stdout] 297 | | Parenthesis as is_parenthesized: " parentheses (`( ... )`)", [INFO] [stdout] 298 | | Brace as is_braced: " braces (`{ ... }`)", [INFO] [stdout] 299 | | Bracket as is_bracketed: " brackets (`[ ... ]`)", [INFO] [stdout] 300 | | None as is_implicitly_delimited: " no delimiters (`Ø ... Ø`)" [INFO] [stdout] 301 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `delimited` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 296 | / delimited![ [INFO] [stdout] 297 | | Parenthesis as is_parenthesized: " parentheses (`( ... )`)", [INFO] [stdout] 298 | | Brace as is_braced: " braces (`{ ... }`)", [INFO] [stdout] 299 | | Bracket as is_bracketed: " brackets (`[ ... ]`)", [INFO] [stdout] 300 | | None as is_implicitly_delimited: " no delimiters (`Ø ... Ø`)" [INFO] [stdout] 301 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `delimited` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 296 | / delimited![ [INFO] [stdout] 297 | | Parenthesis as is_parenthesized: " parentheses (`( ... )`)", [INFO] [stdout] 298 | | Brace as is_braced: " braces (`{ ... }`)", [INFO] [stdout] 299 | | Bracket as is_bracketed: " brackets (`[ ... ]`)", [INFO] [stdout] 300 | | None as is_implicitly_delimited: " no delimiters (`Ø ... Ø`)" [INFO] [stdout] 301 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `delimited` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 296 | / delimited![ [INFO] [stdout] 297 | | Parenthesis as is_parenthesized: " parentheses (`( ... )`)", [INFO] [stdout] 298 | | Brace as is_braced: " braces (`{ ... }`)", [INFO] [stdout] 299 | | Bracket as is_bracketed: " brackets (`[ ... ]`)", [INFO] [stdout] 300 | | None as is_implicitly_delimited: " no delimiters (`Ø ... Ø`)" [INFO] [stdout] 301 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `delimited` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 296 | / delimited![ [INFO] [stdout] 297 | | Parenthesis as is_parenthesized: " parentheses (`( ... )`)", [INFO] [stdout] 298 | | Brace as is_braced: " braces (`{ ... }`)", [INFO] [stdout] 299 | | Bracket as is_bracketed: " brackets (`[ ... ]`)", [INFO] [stdout] 300 | | None as is_implicitly_delimited: " no delimiters (`Ø ... Ø`)" [INFO] [stdout] 301 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `delimited` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 296 | / delimited![ [INFO] [stdout] 297 | | Parenthesis as is_parenthesized: " parentheses (`( ... )`)", [INFO] [stdout] 298 | | Brace as is_braced: " braces (`{ ... }`)", [INFO] [stdout] 299 | | Bracket as is_bracketed: " brackets (`[ ... ]`)", [INFO] [stdout] 300 | | None as is_implicitly_delimited: " no delimiters (`Ø ... Ø`)" [INFO] [stdout] 301 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `delimited` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 296 | / delimited![ [INFO] [stdout] 297 | | Parenthesis as is_parenthesized: " parentheses (`( ... )`)", [INFO] [stdout] 298 | | Brace as is_braced: " braces (`{ ... }`)", [INFO] [stdout] 299 | | Bracket as is_bracketed: " brackets (`[ ... ]`)", [INFO] [stdout] 300 | | None as is_implicitly_delimited: " no delimiters (`Ø ... Ø`)" [INFO] [stdout] 301 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `delimited` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 296 | / delimited![ [INFO] [stdout] 297 | | Parenthesis as is_parenthesized: " parentheses (`( ... )`)", [INFO] [stdout] 298 | | Brace as is_braced: " braces (`{ ... }`)", [INFO] [stdout] 299 | | Bracket as is_bracketed: " brackets (`[ ... ]`)", [INFO] [stdout] 300 | | None as is_implicitly_delimited: " no delimiters (`Ø ... Ø`)" [INFO] [stdout] 301 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `delimited` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 296 | / delimited![ [INFO] [stdout] 297 | | Parenthesis as is_parenthesized: " parentheses (`( ... )`)", [INFO] [stdout] 298 | | Brace as is_braced: " braces (`{ ... }`)", [INFO] [stdout] 299 | | Bracket as is_bracketed: " brackets (`[ ... ]`)", [INFO] [stdout] 300 | | None as is_implicitly_delimited: " no delimiters (`Ø ... Ø`)" [INFO] [stdout] 301 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `delimited` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 296 | / delimited![ [INFO] [stdout] 297 | | Parenthesis as is_parenthesized: " parentheses (`( ... )`)", [INFO] [stdout] 298 | | Brace as is_braced: " braces (`{ ... }`)", [INFO] [stdout] 299 | | Bracket as is_bracketed: " brackets (`[ ... ]`)", [INFO] [stdout] 300 | | None as is_implicitly_delimited: " no delimiters (`Ø ... Ø`)" [INFO] [stdout] 301 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `delimited` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 296 | / delimited![ [INFO] [stdout] 297 | | Parenthesis as is_parenthesized: " parentheses (`( ... )`)", [INFO] [stdout] 298 | | Brace as is_braced: " braces (`{ ... }`)", [INFO] [stdout] 299 | | Bracket as is_bracketed: " brackets (`[ ... ]`)", [INFO] [stdout] 300 | | None as is_implicitly_delimited: " no delimiters (`Ø ... Ø`)" [INFO] [stdout] 301 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `delimited` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 303 | / impl_via_trait! { [INFO] [stdout] 304 | | /// Trait to parse literals [INFO] [stdout] 305 | | impl TokenTreeLiteral for TokenTree { [INFO] [stdout] 306 | | /// Tests if the token is a string literal. [INFO] [stdout] ... | [INFO] [stdout] 336 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `impl_via_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 303 | / impl_via_trait! { [INFO] [stdout] 304 | | /// Trait to parse literals [INFO] [stdout] 305 | | impl TokenTreeLiteral for TokenTree { [INFO] [stdout] 306 | | /// Tests if the token is a string literal. [INFO] [stdout] ... | [INFO] [stdout] 336 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `impl_via_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 303 | / impl_via_trait! { [INFO] [stdout] 304 | | /// Trait to parse literals [INFO] [stdout] 305 | | impl TokenTreeLiteral for TokenTree { [INFO] [stdout] 306 | | /// Tests if the token is a string literal. [INFO] [stdout] ... | [INFO] [stdout] 336 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `impl_via_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 303 | / impl_via_trait! { [INFO] [stdout] 304 | | /// Trait to parse literals [INFO] [stdout] 305 | | impl TokenTreeLiteral for TokenTree { [INFO] [stdout] 306 | | /// Tests if the token is a string literal. [INFO] [stdout] ... | [INFO] [stdout] 336 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `impl_via_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/parser.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/parser.rs:160:5 [INFO] [stdout] | [INFO] [stdout] 160 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/parser.rs:172:5 [INFO] [stdout] | [INFO] [stdout] 172 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/parser.rs:199:5 [INFO] [stdout] | [INFO] [stdout] 199 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/parser.rs:204:5 [INFO] [stdout] | [INFO] [stdout] 204 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.39s [INFO] running `Command { std: "docker" "inspect" "2bb868116f81a2e56fa4483e9efd6e555d0695dab9f63fd0be4046529030ccd5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2bb868116f81a2e56fa4483e9efd6e555d0695dab9f63fd0be4046529030ccd5", kill_on_drop: false }` [INFO] [stdout] 2bb868116f81a2e56fa4483e9efd6e555d0695dab9f63fd0be4046529030ccd5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+b03b3a7ec92682be2917540b679478d41c95a30c" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dd7a3a0a6fcf71338a15bfa1ebb3c31c072020c4ed99b4091b5cd51c74182faa [INFO] running `Command { std: "docker" "start" "-a" "dd7a3a0a6fcf71338a15bfa1ebb3c31c072020c4ed99b4091b5cd51c74182faa", kill_on_drop: false }` [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 296 | / delimited![ [INFO] [stdout] 297 | | Parenthesis as is_parenthesized: " parentheses (`( ... )`)", [INFO] [stdout] 298 | | Brace as is_braced: " braces (`{ ... }`)", [INFO] [stdout] 299 | | Bracket as is_bracketed: " brackets (`[ ... ]`)", [INFO] [stdout] 300 | | None as is_implicitly_delimited: " no delimiters (`Ø ... Ø`)" [INFO] [stdout] 301 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `delimited` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 296 | / delimited![ [INFO] [stdout] 297 | | Parenthesis as is_parenthesized: " parentheses (`( ... )`)", [INFO] [stdout] 298 | | Brace as is_braced: " braces (`{ ... }`)", [INFO] [stdout] 299 | | Bracket as is_bracketed: " brackets (`[ ... ]`)", [INFO] [stdout] 300 | | None as is_implicitly_delimited: " no delimiters (`Ø ... Ø`)" [INFO] [stdout] 301 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `delimited` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 296 | / delimited![ [INFO] [stdout] 297 | | Parenthesis as is_parenthesized: " parentheses (`( ... )`)", [INFO] [stdout] 298 | | Brace as is_braced: " braces (`{ ... }`)", [INFO] [stdout] 299 | | Bracket as is_bracketed: " brackets (`[ ... ]`)", [INFO] [stdout] 300 | | None as is_implicitly_delimited: " no delimiters (`Ø ... Ø`)" [INFO] [stdout] 301 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `delimited` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 296 | / delimited![ [INFO] [stdout] 297 | | Parenthesis as is_parenthesized: " parentheses (`( ... )`)", [INFO] [stdout] 298 | | Brace as is_braced: " braces (`{ ... }`)", [INFO] [stdout] 299 | | Bracket as is_bracketed: " brackets (`[ ... ]`)", [INFO] [stdout] 300 | | None as is_implicitly_delimited: " no delimiters (`Ø ... Ø`)" [INFO] [stdout] 301 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `delimited` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 296 | / delimited![ [INFO] [stdout] 297 | | Parenthesis as is_parenthesized: " parentheses (`( ... )`)", [INFO] [stdout] 298 | | Brace as is_braced: " braces (`{ ... }`)", [INFO] [stdout] 299 | | Bracket as is_bracketed: " brackets (`[ ... ]`)", [INFO] [stdout] 300 | | None as is_implicitly_delimited: " no delimiters (`Ø ... Ø`)" [INFO] [stdout] 301 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `delimited` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 296 | / delimited![ [INFO] [stdout] 297 | | Parenthesis as is_parenthesized: " parentheses (`( ... )`)", [INFO] [stdout] 298 | | Brace as is_braced: " braces (`{ ... }`)", [INFO] [stdout] 299 | | Bracket as is_bracketed: " brackets (`[ ... ]`)", [INFO] [stdout] 300 | | None as is_implicitly_delimited: " no delimiters (`Ø ... Ø`)" [INFO] [stdout] 301 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `delimited` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 296 | / delimited![ [INFO] [stdout] 297 | | Parenthesis as is_parenthesized: " parentheses (`( ... )`)", [INFO] [stdout] 298 | | Brace as is_braced: " braces (`{ ... }`)", [INFO] [stdout] 299 | | Bracket as is_bracketed: " brackets (`[ ... ]`)", [INFO] [stdout] 300 | | None as is_implicitly_delimited: " no delimiters (`Ø ... Ø`)" [INFO] [stdout] 301 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `delimited` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 296 | / delimited![ [INFO] [stdout] 297 | | Parenthesis as is_parenthesized: " parentheses (`( ... )`)", [INFO] [stdout] 298 | | Brace as is_braced: " braces (`{ ... }`)", [INFO] [stdout] 299 | | Bracket as is_bracketed: " brackets (`[ ... ]`)", [INFO] [stdout] 300 | | None as is_implicitly_delimited: " no delimiters (`Ø ... Ø`)" [INFO] [stdout] 301 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `delimited` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 296 | / delimited![ [INFO] [stdout] 297 | | Parenthesis as is_parenthesized: " parentheses (`( ... )`)", [INFO] [stdout] 298 | | Brace as is_braced: " braces (`{ ... }`)", [INFO] [stdout] 299 | | Bracket as is_bracketed: " brackets (`[ ... ]`)", [INFO] [stdout] 300 | | None as is_implicitly_delimited: " no delimiters (`Ø ... Ø`)" [INFO] [stdout] 301 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `delimited` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 296 | / delimited![ [INFO] [stdout] 297 | | Parenthesis as is_parenthesized: " parentheses (`( ... )`)", [INFO] [stdout] 298 | | Brace as is_braced: " braces (`{ ... }`)", [INFO] [stdout] 299 | | Bracket as is_bracketed: " brackets (`[ ... ]`)", [INFO] [stdout] 300 | | None as is_implicitly_delimited: " no delimiters (`Ø ... Ø`)" [INFO] [stdout] 301 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `delimited` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 296 | / delimited![ [INFO] [stdout] 297 | | Parenthesis as is_parenthesized: " parentheses (`( ... )`)", [INFO] [stdout] 298 | | Brace as is_braced: " braces (`{ ... }`)", [INFO] [stdout] 299 | | Bracket as is_bracketed: " brackets (`[ ... ]`)", [INFO] [stdout] 300 | | None as is_implicitly_delimited: " no delimiters (`Ø ... Ø`)" [INFO] [stdout] 301 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `delimited` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 296 | / delimited![ [INFO] [stdout] 297 | | Parenthesis as is_parenthesized: " parentheses (`( ... )`)", [INFO] [stdout] 298 | | Brace as is_braced: " braces (`{ ... }`)", [INFO] [stdout] 299 | | Bracket as is_bracketed: " brackets (`[ ... ]`)", [INFO] [stdout] 300 | | None as is_implicitly_delimited: " no delimiters (`Ø ... Ø`)" [INFO] [stdout] 301 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `delimited` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 296 | / delimited![ [INFO] [stdout] 297 | | Parenthesis as is_parenthesized: " parentheses (`( ... )`)", [INFO] [stdout] 298 | | Brace as is_braced: " braces (`{ ... }`)", [INFO] [stdout] 299 | | Bracket as is_bracketed: " brackets (`[ ... ]`)", [INFO] [stdout] 300 | | None as is_implicitly_delimited: " no delimiters (`Ø ... Ø`)" [INFO] [stdout] 301 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `delimited` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 296 | / delimited![ [INFO] [stdout] 297 | | Parenthesis as is_parenthesized: " parentheses (`( ... )`)", [INFO] [stdout] 298 | | Brace as is_braced: " braces (`{ ... }`)", [INFO] [stdout] 299 | | Bracket as is_bracketed: " brackets (`[ ... ]`)", [INFO] [stdout] 300 | | None as is_implicitly_delimited: " no delimiters (`Ø ... Ø`)" [INFO] [stdout] 301 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `delimited` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 296 | / delimited![ [INFO] [stdout] 297 | | Parenthesis as is_parenthesized: " parentheses (`( ... )`)", [INFO] [stdout] 298 | | Brace as is_braced: " braces (`{ ... }`)", [INFO] [stdout] 299 | | Bracket as is_bracketed: " brackets (`[ ... ]`)", [INFO] [stdout] 300 | | None as is_implicitly_delimited: " no delimiters (`Ø ... Ø`)" [INFO] [stdout] 301 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `delimited` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 296 | / delimited![ [INFO] [stdout] 297 | | Parenthesis as is_parenthesized: " parentheses (`( ... )`)", [INFO] [stdout] 298 | | Brace as is_braced: " braces (`{ ... }`)", [INFO] [stdout] 299 | | Bracket as is_bracketed: " brackets (`[ ... ]`)", [INFO] [stdout] 300 | | None as is_implicitly_delimited: " no delimiters (`Ø ... Ø`)" [INFO] [stdout] 301 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `delimited` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 303 | / impl_via_trait! { [INFO] [stdout] 304 | | /// Trait to parse literals [INFO] [stdout] 305 | | impl TokenTreeLiteral for TokenTree { [INFO] [stdout] 306 | | /// Tests if the token is a string literal. [INFO] [stdout] ... | [INFO] [stdout] 336 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `impl_via_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 303 | / impl_via_trait! { [INFO] [stdout] 304 | | /// Trait to parse literals [INFO] [stdout] 305 | | impl TokenTreeLiteral for TokenTree { [INFO] [stdout] 306 | | /// Tests if the token is a string literal. [INFO] [stdout] ... | [INFO] [stdout] 336 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `impl_via_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 303 | / impl_via_trait! { [INFO] [stdout] 304 | | /// Trait to parse literals [INFO] [stdout] 305 | | impl TokenTreeLiteral for TokenTree { [INFO] [stdout] 306 | | /// Tests if the token is a string literal. [INFO] [stdout] ... | [INFO] [stdout] 336 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `impl_via_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 303 | / impl_via_trait! { [INFO] [stdout] 304 | | /// Trait to parse literals [INFO] [stdout] 305 | | impl TokenTreeLiteral for TokenTree { [INFO] [stdout] 306 | | /// Tests if the token is a string literal. [INFO] [stdout] ... | [INFO] [stdout] 336 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `impl_via_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/parser.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/parser.rs:160:5 [INFO] [stdout] | [INFO] [stdout] 160 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/parser.rs:172:5 [INFO] [stdout] | [INFO] [stdout] 172 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/parser.rs:199:5 [INFO] [stdout] | [INFO] [stdout] 199 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/parser.rs:204:5 [INFO] [stdout] | [INFO] [stdout] 204 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling proc-macro-utils v0.10.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 249 | / punctuations![ [INFO] [stdout] 250 | | '=' as is_equals, [INFO] [stdout] 251 | | '<' as is_less_than, [INFO] [stdout] 252 | | '>' as is_greater_than, [INFO] [stdout] ... | [INFO] [stdout] 271 | | '\'' as is_quote // TODO naming [INFO] [stdout] 272 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `punctuations` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 296 | / delimited![ [INFO] [stdout] 297 | | Parenthesis as is_parenthesized: " parentheses (`( ... )`)", [INFO] [stdout] 298 | | Brace as is_braced: " braces (`{ ... }`)", [INFO] [stdout] 299 | | Bracket as is_bracketed: " brackets (`[ ... ]`)", [INFO] [stdout] 300 | | None as is_implicitly_delimited: " no delimiters (`Ø ... Ø`)" [INFO] [stdout] 301 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `delimited` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 296 | / delimited![ [INFO] [stdout] 297 | | Parenthesis as is_parenthesized: " parentheses (`( ... )`)", [INFO] [stdout] 298 | | Brace as is_braced: " braces (`{ ... }`)", [INFO] [stdout] 299 | | Bracket as is_bracketed: " brackets (`[ ... ]`)", [INFO] [stdout] 300 | | None as is_implicitly_delimited: " no delimiters (`Ø ... Ø`)" [INFO] [stdout] 301 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `delimited` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 296 | / delimited![ [INFO] [stdout] 297 | | Parenthesis as is_parenthesized: " parentheses (`( ... )`)", [INFO] [stdout] 298 | | Brace as is_braced: " braces (`{ ... }`)", [INFO] [stdout] 299 | | Bracket as is_bracketed: " brackets (`[ ... ]`)", [INFO] [stdout] 300 | | None as is_implicitly_delimited: " no delimiters (`Ø ... Ø`)" [INFO] [stdout] 301 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `delimited` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 296 | / delimited![ [INFO] [stdout] 297 | | Parenthesis as is_parenthesized: " parentheses (`( ... )`)", [INFO] [stdout] 298 | | Brace as is_braced: " braces (`{ ... }`)", [INFO] [stdout] 299 | | Bracket as is_bracketed: " brackets (`[ ... ]`)", [INFO] [stdout] 300 | | None as is_implicitly_delimited: " no delimiters (`Ø ... Ø`)" [INFO] [stdout] 301 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `delimited` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 296 | / delimited![ [INFO] [stdout] 297 | | Parenthesis as is_parenthesized: " parentheses (`( ... )`)", [INFO] [stdout] 298 | | Brace as is_braced: " braces (`{ ... }`)", [INFO] [stdout] 299 | | Bracket as is_bracketed: " brackets (`[ ... ]`)", [INFO] [stdout] 300 | | None as is_implicitly_delimited: " no delimiters (`Ø ... Ø`)" [INFO] [stdout] 301 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `delimited` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 296 | / delimited![ [INFO] [stdout] 297 | | Parenthesis as is_parenthesized: " parentheses (`( ... )`)", [INFO] [stdout] 298 | | Brace as is_braced: " braces (`{ ... }`)", [INFO] [stdout] 299 | | Bracket as is_bracketed: " brackets (`[ ... ]`)", [INFO] [stdout] 300 | | None as is_implicitly_delimited: " no delimiters (`Ø ... Ø`)" [INFO] [stdout] 301 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `delimited` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 296 | / delimited![ [INFO] [stdout] 297 | | Parenthesis as is_parenthesized: " parentheses (`( ... )`)", [INFO] [stdout] 298 | | Brace as is_braced: " braces (`{ ... }`)", [INFO] [stdout] 299 | | Bracket as is_bracketed: " brackets (`[ ... ]`)", [INFO] [stdout] 300 | | None as is_implicitly_delimited: " no delimiters (`Ø ... Ø`)" [INFO] [stdout] 301 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `delimited` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 296 | / delimited![ [INFO] [stdout] 297 | | Parenthesis as is_parenthesized: " parentheses (`( ... )`)", [INFO] [stdout] 298 | | Brace as is_braced: " braces (`{ ... }`)", [INFO] [stdout] 299 | | Bracket as is_bracketed: " brackets (`[ ... ]`)", [INFO] [stdout] 300 | | None as is_implicitly_delimited: " no delimiters (`Ø ... Ø`)" [INFO] [stdout] 301 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `delimited` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 296 | / delimited![ [INFO] [stdout] 297 | | Parenthesis as is_parenthesized: " parentheses (`( ... )`)", [INFO] [stdout] 298 | | Brace as is_braced: " braces (`{ ... }`)", [INFO] [stdout] 299 | | Bracket as is_bracketed: " brackets (`[ ... ]`)", [INFO] [stdout] 300 | | None as is_implicitly_delimited: " no delimiters (`Ø ... Ø`)" [INFO] [stdout] 301 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `delimited` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 296 | / delimited![ [INFO] [stdout] 297 | | Parenthesis as is_parenthesized: " parentheses (`( ... )`)", [INFO] [stdout] 298 | | Brace as is_braced: " braces (`{ ... }`)", [INFO] [stdout] 299 | | Bracket as is_bracketed: " brackets (`[ ... ]`)", [INFO] [stdout] 300 | | None as is_implicitly_delimited: " no delimiters (`Ø ... Ø`)" [INFO] [stdout] 301 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `delimited` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 296 | / delimited![ [INFO] [stdout] 297 | | Parenthesis as is_parenthesized: " parentheses (`( ... )`)", [INFO] [stdout] 298 | | Brace as is_braced: " braces (`{ ... }`)", [INFO] [stdout] 299 | | Bracket as is_bracketed: " brackets (`[ ... ]`)", [INFO] [stdout] 300 | | None as is_implicitly_delimited: " no delimiters (`Ø ... Ø`)" [INFO] [stdout] 301 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `delimited` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 296 | / delimited![ [INFO] [stdout] 297 | | Parenthesis as is_parenthesized: " parentheses (`( ... )`)", [INFO] [stdout] 298 | | Brace as is_braced: " braces (`{ ... }`)", [INFO] [stdout] 299 | | Bracket as is_bracketed: " brackets (`[ ... ]`)", [INFO] [stdout] 300 | | None as is_implicitly_delimited: " no delimiters (`Ø ... Ø`)" [INFO] [stdout] 301 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `delimited` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 296 | / delimited![ [INFO] [stdout] 297 | | Parenthesis as is_parenthesized: " parentheses (`( ... )`)", [INFO] [stdout] 298 | | Brace as is_braced: " braces (`{ ... }`)", [INFO] [stdout] 299 | | Bracket as is_bracketed: " brackets (`[ ... ]`)", [INFO] [stdout] 300 | | None as is_implicitly_delimited: " no delimiters (`Ø ... Ø`)" [INFO] [stdout] 301 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `delimited` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 296 | / delimited![ [INFO] [stdout] 297 | | Parenthesis as is_parenthesized: " parentheses (`( ... )`)", [INFO] [stdout] 298 | | Brace as is_braced: " braces (`{ ... }`)", [INFO] [stdout] 299 | | Bracket as is_bracketed: " brackets (`[ ... ]`)", [INFO] [stdout] 300 | | None as is_implicitly_delimited: " no delimiters (`Ø ... Ø`)" [INFO] [stdout] 301 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `delimited` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 296 | / delimited![ [INFO] [stdout] 297 | | Parenthesis as is_parenthesized: " parentheses (`( ... )`)", [INFO] [stdout] 298 | | Brace as is_braced: " braces (`{ ... }`)", [INFO] [stdout] 299 | | Bracket as is_bracketed: " brackets (`[ ... ]`)", [INFO] [stdout] 300 | | None as is_implicitly_delimited: " no delimiters (`Ø ... Ø`)" [INFO] [stdout] 301 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `delimited` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 296 | / delimited![ [INFO] [stdout] 297 | | Parenthesis as is_parenthesized: " parentheses (`( ... )`)", [INFO] [stdout] 298 | | Brace as is_braced: " braces (`{ ... }`)", [INFO] [stdout] 299 | | Bracket as is_bracketed: " brackets (`[ ... ]`)", [INFO] [stdout] 300 | | None as is_implicitly_delimited: " no delimiters (`Ø ... Ø`)" [INFO] [stdout] 301 | | ]; [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `delimited` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 303 | / impl_via_trait! { [INFO] [stdout] 304 | | /// Trait to parse literals [INFO] [stdout] 305 | | impl TokenTreeLiteral for TokenTree { [INFO] [stdout] 306 | | /// Tests if the token is a string literal. [INFO] [stdout] ... | [INFO] [stdout] 336 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `impl_via_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 303 | / impl_via_trait! { [INFO] [stdout] 304 | | /// Trait to parse literals [INFO] [stdout] 305 | | impl TokenTreeLiteral for TokenTree { [INFO] [stdout] 306 | | /// Tests if the token is a string literal. [INFO] [stdout] ... | [INFO] [stdout] 336 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `impl_via_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 303 | / impl_via_trait! { [INFO] [stdout] 304 | | /// Trait to parse literals [INFO] [stdout] 305 | | impl TokenTreeLiteral for TokenTree { [INFO] [stdout] 306 | | /// Tests if the token is a string literal. [INFO] [stdout] ... | [INFO] [stdout] 336 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `impl_via_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 303 | / impl_via_trait! { [INFO] [stdout] 304 | | /// Trait to parse literals [INFO] [stdout] 305 | | impl TokenTreeLiteral for TokenTree { [INFO] [stdout] 306 | | /// Tests if the token is a string literal. [INFO] [stdout] ... | [INFO] [stdout] 336 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `impl_via_trait` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/parser.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/parser.rs:160:5 [INFO] [stdout] | [INFO] [stdout] 160 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/parser.rs:172:5 [INFO] [stdout] | [INFO] [stdout] 172 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/parser.rs:199:5 [INFO] [stdout] | [INFO] [stdout] 199 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/parser.rs:204:5 [INFO] [stdout] | [INFO] [stdout] 204 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` has no effect when applied to a provided trait method [INFO] [stdout] --> src/lib.rs:53:11 [INFO] [stdout] | [INFO] [stdout] 53 | $(#$attr)* $($item)+ [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 188 | / token_tree_ext!( [INFO] [stdout] 189 | | "a", "group", is_group, group, into_group, Group; [INFO] [stdout] 190 | | "an", "ident", is_ident, ident, into_ident, Ident; [INFO] [stdout] 191 | | "a", "punctuation", is_punct, punct, into_punct, Punct; [INFO] [stdout] 192 | | "a", "literal", is_literal, literal, into_literal, Literal; [INFO] [stdout] 193 | | ); [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `attr` which comes from the expansion of the macro `token_tree_ext` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmetapD26js" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `proc-macro-utils` (lib test) due to 1 previous error; 99 warnings emitted [INFO] running `Command { std: "docker" "inspect" "dd7a3a0a6fcf71338a15bfa1ebb3c31c072020c4ed99b4091b5cd51c74182faa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd7a3a0a6fcf71338a15bfa1ebb3c31c072020c4ed99b4091b5cd51c74182faa", kill_on_drop: false }` [INFO] [stdout] dd7a3a0a6fcf71338a15bfa1ebb3c31c072020c4ed99b4091b5cd51c74182faa