[INFO] fetching crate ssttt 0.1.0... [INFO] testing ssttt-0.1.0 against try#2440211fe03bc45c89b6dc1a3df18382ce91e32b for pr-146098-1 [INFO] extracting crate ssttt 0.1.0 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate ssttt 0.1.0 [INFO] finished tweaking crates.io crate ssttt 0.1.0 [INFO] tweaked toml for crates.io crate ssttt 0.1.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate ssttt 0.1.0 on toolchain 2440211fe03bc45c89b6dc1a3df18382ce91e32b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0b6689c8219eadfd3cd6b21f193a1c6879da0a42da8bdb6c258a85253dfabd94 [INFO] running `Command { std: "docker" "start" "-a" "0b6689c8219eadfd3cd6b21f193a1c6879da0a42da8bdb6c258a85253dfabd94", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0b6689c8219eadfd3cd6b21f193a1c6879da0a42da8bdb6c258a85253dfabd94", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0b6689c8219eadfd3cd6b21f193a1c6879da0a42da8bdb6c258a85253dfabd94", kill_on_drop: false }` [INFO] [stdout] 0b6689c8219eadfd3cd6b21f193a1c6879da0a42da8bdb6c258a85253dfabd94 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6121c2ce9dc539d80d5e11c51700486d0bb0e3fae55084dd727dfe77c1dad869 [INFO] running `Command { std: "docker" "start" "-a" "6121c2ce9dc539d80d5e11c51700486d0bb0e3fae55084dd727dfe77c1dad869", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Compiling unicode-ident v1.0.19 [INFO] [stderr] Compiling quote v1.0.41 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling ssttt v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: useless assignment of field of type `syn::token::Colon` to itself [INFO] [stdout] --> src/try_fold.rs:6792:9 [INFO] [stdout] | [INFO] [stdout] 6792 | t.colon_token = t.colon_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Span` to itself [INFO] [stdout] --> src/try_fold.rs:5757:9 [INFO] [stdout] | [INFO] [stdout] 5757 | t.apostrophe = t.apostrophe; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:5758:9 [INFO] [stdout] | [INFO] [stdout] 5758 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:6754:9 [INFO] [stdout] | [INFO] [stdout] 6754 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stdout] --> src/try_fold.rs:6180:9 [INFO] [stdout] | [INFO] [stdout] 6180 | t.paren_token = t.paren_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stdout] --> src/try_fold.rs:7829:9 [INFO] [stdout] | [INFO] [stdout] 7829 | t.paren_token = t.paren_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Bracket` to itself [INFO] [stdout] --> src/try_fold.rs:7794:9 [INFO] [stdout] | [INFO] [stdout] 7794 | t.bracket_token = t.bracket_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::And` to itself [INFO] [stdout] --> src/try_fold.rs:7772:9 [INFO] [stdout] | [INFO] [stdout] 7772 | t.and_token = t.and_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Star` to itself [INFO] [stdout] --> src/try_fold.rs:7750:9 [INFO] [stdout] | [INFO] [stdout] 7750 | t.star_token = t.star_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Lt` to itself [INFO] [stdout] --> src/try_fold.rs:6811:9 [INFO] [stdout] | [INFO] [stdout] 6811 | t.lt_token = t.lt_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `usize` to itself [INFO] [stdout] --> src/try_fold.rs:6813:9 [INFO] [stdout] | [INFO] [stdout] 6813 | t.position = t.position; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Gt` to itself [INFO] [stdout] --> src/try_fold.rs:6819:9 [INFO] [stdout] | [INFO] [stdout] 6819 | t.gt_token = t.gt_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stdout] --> src/try_fold.rs:7722:9 [INFO] [stdout] | [INFO] [stdout] 7722 | t.paren_token = t.paren_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Not` to itself [INFO] [stdout] --> src/try_fold.rs:7618:9 [INFO] [stdout] | [INFO] [stdout] 7618 | t.bang_token = t.bang_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Not` to itself [INFO] [stdout] --> src/try_fold.rs:6011:9 [INFO] [stdout] | [INFO] [stdout] 6011 | t.bang_token = t.bang_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `TokenStream` to itself [INFO] [stdout] --> src/try_fold.rs:6013:9 [INFO] [stdout] | [INFO] [stdout] 6013 | t.tokens = t.tokens; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Underscore` to itself [INFO] [stdout] --> src/try_fold.rs:7596:9 [INFO] [stdout] | [INFO] [stdout] 7596 | t.underscore_token = t.underscore_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Impl` to itself [INFO] [stdout] --> src/try_fold.rs:7577:9 [INFO] [stdout] | [INFO] [stdout] 7577 | t.impl_token = t.impl_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Group` to itself [INFO] [stdout] --> src/try_fold.rs:7565:9 [INFO] [stdout] | [INFO] [stdout] 7565 | t.group_token = t.group_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Fn` to itself [INFO] [stdout] --> src/try_fold.rs:7539:9 [INFO] [stdout] | [INFO] [stdout] 7539 | t.fn_token = t.fn_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stdout] --> src/try_fold.rs:7540:9 [INFO] [stdout] | [INFO] [stdout] 7540 | t.paren_token = t.paren_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `DotDotDot` to itself [INFO] [stdout] --> src/try_fold.rs:2351:9 [INFO] [stdout] | [INFO] [stdout] 2351 | t.dots = t.dots; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Pound` to itself [INFO] [stdout] --> src/try_fold.rs:2300:9 [INFO] [stdout] | [INFO] [stdout] 2300 | t.pound_token = t.pound_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Bracket` to itself [INFO] [stdout] --> src/try_fold.rs:2302:9 [INFO] [stdout] | [INFO] [stdout] 2302 | t.bracket_token = t.bracket_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Eq` to itself [INFO] [stdout] --> src/try_fold.rs:6168:9 [INFO] [stdout] | [INFO] [stdout] 6168 | t.eq_token = t.eq_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Yield` to itself [INFO] [stdout] --> src/try_fold.rs:4275:9 [INFO] [stdout] | [INFO] [stdout] 4275 | t.yield_token = t.yield_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::While` to itself [INFO] [stdout] --> src/try_fold.rs:4254:9 [INFO] [stdout] | [INFO] [stdout] 4254 | t.while_token = t.while_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Brace` to itself [INFO] [stdout] --> src/try_fold.rs:2693:9 [INFO] [stdout] | [INFO] [stdout] 2693 | t.brace_token = t.brace_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Use` to itself [INFO] [stdout] --> src/try_fold.rs:5727:9 [INFO] [stdout] | [INFO] [stdout] 5727 | t.use_token = t.use_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Semi` to itself [INFO] [stdout] --> src/try_fold.rs:5734:9 [INFO] [stdout] | [INFO] [stdout] 5734 | t.semi_token = t.semi_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Brace` to itself [INFO] [stdout] --> src/try_fold.rs:7904:9 [INFO] [stdout] | [INFO] [stdout] 7904 | t.brace_token = t.brace_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Star` to itself [INFO] [stdout] --> src/try_fold.rs:7893:9 [INFO] [stdout] | [INFO] [stdout] 7893 | t.star_token = t.star_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:7947:9 [INFO] [stdout] | [INFO] [stdout] 7947 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `As` to itself [INFO] [stdout] --> src/try_fold.rs:7948:9 [INFO] [stdout] | [INFO] [stdout] 7948 | t.as_token = t.as_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:7949:9 [INFO] [stdout] | [INFO] [stdout] 7949 | t.rename = t.rename; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:7923:9 [INFO] [stdout] | [INFO] [stdout] 7923 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:7934:9 [INFO] [stdout] | [INFO] [stdout] 7934 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `PathSep` to itself [INFO] [stdout] --> src/try_fold.rs:7935:9 [INFO] [stdout] | [INFO] [stdout] 7935 | t.colon2_token = t.colon2_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Pub` to itself [INFO] [stdout] --> src/try_fold.rs:8081:9 [INFO] [stdout] | [INFO] [stdout] 8081 | t.pub_token = t.pub_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stdout] --> src/try_fold.rs:8082:9 [INFO] [stdout] | [INFO] [stdout] 8082 | t.paren_token = t.paren_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Union` to itself [INFO] [stdout] --> src/try_fold.rs:5704:9 [INFO] [stdout] | [INFO] [stdout] 5704 | t.union_token = t.union_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:5705:9 [INFO] [stdout] | [INFO] [stdout] 5705 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Brace` to itself [INFO] [stdout] --> src/try_fold.rs:4418:9 [INFO] [stdout] | [INFO] [stdout] 4418 | t.brace_token = t.brace_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Where` to itself [INFO] [stdout] --> src/try_fold.rs:8137:9 [INFO] [stdout] | [INFO] [stdout] 8137 | t.where_token = t.where_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Colon` to itself [INFO] [stdout] --> src/try_fold.rs:6767:9 [INFO] [stdout] | [INFO] [stdout] 6767 | t.colon_token = t.colon_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Const` to itself [INFO] [stdout] --> src/try_fold.rs:2741:9 [INFO] [stdout] | [INFO] [stdout] 2741 | t.const_token = t.const_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:2742:9 [INFO] [stdout] | [INFO] [stdout] 2742 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Colon` to itself [INFO] [stdout] --> src/try_fold.rs:2743:9 [INFO] [stdout] | [INFO] [stdout] 2743 | t.colon_token = t.colon_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:7637:9 [INFO] [stdout] | [INFO] [stdout] 7637 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Type` to itself [INFO] [stdout] --> src/try_fold.rs:5679:9 [INFO] [stdout] | [INFO] [stdout] 5679 | t.type_token = t.type_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:5680:9 [INFO] [stdout] | [INFO] [stdout] 5680 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Eq` to itself [INFO] [stdout] --> src/try_fold.rs:5682:9 [INFO] [stdout] | [INFO] [stdout] 5682 | t.eq_token = t.eq_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Semi` to itself [INFO] [stdout] --> src/try_fold.rs:5684:9 [INFO] [stdout] | [INFO] [stdout] 5684 | t.semi_token = t.semi_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Trait` to itself [INFO] [stdout] --> src/try_fold.rs:5647:9 [INFO] [stdout] | [INFO] [stdout] 5647 | t.trait_token = t.trait_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:5648:9 [INFO] [stdout] | [INFO] [stdout] 5648 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Eq` to itself [INFO] [stdout] --> src/try_fold.rs:5650:9 [INFO] [stdout] | [INFO] [stdout] 5650 | t.eq_token = t.eq_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Semi` to itself [INFO] [stdout] --> src/try_fold.rs:5659:9 [INFO] [stdout] | [INFO] [stdout] 5659 | t.semi_token = t.semi_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Trait` to itself [INFO] [stdout] --> src/try_fold.rs:5603:9 [INFO] [stdout] | [INFO] [stdout] 5603 | t.trait_token = t.trait_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:5604:9 [INFO] [stdout] | [INFO] [stdout] 5604 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Brace` to itself [INFO] [stdout] --> src/try_fold.rs:5619:9 [INFO] [stdout] | [INFO] [stdout] 5619 | t.brace_token = t.brace_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Type` to itself [INFO] [stdout] --> src/try_fold.rs:7301:9 [INFO] [stdout] | [INFO] [stdout] 7301 | t.type_token = t.type_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:7302:9 [INFO] [stdout] | [INFO] [stdout] 7302 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Semi` to itself [INFO] [stdout] --> src/try_fold.rs:7322:9 [INFO] [stdout] | [INFO] [stdout] 7322 | t.semi_token = t.semi_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Fn` to itself [INFO] [stdout] --> src/try_fold.rs:6956:9 [INFO] [stdout] | [INFO] [stdout] 6956 | t.fn_token = t.fn_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:6957:9 [INFO] [stdout] | [INFO] [stdout] 6957 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stdout] --> src/try_fold.rs:6959:9 [INFO] [stdout] | [INFO] [stdout] 6959 | t.paren_token = t.paren_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `DotDotDot` to itself [INFO] [stdout] --> src/try_fold.rs:8040:9 [INFO] [stdout] | [INFO] [stdout] 8040 | t.dots = t.dots; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Underscore` to itself [INFO] [stdout] --> src/try_fold.rs:6682:9 [INFO] [stdout] | [INFO] [stdout] 6682 | t.underscore_token = t.underscore_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Colon` to itself [INFO] [stdout] --> src/try_fold.rs:6662:9 [INFO] [stdout] | [INFO] [stdout] 6662 | t.colon_token = t.colon_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stdout] --> src/try_fold.rs:6634:9 [INFO] [stdout] | [INFO] [stdout] 6634 | t.paren_token = t.paren_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stdout] --> src/try_fold.rs:6601:9 [INFO] [stdout] | [INFO] [stdout] 6601 | t.paren_token = t.paren_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Brace` to itself [INFO] [stdout] --> src/try_fold.rs:6569:9 [INFO] [stdout] | [INFO] [stdout] 6569 | t.brace_token = t.brace_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `DotDot` to itself [INFO] [stdout] --> src/try_fold.rs:6517:9 [INFO] [stdout] | [INFO] [stdout] 6517 | t.dot2_token = t.dot2_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `u32` to itself [INFO] [stdout] --> src/try_fold.rs:5054:9 [INFO] [stdout] | [INFO] [stdout] 5054 | t.index = t.index; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Span` to itself [INFO] [stdout] --> src/try_fold.rs:5055:9 [INFO] [stdout] | [INFO] [stdout] 5055 | t.span = t.span; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Bracket` to itself [INFO] [stdout] --> src/try_fold.rs:6536:9 [INFO] [stdout] | [INFO] [stdout] 6536 | t.bracket_token = t.bracket_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::And` to itself [INFO] [stdout] --> src/try_fold.rs:6492:9 [INFO] [stdout] | [INFO] [stdout] 6492 | t.and_token = t.and_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stdout] --> src/try_fold.rs:6472:9 [INFO] [stdout] | [INFO] [stdout] 6472 | t.paren_token = t.paren_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `bool` to itself [INFO] [stdout] --> src/try_fold.rs:5901:9 [INFO] [stdout] | [INFO] [stdout] 5901 | t.value = t.value; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Span` to itself [INFO] [stdout] --> src/try_fold.rs:5902:9 [INFO] [stdout] | [INFO] [stdout] 5902 | t.span = t.span; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:6417:9 [INFO] [stdout] | [INFO] [stdout] 6417 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Const` to itself [INFO] [stdout] --> src/try_fold.rs:3627:9 [INFO] [stdout] | [INFO] [stdout] 3627 | t.const_token = t.const_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `SelfValue` to itself [INFO] [stdout] --> src/try_fold.rs:6894:9 [INFO] [stdout] | [INFO] [stdout] 6894 | t.self_token = t.self_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Extern` to itself [INFO] [stdout] --> src/try_fold.rs:2169:9 [INFO] [stdout] | [INFO] [stdout] 2169 | t.extern_token = t.extern_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Const` to itself [INFO] [stdout] --> src/try_fold.rs:7219:9 [INFO] [stdout] | [INFO] [stdout] 7219 | t.const_token = t.const_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:7220:9 [INFO] [stdout] | [INFO] [stdout] 7220 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Colon` to itself [INFO] [stdout] --> src/try_fold.rs:7222:9 [INFO] [stdout] | [INFO] [stdout] 7222 | t.colon_token = t.colon_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Semi` to itself [INFO] [stdout] --> src/try_fold.rs:7229:9 [INFO] [stdout] | [INFO] [stdout] 7229 | t.semi_token = t.semi_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Struct` to itself [INFO] [stdout] --> src/try_fold.rs:5560:9 [INFO] [stdout] | [INFO] [stdout] 5560 | t.struct_token = t.struct_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:5561:9 [INFO] [stdout] | [INFO] [stdout] 5561 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stdout] --> src/try_fold.rs:4437:9 [INFO] [stdout] | [INFO] [stdout] 4437 | t.paren_token = t.paren_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Static` to itself [INFO] [stdout] --> src/try_fold.rs:5533:9 [INFO] [stdout] | [INFO] [stdout] 5533 | t.static_token = t.static_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:5535:9 [INFO] [stdout] | [INFO] [stdout] 5535 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Colon` to itself [INFO] [stdout] --> src/try_fold.rs:5536:9 [INFO] [stdout] | [INFO] [stdout] 5536 | t.colon_token = t.colon_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Eq` to itself [INFO] [stdout] --> src/try_fold.rs:5538:9 [INFO] [stdout] | [INFO] [stdout] 5538 | t.eq_token = t.eq_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Semi` to itself [INFO] [stdout] --> src/try_fold.rs:5540:9 [INFO] [stdout] | [INFO] [stdout] 5540 | t.semi_token = t.semi_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Mod` to itself [INFO] [stdout] --> src/try_fold.rs:5491:9 [INFO] [stdout] | [INFO] [stdout] 5491 | t.mod_token = t.mod_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:5492:9 [INFO] [stdout] | [INFO] [stdout] 5492 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Impl` to itself [INFO] [stdout] --> src/try_fold.rs:5412:9 [INFO] [stdout] | [INFO] [stdout] 5412 | t.impl_token = t.impl_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Brace` to itself [INFO] [stdout] --> src/try_fold.rs:5429:9 [INFO] [stdout] | [INFO] [stdout] 5429 | t.brace_token = t.brace_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Type` to itself [INFO] [stdout] --> src/try_fold.rs:5026:9 [INFO] [stdout] | [INFO] [stdout] 5026 | t.type_token = t.type_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:5027:9 [INFO] [stdout] | [INFO] [stdout] 5027 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Eq` to itself [INFO] [stdout] --> src/try_fold.rs:5029:9 [INFO] [stdout] | [INFO] [stdout] 5029 | t.eq_token = t.eq_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Semi` to itself [INFO] [stdout] --> src/try_fold.rs:5031:9 [INFO] [stdout] | [INFO] [stdout] 5031 | t.semi_token = t.semi_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Const` to itself [INFO] [stdout] --> src/try_fold.rs:4944:9 [INFO] [stdout] | [INFO] [stdout] 4944 | t.const_token = t.const_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:4945:9 [INFO] [stdout] | [INFO] [stdout] 4945 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Colon` to itself [INFO] [stdout] --> src/try_fold.rs:4947:9 [INFO] [stdout] | [INFO] [stdout] 4947 | t.colon_token = t.colon_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Eq` to itself [INFO] [stdout] --> src/try_fold.rs:4949:9 [INFO] [stdout] | [INFO] [stdout] 4949 | t.eq_token = t.eq_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Semi` to itself [INFO] [stdout] --> src/try_fold.rs:4951:9 [INFO] [stdout] | [INFO] [stdout] 4951 | t.semi_token = t.semi_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Brace` to itself [INFO] [stdout] --> src/try_fold.rs:5375:9 [INFO] [stdout] | [INFO] [stdout] 5375 | t.brace_token = t.brace_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Type` to itself [INFO] [stdout] --> src/try_fold.rs:4673:9 [INFO] [stdout] | [INFO] [stdout] 4673 | t.type_token = t.type_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:4674:9 [INFO] [stdout] | [INFO] [stdout] 4674 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Semi` to itself [INFO] [stdout] --> src/try_fold.rs:4676:9 [INFO] [stdout] | [INFO] [stdout] 4676 | t.semi_token = t.semi_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Static` to itself [INFO] [stdout] --> src/try_fold.rs:4648:9 [INFO] [stdout] | [INFO] [stdout] 4648 | t.static_token = t.static_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:4650:9 [INFO] [stdout] | [INFO] [stdout] 4650 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Colon` to itself [INFO] [stdout] --> src/try_fold.rs:4651:9 [INFO] [stdout] | [INFO] [stdout] 4651 | t.colon_token = t.colon_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Semi` to itself [INFO] [stdout] --> src/try_fold.rs:4653:9 [INFO] [stdout] | [INFO] [stdout] 4653 | t.semi_token = t.semi_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Semi` to itself [INFO] [stdout] --> src/try_fold.rs:4604:9 [INFO] [stdout] | [INFO] [stdout] 4604 | t.semi_token = t.semi_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Extern` to itself [INFO] [stdout] --> src/try_fold.rs:5321:9 [INFO] [stdout] | [INFO] [stdout] 5321 | t.extern_token = t.extern_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Crate` to itself [INFO] [stdout] --> src/try_fold.rs:5322:9 [INFO] [stdout] | [INFO] [stdout] 5322 | t.crate_token = t.crate_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:5323:9 [INFO] [stdout] | [INFO] [stdout] 5323 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Semi` to itself [INFO] [stdout] --> src/try_fold.rs:5329:9 [INFO] [stdout] | [INFO] [stdout] 5329 | t.semi_token = t.semi_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Enum` to itself [INFO] [stdout] --> src/try_fold.rs:5290:9 [INFO] [stdout] | [INFO] [stdout] 5290 | t.enum_token = t.enum_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:5291:9 [INFO] [stdout] | [INFO] [stdout] 5291 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Brace` to itself [INFO] [stdout] --> src/try_fold.rs:5293:9 [INFO] [stdout] | [INFO] [stdout] 5293 | t.brace_token = t.brace_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:8064:9 [INFO] [stdout] | [INFO] [stdout] 8064 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Const` to itself [INFO] [stdout] --> src/try_fold.rs:5263:9 [INFO] [stdout] | [INFO] [stdout] 5263 | t.const_token = t.const_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:5264:9 [INFO] [stdout] | [INFO] [stdout] 5264 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Colon` to itself [INFO] [stdout] --> src/try_fold.rs:5266:9 [INFO] [stdout] | [INFO] [stdout] 5266 | t.colon_token = t.colon_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Eq` to itself [INFO] [stdout] --> src/try_fold.rs:5268:9 [INFO] [stdout] | [INFO] [stdout] 5268 | t.eq_token = t.eq_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Semi` to itself [INFO] [stdout] --> src/try_fold.rs:5270:9 [INFO] [stdout] | [INFO] [stdout] 5270 | t.semi_token = t.semi_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Let` to itself [INFO] [stdout] --> src/try_fold.rs:5975:9 [INFO] [stdout] | [INFO] [stdout] 5975 | t.let_token = t.let_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Semi` to itself [INFO] [stdout] --> src/try_fold.rs:5982:9 [INFO] [stdout] | [INFO] [stdout] 5982 | t.semi_token = t.semi_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Eq` to itself [INFO] [stdout] --> src/try_fold.rs:5993:9 [INFO] [stdout] | [INFO] [stdout] 5993 | t.eq_token = t.eq_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Colon` to itself [INFO] [stdout] --> src/try_fold.rs:5746:9 [INFO] [stdout] | [INFO] [stdout] 5746 | t.colon_token = t.colon_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Unsafe` to itself [INFO] [stdout] --> src/try_fold.rs:4229:9 [INFO] [stdout] | [INFO] [stdout] 4229 | t.unsafe_token = t.unsafe_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stdout] --> src/try_fold.rs:4182:9 [INFO] [stdout] | [INFO] [stdout] 4182 | t.paren_token = t.paren_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Try` to itself [INFO] [stdout] --> src/try_fold.rs:4162:9 [INFO] [stdout] | [INFO] [stdout] 4162 | t.try_token = t.try_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Question` to itself [INFO] [stdout] --> src/try_fold.rs:4143:9 [INFO] [stdout] | [INFO] [stdout] 4143 | t.question_token = t.question_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Brace` to itself [INFO] [stdout] --> src/try_fold.rs:4105:9 [INFO] [stdout] | [INFO] [stdout] 4105 | t.brace_token = t.brace_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Return` to itself [INFO] [stdout] --> src/try_fold.rs:4075:9 [INFO] [stdout] | [INFO] [stdout] 4075 | t.return_token = t.return_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Bracket` to itself [INFO] [stdout] --> src/try_fold.rs:4053:9 [INFO] [stdout] | [INFO] [stdout] 4053 | t.bracket_token = t.bracket_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Semi` to itself [INFO] [stdout] --> src/try_fold.rs:4055:9 [INFO] [stdout] | [INFO] [stdout] 4055 | t.semi_token = t.semi_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::And` to itself [INFO] [stdout] --> src/try_fold.rs:4028:9 [INFO] [stdout] | [INFO] [stdout] 4028 | t.and_token = t.and_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stdout] --> src/try_fold.rs:3955:9 [INFO] [stdout] | [INFO] [stdout] 3955 | t.paren_token = t.paren_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Dot` to itself [INFO] [stdout] --> src/try_fold.rs:3921:9 [INFO] [stdout] | [INFO] [stdout] 3921 | t.dot_token = t.dot_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:3922:9 [INFO] [stdout] | [INFO] [stdout] 3922 | t.method = t.method; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stdout] --> src/try_fold.rs:3928:9 [INFO] [stdout] | [INFO] [stdout] 3928 | t.paren_token = t.paren_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Lt` to itself [INFO] [stdout] --> src/try_fold.rs:2190:9 [INFO] [stdout] | [INFO] [stdout] 2190 | t.lt_token = t.lt_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Gt` to itself [INFO] [stdout] --> src/try_fold.rs:2199:9 [INFO] [stdout] | [INFO] [stdout] 2199 | t.gt_token = t.gt_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:2765:9 [INFO] [stdout] | [INFO] [stdout] 2765 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Colon` to itself [INFO] [stdout] --> src/try_fold.rs:2771:9 [INFO] [stdout] | [INFO] [stdout] 2771 | t.colon_token = t.colon_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:2241:9 [INFO] [stdout] | [INFO] [stdout] 2241 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Eq` to itself [INFO] [stdout] --> src/try_fold.rs:2247:9 [INFO] [stdout] | [INFO] [stdout] 2247 | t.eq_token = t.eq_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:2259:9 [INFO] [stdout] | [INFO] [stdout] 2259 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Eq` to itself [INFO] [stdout] --> src/try_fold.rs:2265:9 [INFO] [stdout] | [INFO] [stdout] 2265 | t.eq_token = t.eq_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Match` to itself [INFO] [stdout] --> src/try_fold.rs:3891:9 [INFO] [stdout] | [INFO] [stdout] 3891 | t.match_token = t.match_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Brace` to itself [INFO] [stdout] --> src/try_fold.rs:3893:9 [INFO] [stdout] | [INFO] [stdout] 3893 | t.brace_token = t.brace_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `FatArrow` to itself [INFO] [stdout] --> src/try_fold.rs:2224:9 [INFO] [stdout] | [INFO] [stdout] 2224 | t.fat_arrow_token = t.fat_arrow_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Loop` to itself [INFO] [stdout] --> src/try_fold.rs:3852:9 [INFO] [stdout] | [INFO] [stdout] 3852 | t.loop_token = t.loop_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Let` to itself [INFO] [stdout] --> src/try_fold.rs:3806:9 [INFO] [stdout] | [INFO] [stdout] 3806 | t.let_token = t.let_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Eq` to itself [INFO] [stdout] --> src/try_fold.rs:3808:9 [INFO] [stdout] | [INFO] [stdout] 3808 | t.eq_token = t.eq_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Underscore` to itself [INFO] [stdout] --> src/try_fold.rs:3787:9 [INFO] [stdout] | [INFO] [stdout] 3787 | t.underscore_token = t.underscore_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Bracket` to itself [INFO] [stdout] --> src/try_fold.rs:3767:9 [INFO] [stdout] | [INFO] [stdout] 3767 | t.bracket_token = t.bracket_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::If` to itself [INFO] [stdout] --> src/try_fold.rs:3740:9 [INFO] [stdout] | [INFO] [stdout] 3740 | t.if_token = t.if_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Group` to itself [INFO] [stdout] --> src/try_fold.rs:3720:9 [INFO] [stdout] | [INFO] [stdout] 3720 | t.group_token = t.group_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `For` to itself [INFO] [stdout] --> src/try_fold.rs:3697:9 [INFO] [stdout] | [INFO] [stdout] 3697 | t.for_token = t.for_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `In` to itself [INFO] [stdout] --> src/try_fold.rs:3699:9 [INFO] [stdout] | [INFO] [stdout] 3699 | t.in_token = t.in_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Dot` to itself [INFO] [stdout] --> src/try_fold.rs:3672:9 [INFO] [stdout] | [INFO] [stdout] 3672 | t.dot_token = t.dot_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Continue` to itself [INFO] [stdout] --> src/try_fold.rs:3647:9 [INFO] [stdout] | [INFO] [stdout] 3647 | t.continue_token = t.continue_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Or` to itself [INFO] [stdout] --> src/try_fold.rs:3597:9 [INFO] [stdout] | [INFO] [stdout] 3597 | t.or1_token = t.or1_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Or` to itself [INFO] [stdout] --> src/try_fold.rs:3606:9 [INFO] [stdout] | [INFO] [stdout] 3606 | t.or2_token = t.or2_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `For` to itself [INFO] [stdout] --> src/try_fold.rs:2712:9 [INFO] [stdout] | [INFO] [stdout] 2712 | t.for_token = t.for_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Lt` to itself [INFO] [stdout] --> src/try_fold.rs:2713:9 [INFO] [stdout] | [INFO] [stdout] 2713 | t.lt_token = t.lt_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Gt` to itself [INFO] [stdout] --> src/try_fold.rs:2722:9 [INFO] [stdout] | [INFO] [stdout] 2722 | t.gt_token = t.gt_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `As` to itself [INFO] [stdout] --> src/try_fold.rs:3552:9 [INFO] [stdout] | [INFO] [stdout] 3552 | t.as_token = t.as_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stdout] --> src/try_fold.rs:3524:9 [INFO] [stdout] | [INFO] [stdout] 3524 | t.paren_token = t.paren_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Break` to itself [INFO] [stdout] --> src/try_fold.rs:3494:9 [INFO] [stdout] | [INFO] [stdout] 3494 | t.break_token = t.break_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Dot` to itself [INFO] [stdout] --> src/try_fold.rs:3429:9 [INFO] [stdout] | [INFO] [stdout] 3429 | t.dot_token = t.dot_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Await` to itself [INFO] [stdout] --> src/try_fold.rs:3430:9 [INFO] [stdout] | [INFO] [stdout] 3430 | t.await_token = t.await_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Async` to itself [INFO] [stdout] --> src/try_fold.rs:3403:9 [INFO] [stdout] | [INFO] [stdout] 3403 | t.async_token = t.async_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Eq` to itself [INFO] [stdout] --> src/try_fold.rs:3383:9 [INFO] [stdout] | [INFO] [stdout] 3383 | t.eq_token = t.eq_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Bracket` to itself [INFO] [stdout] --> src/try_fold.rs:3355:9 [INFO] [stdout] | [INFO] [stdout] 3355 | t.bracket_token = t.bracket_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `TokenStream` to itself [INFO] [stdout] --> src/try_fold.rs:6156:9 [INFO] [stdout] | [INFO] [stdout] 6156 | t.tokens = t.tokens; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Bracket` to itself [INFO] [stdout] --> src/try_fold.rs:7510:9 [INFO] [stdout] | [INFO] [stdout] 7510 | t.bracket_token = t.bracket_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Semi` to itself [INFO] [stdout] --> src/try_fold.rs:7512:9 [INFO] [stdout] | [INFO] [stdout] 7512 | t.semi_token = t.semi_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:2893:9 [INFO] [stdout] | [INFO] [stdout] 2893 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Union` to itself [INFO] [stdout] --> src/try_fold.rs:2872:9 [INFO] [stdout] | [INFO] [stdout] 2872 | t.union_token = t.union_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Enum` to itself [INFO] [stdout] --> src/try_fold.rs:2835:9 [INFO] [stdout] | [INFO] [stdout] 2835 | t.enum_token = t.enum_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Brace` to itself [INFO] [stdout] --> src/try_fold.rs:2836:9 [INFO] [stdout] | [INFO] [stdout] 2836 | t.brace_token = t.brace_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Struct` to itself [INFO] [stdout] --> src/try_fold.rs:2855:9 [INFO] [stdout] | [INFO] [stdout] 2855 | t.struct_token = t.struct_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.63s [INFO] running `Command { std: "docker" "inspect" "6121c2ce9dc539d80d5e11c51700486d0bb0e3fae55084dd727dfe77c1dad869", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6121c2ce9dc539d80d5e11c51700486d0bb0e3fae55084dd727dfe77c1dad869", kill_on_drop: false }` [INFO] [stdout] 6121c2ce9dc539d80d5e11c51700486d0bb0e3fae55084dd727dfe77c1dad869 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ae7e189220e79fd5f736c6869815449566d0e8ae05492e77319061fcd72308b2 [INFO] running `Command { std: "docker" "start" "-a" "ae7e189220e79fd5f736c6869815449566d0e8ae05492e77319061fcd72308b2", kill_on_drop: false }` [INFO] [stdout] warning: useless assignment of field of type `syn::token::Colon` to itself [INFO] [stdout] --> src/try_fold.rs:6792:9 [INFO] [stdout] | [INFO] [stdout] 6792 | t.colon_token = t.colon_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Span` to itself [INFO] [stdout] --> src/try_fold.rs:5757:9 [INFO] [stdout] | [INFO] [stdout] 5757 | t.apostrophe = t.apostrophe; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:5758:9 [INFO] [stdout] | [INFO] [stdout] 5758 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:6754:9 [INFO] [stdout] | [INFO] [stdout] 6754 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stdout] --> src/try_fold.rs:6180:9 [INFO] [stdout] | [INFO] [stdout] 6180 | t.paren_token = t.paren_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stdout] --> src/try_fold.rs:7829:9 [INFO] [stdout] | [INFO] [stdout] 7829 | t.paren_token = t.paren_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Bracket` to itself [INFO] [stdout] --> src/try_fold.rs:7794:9 [INFO] [stdout] | [INFO] [stdout] 7794 | t.bracket_token = t.bracket_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::And` to itself [INFO] [stdout] --> src/try_fold.rs:7772:9 [INFO] [stdout] | [INFO] [stdout] 7772 | t.and_token = t.and_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Star` to itself [INFO] [stdout] --> src/try_fold.rs:7750:9 [INFO] [stdout] | [INFO] [stdout] 7750 | t.star_token = t.star_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Lt` to itself [INFO] [stdout] --> src/try_fold.rs:6811:9 [INFO] [stdout] | [INFO] [stdout] 6811 | t.lt_token = t.lt_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `usize` to itself [INFO] [stdout] --> src/try_fold.rs:6813:9 [INFO] [stdout] | [INFO] [stdout] 6813 | t.position = t.position; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Gt` to itself [INFO] [stdout] --> src/try_fold.rs:6819:9 [INFO] [stdout] | [INFO] [stdout] 6819 | t.gt_token = t.gt_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stdout] --> src/try_fold.rs:7722:9 [INFO] [stdout] | [INFO] [stdout] 7722 | t.paren_token = t.paren_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Not` to itself [INFO] [stdout] --> src/try_fold.rs:7618:9 [INFO] [stdout] | [INFO] [stdout] 7618 | t.bang_token = t.bang_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Not` to itself [INFO] [stdout] --> src/try_fold.rs:6011:9 [INFO] [stdout] | [INFO] [stdout] 6011 | t.bang_token = t.bang_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `TokenStream` to itself [INFO] [stdout] --> src/try_fold.rs:6013:9 [INFO] [stdout] | [INFO] [stdout] 6013 | t.tokens = t.tokens; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Underscore` to itself [INFO] [stdout] --> src/try_fold.rs:7596:9 [INFO] [stdout] | [INFO] [stdout] 7596 | t.underscore_token = t.underscore_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Impl` to itself [INFO] [stdout] --> src/try_fold.rs:7577:9 [INFO] [stdout] | [INFO] [stdout] 7577 | t.impl_token = t.impl_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Group` to itself [INFO] [stdout] --> src/try_fold.rs:7565:9 [INFO] [stdout] | [INFO] [stdout] 7565 | t.group_token = t.group_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Fn` to itself [INFO] [stdout] --> src/try_fold.rs:7539:9 [INFO] [stdout] | [INFO] [stdout] 7539 | t.fn_token = t.fn_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stdout] --> src/try_fold.rs:7540:9 [INFO] [stdout] | [INFO] [stdout] 7540 | t.paren_token = t.paren_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `DotDotDot` to itself [INFO] [stdout] --> src/try_fold.rs:2351:9 [INFO] [stdout] | [INFO] [stdout] 2351 | t.dots = t.dots; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Pound` to itself [INFO] [stdout] --> src/try_fold.rs:2300:9 [INFO] [stdout] | [INFO] [stdout] 2300 | t.pound_token = t.pound_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Bracket` to itself [INFO] [stdout] --> src/try_fold.rs:2302:9 [INFO] [stdout] | [INFO] [stdout] 2302 | t.bracket_token = t.bracket_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Eq` to itself [INFO] [stdout] --> src/try_fold.rs:6168:9 [INFO] [stdout] | [INFO] [stdout] 6168 | t.eq_token = t.eq_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Yield` to itself [INFO] [stdout] --> src/try_fold.rs:4275:9 [INFO] [stdout] | [INFO] [stdout] 4275 | t.yield_token = t.yield_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::While` to itself [INFO] [stdout] --> src/try_fold.rs:4254:9 [INFO] [stdout] | [INFO] [stdout] 4254 | t.while_token = t.while_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Brace` to itself [INFO] [stdout] --> src/try_fold.rs:2693:9 [INFO] [stdout] | [INFO] [stdout] 2693 | t.brace_token = t.brace_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Use` to itself [INFO] [stdout] --> src/try_fold.rs:5727:9 [INFO] [stdout] | [INFO] [stdout] 5727 | t.use_token = t.use_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Semi` to itself [INFO] [stdout] --> src/try_fold.rs:5734:9 [INFO] [stdout] | [INFO] [stdout] 5734 | t.semi_token = t.semi_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Brace` to itself [INFO] [stdout] --> src/try_fold.rs:7904:9 [INFO] [stdout] | [INFO] [stdout] 7904 | t.brace_token = t.brace_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Star` to itself [INFO] [stdout] --> src/try_fold.rs:7893:9 [INFO] [stdout] | [INFO] [stdout] 7893 | t.star_token = t.star_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:7947:9 [INFO] [stdout] | [INFO] [stdout] 7947 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `As` to itself [INFO] [stdout] --> src/try_fold.rs:7948:9 [INFO] [stdout] | [INFO] [stdout] 7948 | t.as_token = t.as_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:7949:9 [INFO] [stdout] | [INFO] [stdout] 7949 | t.rename = t.rename; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:7923:9 [INFO] [stdout] | [INFO] [stdout] 7923 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:7934:9 [INFO] [stdout] | [INFO] [stdout] 7934 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `PathSep` to itself [INFO] [stdout] --> src/try_fold.rs:7935:9 [INFO] [stdout] | [INFO] [stdout] 7935 | t.colon2_token = t.colon2_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Pub` to itself [INFO] [stdout] --> src/try_fold.rs:8081:9 [INFO] [stdout] | [INFO] [stdout] 8081 | t.pub_token = t.pub_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stdout] --> src/try_fold.rs:8082:9 [INFO] [stdout] | [INFO] [stdout] 8082 | t.paren_token = t.paren_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Union` to itself [INFO] [stdout] --> src/try_fold.rs:5704:9 [INFO] [stdout] | [INFO] [stdout] 5704 | t.union_token = t.union_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:5705:9 [INFO] [stdout] | [INFO] [stdout] 5705 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Brace` to itself [INFO] [stdout] --> src/try_fold.rs:4418:9 [INFO] [stdout] | [INFO] [stdout] 4418 | t.brace_token = t.brace_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Where` to itself [INFO] [stdout] --> src/try_fold.rs:8137:9 [INFO] [stdout] | [INFO] [stdout] 8137 | t.where_token = t.where_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Colon` to itself [INFO] [stdout] --> src/try_fold.rs:6767:9 [INFO] [stdout] | [INFO] [stdout] 6767 | t.colon_token = t.colon_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Const` to itself [INFO] [stdout] --> src/try_fold.rs:2741:9 [INFO] [stdout] | [INFO] [stdout] 2741 | t.const_token = t.const_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:2742:9 [INFO] [stdout] | [INFO] [stdout] 2742 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Colon` to itself [INFO] [stdout] --> src/try_fold.rs:2743:9 [INFO] [stdout] | [INFO] [stdout] 2743 | t.colon_token = t.colon_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:7637:9 [INFO] [stdout] | [INFO] [stdout] 7637 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Type` to itself [INFO] [stdout] --> src/try_fold.rs:5679:9 [INFO] [stdout] | [INFO] [stdout] 5679 | t.type_token = t.type_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:5680:9 [INFO] [stdout] | [INFO] [stdout] 5680 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Eq` to itself [INFO] [stdout] --> src/try_fold.rs:5682:9 [INFO] [stdout] | [INFO] [stdout] 5682 | t.eq_token = t.eq_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Semi` to itself [INFO] [stdout] --> src/try_fold.rs:5684:9 [INFO] [stdout] | [INFO] [stdout] 5684 | t.semi_token = t.semi_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Trait` to itself [INFO] [stdout] --> src/try_fold.rs:5647:9 [INFO] [stdout] | [INFO] [stdout] 5647 | t.trait_token = t.trait_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:5648:9 [INFO] [stdout] | [INFO] [stdout] 5648 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Eq` to itself [INFO] [stdout] --> src/try_fold.rs:5650:9 [INFO] [stdout] | [INFO] [stdout] 5650 | t.eq_token = t.eq_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Semi` to itself [INFO] [stdout] --> src/try_fold.rs:5659:9 [INFO] [stdout] | [INFO] [stdout] 5659 | t.semi_token = t.semi_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Trait` to itself [INFO] [stdout] --> src/try_fold.rs:5603:9 [INFO] [stdout] | [INFO] [stdout] 5603 | t.trait_token = t.trait_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:5604:9 [INFO] [stdout] | [INFO] [stdout] 5604 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Brace` to itself [INFO] [stdout] --> src/try_fold.rs:5619:9 [INFO] [stdout] | [INFO] [stdout] 5619 | t.brace_token = t.brace_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Type` to itself [INFO] [stdout] --> src/try_fold.rs:7301:9 [INFO] [stdout] | [INFO] [stdout] 7301 | t.type_token = t.type_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:7302:9 [INFO] [stdout] | [INFO] [stdout] 7302 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Semi` to itself [INFO] [stdout] --> src/try_fold.rs:7322:9 [INFO] [stdout] | [INFO] [stdout] 7322 | t.semi_token = t.semi_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Fn` to itself [INFO] [stdout] --> src/try_fold.rs:6956:9 [INFO] [stdout] | [INFO] [stdout] 6956 | t.fn_token = t.fn_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:6957:9 [INFO] [stdout] | [INFO] [stdout] 6957 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stdout] --> src/try_fold.rs:6959:9 [INFO] [stdout] | [INFO] [stdout] 6959 | t.paren_token = t.paren_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `DotDotDot` to itself [INFO] [stdout] --> src/try_fold.rs:8040:9 [INFO] [stdout] | [INFO] [stdout] 8040 | t.dots = t.dots; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Underscore` to itself [INFO] [stdout] --> src/try_fold.rs:6682:9 [INFO] [stdout] | [INFO] [stdout] 6682 | t.underscore_token = t.underscore_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Colon` to itself [INFO] [stdout] --> src/try_fold.rs:6662:9 [INFO] [stdout] | [INFO] [stdout] 6662 | t.colon_token = t.colon_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stdout] --> src/try_fold.rs:6634:9 [INFO] [stdout] | [INFO] [stdout] 6634 | t.paren_token = t.paren_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stdout] --> src/try_fold.rs:6601:9 [INFO] [stdout] | [INFO] [stdout] 6601 | t.paren_token = t.paren_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Brace` to itself [INFO] [stdout] --> src/try_fold.rs:6569:9 [INFO] [stdout] | [INFO] [stdout] 6569 | t.brace_token = t.brace_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `DotDot` to itself [INFO] [stdout] --> src/try_fold.rs:6517:9 [INFO] [stdout] | [INFO] [stdout] 6517 | t.dot2_token = t.dot2_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `u32` to itself [INFO] [stdout] --> src/try_fold.rs:5054:9 [INFO] [stdout] | [INFO] [stdout] 5054 | t.index = t.index; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Span` to itself [INFO] [stdout] --> src/try_fold.rs:5055:9 [INFO] [stdout] | [INFO] [stdout] 5055 | t.span = t.span; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Bracket` to itself [INFO] [stdout] --> src/try_fold.rs:6536:9 [INFO] [stdout] | [INFO] [stdout] 6536 | t.bracket_token = t.bracket_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::And` to itself [INFO] [stdout] --> src/try_fold.rs:6492:9 [INFO] [stdout] | [INFO] [stdout] 6492 | t.and_token = t.and_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stdout] --> src/try_fold.rs:6472:9 [INFO] [stdout] | [INFO] [stdout] 6472 | t.paren_token = t.paren_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `bool` to itself [INFO] [stdout] --> src/try_fold.rs:5901:9 [INFO] [stdout] | [INFO] [stdout] 5901 | t.value = t.value; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Span` to itself [INFO] [stdout] --> src/try_fold.rs:5902:9 [INFO] [stdout] | [INFO] [stdout] 5902 | t.span = t.span; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:6417:9 [INFO] [stdout] | [INFO] [stdout] 6417 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Const` to itself [INFO] [stdout] --> src/try_fold.rs:3627:9 [INFO] [stdout] | [INFO] [stdout] 3627 | t.const_token = t.const_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `SelfValue` to itself [INFO] [stdout] --> src/try_fold.rs:6894:9 [INFO] [stdout] | [INFO] [stdout] 6894 | t.self_token = t.self_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Extern` to itself [INFO] [stdout] --> src/try_fold.rs:2169:9 [INFO] [stdout] | [INFO] [stdout] 2169 | t.extern_token = t.extern_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Const` to itself [INFO] [stdout] --> src/try_fold.rs:7219:9 [INFO] [stdout] | [INFO] [stdout] 7219 | t.const_token = t.const_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:7220:9 [INFO] [stdout] | [INFO] [stdout] 7220 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Colon` to itself [INFO] [stdout] --> src/try_fold.rs:7222:9 [INFO] [stdout] | [INFO] [stdout] 7222 | t.colon_token = t.colon_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Semi` to itself [INFO] [stdout] --> src/try_fold.rs:7229:9 [INFO] [stdout] | [INFO] [stdout] 7229 | t.semi_token = t.semi_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Struct` to itself [INFO] [stdout] --> src/try_fold.rs:5560:9 [INFO] [stdout] | [INFO] [stdout] 5560 | t.struct_token = t.struct_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:5561:9 [INFO] [stdout] | [INFO] [stdout] 5561 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stdout] --> src/try_fold.rs:4437:9 [INFO] [stdout] | [INFO] [stdout] 4437 | t.paren_token = t.paren_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Static` to itself [INFO] [stdout] --> src/try_fold.rs:5533:9 [INFO] [stdout] | [INFO] [stdout] 5533 | t.static_token = t.static_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:5535:9 [INFO] [stdout] | [INFO] [stdout] 5535 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Colon` to itself [INFO] [stdout] --> src/try_fold.rs:5536:9 [INFO] [stdout] | [INFO] [stdout] 5536 | t.colon_token = t.colon_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Eq` to itself [INFO] [stdout] --> src/try_fold.rs:5538:9 [INFO] [stdout] | [INFO] [stdout] 5538 | t.eq_token = t.eq_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Semi` to itself [INFO] [stdout] --> src/try_fold.rs:5540:9 [INFO] [stdout] | [INFO] [stdout] 5540 | t.semi_token = t.semi_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Mod` to itself [INFO] [stdout] --> src/try_fold.rs:5491:9 [INFO] [stdout] | [INFO] [stdout] 5491 | t.mod_token = t.mod_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:5492:9 [INFO] [stdout] | [INFO] [stdout] 5492 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Impl` to itself [INFO] [stdout] --> src/try_fold.rs:5412:9 [INFO] [stdout] | [INFO] [stdout] 5412 | t.impl_token = t.impl_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Brace` to itself [INFO] [stdout] --> src/try_fold.rs:5429:9 [INFO] [stdout] | [INFO] [stdout] 5429 | t.brace_token = t.brace_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Type` to itself [INFO] [stdout] --> src/try_fold.rs:5026:9 [INFO] [stdout] | [INFO] [stdout] 5026 | t.type_token = t.type_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:5027:9 [INFO] [stdout] | [INFO] [stdout] 5027 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Eq` to itself [INFO] [stdout] --> src/try_fold.rs:5029:9 [INFO] [stdout] | [INFO] [stdout] 5029 | t.eq_token = t.eq_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Semi` to itself [INFO] [stdout] --> src/try_fold.rs:5031:9 [INFO] [stdout] | [INFO] [stdout] 5031 | t.semi_token = t.semi_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Const` to itself [INFO] [stdout] --> src/try_fold.rs:4944:9 [INFO] [stdout] | [INFO] [stdout] 4944 | t.const_token = t.const_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:4945:9 [INFO] [stdout] | [INFO] [stdout] 4945 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Colon` to itself [INFO] [stdout] --> src/try_fold.rs:4947:9 [INFO] [stdout] | [INFO] [stdout] 4947 | t.colon_token = t.colon_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Eq` to itself [INFO] [stdout] --> src/try_fold.rs:4949:9 [INFO] [stdout] | [INFO] [stdout] 4949 | t.eq_token = t.eq_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Semi` to itself [INFO] [stdout] --> src/try_fold.rs:4951:9 [INFO] [stdout] | [INFO] [stdout] 4951 | t.semi_token = t.semi_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Brace` to itself [INFO] [stdout] --> src/try_fold.rs:5375:9 [INFO] [stdout] | [INFO] [stdout] 5375 | t.brace_token = t.brace_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Type` to itself [INFO] [stdout] --> src/try_fold.rs:4673:9 [INFO] [stdout] | [INFO] [stdout] 4673 | t.type_token = t.type_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:4674:9 [INFO] [stdout] | [INFO] [stdout] 4674 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Semi` to itself [INFO] [stdout] --> src/try_fold.rs:4676:9 [INFO] [stdout] | [INFO] [stdout] 4676 | t.semi_token = t.semi_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Static` to itself [INFO] [stdout] --> src/try_fold.rs:4648:9 [INFO] [stdout] | [INFO] [stdout] 4648 | t.static_token = t.static_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:4650:9 [INFO] [stdout] | [INFO] [stdout] 4650 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Colon` to itself [INFO] [stdout] --> src/try_fold.rs:4651:9 [INFO] [stdout] | [INFO] [stdout] 4651 | t.colon_token = t.colon_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Semi` to itself [INFO] [stdout] --> src/try_fold.rs:4653:9 [INFO] [stdout] | [INFO] [stdout] 4653 | t.semi_token = t.semi_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Semi` to itself [INFO] [stdout] --> src/try_fold.rs:4604:9 [INFO] [stdout] | [INFO] [stdout] 4604 | t.semi_token = t.semi_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Extern` to itself [INFO] [stdout] --> src/try_fold.rs:5321:9 [INFO] [stdout] | [INFO] [stdout] 5321 | t.extern_token = t.extern_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Crate` to itself [INFO] [stdout] --> src/try_fold.rs:5322:9 [INFO] [stdout] | [INFO] [stdout] 5322 | t.crate_token = t.crate_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:5323:9 [INFO] [stdout] | [INFO] [stdout] 5323 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Semi` to itself [INFO] [stdout] --> src/try_fold.rs:5329:9 [INFO] [stdout] | [INFO] [stdout] 5329 | t.semi_token = t.semi_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Enum` to itself [INFO] [stdout] --> src/try_fold.rs:5290:9 [INFO] [stdout] | [INFO] [stdout] 5290 | t.enum_token = t.enum_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:5291:9 [INFO] [stdout] | [INFO] [stdout] 5291 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Brace` to itself [INFO] [stdout] --> src/try_fold.rs:5293:9 [INFO] [stdout] | [INFO] [stdout] 5293 | t.brace_token = t.brace_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:8064:9 [INFO] [stdout] | [INFO] [stdout] 8064 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Const` to itself [INFO] [stdout] --> src/try_fold.rs:5263:9 [INFO] [stdout] | [INFO] [stdout] 5263 | t.const_token = t.const_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:5264:9 [INFO] [stdout] | [INFO] [stdout] 5264 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Colon` to itself [INFO] [stdout] --> src/try_fold.rs:5266:9 [INFO] [stdout] | [INFO] [stdout] 5266 | t.colon_token = t.colon_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Eq` to itself [INFO] [stdout] --> src/try_fold.rs:5268:9 [INFO] [stdout] | [INFO] [stdout] 5268 | t.eq_token = t.eq_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Semi` to itself [INFO] [stdout] --> src/try_fold.rs:5270:9 [INFO] [stdout] | [INFO] [stdout] 5270 | t.semi_token = t.semi_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Let` to itself [INFO] [stdout] --> src/try_fold.rs:5975:9 [INFO] [stdout] | [INFO] [stdout] 5975 | t.let_token = t.let_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Semi` to itself [INFO] [stdout] --> src/try_fold.rs:5982:9 [INFO] [stdout] | [INFO] [stdout] 5982 | t.semi_token = t.semi_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Eq` to itself [INFO] [stdout] --> src/try_fold.rs:5993:9 [INFO] [stdout] | [INFO] [stdout] 5993 | t.eq_token = t.eq_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Colon` to itself [INFO] [stdout] --> src/try_fold.rs:5746:9 [INFO] [stdout] | [INFO] [stdout] 5746 | t.colon_token = t.colon_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Unsafe` to itself [INFO] [stdout] --> src/try_fold.rs:4229:9 [INFO] [stdout] | [INFO] [stdout] 4229 | t.unsafe_token = t.unsafe_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stdout] --> src/try_fold.rs:4182:9 [INFO] [stdout] | [INFO] [stdout] 4182 | t.paren_token = t.paren_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Try` to itself [INFO] [stdout] --> src/try_fold.rs:4162:9 [INFO] [stdout] | [INFO] [stdout] 4162 | t.try_token = t.try_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Question` to itself [INFO] [stdout] --> src/try_fold.rs:4143:9 [INFO] [stdout] | [INFO] [stdout] 4143 | t.question_token = t.question_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Brace` to itself [INFO] [stdout] --> src/try_fold.rs:4105:9 [INFO] [stdout] | [INFO] [stdout] 4105 | t.brace_token = t.brace_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Return` to itself [INFO] [stdout] --> src/try_fold.rs:4075:9 [INFO] [stdout] | [INFO] [stdout] 4075 | t.return_token = t.return_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Bracket` to itself [INFO] [stdout] --> src/try_fold.rs:4053:9 [INFO] [stdout] | [INFO] [stdout] 4053 | t.bracket_token = t.bracket_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Semi` to itself [INFO] [stdout] --> src/try_fold.rs:4055:9 [INFO] [stdout] | [INFO] [stdout] 4055 | t.semi_token = t.semi_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::And` to itself [INFO] [stdout] --> src/try_fold.rs:4028:9 [INFO] [stdout] | [INFO] [stdout] 4028 | t.and_token = t.and_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stdout] --> src/try_fold.rs:3955:9 [INFO] [stdout] | [INFO] [stdout] 3955 | t.paren_token = t.paren_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Dot` to itself [INFO] [stdout] --> src/try_fold.rs:3921:9 [INFO] [stdout] | [INFO] [stdout] 3921 | t.dot_token = t.dot_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:3922:9 [INFO] [stdout] | [INFO] [stdout] 3922 | t.method = t.method; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stdout] --> src/try_fold.rs:3928:9 [INFO] [stdout] | [INFO] [stdout] 3928 | t.paren_token = t.paren_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Lt` to itself [INFO] [stdout] --> src/try_fold.rs:2190:9 [INFO] [stdout] | [INFO] [stdout] 2190 | t.lt_token = t.lt_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Gt` to itself [INFO] [stdout] --> src/try_fold.rs:2199:9 [INFO] [stdout] | [INFO] [stdout] 2199 | t.gt_token = t.gt_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:2765:9 [INFO] [stdout] | [INFO] [stdout] 2765 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Colon` to itself [INFO] [stdout] --> src/try_fold.rs:2771:9 [INFO] [stdout] | [INFO] [stdout] 2771 | t.colon_token = t.colon_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:2241:9 [INFO] [stdout] | [INFO] [stdout] 2241 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Eq` to itself [INFO] [stdout] --> src/try_fold.rs:2247:9 [INFO] [stdout] | [INFO] [stdout] 2247 | t.eq_token = t.eq_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:2259:9 [INFO] [stdout] | [INFO] [stdout] 2259 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Eq` to itself [INFO] [stdout] --> src/try_fold.rs:2265:9 [INFO] [stdout] | [INFO] [stdout] 2265 | t.eq_token = t.eq_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Match` to itself [INFO] [stdout] --> src/try_fold.rs:3891:9 [INFO] [stdout] | [INFO] [stdout] 3891 | t.match_token = t.match_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Brace` to itself [INFO] [stdout] --> src/try_fold.rs:3893:9 [INFO] [stdout] | [INFO] [stdout] 3893 | t.brace_token = t.brace_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `FatArrow` to itself [INFO] [stdout] --> src/try_fold.rs:2224:9 [INFO] [stdout] | [INFO] [stdout] 2224 | t.fat_arrow_token = t.fat_arrow_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Loop` to itself [INFO] [stdout] --> src/try_fold.rs:3852:9 [INFO] [stdout] | [INFO] [stdout] 3852 | t.loop_token = t.loop_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Let` to itself [INFO] [stdout] --> src/try_fold.rs:3806:9 [INFO] [stdout] | [INFO] [stdout] 3806 | t.let_token = t.let_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Eq` to itself [INFO] [stdout] --> src/try_fold.rs:3808:9 [INFO] [stdout] | [INFO] [stdout] 3808 | t.eq_token = t.eq_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Underscore` to itself [INFO] [stdout] --> src/try_fold.rs:3787:9 [INFO] [stdout] | [INFO] [stdout] 3787 | t.underscore_token = t.underscore_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Bracket` to itself [INFO] [stdout] --> src/try_fold.rs:3767:9 [INFO] [stdout] | [INFO] [stdout] 3767 | t.bracket_token = t.bracket_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::If` to itself [INFO] [stdout] --> src/try_fold.rs:3740:9 [INFO] [stdout] | [INFO] [stdout] 3740 | t.if_token = t.if_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Group` to itself [INFO] [stdout] --> src/try_fold.rs:3720:9 [INFO] [stdout] | [INFO] [stdout] 3720 | t.group_token = t.group_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `For` to itself [INFO] [stdout] --> src/try_fold.rs:3697:9 [INFO] [stdout] | [INFO] [stdout] 3697 | t.for_token = t.for_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `In` to itself [INFO] [stdout] --> src/try_fold.rs:3699:9 [INFO] [stdout] | [INFO] [stdout] 3699 | t.in_token = t.in_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Dot` to itself [INFO] [stdout] --> src/try_fold.rs:3672:9 [INFO] [stdout] | [INFO] [stdout] 3672 | t.dot_token = t.dot_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Continue` to itself [INFO] [stdout] --> src/try_fold.rs:3647:9 [INFO] [stdout] | [INFO] [stdout] 3647 | t.continue_token = t.continue_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Or` to itself [INFO] [stdout] --> src/try_fold.rs:3597:9 [INFO] [stdout] | [INFO] [stdout] 3597 | t.or1_token = t.or1_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Or` to itself [INFO] [stdout] --> src/try_fold.rs:3606:9 [INFO] [stdout] | [INFO] [stdout] 3606 | t.or2_token = t.or2_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `For` to itself [INFO] [stdout] --> src/try_fold.rs:2712:9 [INFO] [stdout] | [INFO] [stdout] 2712 | t.for_token = t.for_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Lt` to itself [INFO] [stdout] --> src/try_fold.rs:2713:9 [INFO] [stdout] | [INFO] [stdout] 2713 | t.lt_token = t.lt_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Gt` to itself [INFO] [stdout] --> src/try_fold.rs:2722:9 [INFO] [stdout] | [INFO] [stdout] 2722 | t.gt_token = t.gt_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `As` to itself [INFO] [stdout] --> src/try_fold.rs:3552:9 [INFO] [stdout] | [INFO] [stdout] 3552 | t.as_token = t.as_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stdout] --> src/try_fold.rs:3524:9 [INFO] [stdout] | [INFO] [stdout] 3524 | t.paren_token = t.paren_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Break` to itself [INFO] [stdout] --> src/try_fold.rs:3494:9 [INFO] [stdout] | [INFO] [stdout] 3494 | t.break_token = t.break_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Dot` to itself [INFO] [stdout] --> src/try_fold.rs:3429:9 [INFO] [stdout] | [INFO] [stdout] 3429 | t.dot_token = t.dot_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Await` to itself [INFO] [stdout] --> src/try_fold.rs:3430:9 [INFO] [stdout] | [INFO] [stdout] 3430 | t.await_token = t.await_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Async` to itself [INFO] [stdout] --> src/try_fold.rs:3403:9 [INFO] [stdout] | [INFO] [stdout] 3403 | t.async_token = t.async_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Eq` to itself [INFO] [stdout] --> src/try_fold.rs:3383:9 [INFO] [stdout] | [INFO] [stdout] 3383 | t.eq_token = t.eq_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling ssttt v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: useless assignment of field of type `syn::token::Bracket` to itself [INFO] [stdout] --> src/try_fold.rs:3355:9 [INFO] [stdout] | [INFO] [stdout] 3355 | t.bracket_token = t.bracket_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `TokenStream` to itself [INFO] [stdout] --> src/try_fold.rs:6156:9 [INFO] [stdout] | [INFO] [stdout] 6156 | t.tokens = t.tokens; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Bracket` to itself [INFO] [stdout] --> src/try_fold.rs:7510:9 [INFO] [stdout] | [INFO] [stdout] 7510 | t.bracket_token = t.bracket_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Semi` to itself [INFO] [stdout] --> src/try_fold.rs:7512:9 [INFO] [stdout] | [INFO] [stdout] 7512 | t.semi_token = t.semi_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:2893:9 [INFO] [stdout] | [INFO] [stdout] 2893 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Union` to itself [INFO] [stdout] --> src/try_fold.rs:2872:9 [INFO] [stdout] | [INFO] [stdout] 2872 | t.union_token = t.union_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Enum` to itself [INFO] [stdout] --> src/try_fold.rs:2835:9 [INFO] [stdout] | [INFO] [stdout] 2835 | t.enum_token = t.enum_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Brace` to itself [INFO] [stdout] --> src/try_fold.rs:2836:9 [INFO] [stdout] | [INFO] [stdout] 2836 | t.brace_token = t.brace_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Struct` to itself [INFO] [stdout] --> src/try_fold.rs:2855:9 [INFO] [stdout] | [INFO] [stdout] 2855 | t.struct_token = t.struct_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Colon` to itself [INFO] [stdout] --> src/try_fold.rs:6792:9 [INFO] [stdout] | [INFO] [stdout] 6792 | t.colon_token = t.colon_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Span` to itself [INFO] [stdout] --> src/try_fold.rs:5757:9 [INFO] [stdout] | [INFO] [stdout] 5757 | t.apostrophe = t.apostrophe; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:5758:9 [INFO] [stdout] | [INFO] [stdout] 5758 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:6754:9 [INFO] [stdout] | [INFO] [stdout] 6754 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stdout] --> src/try_fold.rs:6180:9 [INFO] [stdout] | [INFO] [stdout] 6180 | t.paren_token = t.paren_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stdout] --> src/try_fold.rs:7829:9 [INFO] [stdout] | [INFO] [stdout] 7829 | t.paren_token = t.paren_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Bracket` to itself [INFO] [stdout] --> src/try_fold.rs:7794:9 [INFO] [stdout] | [INFO] [stdout] 7794 | t.bracket_token = t.bracket_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::And` to itself [INFO] [stdout] --> src/try_fold.rs:7772:9 [INFO] [stdout] | [INFO] [stdout] 7772 | t.and_token = t.and_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Star` to itself [INFO] [stdout] --> src/try_fold.rs:7750:9 [INFO] [stdout] | [INFO] [stdout] 7750 | t.star_token = t.star_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Lt` to itself [INFO] [stdout] --> src/try_fold.rs:6811:9 [INFO] [stdout] | [INFO] [stdout] 6811 | t.lt_token = t.lt_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `usize` to itself [INFO] [stdout] --> src/try_fold.rs:6813:9 [INFO] [stdout] | [INFO] [stdout] 6813 | t.position = t.position; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Gt` to itself [INFO] [stdout] --> src/try_fold.rs:6819:9 [INFO] [stdout] | [INFO] [stdout] 6819 | t.gt_token = t.gt_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stdout] --> src/try_fold.rs:7722:9 [INFO] [stdout] | [INFO] [stdout] 7722 | t.paren_token = t.paren_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Not` to itself [INFO] [stdout] --> src/try_fold.rs:7618:9 [INFO] [stdout] | [INFO] [stdout] 7618 | t.bang_token = t.bang_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Not` to itself [INFO] [stdout] --> src/try_fold.rs:6011:9 [INFO] [stdout] | [INFO] [stdout] 6011 | t.bang_token = t.bang_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `TokenStream` to itself [INFO] [stdout] --> src/try_fold.rs:6013:9 [INFO] [stdout] | [INFO] [stdout] 6013 | t.tokens = t.tokens; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Underscore` to itself [INFO] [stdout] --> src/try_fold.rs:7596:9 [INFO] [stdout] | [INFO] [stdout] 7596 | t.underscore_token = t.underscore_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Impl` to itself [INFO] [stdout] --> src/try_fold.rs:7577:9 [INFO] [stdout] | [INFO] [stdout] 7577 | t.impl_token = t.impl_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Group` to itself [INFO] [stdout] --> src/try_fold.rs:7565:9 [INFO] [stdout] | [INFO] [stdout] 7565 | t.group_token = t.group_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Fn` to itself [INFO] [stdout] --> src/try_fold.rs:7539:9 [INFO] [stdout] | [INFO] [stdout] 7539 | t.fn_token = t.fn_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stdout] --> src/try_fold.rs:7540:9 [INFO] [stdout] | [INFO] [stdout] 7540 | t.paren_token = t.paren_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `DotDotDot` to itself [INFO] [stdout] --> src/try_fold.rs:2351:9 [INFO] [stdout] | [INFO] [stdout] 2351 | t.dots = t.dots; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Pound` to itself [INFO] [stdout] --> src/try_fold.rs:2300:9 [INFO] [stdout] | [INFO] [stdout] 2300 | t.pound_token = t.pound_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Bracket` to itself [INFO] [stdout] --> src/try_fold.rs:2302:9 [INFO] [stdout] | [INFO] [stdout] 2302 | t.bracket_token = t.bracket_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Eq` to itself [INFO] [stdout] --> src/try_fold.rs:6168:9 [INFO] [stdout] | [INFO] [stdout] 6168 | t.eq_token = t.eq_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Yield` to itself [INFO] [stdout] --> src/try_fold.rs:4275:9 [INFO] [stdout] | [INFO] [stdout] 4275 | t.yield_token = t.yield_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::While` to itself [INFO] [stdout] --> src/try_fold.rs:4254:9 [INFO] [stdout] | [INFO] [stdout] 4254 | t.while_token = t.while_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Brace` to itself [INFO] [stdout] --> src/try_fold.rs:2693:9 [INFO] [stdout] | [INFO] [stdout] 2693 | t.brace_token = t.brace_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Use` to itself [INFO] [stdout] --> src/try_fold.rs:5727:9 [INFO] [stdout] | [INFO] [stdout] 5727 | t.use_token = t.use_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Semi` to itself [INFO] [stdout] --> src/try_fold.rs:5734:9 [INFO] [stdout] | [INFO] [stdout] 5734 | t.semi_token = t.semi_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Brace` to itself [INFO] [stdout] --> src/try_fold.rs:7904:9 [INFO] [stdout] | [INFO] [stdout] 7904 | t.brace_token = t.brace_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Star` to itself [INFO] [stdout] --> src/try_fold.rs:7893:9 [INFO] [stdout] | [INFO] [stdout] 7893 | t.star_token = t.star_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:7947:9 [INFO] [stdout] | [INFO] [stdout] 7947 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `As` to itself [INFO] [stdout] --> src/try_fold.rs:7948:9 [INFO] [stdout] | [INFO] [stdout] 7948 | t.as_token = t.as_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:7949:9 [INFO] [stdout] | [INFO] [stdout] 7949 | t.rename = t.rename; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:7923:9 [INFO] [stdout] | [INFO] [stdout] 7923 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:7934:9 [INFO] [stdout] | [INFO] [stdout] 7934 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `PathSep` to itself [INFO] [stdout] --> src/try_fold.rs:7935:9 [INFO] [stdout] | [INFO] [stdout] 7935 | t.colon2_token = t.colon2_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Pub` to itself [INFO] [stdout] --> src/try_fold.rs:8081:9 [INFO] [stdout] | [INFO] [stdout] 8081 | t.pub_token = t.pub_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stdout] --> src/try_fold.rs:8082:9 [INFO] [stdout] | [INFO] [stdout] 8082 | t.paren_token = t.paren_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Union` to itself [INFO] [stdout] --> src/try_fold.rs:5704:9 [INFO] [stdout] | [INFO] [stdout] 5704 | t.union_token = t.union_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:5705:9 [INFO] [stdout] | [INFO] [stdout] 5705 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Brace` to itself [INFO] [stdout] --> src/try_fold.rs:4418:9 [INFO] [stdout] | [INFO] [stdout] 4418 | t.brace_token = t.brace_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Where` to itself [INFO] [stdout] --> src/try_fold.rs:8137:9 [INFO] [stdout] | [INFO] [stdout] 8137 | t.where_token = t.where_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Colon` to itself [INFO] [stdout] --> src/try_fold.rs:6767:9 [INFO] [stdout] | [INFO] [stdout] 6767 | t.colon_token = t.colon_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Const` to itself [INFO] [stdout] --> src/try_fold.rs:2741:9 [INFO] [stdout] | [INFO] [stdout] 2741 | t.const_token = t.const_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:2742:9 [INFO] [stdout] | [INFO] [stdout] 2742 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Colon` to itself [INFO] [stdout] --> src/try_fold.rs:2743:9 [INFO] [stdout] | [INFO] [stdout] 2743 | t.colon_token = t.colon_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:7637:9 [INFO] [stdout] | [INFO] [stdout] 7637 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Type` to itself [INFO] [stdout] --> src/try_fold.rs:5679:9 [INFO] [stdout] | [INFO] [stdout] 5679 | t.type_token = t.type_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:5680:9 [INFO] [stdout] | [INFO] [stdout] 5680 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Eq` to itself [INFO] [stdout] --> src/try_fold.rs:5682:9 [INFO] [stdout] | [INFO] [stdout] 5682 | t.eq_token = t.eq_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Semi` to itself [INFO] [stdout] --> src/try_fold.rs:5684:9 [INFO] [stdout] | [INFO] [stdout] 5684 | t.semi_token = t.semi_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Trait` to itself [INFO] [stdout] --> src/try_fold.rs:5647:9 [INFO] [stdout] | [INFO] [stdout] 5647 | t.trait_token = t.trait_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:5648:9 [INFO] [stdout] | [INFO] [stdout] 5648 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Eq` to itself [INFO] [stdout] --> src/try_fold.rs:5650:9 [INFO] [stdout] | [INFO] [stdout] 5650 | t.eq_token = t.eq_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Semi` to itself [INFO] [stdout] --> src/try_fold.rs:5659:9 [INFO] [stdout] | [INFO] [stdout] 5659 | t.semi_token = t.semi_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Trait` to itself [INFO] [stdout] --> src/try_fold.rs:5603:9 [INFO] [stdout] | [INFO] [stdout] 5603 | t.trait_token = t.trait_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:5604:9 [INFO] [stdout] | [INFO] [stdout] 5604 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Brace` to itself [INFO] [stdout] --> src/try_fold.rs:5619:9 [INFO] [stdout] | [INFO] [stdout] 5619 | t.brace_token = t.brace_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Type` to itself [INFO] [stdout] --> src/try_fold.rs:7301:9 [INFO] [stdout] | [INFO] [stdout] 7301 | t.type_token = t.type_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:7302:9 [INFO] [stdout] | [INFO] [stdout] 7302 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Semi` to itself [INFO] [stdout] --> src/try_fold.rs:7322:9 [INFO] [stdout] | [INFO] [stdout] 7322 | t.semi_token = t.semi_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Fn` to itself [INFO] [stdout] --> src/try_fold.rs:6956:9 [INFO] [stdout] | [INFO] [stdout] 6956 | t.fn_token = t.fn_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:6957:9 [INFO] [stdout] | [INFO] [stdout] 6957 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stdout] --> src/try_fold.rs:6959:9 [INFO] [stdout] | [INFO] [stdout] 6959 | t.paren_token = t.paren_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `DotDotDot` to itself [INFO] [stdout] --> src/try_fold.rs:8040:9 [INFO] [stdout] | [INFO] [stdout] 8040 | t.dots = t.dots; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Underscore` to itself [INFO] [stdout] --> src/try_fold.rs:6682:9 [INFO] [stdout] | [INFO] [stdout] 6682 | t.underscore_token = t.underscore_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Colon` to itself [INFO] [stdout] --> src/try_fold.rs:6662:9 [INFO] [stdout] | [INFO] [stdout] 6662 | t.colon_token = t.colon_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stdout] --> src/try_fold.rs:6634:9 [INFO] [stdout] | [INFO] [stdout] 6634 | t.paren_token = t.paren_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stdout] --> src/try_fold.rs:6601:9 [INFO] [stdout] | [INFO] [stdout] 6601 | t.paren_token = t.paren_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Brace` to itself [INFO] [stdout] --> src/try_fold.rs:6569:9 [INFO] [stdout] | [INFO] [stdout] 6569 | t.brace_token = t.brace_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `DotDot` to itself [INFO] [stdout] --> src/try_fold.rs:6517:9 [INFO] [stdout] | [INFO] [stdout] 6517 | t.dot2_token = t.dot2_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `u32` to itself [INFO] [stdout] --> src/try_fold.rs:5054:9 [INFO] [stdout] | [INFO] [stdout] 5054 | t.index = t.index; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Span` to itself [INFO] [stdout] --> src/try_fold.rs:5055:9 [INFO] [stdout] | [INFO] [stdout] 5055 | t.span = t.span; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Bracket` to itself [INFO] [stdout] --> src/try_fold.rs:6536:9 [INFO] [stdout] | [INFO] [stdout] 6536 | t.bracket_token = t.bracket_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::And` to itself [INFO] [stdout] --> src/try_fold.rs:6492:9 [INFO] [stdout] | [INFO] [stdout] 6492 | t.and_token = t.and_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stdout] --> src/try_fold.rs:6472:9 [INFO] [stdout] | [INFO] [stdout] 6472 | t.paren_token = t.paren_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `bool` to itself [INFO] [stdout] --> src/try_fold.rs:5901:9 [INFO] [stdout] | [INFO] [stdout] 5901 | t.value = t.value; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Span` to itself [INFO] [stdout] --> src/try_fold.rs:5902:9 [INFO] [stdout] | [INFO] [stdout] 5902 | t.span = t.span; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:6417:9 [INFO] [stdout] | [INFO] [stdout] 6417 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Const` to itself [INFO] [stdout] --> src/try_fold.rs:3627:9 [INFO] [stdout] | [INFO] [stdout] 3627 | t.const_token = t.const_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `SelfValue` to itself [INFO] [stdout] --> src/try_fold.rs:6894:9 [INFO] [stdout] | [INFO] [stdout] 6894 | t.self_token = t.self_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Extern` to itself [INFO] [stdout] --> src/try_fold.rs:2169:9 [INFO] [stdout] | [INFO] [stdout] 2169 | t.extern_token = t.extern_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Const` to itself [INFO] [stdout] --> src/try_fold.rs:7219:9 [INFO] [stdout] | [INFO] [stdout] 7219 | t.const_token = t.const_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:7220:9 [INFO] [stdout] | [INFO] [stdout] 7220 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Colon` to itself [INFO] [stdout] --> src/try_fold.rs:7222:9 [INFO] [stdout] | [INFO] [stdout] 7222 | t.colon_token = t.colon_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Semi` to itself [INFO] [stdout] --> src/try_fold.rs:7229:9 [INFO] [stdout] | [INFO] [stdout] 7229 | t.semi_token = t.semi_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Struct` to itself [INFO] [stdout] --> src/try_fold.rs:5560:9 [INFO] [stdout] | [INFO] [stdout] 5560 | t.struct_token = t.struct_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:5561:9 [INFO] [stdout] | [INFO] [stdout] 5561 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stdout] --> src/try_fold.rs:4437:9 [INFO] [stdout] | [INFO] [stdout] 4437 | t.paren_token = t.paren_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Static` to itself [INFO] [stdout] --> src/try_fold.rs:5533:9 [INFO] [stdout] | [INFO] [stdout] 5533 | t.static_token = t.static_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:5535:9 [INFO] [stdout] | [INFO] [stdout] 5535 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Colon` to itself [INFO] [stdout] --> src/try_fold.rs:5536:9 [INFO] [stdout] | [INFO] [stdout] 5536 | t.colon_token = t.colon_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Eq` to itself [INFO] [stdout] --> src/try_fold.rs:5538:9 [INFO] [stdout] | [INFO] [stdout] 5538 | t.eq_token = t.eq_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Semi` to itself [INFO] [stdout] --> src/try_fold.rs:5540:9 [INFO] [stdout] | [INFO] [stdout] 5540 | t.semi_token = t.semi_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Mod` to itself [INFO] [stdout] --> src/try_fold.rs:5491:9 [INFO] [stdout] | [INFO] [stdout] 5491 | t.mod_token = t.mod_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:5492:9 [INFO] [stdout] | [INFO] [stdout] 5492 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Impl` to itself [INFO] [stdout] --> src/try_fold.rs:5412:9 [INFO] [stdout] | [INFO] [stdout] 5412 | t.impl_token = t.impl_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Brace` to itself [INFO] [stdout] --> src/try_fold.rs:5429:9 [INFO] [stdout] | [INFO] [stdout] 5429 | t.brace_token = t.brace_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Type` to itself [INFO] [stdout] --> src/try_fold.rs:5026:9 [INFO] [stdout] | [INFO] [stdout] 5026 | t.type_token = t.type_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:5027:9 [INFO] [stdout] | [INFO] [stdout] 5027 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Eq` to itself [INFO] [stdout] --> src/try_fold.rs:5029:9 [INFO] [stdout] | [INFO] [stdout] 5029 | t.eq_token = t.eq_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Semi` to itself [INFO] [stdout] --> src/try_fold.rs:5031:9 [INFO] [stdout] | [INFO] [stdout] 5031 | t.semi_token = t.semi_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Const` to itself [INFO] [stdout] --> src/try_fold.rs:4944:9 [INFO] [stdout] | [INFO] [stdout] 4944 | t.const_token = t.const_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:4945:9 [INFO] [stdout] | [INFO] [stdout] 4945 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Colon` to itself [INFO] [stdout] --> src/try_fold.rs:4947:9 [INFO] [stdout] | [INFO] [stdout] 4947 | t.colon_token = t.colon_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Eq` to itself [INFO] [stdout] --> src/try_fold.rs:4949:9 [INFO] [stdout] | [INFO] [stdout] 4949 | t.eq_token = t.eq_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Semi` to itself [INFO] [stdout] --> src/try_fold.rs:4951:9 [INFO] [stdout] | [INFO] [stdout] 4951 | t.semi_token = t.semi_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Brace` to itself [INFO] [stdout] --> src/try_fold.rs:5375:9 [INFO] [stdout] | [INFO] [stdout] 5375 | t.brace_token = t.brace_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Type` to itself [INFO] [stdout] --> src/try_fold.rs:4673:9 [INFO] [stdout] | [INFO] [stdout] 4673 | t.type_token = t.type_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:4674:9 [INFO] [stdout] | [INFO] [stdout] 4674 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Semi` to itself [INFO] [stdout] --> src/try_fold.rs:4676:9 [INFO] [stdout] | [INFO] [stdout] 4676 | t.semi_token = t.semi_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Static` to itself [INFO] [stdout] --> src/try_fold.rs:4648:9 [INFO] [stdout] | [INFO] [stdout] 4648 | t.static_token = t.static_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:4650:9 [INFO] [stdout] | [INFO] [stdout] 4650 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Colon` to itself [INFO] [stdout] --> src/try_fold.rs:4651:9 [INFO] [stdout] | [INFO] [stdout] 4651 | t.colon_token = t.colon_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Semi` to itself [INFO] [stdout] --> src/try_fold.rs:4653:9 [INFO] [stdout] | [INFO] [stdout] 4653 | t.semi_token = t.semi_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Semi` to itself [INFO] [stdout] --> src/try_fold.rs:4604:9 [INFO] [stdout] | [INFO] [stdout] 4604 | t.semi_token = t.semi_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Extern` to itself [INFO] [stdout] --> src/try_fold.rs:5321:9 [INFO] [stdout] | [INFO] [stdout] 5321 | t.extern_token = t.extern_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Crate` to itself [INFO] [stdout] --> src/try_fold.rs:5322:9 [INFO] [stdout] | [INFO] [stdout] 5322 | t.crate_token = t.crate_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:5323:9 [INFO] [stdout] | [INFO] [stdout] 5323 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Semi` to itself [INFO] [stdout] --> src/try_fold.rs:5329:9 [INFO] [stdout] | [INFO] [stdout] 5329 | t.semi_token = t.semi_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Enum` to itself [INFO] [stdout] --> src/try_fold.rs:5290:9 [INFO] [stdout] | [INFO] [stdout] 5290 | t.enum_token = t.enum_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:5291:9 [INFO] [stdout] | [INFO] [stdout] 5291 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Brace` to itself [INFO] [stdout] --> src/try_fold.rs:5293:9 [INFO] [stdout] | [INFO] [stdout] 5293 | t.brace_token = t.brace_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:8064:9 [INFO] [stdout] | [INFO] [stdout] 8064 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Const` to itself [INFO] [stdout] --> src/try_fold.rs:5263:9 [INFO] [stdout] | [INFO] [stdout] 5263 | t.const_token = t.const_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:5264:9 [INFO] [stdout] | [INFO] [stdout] 5264 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Colon` to itself [INFO] [stdout] --> src/try_fold.rs:5266:9 [INFO] [stdout] | [INFO] [stdout] 5266 | t.colon_token = t.colon_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Eq` to itself [INFO] [stdout] --> src/try_fold.rs:5268:9 [INFO] [stdout] | [INFO] [stdout] 5268 | t.eq_token = t.eq_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Semi` to itself [INFO] [stdout] --> src/try_fold.rs:5270:9 [INFO] [stdout] | [INFO] [stdout] 5270 | t.semi_token = t.semi_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Let` to itself [INFO] [stdout] --> src/try_fold.rs:5975:9 [INFO] [stdout] | [INFO] [stdout] 5975 | t.let_token = t.let_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Semi` to itself [INFO] [stdout] --> src/try_fold.rs:5982:9 [INFO] [stdout] | [INFO] [stdout] 5982 | t.semi_token = t.semi_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Eq` to itself [INFO] [stdout] --> src/try_fold.rs:5993:9 [INFO] [stdout] | [INFO] [stdout] 5993 | t.eq_token = t.eq_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Colon` to itself [INFO] [stdout] --> src/try_fold.rs:5746:9 [INFO] [stdout] | [INFO] [stdout] 5746 | t.colon_token = t.colon_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Unsafe` to itself [INFO] [stdout] --> src/try_fold.rs:4229:9 [INFO] [stdout] | [INFO] [stdout] 4229 | t.unsafe_token = t.unsafe_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stdout] --> src/try_fold.rs:4182:9 [INFO] [stdout] | [INFO] [stdout] 4182 | t.paren_token = t.paren_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Try` to itself [INFO] [stdout] --> src/try_fold.rs:4162:9 [INFO] [stdout] | [INFO] [stdout] 4162 | t.try_token = t.try_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Question` to itself [INFO] [stdout] --> src/try_fold.rs:4143:9 [INFO] [stdout] | [INFO] [stdout] 4143 | t.question_token = t.question_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Brace` to itself [INFO] [stdout] --> src/try_fold.rs:4105:9 [INFO] [stdout] | [INFO] [stdout] 4105 | t.brace_token = t.brace_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Return` to itself [INFO] [stdout] --> src/try_fold.rs:4075:9 [INFO] [stdout] | [INFO] [stdout] 4075 | t.return_token = t.return_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Bracket` to itself [INFO] [stdout] --> src/try_fold.rs:4053:9 [INFO] [stdout] | [INFO] [stdout] 4053 | t.bracket_token = t.bracket_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Semi` to itself [INFO] [stdout] --> src/try_fold.rs:4055:9 [INFO] [stdout] | [INFO] [stdout] 4055 | t.semi_token = t.semi_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::And` to itself [INFO] [stdout] --> src/try_fold.rs:4028:9 [INFO] [stdout] | [INFO] [stdout] 4028 | t.and_token = t.and_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stdout] --> src/try_fold.rs:3955:9 [INFO] [stdout] | [INFO] [stdout] 3955 | t.paren_token = t.paren_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Dot` to itself [INFO] [stdout] --> src/try_fold.rs:3921:9 [INFO] [stdout] | [INFO] [stdout] 3921 | t.dot_token = t.dot_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:3922:9 [INFO] [stdout] | [INFO] [stdout] 3922 | t.method = t.method; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stdout] --> src/try_fold.rs:3928:9 [INFO] [stdout] | [INFO] [stdout] 3928 | t.paren_token = t.paren_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Lt` to itself [INFO] [stdout] --> src/try_fold.rs:2190:9 [INFO] [stdout] | [INFO] [stdout] 2190 | t.lt_token = t.lt_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Gt` to itself [INFO] [stdout] --> src/try_fold.rs:2199:9 [INFO] [stdout] | [INFO] [stdout] 2199 | t.gt_token = t.gt_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:2765:9 [INFO] [stdout] | [INFO] [stdout] 2765 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Colon` to itself [INFO] [stdout] --> src/try_fold.rs:2771:9 [INFO] [stdout] | [INFO] [stdout] 2771 | t.colon_token = t.colon_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:2241:9 [INFO] [stdout] | [INFO] [stdout] 2241 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Eq` to itself [INFO] [stdout] --> src/try_fold.rs:2247:9 [INFO] [stdout] | [INFO] [stdout] 2247 | t.eq_token = t.eq_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:2259:9 [INFO] [stdout] | [INFO] [stdout] 2259 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Eq` to itself [INFO] [stdout] --> src/try_fold.rs:2265:9 [INFO] [stdout] | [INFO] [stdout] 2265 | t.eq_token = t.eq_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Match` to itself [INFO] [stdout] --> src/try_fold.rs:3891:9 [INFO] [stdout] | [INFO] [stdout] 3891 | t.match_token = t.match_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Brace` to itself [INFO] [stdout] --> src/try_fold.rs:3893:9 [INFO] [stdout] | [INFO] [stdout] 3893 | t.brace_token = t.brace_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `FatArrow` to itself [INFO] [stdout] --> src/try_fold.rs:2224:9 [INFO] [stdout] | [INFO] [stdout] 2224 | t.fat_arrow_token = t.fat_arrow_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Loop` to itself [INFO] [stdout] --> src/try_fold.rs:3852:9 [INFO] [stdout] | [INFO] [stdout] 3852 | t.loop_token = t.loop_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Let` to itself [INFO] [stdout] --> src/try_fold.rs:3806:9 [INFO] [stdout] | [INFO] [stdout] 3806 | t.let_token = t.let_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Eq` to itself [INFO] [stdout] --> src/try_fold.rs:3808:9 [INFO] [stdout] | [INFO] [stdout] 3808 | t.eq_token = t.eq_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Underscore` to itself [INFO] [stdout] --> src/try_fold.rs:3787:9 [INFO] [stdout] | [INFO] [stdout] 3787 | t.underscore_token = t.underscore_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Bracket` to itself [INFO] [stdout] --> src/try_fold.rs:3767:9 [INFO] [stdout] | [INFO] [stdout] 3767 | t.bracket_token = t.bracket_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::If` to itself [INFO] [stdout] --> src/try_fold.rs:3740:9 [INFO] [stdout] | [INFO] [stdout] 3740 | t.if_token = t.if_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Group` to itself [INFO] [stdout] --> src/try_fold.rs:3720:9 [INFO] [stdout] | [INFO] [stdout] 3720 | t.group_token = t.group_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `For` to itself [INFO] [stdout] --> src/try_fold.rs:3697:9 [INFO] [stdout] | [INFO] [stdout] 3697 | t.for_token = t.for_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `In` to itself [INFO] [stdout] --> src/try_fold.rs:3699:9 [INFO] [stdout] | [INFO] [stdout] 3699 | t.in_token = t.in_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Dot` to itself [INFO] [stdout] --> src/try_fold.rs:3672:9 [INFO] [stdout] | [INFO] [stdout] 3672 | t.dot_token = t.dot_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Continue` to itself [INFO] [stdout] --> src/try_fold.rs:3647:9 [INFO] [stdout] | [INFO] [stdout] 3647 | t.continue_token = t.continue_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Or` to itself [INFO] [stdout] --> src/try_fold.rs:3597:9 [INFO] [stdout] | [INFO] [stdout] 3597 | t.or1_token = t.or1_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Or` to itself [INFO] [stdout] --> src/try_fold.rs:3606:9 [INFO] [stdout] | [INFO] [stdout] 3606 | t.or2_token = t.or2_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `For` to itself [INFO] [stdout] --> src/try_fold.rs:2712:9 [INFO] [stdout] | [INFO] [stdout] 2712 | t.for_token = t.for_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Lt` to itself [INFO] [stdout] --> src/try_fold.rs:2713:9 [INFO] [stdout] | [INFO] [stdout] 2713 | t.lt_token = t.lt_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Gt` to itself [INFO] [stdout] --> src/try_fold.rs:2722:9 [INFO] [stdout] | [INFO] [stdout] 2722 | t.gt_token = t.gt_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `As` to itself [INFO] [stdout] --> src/try_fold.rs:3552:9 [INFO] [stdout] | [INFO] [stdout] 3552 | t.as_token = t.as_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stdout] --> src/try_fold.rs:3524:9 [INFO] [stdout] | [INFO] [stdout] 3524 | t.paren_token = t.paren_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Break` to itself [INFO] [stdout] --> src/try_fold.rs:3494:9 [INFO] [stdout] | [INFO] [stdout] 3494 | t.break_token = t.break_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Dot` to itself [INFO] [stdout] --> src/try_fold.rs:3429:9 [INFO] [stdout] | [INFO] [stdout] 3429 | t.dot_token = t.dot_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Await` to itself [INFO] [stdout] --> src/try_fold.rs:3430:9 [INFO] [stdout] | [INFO] [stdout] 3430 | t.await_token = t.await_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Async` to itself [INFO] [stdout] --> src/try_fold.rs:3403:9 [INFO] [stdout] | [INFO] [stdout] 3403 | t.async_token = t.async_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Eq` to itself [INFO] [stdout] --> src/try_fold.rs:3383:9 [INFO] [stdout] | [INFO] [stdout] 3383 | t.eq_token = t.eq_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Bracket` to itself [INFO] [stdout] --> src/try_fold.rs:3355:9 [INFO] [stdout] | [INFO] [stdout] 3355 | t.bracket_token = t.bracket_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `TokenStream` to itself [INFO] [stdout] --> src/try_fold.rs:6156:9 [INFO] [stdout] | [INFO] [stdout] 6156 | t.tokens = t.tokens; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Bracket` to itself [INFO] [stdout] --> src/try_fold.rs:7510:9 [INFO] [stdout] | [INFO] [stdout] 7510 | t.bracket_token = t.bracket_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `Semi` to itself [INFO] [stdout] --> src/try_fold.rs:7512:9 [INFO] [stdout] | [INFO] [stdout] 7512 | t.semi_token = t.semi_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stdout] --> src/try_fold.rs:2893:9 [INFO] [stdout] | [INFO] [stdout] 2893 | t.ident = t.ident; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Union` to itself [INFO] [stdout] --> src/try_fold.rs:2872:9 [INFO] [stdout] | [INFO] [stdout] 2872 | t.union_token = t.union_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Enum` to itself [INFO] [stdout] --> src/try_fold.rs:2835:9 [INFO] [stdout] | [INFO] [stdout] 2835 | t.enum_token = t.enum_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Brace` to itself [INFO] [stdout] --> src/try_fold.rs:2836:9 [INFO] [stdout] | [INFO] [stdout] 2836 | t.brace_token = t.brace_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: useless assignment of field of type `syn::token::Struct` to itself [INFO] [stdout] --> src/try_fold.rs:2855:9 [INFO] [stdout] | [INFO] [stdout] 2855 | t.struct_token = t.struct_token; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.69s [INFO] running `Command { std: "docker" "inspect" "ae7e189220e79fd5f736c6869815449566d0e8ae05492e77319061fcd72308b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ae7e189220e79fd5f736c6869815449566d0e8ae05492e77319061fcd72308b2", kill_on_drop: false }` [INFO] [stdout] ae7e189220e79fd5f736c6869815449566d0e8ae05492e77319061fcd72308b2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+2440211fe03bc45c89b6dc1a3df18382ce91e32b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 5c3530ae40001b50a2bd29b2e8093ec3b52da7a7333392bc4bfde76ff34e60f7 [INFO] running `Command { std: "docker" "start" "-a" "5c3530ae40001b50a2bd29b2e8093ec3b52da7a7333392bc4bfde76ff34e60f7", kill_on_drop: false }` [INFO] [stderr] warning: useless assignment of field of type `syn::token::Colon` to itself [INFO] [stderr] --> src/try_fold.rs:6792:9 [INFO] [stderr] | [INFO] [stderr] 6792 | t.colon_token = t.colon_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `Span` to itself [INFO] [stderr] --> src/try_fold.rs:5757:9 [INFO] [stderr] | [INFO] [stderr] 5757 | t.apostrophe = t.apostrophe; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stderr] --> src/try_fold.rs:5758:9 [INFO] [stderr] | [INFO] [stderr] 5758 | t.ident = t.ident; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stderr] --> src/try_fold.rs:6754:9 [INFO] [stderr] | [INFO] [stderr] 6754 | t.ident = t.ident; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stderr] --> src/try_fold.rs:6180:9 [INFO] [stderr] | [INFO] [stderr] 6180 | t.paren_token = t.paren_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stderr] --> src/try_fold.rs:7829:9 [INFO] [stderr] | [INFO] [stderr] 7829 | t.paren_token = t.paren_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Bracket` to itself [INFO] [stderr] --> src/try_fold.rs:7794:9 [INFO] [stderr] | [INFO] [stderr] 7794 | t.bracket_token = t.bracket_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::And` to itself [INFO] [stderr] --> src/try_fold.rs:7772:9 [INFO] [stderr] | [INFO] [stderr] 7772 | t.and_token = t.and_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `Star` to itself [INFO] [stderr] --> src/try_fold.rs:7750:9 [INFO] [stderr] | [INFO] [stderr] 7750 | t.star_token = t.star_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Lt` to itself [INFO] [stderr] --> src/try_fold.rs:6811:9 [INFO] [stderr] | [INFO] [stderr] 6811 | t.lt_token = t.lt_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `usize` to itself [INFO] [stderr] --> src/try_fold.rs:6813:9 [INFO] [stderr] | [INFO] [stderr] 6813 | t.position = t.position; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Gt` to itself [INFO] [stderr] --> src/try_fold.rs:6819:9 [INFO] [stderr] | [INFO] [stderr] 6819 | t.gt_token = t.gt_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stderr] --> src/try_fold.rs:7722:9 [INFO] [stderr] | [INFO] [stderr] 7722 | t.paren_token = t.paren_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Not` to itself [INFO] [stderr] --> src/try_fold.rs:7618:9 [INFO] [stderr] | [INFO] [stderr] 7618 | t.bang_token = t.bang_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Not` to itself [INFO] [stderr] --> src/try_fold.rs:6011:9 [INFO] [stderr] | [INFO] [stderr] 6011 | t.bang_token = t.bang_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `TokenStream` to itself [INFO] [stderr] --> src/try_fold.rs:6013:9 [INFO] [stderr] | [INFO] [stderr] 6013 | t.tokens = t.tokens; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `Underscore` to itself [INFO] [stderr] --> src/try_fold.rs:7596:9 [INFO] [stderr] | [INFO] [stderr] 7596 | t.underscore_token = t.underscore_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Impl` to itself [INFO] [stderr] --> src/try_fold.rs:7577:9 [INFO] [stderr] | [INFO] [stderr] 7577 | t.impl_token = t.impl_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Group` to itself [INFO] [stderr] --> src/try_fold.rs:7565:9 [INFO] [stderr] | [INFO] [stderr] 7565 | t.group_token = t.group_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Fn` to itself [INFO] [stderr] --> src/try_fold.rs:7539:9 [INFO] [stderr] | [INFO] [stderr] 7539 | t.fn_token = t.fn_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stderr] --> src/try_fold.rs:7540:9 [INFO] [stderr] | [INFO] [stderr] 7540 | t.paren_token = t.paren_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `DotDotDot` to itself [INFO] [stderr] --> src/try_fold.rs:2351:9 [INFO] [stderr] | [INFO] [stderr] 2351 | t.dots = t.dots; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `Pound` to itself [INFO] [stderr] --> src/try_fold.rs:2300:9 [INFO] [stderr] | [INFO] [stderr] 2300 | t.pound_token = t.pound_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Bracket` to itself [INFO] [stderr] --> src/try_fold.rs:2302:9 [INFO] [stderr] | [INFO] [stderr] 2302 | t.bracket_token = t.bracket_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Eq` to itself [INFO] [stderr] --> src/try_fold.rs:6168:9 [INFO] [stderr] | [INFO] [stderr] 6168 | t.eq_token = t.eq_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Yield` to itself [INFO] [stderr] --> src/try_fold.rs:4275:9 [INFO] [stderr] | [INFO] [stderr] 4275 | t.yield_token = t.yield_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::While` to itself [INFO] [stderr] --> src/try_fold.rs:4254:9 [INFO] [stderr] | [INFO] [stderr] 4254 | t.while_token = t.while_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Brace` to itself [INFO] [stderr] --> src/try_fold.rs:2693:9 [INFO] [stderr] | [INFO] [stderr] 2693 | t.brace_token = t.brace_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Use` to itself [INFO] [stderr] --> src/try_fold.rs:5727:9 [INFO] [stderr] | [INFO] [stderr] 5727 | t.use_token = t.use_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `Semi` to itself [INFO] [stderr] --> src/try_fold.rs:5734:9 [INFO] [stderr] | [INFO] [stderr] 5734 | t.semi_token = t.semi_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Brace` to itself [INFO] [stderr] --> src/try_fold.rs:7904:9 [INFO] [stderr] | [INFO] [stderr] 7904 | t.brace_token = t.brace_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `Star` to itself [INFO] [stderr] --> src/try_fold.rs:7893:9 [INFO] [stderr] | [INFO] [stderr] 7893 | t.star_token = t.star_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stderr] --> src/try_fold.rs:7947:9 [INFO] [stderr] | [INFO] [stderr] 7947 | t.ident = t.ident; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `As` to itself [INFO] [stderr] --> src/try_fold.rs:7948:9 [INFO] [stderr] | [INFO] [stderr] 7948 | t.as_token = t.as_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stderr] --> src/try_fold.rs:7949:9 [INFO] [stderr] | [INFO] [stderr] 7949 | t.rename = t.rename; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stderr] --> src/try_fold.rs:7923:9 [INFO] [stderr] | [INFO] [stderr] 7923 | t.ident = t.ident; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stderr] --> src/try_fold.rs:7934:9 [INFO] [stderr] | [INFO] [stderr] 7934 | t.ident = t.ident; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `PathSep` to itself [INFO] [stderr] --> src/try_fold.rs:7935:9 [INFO] [stderr] | [INFO] [stderr] 7935 | t.colon2_token = t.colon2_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `Pub` to itself [INFO] [stderr] --> src/try_fold.rs:8081:9 [INFO] [stderr] | [INFO] [stderr] 8081 | t.pub_token = t.pub_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stderr] --> src/try_fold.rs:8082:9 [INFO] [stderr] | [INFO] [stderr] 8082 | t.paren_token = t.paren_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Union` to itself [INFO] [stderr] --> src/try_fold.rs:5704:9 [INFO] [stderr] | [INFO] [stderr] 5704 | t.union_token = t.union_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stderr] --> src/try_fold.rs:5705:9 [INFO] [stderr] | [INFO] [stderr] 5705 | t.ident = t.ident; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Brace` to itself [INFO] [stderr] --> src/try_fold.rs:4418:9 [INFO] [stderr] | [INFO] [stderr] 4418 | t.brace_token = t.brace_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `Where` to itself [INFO] [stderr] --> src/try_fold.rs:8137:9 [INFO] [stderr] | [INFO] [stderr] 8137 | t.where_token = t.where_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Colon` to itself [INFO] [stderr] --> src/try_fold.rs:6767:9 [INFO] [stderr] | [INFO] [stderr] 6767 | t.colon_token = t.colon_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Const` to itself [INFO] [stderr] --> src/try_fold.rs:2741:9 [INFO] [stderr] | [INFO] [stderr] 2741 | t.const_token = t.const_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stderr] --> src/try_fold.rs:2742:9 [INFO] [stderr] | [INFO] [stderr] 2742 | t.ident = t.ident; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Colon` to itself [INFO] [stderr] --> src/try_fold.rs:2743:9 [INFO] [stderr] | [INFO] [stderr] 2743 | t.colon_token = t.colon_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stderr] --> src/try_fold.rs:7637:9 [INFO] [stderr] | [INFO] [stderr] 7637 | t.ident = t.ident; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Type` to itself [INFO] [stderr] --> src/try_fold.rs:5679:9 [INFO] [stderr] | [INFO] [stderr] 5679 | t.type_token = t.type_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stderr] --> src/try_fold.rs:5680:9 [INFO] [stderr] | [INFO] [stderr] 5680 | t.ident = t.ident; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Eq` to itself [INFO] [stderr] --> src/try_fold.rs:5682:9 [INFO] [stderr] | [INFO] [stderr] 5682 | t.eq_token = t.eq_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `Semi` to itself [INFO] [stderr] --> src/try_fold.rs:5684:9 [INFO] [stderr] | [INFO] [stderr] 5684 | t.semi_token = t.semi_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Trait` to itself [INFO] [stderr] --> src/try_fold.rs:5647:9 [INFO] [stderr] | [INFO] [stderr] 5647 | t.trait_token = t.trait_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stderr] --> src/try_fold.rs:5648:9 [INFO] [stderr] | [INFO] [stderr] 5648 | t.ident = t.ident; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Eq` to itself [INFO] [stderr] --> src/try_fold.rs:5650:9 [INFO] [stderr] | [INFO] [stderr] 5650 | t.eq_token = t.eq_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `Semi` to itself [INFO] [stderr] --> src/try_fold.rs:5659:9 [INFO] [stderr] | [INFO] [stderr] 5659 | t.semi_token = t.semi_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Trait` to itself [INFO] [stderr] --> src/try_fold.rs:5603:9 [INFO] [stderr] | [INFO] [stderr] 5603 | t.trait_token = t.trait_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stderr] --> src/try_fold.rs:5604:9 [INFO] [stderr] | [INFO] [stderr] 5604 | t.ident = t.ident; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Brace` to itself [INFO] [stderr] --> src/try_fold.rs:5619:9 [INFO] [stderr] | [INFO] [stderr] 5619 | t.brace_token = t.brace_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Type` to itself [INFO] [stderr] --> src/try_fold.rs:7301:9 [INFO] [stderr] | [INFO] [stderr] 7301 | t.type_token = t.type_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stderr] --> src/try_fold.rs:7302:9 [INFO] [stderr] | [INFO] [stderr] 7302 | t.ident = t.ident; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `Semi` to itself [INFO] [stderr] --> src/try_fold.rs:7322:9 [INFO] [stderr] | [INFO] [stderr] 7322 | t.semi_token = t.semi_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Fn` to itself [INFO] [stderr] --> src/try_fold.rs:6956:9 [INFO] [stderr] | [INFO] [stderr] 6956 | t.fn_token = t.fn_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stderr] --> src/try_fold.rs:6957:9 [INFO] [stderr] | [INFO] [stderr] 6957 | t.ident = t.ident; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stderr] --> src/try_fold.rs:6959:9 [INFO] [stderr] | [INFO] [stderr] 6959 | t.paren_token = t.paren_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `DotDotDot` to itself [INFO] [stderr] --> src/try_fold.rs:8040:9 [INFO] [stderr] | [INFO] [stderr] 8040 | t.dots = t.dots; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `Underscore` to itself [INFO] [stderr] --> src/try_fold.rs:6682:9 [INFO] [stderr] | [INFO] [stderr] 6682 | t.underscore_token = t.underscore_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Colon` to itself [INFO] [stderr] --> src/try_fold.rs:6662:9 [INFO] [stderr] | [INFO] [stderr] 6662 | t.colon_token = t.colon_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stderr] --> src/try_fold.rs:6634:9 [INFO] [stderr] | [INFO] [stderr] 6634 | t.paren_token = t.paren_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stderr] --> src/try_fold.rs:6601:9 [INFO] [stderr] | [INFO] [stderr] 6601 | t.paren_token = t.paren_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Brace` to itself [INFO] [stderr] --> src/try_fold.rs:6569:9 [INFO] [stderr] | [INFO] [stderr] 6569 | t.brace_token = t.brace_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `DotDot` to itself [INFO] [stderr] --> src/try_fold.rs:6517:9 [INFO] [stderr] | [INFO] [stderr] 6517 | t.dot2_token = t.dot2_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `u32` to itself [INFO] [stderr] --> src/try_fold.rs:5054:9 [INFO] [stderr] | [INFO] [stderr] 5054 | t.index = t.index; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `Span` to itself [INFO] [stderr] --> src/try_fold.rs:5055:9 [INFO] [stderr] | [INFO] [stderr] 5055 | t.span = t.span; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Bracket` to itself [INFO] [stderr] --> src/try_fold.rs:6536:9 [INFO] [stderr] | [INFO] [stderr] 6536 | t.bracket_token = t.bracket_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::And` to itself [INFO] [stderr] --> src/try_fold.rs:6492:9 [INFO] [stderr] | [INFO] [stderr] 6492 | t.and_token = t.and_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stderr] --> src/try_fold.rs:6472:9 [INFO] [stderr] | [INFO] [stderr] 6472 | t.paren_token = t.paren_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `bool` to itself [INFO] [stderr] --> src/try_fold.rs:5901:9 [INFO] [stderr] | [INFO] [stderr] 5901 | t.value = t.value; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `Span` to itself [INFO] [stderr] --> src/try_fold.rs:5902:9 [INFO] [stderr] | [INFO] [stderr] 5902 | t.span = t.span; [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stderr] --> src/try_fold.rs:6417:9 [INFO] [stderr] | [INFO] [stderr] 6417 | t.ident = t.ident; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Const` to itself [INFO] [stderr] --> src/try_fold.rs:3627:9 [INFO] [stderr] | [INFO] [stderr] 3627 | t.const_token = t.const_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `SelfValue` to itself [INFO] [stderr] --> src/try_fold.rs:6894:9 [INFO] [stderr] | [INFO] [stderr] 6894 | t.self_token = t.self_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `Extern` to itself [INFO] [stderr] --> src/try_fold.rs:2169:9 [INFO] [stderr] | [INFO] [stderr] 2169 | t.extern_token = t.extern_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Const` to itself [INFO] [stderr] --> src/try_fold.rs:7219:9 [INFO] [stderr] | [INFO] [stderr] 7219 | t.const_token = t.const_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stderr] --> src/try_fold.rs:7220:9 [INFO] [stderr] | [INFO] [stderr] 7220 | t.ident = t.ident; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Colon` to itself [INFO] [stderr] --> src/try_fold.rs:7222:9 [INFO] [stderr] | [INFO] [stderr] 7222 | t.colon_token = t.colon_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `Semi` to itself [INFO] [stderr] --> src/try_fold.rs:7229:9 [INFO] [stderr] | [INFO] [stderr] 7229 | t.semi_token = t.semi_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Struct` to itself [INFO] [stderr] --> src/try_fold.rs:5560:9 [INFO] [stderr] | [INFO] [stderr] 5560 | t.struct_token = t.struct_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stderr] --> src/try_fold.rs:5561:9 [INFO] [stderr] | [INFO] [stderr] 5561 | t.ident = t.ident; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stderr] --> src/try_fold.rs:4437:9 [INFO] [stderr] | [INFO] [stderr] 4437 | t.paren_token = t.paren_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Static` to itself [INFO] [stderr] --> src/try_fold.rs:5533:9 [INFO] [stderr] | [INFO] [stderr] 5533 | t.static_token = t.static_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stderr] --> src/try_fold.rs:5535:9 [INFO] [stderr] | [INFO] [stderr] 5535 | t.ident = t.ident; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Colon` to itself [INFO] [stderr] --> src/try_fold.rs:5536:9 [INFO] [stderr] | [INFO] [stderr] 5536 | t.colon_token = t.colon_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Eq` to itself [INFO] [stderr] --> src/try_fold.rs:5538:9 [INFO] [stderr] | [INFO] [stderr] 5538 | t.eq_token = t.eq_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `Semi` to itself [INFO] [stderr] --> src/try_fold.rs:5540:9 [INFO] [stderr] | [INFO] [stderr] 5540 | t.semi_token = t.semi_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Mod` to itself [INFO] [stderr] --> src/try_fold.rs:5491:9 [INFO] [stderr] | [INFO] [stderr] 5491 | t.mod_token = t.mod_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stderr] --> src/try_fold.rs:5492:9 [INFO] [stderr] | [INFO] [stderr] 5492 | t.ident = t.ident; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Impl` to itself [INFO] [stderr] --> src/try_fold.rs:5412:9 [INFO] [stderr] | [INFO] [stderr] 5412 | t.impl_token = t.impl_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Brace` to itself [INFO] [stderr] --> src/try_fold.rs:5429:9 [INFO] [stderr] | [INFO] [stderr] 5429 | t.brace_token = t.brace_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Type` to itself [INFO] [stderr] --> src/try_fold.rs:5026:9 [INFO] [stderr] | [INFO] [stderr] 5026 | t.type_token = t.type_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stderr] --> src/try_fold.rs:5027:9 [INFO] [stderr] | [INFO] [stderr] 5027 | t.ident = t.ident; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Eq` to itself [INFO] [stderr] --> src/try_fold.rs:5029:9 [INFO] [stderr] | [INFO] [stderr] 5029 | t.eq_token = t.eq_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `Semi` to itself [INFO] [stderr] --> src/try_fold.rs:5031:9 [INFO] [stderr] | [INFO] [stderr] 5031 | t.semi_token = t.semi_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Const` to itself [INFO] [stderr] --> src/try_fold.rs:4944:9 [INFO] [stderr] | [INFO] [stderr] 4944 | t.const_token = t.const_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stderr] --> src/try_fold.rs:4945:9 [INFO] [stderr] | [INFO] [stderr] 4945 | t.ident = t.ident; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Colon` to itself [INFO] [stderr] --> src/try_fold.rs:4947:9 [INFO] [stderr] | [INFO] [stderr] 4947 | t.colon_token = t.colon_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Eq` to itself [INFO] [stderr] --> src/try_fold.rs:4949:9 [INFO] [stderr] | [INFO] [stderr] 4949 | t.eq_token = t.eq_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `Semi` to itself [INFO] [stderr] --> src/try_fold.rs:4951:9 [INFO] [stderr] | [INFO] [stderr] 4951 | t.semi_token = t.semi_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Brace` to itself [INFO] [stderr] --> src/try_fold.rs:5375:9 [INFO] [stderr] | [INFO] [stderr] 5375 | t.brace_token = t.brace_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Type` to itself [INFO] [stderr] --> src/try_fold.rs:4673:9 [INFO] [stderr] | [INFO] [stderr] 4673 | t.type_token = t.type_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stderr] --> src/try_fold.rs:4674:9 [INFO] [stderr] | [INFO] [stderr] 4674 | t.ident = t.ident; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `Semi` to itself [INFO] [stderr] --> src/try_fold.rs:4676:9 [INFO] [stderr] | [INFO] [stderr] 4676 | t.semi_token = t.semi_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Static` to itself [INFO] [stderr] --> src/try_fold.rs:4648:9 [INFO] [stderr] | [INFO] [stderr] 4648 | t.static_token = t.static_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stderr] --> src/try_fold.rs:4650:9 [INFO] [stderr] | [INFO] [stderr] 4650 | t.ident = t.ident; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Colon` to itself [INFO] [stderr] --> src/try_fold.rs:4651:9 [INFO] [stderr] | [INFO] [stderr] 4651 | t.colon_token = t.colon_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `Semi` to itself [INFO] [stderr] --> src/try_fold.rs:4653:9 [INFO] [stderr] | [INFO] [stderr] 4653 | t.semi_token = t.semi_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `Semi` to itself [INFO] [stderr] --> src/try_fold.rs:4604:9 [INFO] [stderr] | [INFO] [stderr] 4604 | t.semi_token = t.semi_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `Extern` to itself [INFO] [stderr] --> src/try_fold.rs:5321:9 [INFO] [stderr] | [INFO] [stderr] 5321 | t.extern_token = t.extern_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `Crate` to itself [INFO] [stderr] --> src/try_fold.rs:5322:9 [INFO] [stderr] | [INFO] [stderr] 5322 | t.crate_token = t.crate_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stderr] --> src/try_fold.rs:5323:9 [INFO] [stderr] | [INFO] [stderr] 5323 | t.ident = t.ident; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `Semi` to itself [INFO] [stderr] --> src/try_fold.rs:5329:9 [INFO] [stderr] | [INFO] [stderr] 5329 | t.semi_token = t.semi_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Enum` to itself [INFO] [stderr] --> src/try_fold.rs:5290:9 [INFO] [stderr] | [INFO] [stderr] 5290 | t.enum_token = t.enum_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stderr] --> src/try_fold.rs:5291:9 [INFO] [stderr] | [INFO] [stderr] 5291 | t.ident = t.ident; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Brace` to itself [INFO] [stderr] --> src/try_fold.rs:5293:9 [INFO] [stderr] | [INFO] [stderr] 5293 | t.brace_token = t.brace_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stderr] --> src/try_fold.rs:8064:9 [INFO] [stderr] | [INFO] [stderr] 8064 | t.ident = t.ident; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Const` to itself [INFO] [stderr] --> src/try_fold.rs:5263:9 [INFO] [stderr] | [INFO] [stderr] 5263 | t.const_token = t.const_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stderr] --> src/try_fold.rs:5264:9 [INFO] [stderr] | [INFO] [stderr] 5264 | t.ident = t.ident; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Colon` to itself [INFO] [stderr] --> src/try_fold.rs:5266:9 [INFO] [stderr] | [INFO] [stderr] 5266 | t.colon_token = t.colon_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Eq` to itself [INFO] [stderr] --> src/try_fold.rs:5268:9 [INFO] [stderr] | [INFO] [stderr] 5268 | t.eq_token = t.eq_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `Semi` to itself [INFO] [stderr] --> src/try_fold.rs:5270:9 [INFO] [stderr] | [INFO] [stderr] 5270 | t.semi_token = t.semi_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Let` to itself [INFO] [stderr] --> src/try_fold.rs:5975:9 [INFO] [stderr] | [INFO] [stderr] 5975 | t.let_token = t.let_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `Semi` to itself [INFO] [stderr] --> src/try_fold.rs:5982:9 [INFO] [stderr] | [INFO] [stderr] 5982 | t.semi_token = t.semi_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Eq` to itself [INFO] [stderr] --> src/try_fold.rs:5993:9 [INFO] [stderr] | [INFO] [stderr] 5993 | t.eq_token = t.eq_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Colon` to itself [INFO] [stderr] --> src/try_fold.rs:5746:9 [INFO] [stderr] | [INFO] [stderr] 5746 | t.colon_token = t.colon_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Unsafe` to itself [INFO] [stderr] --> src/try_fold.rs:4229:9 [INFO] [stderr] | [INFO] [stderr] 4229 | t.unsafe_token = t.unsafe_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stderr] --> src/try_fold.rs:4182:9 [INFO] [stderr] | [INFO] [stderr] 4182 | t.paren_token = t.paren_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Try` to itself [INFO] [stderr] --> src/try_fold.rs:4162:9 [INFO] [stderr] | [INFO] [stderr] 4162 | t.try_token = t.try_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `Question` to itself [INFO] [stderr] --> src/try_fold.rs:4143:9 [INFO] [stderr] | [INFO] [stderr] 4143 | t.question_token = t.question_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Brace` to itself [INFO] [stderr] --> src/try_fold.rs:4105:9 [INFO] [stderr] | [INFO] [stderr] 4105 | t.brace_token = t.brace_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Return` to itself [INFO] [stderr] --> src/try_fold.rs:4075:9 [INFO] [stderr] | [INFO] [stderr] 4075 | t.return_token = t.return_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Bracket` to itself [INFO] [stderr] --> src/try_fold.rs:4053:9 [INFO] [stderr] | [INFO] [stderr] 4053 | t.bracket_token = t.bracket_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `Semi` to itself [INFO] [stderr] --> src/try_fold.rs:4055:9 [INFO] [stderr] | [INFO] [stderr] 4055 | t.semi_token = t.semi_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::And` to itself [INFO] [stderr] --> src/try_fold.rs:4028:9 [INFO] [stderr] | [INFO] [stderr] 4028 | t.and_token = t.and_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stderr] --> src/try_fold.rs:3955:9 [INFO] [stderr] | [INFO] [stderr] 3955 | t.paren_token = t.paren_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `Dot` to itself [INFO] [stderr] --> src/try_fold.rs:3921:9 [INFO] [stderr] | [INFO] [stderr] 3921 | t.dot_token = t.dot_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stderr] --> src/try_fold.rs:3922:9 [INFO] [stderr] | [INFO] [stderr] 3922 | t.method = t.method; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stderr] --> src/try_fold.rs:3928:9 [INFO] [stderr] | [INFO] [stderr] 3928 | t.paren_token = t.paren_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Lt` to itself [INFO] [stderr] --> src/try_fold.rs:2190:9 [INFO] [stderr] | [INFO] [stderr] 2190 | t.lt_token = t.lt_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Gt` to itself [INFO] [stderr] --> src/try_fold.rs:2199:9 [INFO] [stderr] | [INFO] [stderr] 2199 | t.gt_token = t.gt_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stderr] --> src/try_fold.rs:2765:9 [INFO] [stderr] | [INFO] [stderr] 2765 | t.ident = t.ident; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Colon` to itself [INFO] [stderr] --> src/try_fold.rs:2771:9 [INFO] [stderr] | [INFO] [stderr] 2771 | t.colon_token = t.colon_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stderr] --> src/try_fold.rs:2241:9 [INFO] [stderr] | [INFO] [stderr] 2241 | t.ident = t.ident; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Eq` to itself [INFO] [stderr] --> src/try_fold.rs:2247:9 [INFO] [stderr] | [INFO] [stderr] 2247 | t.eq_token = t.eq_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stderr] --> src/try_fold.rs:2259:9 [INFO] [stderr] | [INFO] [stderr] 2259 | t.ident = t.ident; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Eq` to itself [INFO] [stderr] --> src/try_fold.rs:2265:9 [INFO] [stderr] | [INFO] [stderr] 2265 | t.eq_token = t.eq_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Match` to itself [INFO] [stderr] --> src/try_fold.rs:3891:9 [INFO] [stderr] | [INFO] [stderr] 3891 | t.match_token = t.match_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Brace` to itself [INFO] [stderr] --> src/try_fold.rs:3893:9 [INFO] [stderr] | [INFO] [stderr] 3893 | t.brace_token = t.brace_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `FatArrow` to itself [INFO] [stderr] --> src/try_fold.rs:2224:9 [INFO] [stderr] | [INFO] [stderr] 2224 | t.fat_arrow_token = t.fat_arrow_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Loop` to itself [INFO] [stderr] --> src/try_fold.rs:3852:9 [INFO] [stderr] | [INFO] [stderr] 3852 | t.loop_token = t.loop_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Let` to itself [INFO] [stderr] --> src/try_fold.rs:3806:9 [INFO] [stderr] | [INFO] [stderr] 3806 | t.let_token = t.let_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Eq` to itself [INFO] [stderr] --> src/try_fold.rs:3808:9 [INFO] [stderr] | [INFO] [stderr] 3808 | t.eq_token = t.eq_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `Underscore` to itself [INFO] [stderr] --> src/try_fold.rs:3787:9 [INFO] [stderr] | [INFO] [stderr] 3787 | t.underscore_token = t.underscore_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Bracket` to itself [INFO] [stderr] --> src/try_fold.rs:3767:9 [INFO] [stderr] | [INFO] [stderr] 3767 | t.bracket_token = t.bracket_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::If` to itself [INFO] [stderr] --> src/try_fold.rs:3740:9 [INFO] [stderr] | [INFO] [stderr] 3740 | t.if_token = t.if_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Group` to itself [INFO] [stderr] --> src/try_fold.rs:3720:9 [INFO] [stderr] | [INFO] [stderr] 3720 | t.group_token = t.group_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `For` to itself [INFO] [stderr] --> src/try_fold.rs:3697:9 [INFO] [stderr] | [INFO] [stderr] 3697 | t.for_token = t.for_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `In` to itself [INFO] [stderr] --> src/try_fold.rs:3699:9 [INFO] [stderr] | [INFO] [stderr] 3699 | t.in_token = t.in_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `Dot` to itself [INFO] [stderr] --> src/try_fold.rs:3672:9 [INFO] [stderr] | [INFO] [stderr] 3672 | t.dot_token = t.dot_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Continue` to itself [INFO] [stderr] --> src/try_fold.rs:3647:9 [INFO] [stderr] | [INFO] [stderr] 3647 | t.continue_token = t.continue_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Or` to itself [INFO] [stderr] --> src/try_fold.rs:3597:9 [INFO] [stderr] | [INFO] [stderr] 3597 | t.or1_token = t.or1_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Or` to itself [INFO] [stderr] --> src/try_fold.rs:3606:9 [INFO] [stderr] | [INFO] [stderr] 3606 | t.or2_token = t.or2_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `For` to itself [INFO] [stderr] --> src/try_fold.rs:2712:9 [INFO] [stderr] | [INFO] [stderr] 2712 | t.for_token = t.for_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Lt` to itself [INFO] [stderr] --> src/try_fold.rs:2713:9 [INFO] [stderr] | [INFO] [stderr] 2713 | t.lt_token = t.lt_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Gt` to itself [INFO] [stderr] --> src/try_fold.rs:2722:9 [INFO] [stderr] | [INFO] [stderr] 2722 | t.gt_token = t.gt_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `As` to itself [INFO] [stderr] --> src/try_fold.rs:3552:9 [INFO] [stderr] | [INFO] [stderr] 3552 | t.as_token = t.as_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Paren` to itself [INFO] [stderr] --> src/try_fold.rs:3524:9 [INFO] [stderr] | [INFO] [stderr] 3524 | t.paren_token = t.paren_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Break` to itself [INFO] [stderr] --> src/try_fold.rs:3494:9 [INFO] [stderr] | [INFO] [stderr] 3494 | t.break_token = t.break_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `Dot` to itself [INFO] [stderr] --> src/try_fold.rs:3429:9 [INFO] [stderr] | [INFO] [stderr] 3429 | t.dot_token = t.dot_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Await` to itself [INFO] [stderr] --> src/try_fold.rs:3430:9 [INFO] [stderr] | [INFO] [stderr] 3430 | t.await_token = t.await_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Async` to itself [INFO] [stderr] --> src/try_fold.rs:3403:9 [INFO] [stderr] | [INFO] [stderr] 3403 | t.async_token = t.async_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Eq` to itself [INFO] [stderr] --> src/try_fold.rs:3383:9 [INFO] [stderr] | [INFO] [stderr] 3383 | t.eq_token = t.eq_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Bracket` to itself [INFO] [stderr] --> src/try_fold.rs:3355:9 [INFO] [stderr] | [INFO] [stderr] 3355 | t.bracket_token = t.bracket_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `TokenStream` to itself [INFO] [stderr] --> src/try_fold.rs:6156:9 [INFO] [stderr] | [INFO] [stderr] 6156 | t.tokens = t.tokens; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Bracket` to itself [INFO] [stderr] --> src/try_fold.rs:7510:9 [INFO] [stderr] | [INFO] [stderr] 7510 | t.bracket_token = t.bracket_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `Semi` to itself [INFO] [stderr] --> src/try_fold.rs:7512:9 [INFO] [stderr] | [INFO] [stderr] 7512 | t.semi_token = t.semi_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::Ident` to itself [INFO] [stderr] --> src/try_fold.rs:2893:9 [INFO] [stderr] | [INFO] [stderr] 2893 | t.ident = t.ident; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Union` to itself [INFO] [stderr] --> src/try_fold.rs:2872:9 [INFO] [stderr] | [INFO] [stderr] 2872 | t.union_token = t.union_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Enum` to itself [INFO] [stderr] --> src/try_fold.rs:2835:9 [INFO] [stderr] | [INFO] [stderr] 2835 | t.enum_token = t.enum_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Brace` to itself [INFO] [stderr] --> src/try_fold.rs:2836:9 [INFO] [stderr] | [INFO] [stderr] 2836 | t.brace_token = t.brace_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: useless assignment of field of type `syn::token::Struct` to itself [INFO] [stderr] --> src/try_fold.rs:2855:9 [INFO] [stderr] | [INFO] [stderr] 2855 | t.struct_token = t.struct_token; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `ssttt` (lib) generated 191 warnings [INFO] [stderr] warning: `ssttt` (lib test) generated 191 warnings (191 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.16s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ssttt-3a8af7b68657e233) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] Doc-tests ssttt [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/lib.rs - (line 31) ... FAILED [INFO] [stdout] test src/lib.rs - (line 16) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/lib.rs - (line 31) stdout ---- [INFO] [stdout] error[E0425]: cannot find function `try_take_abi` in this scope [INFO] [stdout] --> src/lib.rs:36:9 [INFO] [stdout] | [INFO] [stdout] 7 | try_take_abi(self, t) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: you might have meant to call the method [INFO] [stdout] | [INFO] [stdout] 7 | self.try_take_abi(self, t) [INFO] [stdout] | +++++ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 + use ssttt::try_take::try_take_abi; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/lib.rs - (line 16) stdout ---- [INFO] [stdout] error[E0425]: cannot find function `try_fold_abi` in this scope [INFO] [stdout] --> src/lib.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 8 | try_fold_abi(self, t) [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: you might have meant to call the method [INFO] [stdout] | [INFO] [stdout] 8 | self.try_fold_abi(self, t) [INFO] [stdout] | +++++ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 2 + use ssttt::try_fold::try_fold_abi; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/lib.rs - (line 16) [INFO] [stdout] src/lib.rs - (line 31) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.13s [INFO] [stdout] [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] running `Command { std: "docker" "inspect" "5c3530ae40001b50a2bd29b2e8093ec3b52da7a7333392bc4bfde76ff34e60f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c3530ae40001b50a2bd29b2e8093ec3b52da7a7333392bc4bfde76ff34e60f7", kill_on_drop: false }` [INFO] [stdout] 5c3530ae40001b50a2bd29b2e8093ec3b52da7a7333392bc4bfde76ff34e60f7