[INFO] fetching crate proc-macro-utils 0.10.0... [INFO] building proc-macro-utils-0.10.0 against master#c7f6aa2869acdbf014d094c6e427e554e160b6db for pr-146237-2 [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 c7f6aa2869acdbf014d094c6e427e554e160b6db [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "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" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 42970c0b5f5cc0524a954c009b2507d51d0ab2d652cf4f92d4f917a838b65d11 [INFO] running `Command { std: "docker" "start" "-a" "42970c0b5f5cc0524a954c009b2507d51d0ab2d652cf4f92d4f917a838b65d11", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "42970c0b5f5cc0524a954c009b2507d51d0ab2d652cf4f92d4f917a838b65d11", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "42970c0b5f5cc0524a954c009b2507d51d0ab2d652cf4f92d4f917a838b65d11", kill_on_drop: false }` [INFO] [stdout] 42970c0b5f5cc0524a954c009b2507d51d0ab2d652cf4f92d4f917a838b65d11 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3ae069558729bae29dafcbbb290f6817ec6203ae77dfa040164769aca2580080 [INFO] running `Command { std: "docker" "start" "-a" "3ae069558729bae29dafcbbb290f6817ec6203ae77dfa040164769aca2580080", kill_on_drop: false }` [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling proc-macro-utils v0.10.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/parser.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/parser.rs:160:5 [INFO] [stdout] | [INFO] [stdout] 160 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/parser.rs:172:5 [INFO] [stdout] | [INFO] [stdout] 172 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/parser.rs:199:5 [INFO] [stdout] | [INFO] [stdout] 199 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/parser.rs:204:5 [INFO] [stdout] | [INFO] [stdout] 204 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s [INFO] running `Command { std: "docker" "inspect" "3ae069558729bae29dafcbbb290f6817ec6203ae77dfa040164769aca2580080", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3ae069558729bae29dafcbbb290f6817ec6203ae77dfa040164769aca2580080", kill_on_drop: false }` [INFO] [stdout] 3ae069558729bae29dafcbbb290f6817ec6203ae77dfa040164769aca2580080 [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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+c7f6aa2869acdbf014d094c6e427e554e160b6db" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] cee58ce9882c9dccadfce0cdd3733f51d72163cffe66d83de946f68e7b0355f9 [INFO] running `Command { std: "docker" "start" "-a" "cee58ce9882c9dccadfce0cdd3733f51d72163cffe66d83de946f68e7b0355f9", kill_on_drop: false }` [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/parser.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/parser.rs:160:5 [INFO] [stdout] | [INFO] [stdout] 160 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/parser.rs:172:5 [INFO] [stdout] | [INFO] [stdout] 172 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/parser.rs:199:5 [INFO] [stdout] | [INFO] [stdout] 199 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/parser.rs:204:5 [INFO] [stdout] | [INFO] [stdout] 204 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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] [stderr] Compiling proc-macro-utils v0.10.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/parser.rs:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/parser.rs:160:5 [INFO] [stdout] | [INFO] [stdout] 160 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/parser.rs:172:5 [INFO] [stdout] | [INFO] [stdout] 172 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/parser.rs:199:5 [INFO] [stdout] | [INFO] [stdout] 199 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [INFO] [stdout] --> src/parser.rs:204:5 [INFO] [stdout] | [INFO] [stdout] 204 | #[must_use] [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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]` attribute cannot be used on trait methods in impl blocks [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] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits [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] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.83s [INFO] running `Command { std: "docker" "inspect" "cee58ce9882c9dccadfce0cdd3733f51d72163cffe66d83de946f68e7b0355f9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cee58ce9882c9dccadfce0cdd3733f51d72163cffe66d83de946f68e7b0355f9", kill_on_drop: false }` [INFO] [stdout] cee58ce9882c9dccadfce0cdd3733f51d72163cffe66d83de946f68e7b0355f9