[INFO] fetching crate fantasy-cpu-emulator-macros 0.2.0... [INFO] documenting fantasy-cpu-emulator-macros-0.2.0 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] extracting crate fantasy-cpu-emulator-macros 0.2.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate fantasy-cpu-emulator-macros 0.2.0 on toolchain beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate fantasy-cpu-emulator-macros 0.2.0 [INFO] finished tweaking crates.io crate fantasy-cpu-emulator-macros 0.2.0 [INFO] tweaked toml for crates.io crate fantasy-cpu-emulator-macros 0.2.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: only one of `license` or `license-file` is necessary [INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression. [INFO] [stderr] `license-file` should be used if the package uses a non-standard license. [INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information. [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e6a11107247639e831c2dac320979c7699e849aac0af6e3fb68a1e92d5078ca0 [INFO] running `Command { std: "docker" "start" "-a" "e6a11107247639e831c2dac320979c7699e849aac0af6e3fb68a1e92d5078ca0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e6a11107247639e831c2dac320979c7699e849aac0af6e3fb68a1e92d5078ca0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e6a11107247639e831c2dac320979c7699e849aac0af6e3fb68a1e92d5078ca0", kill_on_drop: false }` [INFO] [stdout] e6a11107247639e831c2dac320979c7699e849aac0af6e3fb68a1e92d5078ca0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 87f303cb8ad7cb496018cb1551a106bde1ed4a1f454cbe9838368f84d6617943 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "87f303cb8ad7cb496018cb1551a106bde1ed4a1f454cbe9838368f84d6617943", kill_on_drop: false }` [INFO] [stderr] warning: only one of `license` or `license-file` is necessary [INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression. [INFO] [stderr] `license-file` should be used if the package uses a non-standard license. [INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information. [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Checking unicode-ident v1.0.0 [INFO] [stderr] Checking quote v1.0.18 [INFO] [stderr] Checking syn v1.0.95 [INFO] [stderr] Documenting fantasy-cpu-emulator-macros v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around `while` condition [INFO] [stdout] --> src/lib.rs:72:10 [INFO] [stdout] | [INFO] [stdout] 72 | while(!(input.peek(H2) || input.is_empty())) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 72 - while(!(input.peek(H2) || input.is_empty())) { [INFO] [stdout] 72 + while !(input.peek(H2) || input.is_empty()) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/lib.rs:77:10 [INFO] [stdout] | [INFO] [stdout] 77 | if (input.peek(Token![=])) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 77 - if (input.peek(Token![=])) { [INFO] [stdout] 77 + if input.peek(Token![=]) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `while` condition [INFO] [stdout] --> src/lib.rs:105:10 [INFO] [stdout] | [INFO] [stdout] 105 | while(input.peek(syn::Ident)) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 105 - while(input.peek(syn::Ident)) { [INFO] [stdout] 105 + while input.peek(syn::Ident) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `while` condition [INFO] [stdout] --> src/lib.rs:274:10 [INFO] [stdout] | [INFO] [stdout] 274 | while(!input.peek(Token![,])) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 274 - while(!input.peek(Token![,])) { [INFO] [stdout] 274 + while !input.peek(Token![,]) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `while` condition [INFO] [stdout] --> src/lib.rs:317:10 [INFO] [stdout] | [INFO] [stdout] 317 | while(!(input.peek(H2) || input.is_empty())) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 317 - while(!(input.peek(H2) || input.is_empty())) { [INFO] [stdout] 317 + while !(input.peek(H2) || input.is_empty()) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `while` condition [INFO] [stdout] --> src/lib.rs:338:14 [INFO] [stdout] | [INFO] [stdout] 338 | while(input.peek(Token![*]) && !input.is_empty()) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 338 - while(input.peek(Token![*]) && !input.is_empty()) { [INFO] [stdout] 338 + while input.peek(Token![*]) && !input.is_empty() { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `while` condition [INFO] [stdout] --> src/lib.rs:364:14 [INFO] [stdout] | [INFO] [stdout] 364 | while(input.peek(Token![*]) && !input.is_empty()) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 364 - while(input.peek(Token![*]) && !input.is_empty()) { [INFO] [stdout] 364 + while input.peek(Token![*]) && !input.is_empty() { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `while` condition [INFO] [stdout] --> src/lib.rs:376:14 [INFO] [stdout] | [INFO] [stdout] 376 | while(input.peek(Token![*]) && !input.is_empty()) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 376 - while(input.peek(Token![*]) && !input.is_empty()) { [INFO] [stdout] 376 + while input.peek(Token![*]) && !input.is_empty() { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `while` condition [INFO] [stdout] --> src/lib.rs:403:10 [INFO] [stdout] | [INFO] [stdout] 403 | while(input.peek(H2) && !input.is_empty()) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 403 - while(input.peek(H2) && !input.is_empty()) { [INFO] [stdout] 403 + while input.peek(H2) && !input.is_empty() { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `while` condition [INFO] [stdout] --> src/lib.rs:417:16 [INFO] [stdout] | [INFO] [stdout] 417 | while(input.peek(Token![-]) && !input.is_empty()) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 417 - while(input.peek(Token![-]) && !input.is_empty()) { [INFO] [stdout] 417 + while input.peek(Token![-]) && !input.is_empty() { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `while` condition [INFO] [stdout] --> src/lib.rs:442:16 [INFO] [stdout] | [INFO] [stdout] 442 | while(!(input.peek(H2) || input.is_empty())) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 442 - while(!(input.peek(H2) || input.is_empty())) { [INFO] [stdout] 442 + while !(input.peek(H2) || input.is_empty()) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:606:48 [INFO] [stdout] | [INFO] [stdout] 606 | let variable_getter: syn::Expr = (syn::parse_quote! { [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 610 | }); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 606 ~ let variable_getter: syn::Expr = syn::parse_quote! { [INFO] [stdout] 607 | { [INFO] [stdout] 608 | #ty2::from_ne_bytes(#unsigned_container::to_ne_bytes(#shifted_and_masked_safe)) [INFO] [stdout] 609 | } [INFO] [stdout] 610 ~ }; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:628:48 [INFO] [stdout] | [INFO] [stdout] 628 | let variable_getter: syn::Expr = (syn::parse_quote! { [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 646 | }); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 628 ~ let variable_getter: syn::Expr = syn::parse_quote! { [INFO] [stdout] 629 | { [INFO] [stdout] 630 | //println!("len {}", #len); [INFO] [stdout] 631 | //println!("Extracting a signed thing."); [INFO] [stdout] 632 | let top_bit: #backing_input = #top_bit; [INFO] [stdout] 633 | //println!("Top bit."); [INFO] [stdout] ... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:690:28 [INFO] [stdout] | [INFO] [stdout] 690 | let guard: syn::Expr = (syn::parse_quote! { (((input as u128) & #ands) == #cmp) }); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 690 - let guard: syn::Expr = (syn::parse_quote! { (((input as u128) & #ands) == #cmp) }); [INFO] [stdout] 690 + let guard: syn::Expr = syn::parse_quote! { (((input as u128) & #ands) == #cmp) }; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:692:29 [INFO] [stdout] | [INFO] [stdout] 692 | let result: syn::Expr = (syn::parse_quote! { super::Instruction::#name(#name { #(#fields),* }) }); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 692 - let result: syn::Expr = (syn::parse_quote! { super::Instruction::#name(#name { #(#fields),* }) }); [INFO] [stdout] 692 + let result: syn::Expr = syn::parse_quote! { super::Instruction::#name(#name { #(#fields),* }) }; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.69s [INFO] running `Command { std: "docker" "inspect" "87f303cb8ad7cb496018cb1551a106bde1ed4a1f454cbe9838368f84d6617943", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "87f303cb8ad7cb496018cb1551a106bde1ed4a1f454cbe9838368f84d6617943", kill_on_drop: false }` [INFO] [stdout] 87f303cb8ad7cb496018cb1551a106bde1ed4a1f454cbe9838368f84d6617943 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=warn" "-e" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e3257496d67965b82ce24bc6cb69b280f8d3b7031859fdaf32e5860384ede624 [INFO] running `Command { std: "docker" "start" "-a" "e3257496d67965b82ce24bc6cb69b280f8d3b7031859fdaf32e5860384ede624", kill_on_drop: false }` [INFO] [stderr] warning: only one of `license` or `license-file` is necessary [INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression. [INFO] [stderr] `license-file` should be used if the package uses a non-standard license. [INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information. [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Checking unicode-ident v1.0.0 [INFO] [stderr] Compiling syn v1.0.95 [INFO] [stderr] Checking quote v1.0.18 [INFO] [stderr] Documenting fantasy-cpu-emulator-macros v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around `while` condition [INFO] [stdout] --> src/lib.rs:72:10 [INFO] [stdout] | [INFO] [stdout] 72 | while(!(input.peek(H2) || input.is_empty())) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 72 - while(!(input.peek(H2) || input.is_empty())) { [INFO] [stdout] 72 + while !(input.peek(H2) || input.is_empty()) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `if` condition [INFO] [stdout] --> src/lib.rs:77:10 [INFO] [stdout] | [INFO] [stdout] 77 | if (input.peek(Token![=])) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 77 - if (input.peek(Token![=])) { [INFO] [stdout] 77 + if input.peek(Token![=]) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `while` condition [INFO] [stdout] --> src/lib.rs:105:10 [INFO] [stdout] | [INFO] [stdout] 105 | while(input.peek(syn::Ident)) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 105 - while(input.peek(syn::Ident)) { [INFO] [stdout] 105 + while input.peek(syn::Ident) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `while` condition [INFO] [stdout] --> src/lib.rs:274:10 [INFO] [stdout] | [INFO] [stdout] 274 | while(!input.peek(Token![,])) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 274 - while(!input.peek(Token![,])) { [INFO] [stdout] 274 + while !input.peek(Token![,]) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `while` condition [INFO] [stdout] --> src/lib.rs:317:10 [INFO] [stdout] | [INFO] [stdout] 317 | while(!(input.peek(H2) || input.is_empty())) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 317 - while(!(input.peek(H2) || input.is_empty())) { [INFO] [stdout] 317 + while !(input.peek(H2) || input.is_empty()) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `while` condition [INFO] [stdout] --> src/lib.rs:338:14 [INFO] [stdout] | [INFO] [stdout] 338 | while(input.peek(Token![*]) && !input.is_empty()) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 338 - while(input.peek(Token![*]) && !input.is_empty()) { [INFO] [stdout] 338 + while input.peek(Token![*]) && !input.is_empty() { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `while` condition [INFO] [stdout] --> src/lib.rs:364:14 [INFO] [stdout] | [INFO] [stdout] 364 | while(input.peek(Token![*]) && !input.is_empty()) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 364 - while(input.peek(Token![*]) && !input.is_empty()) { [INFO] [stdout] 364 + while input.peek(Token![*]) && !input.is_empty() { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `while` condition [INFO] [stdout] --> src/lib.rs:376:14 [INFO] [stdout] | [INFO] [stdout] 376 | while(input.peek(Token![*]) && !input.is_empty()) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 376 - while(input.peek(Token![*]) && !input.is_empty()) { [INFO] [stdout] 376 + while input.peek(Token![*]) && !input.is_empty() { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `while` condition [INFO] [stdout] --> src/lib.rs:403:10 [INFO] [stdout] | [INFO] [stdout] 403 | while(input.peek(H2) && !input.is_empty()) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 403 - while(input.peek(H2) && !input.is_empty()) { [INFO] [stdout] 403 + while input.peek(H2) && !input.is_empty() { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `while` condition [INFO] [stdout] --> src/lib.rs:417:16 [INFO] [stdout] | [INFO] [stdout] 417 | while(input.peek(Token![-]) && !input.is_empty()) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 417 - while(input.peek(Token![-]) && !input.is_empty()) { [INFO] [stdout] 417 + while input.peek(Token![-]) && !input.is_empty() { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around `while` condition [INFO] [stdout] --> src/lib.rs:442:16 [INFO] [stdout] | [INFO] [stdout] 442 | while(!(input.peek(H2) || input.is_empty())) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 442 - while(!(input.peek(H2) || input.is_empty())) { [INFO] [stdout] 442 + while !(input.peek(H2) || input.is_empty()) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:606:48 [INFO] [stdout] | [INFO] [stdout] 606 | let variable_getter: syn::Expr = (syn::parse_quote! { [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 610 | }); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 606 ~ let variable_getter: syn::Expr = syn::parse_quote! { [INFO] [stdout] 607 | { [INFO] [stdout] 608 | #ty2::from_ne_bytes(#unsigned_container::to_ne_bytes(#shifted_and_masked_safe)) [INFO] [stdout] 609 | } [INFO] [stdout] 610 ~ }; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:628:48 [INFO] [stdout] | [INFO] [stdout] 628 | let variable_getter: syn::Expr = (syn::parse_quote! { [INFO] [stdout] | ^ [INFO] [stdout] ... [INFO] [stdout] 646 | }); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 628 ~ let variable_getter: syn::Expr = syn::parse_quote! { [INFO] [stdout] 629 | { [INFO] [stdout] 630 | //println!("len {}", #len); [INFO] [stdout] 631 | //println!("Extracting a signed thing."); [INFO] [stdout] 632 | let top_bit: #backing_input = #top_bit; [INFO] [stdout] 633 | //println!("Top bit."); [INFO] [stdout] ... [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:690:28 [INFO] [stdout] | [INFO] [stdout] 690 | let guard: syn::Expr = (syn::parse_quote! { (((input as u128) & #ands) == #cmp) }); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 690 - let guard: syn::Expr = (syn::parse_quote! { (((input as u128) & #ands) == #cmp) }); [INFO] [stdout] 690 + let guard: syn::Expr = syn::parse_quote! { (((input as u128) & #ands) == #cmp) }; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around assigned value [INFO] [stdout] --> src/lib.rs:692:29 [INFO] [stdout] | [INFO] [stdout] 692 | let result: syn::Expr = (syn::parse_quote! { super::Instruction::#name(#name { #(#fields),* }) }); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 692 - let result: syn::Expr = (syn::parse_quote! { super::Instruction::#name(#name { #(#fields),* }) }); [INFO] [stdout] 692 + let result: syn::Expr = syn::parse_quote! { super::Instruction::#name(#name { #(#fields),* }) }; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 15 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.62s [INFO] running `Command { std: "docker" "inspect" "e3257496d67965b82ce24bc6cb69b280f8d3b7031859fdaf32e5860384ede624", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e3257496d67965b82ce24bc6cb69b280f8d3b7031859fdaf32e5860384ede624", kill_on_drop: false }` [INFO] [stdout] e3257496d67965b82ce24bc6cb69b280f8d3b7031859fdaf32e5860384ede624