[INFO] fetching crate miracl32 0.1.0-alpha.0... [INFO] testing miracl32-0.1.0-alpha.0 against 1.90.0 for beta-1.91-3 [INFO] extracting crate miracl32 0.1.0-alpha.0 into /workspace/builds/worker-4-tc1/source [INFO] started tweaking crates.io crate miracl32 0.1.0-alpha.0 [INFO] finished tweaking crates.io crate miracl32 0.1.0-alpha.0 [INFO] tweaked toml for crates.io crate miracl32 0.1.0-alpha.0 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate miracl32 0.1.0-alpha.0 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 839f51785a93a8199e22fc7481d4d8527c653faf875bfcdff7e6db90c49649d5 [INFO] running `Command { std: "docker" "start" "-a" "839f51785a93a8199e22fc7481d4d8527c653faf875bfcdff7e6db90c49649d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "839f51785a93a8199e22fc7481d4d8527c653faf875bfcdff7e6db90c49649d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "839f51785a93a8199e22fc7481d4d8527c653faf875bfcdff7e6db90c49649d5", kill_on_drop: false }` [INFO] [stdout] 839f51785a93a8199e22fc7481d4d8527c653faf875bfcdff7e6db90c49649d5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 78e9c84662c6061b26b28246a71a1bcf6fb1300316e9b5b3e9305525881a67bd [INFO] running `Command { std: "docker" "start" "-a" "78e9c84662c6061b26b28246a71a1bcf6fb1300316e9b5b3e9305525881a67bd", kill_on_drop: false }` [INFO] [stderr] Compiling miracl32 v0.1.0-alpha.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/ed25519/big.rs:50:7 [INFO] [stdout] | [INFO] [stdout] 50 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/ed25519/big.rs:57:7 [INFO] [stdout] | [INFO] [stdout] 57 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/ed25519/big.rs:282:7 [INFO] [stdout] | [INFO] [stdout] 282 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/ed25519/big.rs:306:7 [INFO] [stdout] | [INFO] [stdout] 306 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/ed25519/dbig.rs:29:7 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/ed25519/dbig.rs:36:7 [INFO] [stdout] | [INFO] [stdout] 36 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/ed25519/dbig.rs:287:7 [INFO] [stdout] | [INFO] [stdout] 287 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/ed25519/ecp.rs:34:7 [INFO] [stdout] | [INFO] [stdout] 34 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/ed25519/ecp.rs:41:7 [INFO] [stdout] | [INFO] [stdout] 41 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/ed25519/ecp.rs:508:7 [INFO] [stdout] | [INFO] [stdout] 508 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/ed25519/fp.rs:35:7 [INFO] [stdout] | [INFO] [stdout] 35 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/ed25519/fp.rs:42:7 [INFO] [stdout] | [INFO] [stdout] 42 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/ed25519/fp.rs:212:7 [INFO] [stdout] | [INFO] [stdout] 212 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/c25519/big.rs:50:7 [INFO] [stdout] | [INFO] [stdout] 50 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/c25519/big.rs:57:7 [INFO] [stdout] | [INFO] [stdout] 57 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/c25519/big.rs:282:7 [INFO] [stdout] | [INFO] [stdout] 282 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/c25519/big.rs:306:7 [INFO] [stdout] | [INFO] [stdout] 306 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/c25519/dbig.rs:29:7 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/c25519/dbig.rs:36:7 [INFO] [stdout] | [INFO] [stdout] 36 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/c25519/dbig.rs:287:7 [INFO] [stdout] | [INFO] [stdout] 287 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/c25519/ecp.rs:34:7 [INFO] [stdout] | [INFO] [stdout] 34 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/c25519/ecp.rs:41:7 [INFO] [stdout] | [INFO] [stdout] 41 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/c25519/ecp.rs:508:7 [INFO] [stdout] | [INFO] [stdout] 508 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/c25519/fp.rs:35:7 [INFO] [stdout] | [INFO] [stdout] 35 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/c25519/fp.rs:42:7 [INFO] [stdout] | [INFO] [stdout] 42 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/c25519/fp.rs:212:7 [INFO] [stdout] | [INFO] [stdout] 212 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist256/big.rs:50:7 [INFO] [stdout] | [INFO] [stdout] 50 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist256/big.rs:57:7 [INFO] [stdout] | [INFO] [stdout] 57 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist256/big.rs:282:7 [INFO] [stdout] | [INFO] [stdout] 282 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist256/big.rs:306:7 [INFO] [stdout] | [INFO] [stdout] 306 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist256/dbig.rs:29:7 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist256/dbig.rs:36:7 [INFO] [stdout] | [INFO] [stdout] 36 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist256/dbig.rs:287:7 [INFO] [stdout] | [INFO] [stdout] 287 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist256/ecp.rs:34:7 [INFO] [stdout] | [INFO] [stdout] 34 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist256/ecp.rs:41:7 [INFO] [stdout] | [INFO] [stdout] 41 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist256/ecp.rs:508:7 [INFO] [stdout] | [INFO] [stdout] 508 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist256/fp.rs:35:7 [INFO] [stdout] | [INFO] [stdout] 35 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist256/fp.rs:42:7 [INFO] [stdout] | [INFO] [stdout] 42 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist256/fp.rs:212:7 [INFO] [stdout] | [INFO] [stdout] 212 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/goldilocks/big.rs:50:7 [INFO] [stdout] | [INFO] [stdout] 50 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/goldilocks/big.rs:57:7 [INFO] [stdout] | [INFO] [stdout] 57 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/goldilocks/big.rs:282:7 [INFO] [stdout] | [INFO] [stdout] 282 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/goldilocks/big.rs:306:7 [INFO] [stdout] | [INFO] [stdout] 306 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/goldilocks/dbig.rs:29:7 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/goldilocks/dbig.rs:36:7 [INFO] [stdout] | [INFO] [stdout] 36 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/goldilocks/dbig.rs:287:7 [INFO] [stdout] | [INFO] [stdout] 287 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/goldilocks/ecp.rs:34:7 [INFO] [stdout] | [INFO] [stdout] 34 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/goldilocks/ecp.rs:41:7 [INFO] [stdout] | [INFO] [stdout] 41 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/goldilocks/ecp.rs:508:7 [INFO] [stdout] | [INFO] [stdout] 508 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/goldilocks/fp.rs:35:7 [INFO] [stdout] | [INFO] [stdout] 35 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/goldilocks/fp.rs:42:7 [INFO] [stdout] | [INFO] [stdout] 42 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/goldilocks/fp.rs:212:7 [INFO] [stdout] | [INFO] [stdout] 212 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist384/big.rs:50:7 [INFO] [stdout] | [INFO] [stdout] 50 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist384/big.rs:57:7 [INFO] [stdout] | [INFO] [stdout] 57 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist384/big.rs:282:7 [INFO] [stdout] | [INFO] [stdout] 282 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist384/big.rs:306:7 [INFO] [stdout] | [INFO] [stdout] 306 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist384/dbig.rs:29:7 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist384/dbig.rs:36:7 [INFO] [stdout] | [INFO] [stdout] 36 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist384/dbig.rs:287:7 [INFO] [stdout] | [INFO] [stdout] 287 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist384/ecp.rs:34:7 [INFO] [stdout] | [INFO] [stdout] 34 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist384/ecp.rs:41:7 [INFO] [stdout] | [INFO] [stdout] 41 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist384/ecp.rs:508:7 [INFO] [stdout] | [INFO] [stdout] 508 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist384/fp.rs:35:7 [INFO] [stdout] | [INFO] [stdout] 35 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist384/fp.rs:42:7 [INFO] [stdout] | [INFO] [stdout] 42 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist384/fp.rs:212:7 [INFO] [stdout] | [INFO] [stdout] 212 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist521/big.rs:50:7 [INFO] [stdout] | [INFO] [stdout] 50 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist521/big.rs:57:7 [INFO] [stdout] | [INFO] [stdout] 57 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist521/big.rs:282:7 [INFO] [stdout] | [INFO] [stdout] 282 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist521/big.rs:306:7 [INFO] [stdout] | [INFO] [stdout] 306 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist521/dbig.rs:29:7 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist521/dbig.rs:36:7 [INFO] [stdout] | [INFO] [stdout] 36 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist521/dbig.rs:287:7 [INFO] [stdout] | [INFO] [stdout] 287 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist521/ecp.rs:34:7 [INFO] [stdout] | [INFO] [stdout] 34 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist521/ecp.rs:41:7 [INFO] [stdout] | [INFO] [stdout] 41 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist521/ecp.rs:508:7 [INFO] [stdout] | [INFO] [stdout] 508 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist521/fp.rs:35:7 [INFO] [stdout] | [INFO] [stdout] 35 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist521/fp.rs:42:7 [INFO] [stdout] | [INFO] [stdout] 42 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist521/fp.rs:212:7 [INFO] [stdout] | [INFO] [stdout] 212 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/x448/big.rs:50:7 [INFO] [stdout] | [INFO] [stdout] 50 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/x448/big.rs:57:7 [INFO] [stdout] | [INFO] [stdout] 57 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/x448/big.rs:282:7 [INFO] [stdout] | [INFO] [stdout] 282 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/x448/big.rs:306:7 [INFO] [stdout] | [INFO] [stdout] 306 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/x448/dbig.rs:29:7 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/x448/dbig.rs:36:7 [INFO] [stdout] | [INFO] [stdout] 36 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/x448/dbig.rs:287:7 [INFO] [stdout] | [INFO] [stdout] 287 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/x448/ecp.rs:34:7 [INFO] [stdout] | [INFO] [stdout] 34 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/x448/ecp.rs:41:7 [INFO] [stdout] | [INFO] [stdout] 41 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/x448/ecp.rs:508:7 [INFO] [stdout] | [INFO] [stdout] 508 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/x448/fp.rs:35:7 [INFO] [stdout] | [INFO] [stdout] 35 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/x448/fp.rs:42:7 [INFO] [stdout] | [INFO] [stdout] 42 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/x448/fp.rs:212:7 [INFO] [stdout] | [INFO] [stdout] 212 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa2048/big.rs:50:7 [INFO] [stdout] | [INFO] [stdout] 50 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa2048/big.rs:57:7 [INFO] [stdout] | [INFO] [stdout] 57 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa2048/big.rs:282:7 [INFO] [stdout] | [INFO] [stdout] 282 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa2048/big.rs:306:7 [INFO] [stdout] | [INFO] [stdout] 306 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa2048/dbig.rs:29:7 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa2048/dbig.rs:36:7 [INFO] [stdout] | [INFO] [stdout] 36 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa2048/dbig.rs:287:7 [INFO] [stdout] | [INFO] [stdout] 287 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa2048/ff.rs:52:7 [INFO] [stdout] | [INFO] [stdout] 52 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa2048/ff.rs:59:7 [INFO] [stdout] | [INFO] [stdout] 59 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa2048/ff.rs:570:7 [INFO] [stdout] | [INFO] [stdout] 570 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa2048/ff.rs:577:7 [INFO] [stdout] | [INFO] [stdout] 577 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa2048/ff.rs:945:7 [INFO] [stdout] | [INFO] [stdout] 945 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa2048/ff.rs:168:7 [INFO] [stdout] | [INFO] [stdout] 168 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa2048/ff.rs:669:7 [INFO] [stdout] | [INFO] [stdout] 669 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa3072/big.rs:50:7 [INFO] [stdout] | [INFO] [stdout] 50 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa3072/big.rs:57:7 [INFO] [stdout] | [INFO] [stdout] 57 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa3072/big.rs:282:7 [INFO] [stdout] | [INFO] [stdout] 282 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa3072/big.rs:306:7 [INFO] [stdout] | [INFO] [stdout] 306 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa3072/dbig.rs:29:7 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa3072/dbig.rs:36:7 [INFO] [stdout] | [INFO] [stdout] 36 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa3072/dbig.rs:287:7 [INFO] [stdout] | [INFO] [stdout] 287 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa3072/ff.rs:52:7 [INFO] [stdout] | [INFO] [stdout] 52 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa3072/ff.rs:59:7 [INFO] [stdout] | [INFO] [stdout] 59 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa3072/ff.rs:570:7 [INFO] [stdout] | [INFO] [stdout] 570 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa3072/ff.rs:577:7 [INFO] [stdout] | [INFO] [stdout] 577 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa3072/ff.rs:945:7 [INFO] [stdout] | [INFO] [stdout] 945 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa3072/ff.rs:168:7 [INFO] [stdout] | [INFO] [stdout] 168 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa3072/ff.rs:669:7 [INFO] [stdout] | [INFO] [stdout] 669 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa4096/big.rs:50:7 [INFO] [stdout] | [INFO] [stdout] 50 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa4096/big.rs:57:7 [INFO] [stdout] | [INFO] [stdout] 57 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa4096/big.rs:282:7 [INFO] [stdout] | [INFO] [stdout] 282 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa4096/big.rs:306:7 [INFO] [stdout] | [INFO] [stdout] 306 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa4096/dbig.rs:29:7 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa4096/dbig.rs:36:7 [INFO] [stdout] | [INFO] [stdout] 36 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa4096/dbig.rs:287:7 [INFO] [stdout] | [INFO] [stdout] 287 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa4096/ff.rs:52:7 [INFO] [stdout] | [INFO] [stdout] 52 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa4096/ff.rs:59:7 [INFO] [stdout] | [INFO] [stdout] 59 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa4096/ff.rs:570:7 [INFO] [stdout] | [INFO] [stdout] 570 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa4096/ff.rs:577:7 [INFO] [stdout] | [INFO] [stdout] 577 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa4096/ff.rs:945:7 [INFO] [stdout] | [INFO] [stdout] 945 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa4096/ff.rs:168:7 [INFO] [stdout] | [INFO] [stdout] 168 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa4096/ff.rs:669:7 [INFO] [stdout] | [INFO] [stdout] 669 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1222:21 [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (*t)[0..n],&z[0..nd2],&z[nd2..n],&mut (*t)[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1222:21 [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (*t)[0..n],&z[0..nd2],&z[nd2..n],&mut (*t)[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: `#[warn(dangerous_implicit_autorefs)]` on by default [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (&mut (*t))[0..n],&z[0..nd2],&z[nd2..n],&mut (*t)[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1222:59 [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (*t)[0..n],&z[0..nd2],&z[nd2..n],&mut (*t)[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1222:59 [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (*t)[0..n],&z[0..nd2],&z[nd2..n],&mut (*t)[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (*t)[0..n],&z[0..nd2],&z[nd2..n],&mut (&mut (*t))[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1223:56 [INFO] [stdout] | [INFO] [stdout] 1223 | karmul(&mut z[0..n],&x[0..nd2],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1223:56 [INFO] [stdout] | [INFO] [stdout] 1223 | karmul(&mut z[0..n],&x[0..nd2],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1223 | karmul(&mut z[0..n],&x[0..nd2],&y[0..nd2],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1224:58 [INFO] [stdout] | [INFO] [stdout] 1224 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1224:58 [INFO] [stdout] | [INFO] [stdout] 1224 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1224 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1225:19 [INFO] [stdout] | [INFO] [stdout] 1225 | rdec(&mut (*t)[0..n],&z[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1225:19 [INFO] [stdout] | [INFO] [stdout] 1225 | rdec(&mut (*t)[0..n],&z[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1225 | rdec(&mut (&mut (*t))[0..n],&z[0..n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1226:19 [INFO] [stdout] | [INFO] [stdout] 1226 | rdec(&mut (*t)[0..n],&z[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1226:19 [INFO] [stdout] | [INFO] [stdout] 1226 | rdec(&mut (*t)[0..n],&z[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1226 | rdec(&mut (&mut (*t))[0..n],&z[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1227:34 [INFO] [stdout] | [INFO] [stdout] 1227 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1227:34 [INFO] [stdout] | [INFO] [stdout] 1227 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1227 | rinc(&mut z[nd2..n+nd2],&(&(*t))[0..n]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1244:47 [INFO] [stdout] | [INFO] [stdout] 1244 | karsqr(&mut z[0..n], &x[0..nd2], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1244:47 [INFO] [stdout] | [INFO] [stdout] 1244 | karsqr(&mut z[0..n], &x[0..nd2], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1244 | karsqr(&mut z[0..n], &x[0..nd2], &mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1245:49 [INFO] [stdout] | [INFO] [stdout] 1245 | karsqr(&mut z[n..2*n], &x[nd2..n], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1245:49 [INFO] [stdout] | [INFO] [stdout] 1245 | karsqr(&mut z[n..2*n], &x[nd2..n], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1245 | karsqr(&mut z[n..2*n], &x[nd2..n], &mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1246:21 [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (*t)[0..n],&x[0..nd2],&x[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1246:21 [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (*t)[0..n],&x[0..nd2],&x[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (&mut (*t))[0..n],&x[0..nd2],&x[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1246:59 [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (*t)[0..n],&x[0..nd2],&x[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1246:59 [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (*t)[0..n],&x[0..nd2],&x[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (*t)[0..n],&x[0..nd2],&x[nd2..n],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1247:34 [INFO] [stdout] | [INFO] [stdout] 1247 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1247:34 [INFO] [stdout] | [INFO] [stdout] 1247 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1247 | rinc(&mut z[nd2..n+nd2],&(&(*t))[0..n]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1248:34 [INFO] [stdout] | [INFO] [stdout] 1248 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1248:34 [INFO] [stdout] | [INFO] [stdout] 1248 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1248 | rinc(&mut z[nd2..n+nd2],&(&(*t))[0..n]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1263:59 [INFO] [stdout] | [INFO] [stdout] 1263 | karmul(&mut z[0..n], &x[0..nd2], &y[0..nd2], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1263:59 [INFO] [stdout] | [INFO] [stdout] 1263 | karmul(&mut z[0..n], &x[0..nd2], &y[0..nd2], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1263 | karmul(&mut z[0..n], &x[0..nd2], &y[0..nd2], &mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1264:27 [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (*t)[0..n],&x[nd2..n],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1264:27 [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (*t)[0..n],&x[nd2..n],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (&mut (*t))[0..n],&x[nd2..n],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1264:65 [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (*t)[0..n],&x[nd2..n],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1264:65 [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (*t)[0..n],&x[nd2..n],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (*t)[0..n],&x[nd2..n],&y[0..nd2],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1265:30 [INFO] [stdout] | [INFO] [stdout] 1265 | rinc(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1265:30 [INFO] [stdout] | [INFO] [stdout] 1265 | rinc(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1265 | rinc(&mut z[nd2..n],&(&(*t))[0..nd2]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1266:27 [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (*t)[0..n],&x[0..nd2],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1266:27 [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (*t)[0..n],&x[0..nd2],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (&mut (*t))[0..n],&x[0..nd2],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1266:65 [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (*t)[0..n],&x[0..nd2],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1266:65 [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (*t)[0..n],&x[0..nd2],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (*t)[0..n],&x[0..nd2],&y[nd2..n],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1267:30 [INFO] [stdout] | [INFO] [stdout] 1267 | rinc(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1267:30 [INFO] [stdout] | [INFO] [stdout] 1267 | rinc(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1267 | rinc(&mut z[nd2..n],&(&(*t))[0..nd2]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1283:21 [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (*t)[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1283:21 [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (*t)[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (&mut (*t))[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1283:65 [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (*t)[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1283:65 [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (*t)[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (*t)[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1284:58 [INFO] [stdout] | [INFO] [stdout] 1284 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1284:58 [INFO] [stdout] | [INFO] [stdout] 1284 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1284 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1285:19 [INFO] [stdout] | [INFO] [stdout] 1285 | rdec(&mut (*t)[0..n],&z[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1285:19 [INFO] [stdout] | [INFO] [stdout] 1285 | rdec(&mut (*t)[0..n],&z[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1285 | rdec(&mut (&mut (*t))[0..n],&z[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1287:30 [INFO] [stdout] | [INFO] [stdout] 1287 | rdec(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1287:30 [INFO] [stdout] | [INFO] [stdout] 1287 | rdec(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1287 | rdec(&mut z[nd2..n],&(&(*t))[0..nd2]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1289:19 [INFO] [stdout] | [INFO] [stdout] 1289 | rdec(&mut (*t)[0..n],&z[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1289:19 [INFO] [stdout] | [INFO] [stdout] 1289 | rdec(&mut (*t)[0..n],&z[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1289 | rdec(&mut (&mut (*t))[0..n],&z[0..n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1290:34 [INFO] [stdout] | [INFO] [stdout] 1290 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1290:34 [INFO] [stdout] | [INFO] [stdout] 1290 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1290 | rinc(&mut z[nd2..n+nd2],&(&(*t))[0..n]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1222:21 [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (*t)[0..n],&z[0..nd2],&z[nd2..n],&mut (*t)[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1222:21 [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (*t)[0..n],&z[0..nd2],&z[nd2..n],&mut (*t)[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (&mut (*t))[0..n],&z[0..nd2],&z[nd2..n],&mut (*t)[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1222:59 [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (*t)[0..n],&z[0..nd2],&z[nd2..n],&mut (*t)[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1222:59 [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (*t)[0..n],&z[0..nd2],&z[nd2..n],&mut (*t)[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (*t)[0..n],&z[0..nd2],&z[nd2..n],&mut (&mut (*t))[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1223:56 [INFO] [stdout] | [INFO] [stdout] 1223 | karmul(&mut z[0..n],&x[0..nd2],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1223:56 [INFO] [stdout] | [INFO] [stdout] 1223 | karmul(&mut z[0..n],&x[0..nd2],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1223 | karmul(&mut z[0..n],&x[0..nd2],&y[0..nd2],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1224:58 [INFO] [stdout] | [INFO] [stdout] 1224 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1224:58 [INFO] [stdout] | [INFO] [stdout] 1224 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1224 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1225:19 [INFO] [stdout] | [INFO] [stdout] 1225 | rdec(&mut (*t)[0..n],&z[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1225:19 [INFO] [stdout] | [INFO] [stdout] 1225 | rdec(&mut (*t)[0..n],&z[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1225 | rdec(&mut (&mut (*t))[0..n],&z[0..n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1226:19 [INFO] [stdout] | [INFO] [stdout] 1226 | rdec(&mut (*t)[0..n],&z[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1226:19 [INFO] [stdout] | [INFO] [stdout] 1226 | rdec(&mut (*t)[0..n],&z[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1226 | rdec(&mut (&mut (*t))[0..n],&z[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1227:34 [INFO] [stdout] | [INFO] [stdout] 1227 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1227:34 [INFO] [stdout] | [INFO] [stdout] 1227 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1227 | rinc(&mut z[nd2..n+nd2],&(&(*t))[0..n]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1244:47 [INFO] [stdout] | [INFO] [stdout] 1244 | karsqr(&mut z[0..n], &x[0..nd2], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1244:47 [INFO] [stdout] | [INFO] [stdout] 1244 | karsqr(&mut z[0..n], &x[0..nd2], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1244 | karsqr(&mut z[0..n], &x[0..nd2], &mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1245:49 [INFO] [stdout] | [INFO] [stdout] 1245 | karsqr(&mut z[n..2*n], &x[nd2..n], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1245:49 [INFO] [stdout] | [INFO] [stdout] 1245 | karsqr(&mut z[n..2*n], &x[nd2..n], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1245 | karsqr(&mut z[n..2*n], &x[nd2..n], &mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1246:21 [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (*t)[0..n],&x[0..nd2],&x[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1246:21 [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (*t)[0..n],&x[0..nd2],&x[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (&mut (*t))[0..n],&x[0..nd2],&x[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1246:59 [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (*t)[0..n],&x[0..nd2],&x[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1246:59 [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (*t)[0..n],&x[0..nd2],&x[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (*t)[0..n],&x[0..nd2],&x[nd2..n],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1247:34 [INFO] [stdout] | [INFO] [stdout] 1247 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1247:34 [INFO] [stdout] | [INFO] [stdout] 1247 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1247 | rinc(&mut z[nd2..n+nd2],&(&(*t))[0..n]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1248:34 [INFO] [stdout] | [INFO] [stdout] 1248 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1248:34 [INFO] [stdout] | [INFO] [stdout] 1248 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1248 | rinc(&mut z[nd2..n+nd2],&(&(*t))[0..n]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1263:59 [INFO] [stdout] | [INFO] [stdout] 1263 | karmul(&mut z[0..n], &x[0..nd2], &y[0..nd2], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1263:59 [INFO] [stdout] | [INFO] [stdout] 1263 | karmul(&mut z[0..n], &x[0..nd2], &y[0..nd2], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1263 | karmul(&mut z[0..n], &x[0..nd2], &y[0..nd2], &mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1264:27 [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (*t)[0..n],&x[nd2..n],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1264:27 [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (*t)[0..n],&x[nd2..n],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (&mut (*t))[0..n],&x[nd2..n],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1264:65 [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (*t)[0..n],&x[nd2..n],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1264:65 [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (*t)[0..n],&x[nd2..n],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (*t)[0..n],&x[nd2..n],&y[0..nd2],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1265:30 [INFO] [stdout] | [INFO] [stdout] 1265 | rinc(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1265:30 [INFO] [stdout] | [INFO] [stdout] 1265 | rinc(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1265 | rinc(&mut z[nd2..n],&(&(*t))[0..nd2]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1266:27 [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (*t)[0..n],&x[0..nd2],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1266:27 [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (*t)[0..n],&x[0..nd2],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (&mut (*t))[0..n],&x[0..nd2],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1266:65 [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (*t)[0..n],&x[0..nd2],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1266:65 [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (*t)[0..n],&x[0..nd2],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (*t)[0..n],&x[0..nd2],&y[nd2..n],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1267:30 [INFO] [stdout] | [INFO] [stdout] 1267 | rinc(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1267:30 [INFO] [stdout] | [INFO] [stdout] 1267 | rinc(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1267 | rinc(&mut z[nd2..n],&(&(*t))[0..nd2]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1283:21 [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (*t)[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1283:21 [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (*t)[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (&mut (*t))[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1283:65 [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (*t)[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1283:65 [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (*t)[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (*t)[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1284:58 [INFO] [stdout] | [INFO] [stdout] 1284 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1284:58 [INFO] [stdout] | [INFO] [stdout] 1284 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1284 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1285:19 [INFO] [stdout] | [INFO] [stdout] 1285 | rdec(&mut (*t)[0..n],&z[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1285:19 [INFO] [stdout] | [INFO] [stdout] 1285 | rdec(&mut (*t)[0..n],&z[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1285 | rdec(&mut (&mut (*t))[0..n],&z[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1287:30 [INFO] [stdout] | [INFO] [stdout] 1287 | rdec(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1287:30 [INFO] [stdout] | [INFO] [stdout] 1287 | rdec(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1287 | rdec(&mut z[nd2..n],&(&(*t))[0..nd2]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1289:19 [INFO] [stdout] | [INFO] [stdout] 1289 | rdec(&mut (*t)[0..n],&z[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1289:19 [INFO] [stdout] | [INFO] [stdout] 1289 | rdec(&mut (*t)[0..n],&z[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1289 | rdec(&mut (&mut (*t))[0..n],&z[0..n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1290:34 [INFO] [stdout] | [INFO] [stdout] 1290 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1290:34 [INFO] [stdout] | [INFO] [stdout] 1290 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1290 | rinc(&mut z[nd2..n+nd2],&(&(*t))[0..n]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1222:21 [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (*t)[0..n],&z[0..nd2],&z[nd2..n],&mut (*t)[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1222:21 [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (*t)[0..n],&z[0..nd2],&z[nd2..n],&mut (*t)[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (&mut (*t))[0..n],&z[0..nd2],&z[nd2..n],&mut (*t)[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1222:59 [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (*t)[0..n],&z[0..nd2],&z[nd2..n],&mut (*t)[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1222:59 [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (*t)[0..n],&z[0..nd2],&z[nd2..n],&mut (*t)[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (*t)[0..n],&z[0..nd2],&z[nd2..n],&mut (&mut (*t))[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1223:56 [INFO] [stdout] | [INFO] [stdout] 1223 | karmul(&mut z[0..n],&x[0..nd2],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1223:56 [INFO] [stdout] | [INFO] [stdout] 1223 | karmul(&mut z[0..n],&x[0..nd2],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1223 | karmul(&mut z[0..n],&x[0..nd2],&y[0..nd2],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1224:58 [INFO] [stdout] | [INFO] [stdout] 1224 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1224:58 [INFO] [stdout] | [INFO] [stdout] 1224 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1224 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1225:19 [INFO] [stdout] | [INFO] [stdout] 1225 | rdec(&mut (*t)[0..n],&z[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1225:19 [INFO] [stdout] | [INFO] [stdout] 1225 | rdec(&mut (*t)[0..n],&z[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1225 | rdec(&mut (&mut (*t))[0..n],&z[0..n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1226:19 [INFO] [stdout] | [INFO] [stdout] 1226 | rdec(&mut (*t)[0..n],&z[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1226:19 [INFO] [stdout] | [INFO] [stdout] 1226 | rdec(&mut (*t)[0..n],&z[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1226 | rdec(&mut (&mut (*t))[0..n],&z[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1227:34 [INFO] [stdout] | [INFO] [stdout] 1227 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1227:34 [INFO] [stdout] | [INFO] [stdout] 1227 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1227 | rinc(&mut z[nd2..n+nd2],&(&(*t))[0..n]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1244:47 [INFO] [stdout] | [INFO] [stdout] 1244 | karsqr(&mut z[0..n], &x[0..nd2], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1244:47 [INFO] [stdout] | [INFO] [stdout] 1244 | karsqr(&mut z[0..n], &x[0..nd2], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1244 | karsqr(&mut z[0..n], &x[0..nd2], &mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1245:49 [INFO] [stdout] | [INFO] [stdout] 1245 | karsqr(&mut z[n..2*n], &x[nd2..n], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1245:49 [INFO] [stdout] | [INFO] [stdout] 1245 | karsqr(&mut z[n..2*n], &x[nd2..n], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1245 | karsqr(&mut z[n..2*n], &x[nd2..n], &mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1246:21 [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (*t)[0..n],&x[0..nd2],&x[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1246:21 [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (*t)[0..n],&x[0..nd2],&x[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (&mut (*t))[0..n],&x[0..nd2],&x[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1246:59 [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (*t)[0..n],&x[0..nd2],&x[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1246:59 [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (*t)[0..n],&x[0..nd2],&x[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (*t)[0..n],&x[0..nd2],&x[nd2..n],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1247:34 [INFO] [stdout] | [INFO] [stdout] 1247 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1247:34 [INFO] [stdout] | [INFO] [stdout] 1247 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1247 | rinc(&mut z[nd2..n+nd2],&(&(*t))[0..n]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1248:34 [INFO] [stdout] | [INFO] [stdout] 1248 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1248:34 [INFO] [stdout] | [INFO] [stdout] 1248 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1248 | rinc(&mut z[nd2..n+nd2],&(&(*t))[0..n]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1263:59 [INFO] [stdout] | [INFO] [stdout] 1263 | karmul(&mut z[0..n], &x[0..nd2], &y[0..nd2], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1263:59 [INFO] [stdout] | [INFO] [stdout] 1263 | karmul(&mut z[0..n], &x[0..nd2], &y[0..nd2], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1263 | karmul(&mut z[0..n], &x[0..nd2], &y[0..nd2], &mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1264:27 [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (*t)[0..n],&x[nd2..n],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1264:27 [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (*t)[0..n],&x[nd2..n],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (&mut (*t))[0..n],&x[nd2..n],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1264:65 [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (*t)[0..n],&x[nd2..n],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1264:65 [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (*t)[0..n],&x[nd2..n],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (*t)[0..n],&x[nd2..n],&y[0..nd2],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1265:30 [INFO] [stdout] | [INFO] [stdout] 1265 | rinc(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1265:30 [INFO] [stdout] | [INFO] [stdout] 1265 | rinc(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1265 | rinc(&mut z[nd2..n],&(&(*t))[0..nd2]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1266:27 [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (*t)[0..n],&x[0..nd2],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1266:27 [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (*t)[0..n],&x[0..nd2],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (&mut (*t))[0..n],&x[0..nd2],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1266:65 [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (*t)[0..n],&x[0..nd2],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1266:65 [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (*t)[0..n],&x[0..nd2],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (*t)[0..n],&x[0..nd2],&y[nd2..n],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1267:30 [INFO] [stdout] | [INFO] [stdout] 1267 | rinc(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1267:30 [INFO] [stdout] | [INFO] [stdout] 1267 | rinc(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1267 | rinc(&mut z[nd2..n],&(&(*t))[0..nd2]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1283:21 [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (*t)[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1283:21 [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (*t)[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (&mut (*t))[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1283:65 [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (*t)[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1283:65 [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (*t)[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (*t)[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1284:58 [INFO] [stdout] | [INFO] [stdout] 1284 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1284:58 [INFO] [stdout] | [INFO] [stdout] 1284 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1284 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1285:19 [INFO] [stdout] | [INFO] [stdout] 1285 | rdec(&mut (*t)[0..n],&z[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1285:19 [INFO] [stdout] | [INFO] [stdout] 1285 | rdec(&mut (*t)[0..n],&z[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1285 | rdec(&mut (&mut (*t))[0..n],&z[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1287:30 [INFO] [stdout] | [INFO] [stdout] 1287 | rdec(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1287:30 [INFO] [stdout] | [INFO] [stdout] 1287 | rdec(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1287 | rdec(&mut z[nd2..n],&(&(*t))[0..nd2]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1289:19 [INFO] [stdout] | [INFO] [stdout] 1289 | rdec(&mut (*t)[0..n],&z[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1289:19 [INFO] [stdout] | [INFO] [stdout] 1289 | rdec(&mut (*t)[0..n],&z[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1289 | rdec(&mut (&mut (*t))[0..n],&z[0..n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1290:34 [INFO] [stdout] | [INFO] [stdout] 1290 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1290:34 [INFO] [stdout] | [INFO] [stdout] 1290 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1290 | rinc(&mut z[nd2..n+nd2],&(&(*t))[0..n]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.72s [INFO] running `Command { std: "docker" "inspect" "78e9c84662c6061b26b28246a71a1bcf6fb1300316e9b5b3e9305525881a67bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "78e9c84662c6061b26b28246a71a1bcf6fb1300316e9b5b3e9305525881a67bd", kill_on_drop: false }` [INFO] [stdout] 78e9c84662c6061b26b28246a71a1bcf6fb1300316e9b5b3e9305525881a67bd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] dca82a0273a843ab79481ddf54d3ae17a00c001222e911a56edcf0c32636f8b4 [INFO] running `Command { std: "docker" "start" "-a" "dca82a0273a843ab79481ddf54d3ae17a00c001222e911a56edcf0c32636f8b4", kill_on_drop: false }` [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/ed25519/big.rs:50:7 [INFO] [stdout] | [INFO] [stdout] 50 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/ed25519/big.rs:57:7 [INFO] [stdout] | [INFO] [stdout] 57 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/ed25519/big.rs:282:7 [INFO] [stdout] | [INFO] [stdout] 282 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/ed25519/big.rs:306:7 [INFO] [stdout] | [INFO] [stdout] 306 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/ed25519/dbig.rs:29:7 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/ed25519/dbig.rs:36:7 [INFO] [stdout] | [INFO] [stdout] 36 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/ed25519/dbig.rs:287:7 [INFO] [stdout] | [INFO] [stdout] 287 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/ed25519/ecp.rs:34:7 [INFO] [stdout] | [INFO] [stdout] 34 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/ed25519/ecp.rs:41:7 [INFO] [stdout] | [INFO] [stdout] 41 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/ed25519/ecp.rs:508:7 [INFO] [stdout] | [INFO] [stdout] 508 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/ed25519/fp.rs:35:7 [INFO] [stdout] | [INFO] [stdout] 35 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/ed25519/fp.rs:42:7 [INFO] [stdout] | [INFO] [stdout] 42 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/ed25519/fp.rs:212:7 [INFO] [stdout] | [INFO] [stdout] 212 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/c25519/big.rs:50:7 [INFO] [stdout] | [INFO] [stdout] 50 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/c25519/big.rs:57:7 [INFO] [stdout] | [INFO] [stdout] 57 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/c25519/big.rs:282:7 [INFO] [stdout] | [INFO] [stdout] 282 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/c25519/big.rs:306:7 [INFO] [stdout] | [INFO] [stdout] 306 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/c25519/dbig.rs:29:7 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/c25519/dbig.rs:36:7 [INFO] [stdout] | [INFO] [stdout] 36 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/c25519/dbig.rs:287:7 [INFO] [stdout] | [INFO] [stdout] 287 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/c25519/ecp.rs:34:7 [INFO] [stdout] | [INFO] [stdout] 34 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/c25519/ecp.rs:41:7 [INFO] [stdout] | [INFO] [stdout] 41 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/c25519/ecp.rs:508:7 [INFO] [stdout] | [INFO] [stdout] 508 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/c25519/fp.rs:35:7 [INFO] [stdout] | [INFO] [stdout] 35 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/c25519/fp.rs:42:7 [INFO] [stdout] | [INFO] [stdout] 42 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/c25519/fp.rs:212:7 [INFO] [stdout] | [INFO] [stdout] 212 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist256/big.rs:50:7 [INFO] [stdout] | [INFO] [stdout] 50 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist256/big.rs:57:7 [INFO] [stdout] | [INFO] [stdout] 57 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist256/big.rs:282:7 [INFO] [stdout] | [INFO] [stdout] 282 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist256/big.rs:306:7 [INFO] [stdout] | [INFO] [stdout] 306 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist256/dbig.rs:29:7 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist256/dbig.rs:36:7 [INFO] [stdout] | [INFO] [stdout] 36 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist256/dbig.rs:287:7 [INFO] [stdout] | [INFO] [stdout] 287 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist256/ecp.rs:34:7 [INFO] [stdout] | [INFO] [stdout] 34 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist256/ecp.rs:41:7 [INFO] [stdout] | [INFO] [stdout] 41 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist256/ecp.rs:508:7 [INFO] [stdout] | [INFO] [stdout] 508 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist256/fp.rs:35:7 [INFO] [stdout] | [INFO] [stdout] 35 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist256/fp.rs:42:7 [INFO] [stdout] | [INFO] [stdout] 42 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist256/fp.rs:212:7 [INFO] [stdout] | [INFO] [stdout] 212 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/goldilocks/big.rs:50:7 [INFO] [stdout] | [INFO] [stdout] 50 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/goldilocks/big.rs:57:7 [INFO] [stdout] | [INFO] [stdout] 57 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/goldilocks/big.rs:282:7 [INFO] [stdout] | [INFO] [stdout] 282 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/goldilocks/big.rs:306:7 [INFO] [stdout] | [INFO] [stdout] 306 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/goldilocks/dbig.rs:29:7 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/goldilocks/dbig.rs:36:7 [INFO] [stdout] | [INFO] [stdout] 36 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/goldilocks/dbig.rs:287:7 [INFO] [stdout] | [INFO] [stdout] 287 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/goldilocks/ecp.rs:34:7 [INFO] [stdout] | [INFO] [stdout] 34 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/goldilocks/ecp.rs:41:7 [INFO] [stdout] | [INFO] [stdout] 41 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/goldilocks/ecp.rs:508:7 [INFO] [stdout] | [INFO] [stdout] 508 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/goldilocks/fp.rs:35:7 [INFO] [stdout] | [INFO] [stdout] 35 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/goldilocks/fp.rs:42:7 [INFO] [stdout] | [INFO] [stdout] 42 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/goldilocks/fp.rs:212:7 [INFO] [stdout] | [INFO] [stdout] 212 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist384/big.rs:50:7 [INFO] [stdout] | [INFO] [stdout] 50 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist384/big.rs:57:7 [INFO] [stdout] | [INFO] [stdout] 57 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist384/big.rs:282:7 [INFO] [stdout] | [INFO] [stdout] 282 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist384/big.rs:306:7 [INFO] [stdout] | [INFO] [stdout] 306 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist384/dbig.rs:29:7 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist384/dbig.rs:36:7 [INFO] [stdout] | [INFO] [stdout] 36 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist384/dbig.rs:287:7 [INFO] [stdout] | [INFO] [stdout] 287 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist384/ecp.rs:34:7 [INFO] [stdout] | [INFO] [stdout] 34 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist384/ecp.rs:41:7 [INFO] [stdout] | [INFO] [stdout] 41 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist384/ecp.rs:508:7 [INFO] [stdout] | [INFO] [stdout] 508 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist384/fp.rs:35:7 [INFO] [stdout] | [INFO] [stdout] 35 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist384/fp.rs:42:7 [INFO] [stdout] | [INFO] [stdout] 42 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist384/fp.rs:212:7 [INFO] [stdout] | [INFO] [stdout] 212 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist521/big.rs:50:7 [INFO] [stdout] | [INFO] [stdout] 50 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist521/big.rs:57:7 [INFO] [stdout] | [INFO] [stdout] 57 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist521/big.rs:282:7 [INFO] [stdout] | [INFO] [stdout] 282 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist521/big.rs:306:7 [INFO] [stdout] | [INFO] [stdout] 306 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist521/dbig.rs:29:7 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist521/dbig.rs:36:7 [INFO] [stdout] | [INFO] [stdout] 36 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist521/dbig.rs:287:7 [INFO] [stdout] | [INFO] [stdout] 287 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist521/ecp.rs:34:7 [INFO] [stdout] | [INFO] [stdout] 34 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist521/ecp.rs:41:7 [INFO] [stdout] | [INFO] [stdout] 41 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist521/ecp.rs:508:7 [INFO] [stdout] | [INFO] [stdout] 508 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist521/fp.rs:35:7 [INFO] [stdout] | [INFO] [stdout] 35 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist521/fp.rs:42:7 [INFO] [stdout] | [INFO] [stdout] 42 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist521/fp.rs:212:7 [INFO] [stdout] | [INFO] [stdout] 212 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/x448/big.rs:50:7 [INFO] [stdout] | [INFO] [stdout] 50 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/x448/big.rs:57:7 [INFO] [stdout] | [INFO] [stdout] 57 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/x448/big.rs:282:7 [INFO] [stdout] | [INFO] [stdout] 282 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/x448/big.rs:306:7 [INFO] [stdout] | [INFO] [stdout] 306 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/x448/dbig.rs:29:7 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/x448/dbig.rs:36:7 [INFO] [stdout] | [INFO] [stdout] 36 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/x448/dbig.rs:287:7 [INFO] [stdout] | [INFO] [stdout] 287 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/x448/ecp.rs:34:7 [INFO] [stdout] | [INFO] [stdout] 34 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/x448/ecp.rs:41:7 [INFO] [stdout] | [INFO] [stdout] 41 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/x448/ecp.rs:508:7 [INFO] [stdout] | [INFO] [stdout] 508 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/x448/fp.rs:35:7 [INFO] [stdout] | [INFO] [stdout] 35 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/x448/fp.rs:42:7 [INFO] [stdout] | [INFO] [stdout] 42 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/x448/fp.rs:212:7 [INFO] [stdout] | [INFO] [stdout] 212 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa2048/big.rs:50:7 [INFO] [stdout] | [INFO] [stdout] 50 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa2048/big.rs:57:7 [INFO] [stdout] | [INFO] [stdout] 57 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa2048/big.rs:282:7 [INFO] [stdout] | [INFO] [stdout] 282 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa2048/big.rs:306:7 [INFO] [stdout] | [INFO] [stdout] 306 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa2048/dbig.rs:29:7 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa2048/dbig.rs:36:7 [INFO] [stdout] | [INFO] [stdout] 36 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa2048/dbig.rs:287:7 [INFO] [stdout] | [INFO] [stdout] 287 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa2048/ff.rs:52:7 [INFO] [stdout] | [INFO] [stdout] 52 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa2048/ff.rs:59:7 [INFO] [stdout] | [INFO] [stdout] 59 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa2048/ff.rs:570:7 [INFO] [stdout] | [INFO] [stdout] 570 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa2048/ff.rs:577:7 [INFO] [stdout] | [INFO] [stdout] 577 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa2048/ff.rs:945:7 [INFO] [stdout] | [INFO] [stdout] 945 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa2048/ff.rs:168:7 [INFO] [stdout] | [INFO] [stdout] 168 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa2048/ff.rs:669:7 [INFO] [stdout] | [INFO] [stdout] 669 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa3072/big.rs:50:7 [INFO] [stdout] | [INFO] [stdout] 50 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa3072/big.rs:57:7 [INFO] [stdout] | [INFO] [stdout] 57 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa3072/big.rs:282:7 [INFO] [stdout] | [INFO] [stdout] 282 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa3072/big.rs:306:7 [INFO] [stdout] | [INFO] [stdout] 306 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa3072/dbig.rs:29:7 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa3072/dbig.rs:36:7 [INFO] [stdout] | [INFO] [stdout] 36 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa3072/dbig.rs:287:7 [INFO] [stdout] | [INFO] [stdout] 287 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa3072/ff.rs:52:7 [INFO] [stdout] | [INFO] [stdout] 52 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa3072/ff.rs:59:7 [INFO] [stdout] | [INFO] [stdout] 59 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa3072/ff.rs:570:7 [INFO] [stdout] | [INFO] [stdout] 570 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa3072/ff.rs:577:7 [INFO] [stdout] | [INFO] [stdout] 577 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa3072/ff.rs:945:7 [INFO] [stdout] | [INFO] [stdout] 945 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa3072/ff.rs:168:7 [INFO] [stdout] | [INFO] [stdout] 168 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa3072/ff.rs:669:7 [INFO] [stdout] | [INFO] [stdout] 669 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa4096/big.rs:50:7 [INFO] [stdout] | [INFO] [stdout] 50 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa4096/big.rs:57:7 [INFO] [stdout] | [INFO] [stdout] 57 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa4096/big.rs:282:7 [INFO] [stdout] | [INFO] [stdout] 282 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa4096/big.rs:306:7 [INFO] [stdout] | [INFO] [stdout] 306 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa4096/dbig.rs:29:7 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa4096/dbig.rs:36:7 [INFO] [stdout] | [INFO] [stdout] 36 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa4096/dbig.rs:287:7 [INFO] [stdout] | [INFO] [stdout] 287 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa4096/ff.rs:52:7 [INFO] [stdout] | [INFO] [stdout] 52 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa4096/ff.rs:59:7 [INFO] [stdout] | [INFO] [stdout] 59 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa4096/ff.rs:570:7 [INFO] [stdout] | [INFO] [stdout] 570 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa4096/ff.rs:577:7 [INFO] [stdout] | [INFO] [stdout] 577 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa4096/ff.rs:945:7 [INFO] [stdout] | [INFO] [stdout] 945 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa4096/ff.rs:168:7 [INFO] [stdout] | [INFO] [stdout] 168 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa4096/ff.rs:669:7 [INFO] [stdout] | [INFO] [stdout] 669 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1222:21 [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (*t)[0..n],&z[0..nd2],&z[nd2..n],&mut (*t)[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1222:21 [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (*t)[0..n],&z[0..nd2],&z[nd2..n],&mut (*t)[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: `#[warn(dangerous_implicit_autorefs)]` on by default [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (&mut (*t))[0..n],&z[0..nd2],&z[nd2..n],&mut (*t)[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1222:59 [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (*t)[0..n],&z[0..nd2],&z[nd2..n],&mut (*t)[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1222:59 [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (*t)[0..n],&z[0..nd2],&z[nd2..n],&mut (*t)[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (*t)[0..n],&z[0..nd2],&z[nd2..n],&mut (&mut (*t))[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1223:56 [INFO] [stdout] | [INFO] [stdout] 1223 | karmul(&mut z[0..n],&x[0..nd2],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1223:56 [INFO] [stdout] | [INFO] [stdout] 1223 | karmul(&mut z[0..n],&x[0..nd2],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1223 | karmul(&mut z[0..n],&x[0..nd2],&y[0..nd2],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1224:58 [INFO] [stdout] | [INFO] [stdout] 1224 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1224:58 [INFO] [stdout] | [INFO] [stdout] 1224 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1224 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1225:19 [INFO] [stdout] | [INFO] [stdout] 1225 | rdec(&mut (*t)[0..n],&z[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1225:19 [INFO] [stdout] | [INFO] [stdout] 1225 | rdec(&mut (*t)[0..n],&z[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1225 | rdec(&mut (&mut (*t))[0..n],&z[0..n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1226:19 [INFO] [stdout] | [INFO] [stdout] 1226 | rdec(&mut (*t)[0..n],&z[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1226:19 [INFO] [stdout] | [INFO] [stdout] 1226 | rdec(&mut (*t)[0..n],&z[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1226 | rdec(&mut (&mut (*t))[0..n],&z[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1227:34 [INFO] [stdout] | [INFO] [stdout] 1227 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1227:34 [INFO] [stdout] | [INFO] [stdout] 1227 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1227 | rinc(&mut z[nd2..n+nd2],&(&(*t))[0..n]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1244:47 [INFO] [stdout] | [INFO] [stdout] 1244 | karsqr(&mut z[0..n], &x[0..nd2], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1244:47 [INFO] [stdout] | [INFO] [stdout] 1244 | karsqr(&mut z[0..n], &x[0..nd2], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1244 | karsqr(&mut z[0..n], &x[0..nd2], &mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1245:49 [INFO] [stdout] | [INFO] [stdout] 1245 | karsqr(&mut z[n..2*n], &x[nd2..n], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1245:49 [INFO] [stdout] | [INFO] [stdout] 1245 | karsqr(&mut z[n..2*n], &x[nd2..n], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1245 | karsqr(&mut z[n..2*n], &x[nd2..n], &mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1246:21 [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (*t)[0..n],&x[0..nd2],&x[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1246:21 [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (*t)[0..n],&x[0..nd2],&x[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (&mut (*t))[0..n],&x[0..nd2],&x[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1246:59 [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (*t)[0..n],&x[0..nd2],&x[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1246:59 [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (*t)[0..n],&x[0..nd2],&x[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (*t)[0..n],&x[0..nd2],&x[nd2..n],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1247:34 [INFO] [stdout] | [INFO] [stdout] 1247 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1247:34 [INFO] [stdout] | [INFO] [stdout] 1247 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1247 | rinc(&mut z[nd2..n+nd2],&(&(*t))[0..n]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1248:34 [INFO] [stdout] | [INFO] [stdout] 1248 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1248:34 [INFO] [stdout] | [INFO] [stdout] 1248 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1248 | rinc(&mut z[nd2..n+nd2],&(&(*t))[0..n]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1263:59 [INFO] [stdout] | [INFO] [stdout] 1263 | karmul(&mut z[0..n], &x[0..nd2], &y[0..nd2], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1263:59 [INFO] [stdout] | [INFO] [stdout] 1263 | karmul(&mut z[0..n], &x[0..nd2], &y[0..nd2], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1263 | karmul(&mut z[0..n], &x[0..nd2], &y[0..nd2], &mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1264:27 [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (*t)[0..n],&x[nd2..n],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1264:27 [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (*t)[0..n],&x[nd2..n],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (&mut (*t))[0..n],&x[nd2..n],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1264:65 [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (*t)[0..n],&x[nd2..n],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1264:65 [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (*t)[0..n],&x[nd2..n],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (*t)[0..n],&x[nd2..n],&y[0..nd2],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1265:30 [INFO] [stdout] | [INFO] [stdout] 1265 | rinc(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1265:30 [INFO] [stdout] | [INFO] [stdout] 1265 | rinc(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1265 | rinc(&mut z[nd2..n],&(&(*t))[0..nd2]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1266:27 [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (*t)[0..n],&x[0..nd2],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1266:27 [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (*t)[0..n],&x[0..nd2],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (&mut (*t))[0..n],&x[0..nd2],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1266:65 [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (*t)[0..n],&x[0..nd2],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1266:65 [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (*t)[0..n],&x[0..nd2],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (*t)[0..n],&x[0..nd2],&y[nd2..n],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1267:30 [INFO] [stdout] | [INFO] [stdout] 1267 | rinc(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1267:30 [INFO] [stdout] | [INFO] [stdout] 1267 | rinc(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1267 | rinc(&mut z[nd2..n],&(&(*t))[0..nd2]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1283:21 [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (*t)[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1283:21 [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (*t)[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (&mut (*t))[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1283:65 [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (*t)[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1283:65 [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (*t)[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (*t)[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1284:58 [INFO] [stdout] | [INFO] [stdout] 1284 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1284:58 [INFO] [stdout] | [INFO] [stdout] 1284 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1284 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1285:19 [INFO] [stdout] | [INFO] [stdout] 1285 | rdec(&mut (*t)[0..n],&z[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1285:19 [INFO] [stdout] | [INFO] [stdout] 1285 | rdec(&mut (*t)[0..n],&z[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1285 | rdec(&mut (&mut (*t))[0..n],&z[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1287:30 [INFO] [stdout] | [INFO] [stdout] 1287 | rdec(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1287:30 [INFO] [stdout] | [INFO] [stdout] 1287 | rdec(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1287 | rdec(&mut z[nd2..n],&(&(*t))[0..nd2]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1289:19 [INFO] [stdout] | [INFO] [stdout] 1289 | rdec(&mut (*t)[0..n],&z[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1289:19 [INFO] [stdout] | [INFO] [stdout] 1289 | rdec(&mut (*t)[0..n],&z[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1289 | rdec(&mut (&mut (*t))[0..n],&z[0..n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1290:34 [INFO] [stdout] | [INFO] [stdout] 1290 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1290:34 [INFO] [stdout] | [INFO] [stdout] 1290 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1290 | rinc(&mut z[nd2..n+nd2],&(&(*t))[0..n]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1222:21 [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (*t)[0..n],&z[0..nd2],&z[nd2..n],&mut (*t)[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1222:21 [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (*t)[0..n],&z[0..nd2],&z[nd2..n],&mut (*t)[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (&mut (*t))[0..n],&z[0..nd2],&z[nd2..n],&mut (*t)[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1222:59 [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (*t)[0..n],&z[0..nd2],&z[nd2..n],&mut (*t)[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1222:59 [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (*t)[0..n],&z[0..nd2],&z[nd2..n],&mut (*t)[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (*t)[0..n],&z[0..nd2],&z[nd2..n],&mut (&mut (*t))[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1223:56 [INFO] [stdout] | [INFO] [stdout] 1223 | karmul(&mut z[0..n],&x[0..nd2],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1223:56 [INFO] [stdout] | [INFO] [stdout] 1223 | karmul(&mut z[0..n],&x[0..nd2],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1223 | karmul(&mut z[0..n],&x[0..nd2],&y[0..nd2],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1224:58 [INFO] [stdout] | [INFO] [stdout] 1224 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1224:58 [INFO] [stdout] | [INFO] [stdout] 1224 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1224 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1225:19 [INFO] [stdout] | [INFO] [stdout] 1225 | rdec(&mut (*t)[0..n],&z[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1225:19 [INFO] [stdout] | [INFO] [stdout] 1225 | rdec(&mut (*t)[0..n],&z[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1225 | rdec(&mut (&mut (*t))[0..n],&z[0..n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1226:19 [INFO] [stdout] | [INFO] [stdout] 1226 | rdec(&mut (*t)[0..n],&z[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1226:19 [INFO] [stdout] | [INFO] [stdout] 1226 | rdec(&mut (*t)[0..n],&z[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1226 | rdec(&mut (&mut (*t))[0..n],&z[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1227:34 [INFO] [stdout] | [INFO] [stdout] 1227 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1227:34 [INFO] [stdout] | [INFO] [stdout] 1227 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1227 | rinc(&mut z[nd2..n+nd2],&(&(*t))[0..n]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1244:47 [INFO] [stdout] | [INFO] [stdout] 1244 | karsqr(&mut z[0..n], &x[0..nd2], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1244:47 [INFO] [stdout] | [INFO] [stdout] 1244 | karsqr(&mut z[0..n], &x[0..nd2], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1244 | karsqr(&mut z[0..n], &x[0..nd2], &mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1245:49 [INFO] [stdout] | [INFO] [stdout] 1245 | karsqr(&mut z[n..2*n], &x[nd2..n], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1245:49 [INFO] [stdout] | [INFO] [stdout] 1245 | karsqr(&mut z[n..2*n], &x[nd2..n], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1245 | karsqr(&mut z[n..2*n], &x[nd2..n], &mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1246:21 [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (*t)[0..n],&x[0..nd2],&x[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1246:21 [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (*t)[0..n],&x[0..nd2],&x[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (&mut (*t))[0..n],&x[0..nd2],&x[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1246:59 [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (*t)[0..n],&x[0..nd2],&x[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1246:59 [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (*t)[0..n],&x[0..nd2],&x[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (*t)[0..n],&x[0..nd2],&x[nd2..n],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1247:34 [INFO] [stdout] | [INFO] [stdout] 1247 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1247:34 [INFO] [stdout] | [INFO] [stdout] 1247 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1247 | rinc(&mut z[nd2..n+nd2],&(&(*t))[0..n]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1248:34 [INFO] [stdout] | [INFO] [stdout] 1248 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1248:34 [INFO] [stdout] | [INFO] [stdout] 1248 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1248 | rinc(&mut z[nd2..n+nd2],&(&(*t))[0..n]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1263:59 [INFO] [stdout] | [INFO] [stdout] 1263 | karmul(&mut z[0..n], &x[0..nd2], &y[0..nd2], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1263:59 [INFO] [stdout] | [INFO] [stdout] 1263 | karmul(&mut z[0..n], &x[0..nd2], &y[0..nd2], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1263 | karmul(&mut z[0..n], &x[0..nd2], &y[0..nd2], &mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1264:27 [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (*t)[0..n],&x[nd2..n],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1264:27 [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (*t)[0..n],&x[nd2..n],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (&mut (*t))[0..n],&x[nd2..n],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1264:65 [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (*t)[0..n],&x[nd2..n],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1264:65 [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (*t)[0..n],&x[nd2..n],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (*t)[0..n],&x[nd2..n],&y[0..nd2],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1265:30 [INFO] [stdout] | [INFO] [stdout] 1265 | rinc(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1265:30 [INFO] [stdout] | [INFO] [stdout] 1265 | rinc(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1265 | rinc(&mut z[nd2..n],&(&(*t))[0..nd2]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1266:27 [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (*t)[0..n],&x[0..nd2],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1266:27 [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (*t)[0..n],&x[0..nd2],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (&mut (*t))[0..n],&x[0..nd2],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1266:65 [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (*t)[0..n],&x[0..nd2],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1266:65 [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (*t)[0..n],&x[0..nd2],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (*t)[0..n],&x[0..nd2],&y[nd2..n],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1267:30 [INFO] [stdout] | [INFO] [stdout] 1267 | rinc(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1267:30 [INFO] [stdout] | [INFO] [stdout] 1267 | rinc(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1267 | rinc(&mut z[nd2..n],&(&(*t))[0..nd2]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1283:21 [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (*t)[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1283:21 [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (*t)[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (&mut (*t))[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1283:65 [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (*t)[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1283:65 [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (*t)[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (*t)[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1284:58 [INFO] [stdout] | [INFO] [stdout] 1284 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1284:58 [INFO] [stdout] | [INFO] [stdout] 1284 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1284 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1285:19 [INFO] [stdout] | [INFO] [stdout] 1285 | rdec(&mut (*t)[0..n],&z[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1285:19 [INFO] [stdout] | [INFO] [stdout] 1285 | rdec(&mut (*t)[0..n],&z[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1285 | rdec(&mut (&mut (*t))[0..n],&z[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1287:30 [INFO] [stdout] | [INFO] [stdout] 1287 | rdec(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1287:30 [INFO] [stdout] | [INFO] [stdout] 1287 | rdec(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1287 | rdec(&mut z[nd2..n],&(&(*t))[0..nd2]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1289:19 [INFO] [stdout] | [INFO] [stdout] 1289 | rdec(&mut (*t)[0..n],&z[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1289:19 [INFO] [stdout] | [INFO] [stdout] 1289 | rdec(&mut (*t)[0..n],&z[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1289 | rdec(&mut (&mut (*t))[0..n],&z[0..n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1290:34 [INFO] [stdout] | [INFO] [stdout] 1290 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1290:34 [INFO] [stdout] | [INFO] [stdout] 1290 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1290 | rinc(&mut z[nd2..n+nd2],&(&(*t))[0..n]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1222:21 [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (*t)[0..n],&z[0..nd2],&z[nd2..n],&mut (*t)[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1222:21 [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (*t)[0..n],&z[0..nd2],&z[nd2..n],&mut (*t)[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (&mut (*t))[0..n],&z[0..nd2],&z[nd2..n],&mut (*t)[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1222:59 [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (*t)[0..n],&z[0..nd2],&z[nd2..n],&mut (*t)[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1222:59 [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (*t)[0..n],&z[0..nd2],&z[nd2..n],&mut (*t)[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (*t)[0..n],&z[0..nd2],&z[nd2..n],&mut (&mut (*t))[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1223:56 [INFO] [stdout] | [INFO] [stdout] 1223 | karmul(&mut z[0..n],&x[0..nd2],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1223:56 [INFO] [stdout] | [INFO] [stdout] 1223 | karmul(&mut z[0..n],&x[0..nd2],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1223 | karmul(&mut z[0..n],&x[0..nd2],&y[0..nd2],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1224:58 [INFO] [stdout] | [INFO] [stdout] 1224 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1224:58 [INFO] [stdout] | [INFO] [stdout] 1224 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1224 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1225:19 [INFO] [stdout] | [INFO] [stdout] 1225 | rdec(&mut (*t)[0..n],&z[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1225:19 [INFO] [stdout] | [INFO] [stdout] 1225 | rdec(&mut (*t)[0..n],&z[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1225 | rdec(&mut (&mut (*t))[0..n],&z[0..n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1226:19 [INFO] [stdout] | [INFO] [stdout] 1226 | rdec(&mut (*t)[0..n],&z[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1226:19 [INFO] [stdout] | [INFO] [stdout] 1226 | rdec(&mut (*t)[0..n],&z[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1226 | rdec(&mut (&mut (*t))[0..n],&z[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1227:34 [INFO] [stdout] | [INFO] [stdout] 1227 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1227:34 [INFO] [stdout] | [INFO] [stdout] 1227 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1227 | rinc(&mut z[nd2..n+nd2],&(&(*t))[0..n]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1244:47 [INFO] [stdout] | [INFO] [stdout] 1244 | karsqr(&mut z[0..n], &x[0..nd2], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1244:47 [INFO] [stdout] | [INFO] [stdout] 1244 | karsqr(&mut z[0..n], &x[0..nd2], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1244 | karsqr(&mut z[0..n], &x[0..nd2], &mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1245:49 [INFO] [stdout] | [INFO] [stdout] 1245 | karsqr(&mut z[n..2*n], &x[nd2..n], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1245:49 [INFO] [stdout] | [INFO] [stdout] 1245 | karsqr(&mut z[n..2*n], &x[nd2..n], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1245 | karsqr(&mut z[n..2*n], &x[nd2..n], &mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1246:21 [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (*t)[0..n],&x[0..nd2],&x[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1246:21 [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (*t)[0..n],&x[0..nd2],&x[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (&mut (*t))[0..n],&x[0..nd2],&x[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1246:59 [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (*t)[0..n],&x[0..nd2],&x[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1246:59 [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (*t)[0..n],&x[0..nd2],&x[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (*t)[0..n],&x[0..nd2],&x[nd2..n],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1247:34 [INFO] [stdout] | [INFO] [stdout] 1247 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1247:34 [INFO] [stdout] | [INFO] [stdout] 1247 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1247 | rinc(&mut z[nd2..n+nd2],&(&(*t))[0..n]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1248:34 [INFO] [stdout] | [INFO] [stdout] 1248 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1248:34 [INFO] [stdout] | [INFO] [stdout] 1248 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1248 | rinc(&mut z[nd2..n+nd2],&(&(*t))[0..n]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling miracl32 v0.1.0-alpha.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1263:59 [INFO] [stdout] | [INFO] [stdout] 1263 | karmul(&mut z[0..n], &x[0..nd2], &y[0..nd2], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1263:59 [INFO] [stdout] | [INFO] [stdout] 1263 | karmul(&mut z[0..n], &x[0..nd2], &y[0..nd2], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1263 | karmul(&mut z[0..n], &x[0..nd2], &y[0..nd2], &mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1264:27 [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (*t)[0..n],&x[nd2..n],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1264:27 [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (*t)[0..n],&x[nd2..n],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (&mut (*t))[0..n],&x[nd2..n],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1264:65 [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (*t)[0..n],&x[nd2..n],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1264:65 [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (*t)[0..n],&x[nd2..n],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (*t)[0..n],&x[nd2..n],&y[0..nd2],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1265:30 [INFO] [stdout] | [INFO] [stdout] 1265 | rinc(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1265:30 [INFO] [stdout] | [INFO] [stdout] 1265 | rinc(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1265 | rinc(&mut z[nd2..n],&(&(*t))[0..nd2]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1266:27 [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (*t)[0..n],&x[0..nd2],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1266:27 [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (*t)[0..n],&x[0..nd2],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (&mut (*t))[0..n],&x[0..nd2],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1266:65 [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (*t)[0..n],&x[0..nd2],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1266:65 [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (*t)[0..n],&x[0..nd2],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (*t)[0..n],&x[0..nd2],&y[nd2..n],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1267:30 [INFO] [stdout] | [INFO] [stdout] 1267 | rinc(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1267:30 [INFO] [stdout] | [INFO] [stdout] 1267 | rinc(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1267 | rinc(&mut z[nd2..n],&(&(*t))[0..nd2]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1283:21 [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (*t)[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1283:21 [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (*t)[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (&mut (*t))[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1283:65 [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (*t)[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1283:65 [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (*t)[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (*t)[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1284:58 [INFO] [stdout] | [INFO] [stdout] 1284 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1284:58 [INFO] [stdout] | [INFO] [stdout] 1284 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1284 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1285:19 [INFO] [stdout] | [INFO] [stdout] 1285 | rdec(&mut (*t)[0..n],&z[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1285:19 [INFO] [stdout] | [INFO] [stdout] 1285 | rdec(&mut (*t)[0..n],&z[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1285 | rdec(&mut (&mut (*t))[0..n],&z[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1287:30 [INFO] [stdout] | [INFO] [stdout] 1287 | rdec(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1287:30 [INFO] [stdout] | [INFO] [stdout] 1287 | rdec(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1287 | rdec(&mut z[nd2..n],&(&(*t))[0..nd2]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1289:19 [INFO] [stdout] | [INFO] [stdout] 1289 | rdec(&mut (*t)[0..n],&z[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1289:19 [INFO] [stdout] | [INFO] [stdout] 1289 | rdec(&mut (*t)[0..n],&z[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1289 | rdec(&mut (&mut (*t))[0..n],&z[0..n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1290:34 [INFO] [stdout] | [INFO] [stdout] 1290 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1290:34 [INFO] [stdout] | [INFO] [stdout] 1290 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1290 | rinc(&mut z[nd2..n+nd2],&(&(*t))[0..n]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/ed25519/big.rs:50:7 [INFO] [stdout] | [INFO] [stdout] 50 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/ed25519/big.rs:57:7 [INFO] [stdout] | [INFO] [stdout] 57 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/ed25519/big.rs:282:7 [INFO] [stdout] | [INFO] [stdout] 282 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/ed25519/big.rs:306:7 [INFO] [stdout] | [INFO] [stdout] 306 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/ed25519/dbig.rs:29:7 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/ed25519/dbig.rs:36:7 [INFO] [stdout] | [INFO] [stdout] 36 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/ed25519/dbig.rs:287:7 [INFO] [stdout] | [INFO] [stdout] 287 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/ed25519/ecp.rs:34:7 [INFO] [stdout] | [INFO] [stdout] 34 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/ed25519/ecp.rs:41:7 [INFO] [stdout] | [INFO] [stdout] 41 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/ed25519/ecp.rs:508:7 [INFO] [stdout] | [INFO] [stdout] 508 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/ed25519/fp.rs:35:7 [INFO] [stdout] | [INFO] [stdout] 35 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/ed25519/fp.rs:42:7 [INFO] [stdout] | [INFO] [stdout] 42 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/ed25519/fp.rs:212:7 [INFO] [stdout] | [INFO] [stdout] 212 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/c25519/big.rs:50:7 [INFO] [stdout] | [INFO] [stdout] 50 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/c25519/big.rs:57:7 [INFO] [stdout] | [INFO] [stdout] 57 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/c25519/big.rs:282:7 [INFO] [stdout] | [INFO] [stdout] 282 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/c25519/big.rs:306:7 [INFO] [stdout] | [INFO] [stdout] 306 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/c25519/dbig.rs:29:7 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/c25519/dbig.rs:36:7 [INFO] [stdout] | [INFO] [stdout] 36 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/c25519/dbig.rs:287:7 [INFO] [stdout] | [INFO] [stdout] 287 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/c25519/ecp.rs:34:7 [INFO] [stdout] | [INFO] [stdout] 34 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/c25519/ecp.rs:41:7 [INFO] [stdout] | [INFO] [stdout] 41 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/c25519/ecp.rs:508:7 [INFO] [stdout] | [INFO] [stdout] 508 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/c25519/fp.rs:35:7 [INFO] [stdout] | [INFO] [stdout] 35 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/c25519/fp.rs:42:7 [INFO] [stdout] | [INFO] [stdout] 42 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/c25519/fp.rs:212:7 [INFO] [stdout] | [INFO] [stdout] 212 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist256/big.rs:50:7 [INFO] [stdout] | [INFO] [stdout] 50 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist256/big.rs:57:7 [INFO] [stdout] | [INFO] [stdout] 57 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist256/big.rs:282:7 [INFO] [stdout] | [INFO] [stdout] 282 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist256/big.rs:306:7 [INFO] [stdout] | [INFO] [stdout] 306 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist256/dbig.rs:29:7 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist256/dbig.rs:36:7 [INFO] [stdout] | [INFO] [stdout] 36 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist256/dbig.rs:287:7 [INFO] [stdout] | [INFO] [stdout] 287 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist256/ecp.rs:34:7 [INFO] [stdout] | [INFO] [stdout] 34 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist256/ecp.rs:41:7 [INFO] [stdout] | [INFO] [stdout] 41 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist256/ecp.rs:508:7 [INFO] [stdout] | [INFO] [stdout] 508 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist256/fp.rs:35:7 [INFO] [stdout] | [INFO] [stdout] 35 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist256/fp.rs:42:7 [INFO] [stdout] | [INFO] [stdout] 42 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist256/fp.rs:212:7 [INFO] [stdout] | [INFO] [stdout] 212 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/goldilocks/big.rs:50:7 [INFO] [stdout] | [INFO] [stdout] 50 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/goldilocks/big.rs:57:7 [INFO] [stdout] | [INFO] [stdout] 57 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/goldilocks/big.rs:282:7 [INFO] [stdout] | [INFO] [stdout] 282 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/goldilocks/big.rs:306:7 [INFO] [stdout] | [INFO] [stdout] 306 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/goldilocks/dbig.rs:29:7 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/goldilocks/dbig.rs:36:7 [INFO] [stdout] | [INFO] [stdout] 36 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/goldilocks/dbig.rs:287:7 [INFO] [stdout] | [INFO] [stdout] 287 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/goldilocks/ecp.rs:34:7 [INFO] [stdout] | [INFO] [stdout] 34 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/goldilocks/ecp.rs:41:7 [INFO] [stdout] | [INFO] [stdout] 41 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/goldilocks/ecp.rs:508:7 [INFO] [stdout] | [INFO] [stdout] 508 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/goldilocks/fp.rs:35:7 [INFO] [stdout] | [INFO] [stdout] 35 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/goldilocks/fp.rs:42:7 [INFO] [stdout] | [INFO] [stdout] 42 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/goldilocks/fp.rs:212:7 [INFO] [stdout] | [INFO] [stdout] 212 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist384/big.rs:50:7 [INFO] [stdout] | [INFO] [stdout] 50 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist384/big.rs:57:7 [INFO] [stdout] | [INFO] [stdout] 57 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist384/big.rs:282:7 [INFO] [stdout] | [INFO] [stdout] 282 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist384/big.rs:306:7 [INFO] [stdout] | [INFO] [stdout] 306 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist384/dbig.rs:29:7 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist384/dbig.rs:36:7 [INFO] [stdout] | [INFO] [stdout] 36 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist384/dbig.rs:287:7 [INFO] [stdout] | [INFO] [stdout] 287 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist384/ecp.rs:34:7 [INFO] [stdout] | [INFO] [stdout] 34 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist384/ecp.rs:41:7 [INFO] [stdout] | [INFO] [stdout] 41 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist384/ecp.rs:508:7 [INFO] [stdout] | [INFO] [stdout] 508 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist384/fp.rs:35:7 [INFO] [stdout] | [INFO] [stdout] 35 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist384/fp.rs:42:7 [INFO] [stdout] | [INFO] [stdout] 42 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist384/fp.rs:212:7 [INFO] [stdout] | [INFO] [stdout] 212 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist521/big.rs:50:7 [INFO] [stdout] | [INFO] [stdout] 50 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist521/big.rs:57:7 [INFO] [stdout] | [INFO] [stdout] 57 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist521/big.rs:282:7 [INFO] [stdout] | [INFO] [stdout] 282 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist521/big.rs:306:7 [INFO] [stdout] | [INFO] [stdout] 306 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist521/dbig.rs:29:7 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist521/dbig.rs:36:7 [INFO] [stdout] | [INFO] [stdout] 36 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist521/dbig.rs:287:7 [INFO] [stdout] | [INFO] [stdout] 287 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist521/ecp.rs:34:7 [INFO] [stdout] | [INFO] [stdout] 34 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist521/ecp.rs:41:7 [INFO] [stdout] | [INFO] [stdout] 41 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist521/ecp.rs:508:7 [INFO] [stdout] | [INFO] [stdout] 508 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist521/fp.rs:35:7 [INFO] [stdout] | [INFO] [stdout] 35 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist521/fp.rs:42:7 [INFO] [stdout] | [INFO] [stdout] 42 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/nist521/fp.rs:212:7 [INFO] [stdout] | [INFO] [stdout] 212 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/x448/big.rs:50:7 [INFO] [stdout] | [INFO] [stdout] 50 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/x448/big.rs:57:7 [INFO] [stdout] | [INFO] [stdout] 57 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/x448/big.rs:282:7 [INFO] [stdout] | [INFO] [stdout] 282 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/x448/big.rs:306:7 [INFO] [stdout] | [INFO] [stdout] 306 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/x448/dbig.rs:29:7 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/x448/dbig.rs:36:7 [INFO] [stdout] | [INFO] [stdout] 36 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/x448/dbig.rs:287:7 [INFO] [stdout] | [INFO] [stdout] 287 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/x448/ecp.rs:34:7 [INFO] [stdout] | [INFO] [stdout] 34 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/x448/ecp.rs:41:7 [INFO] [stdout] | [INFO] [stdout] 41 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/x448/ecp.rs:508:7 [INFO] [stdout] | [INFO] [stdout] 508 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/x448/fp.rs:35:7 [INFO] [stdout] | [INFO] [stdout] 35 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/x448/fp.rs:42:7 [INFO] [stdout] | [INFO] [stdout] 42 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/x448/fp.rs:212:7 [INFO] [stdout] | [INFO] [stdout] 212 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa2048/big.rs:50:7 [INFO] [stdout] | [INFO] [stdout] 50 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa2048/big.rs:57:7 [INFO] [stdout] | [INFO] [stdout] 57 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa2048/big.rs:282:7 [INFO] [stdout] | [INFO] [stdout] 282 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa2048/big.rs:306:7 [INFO] [stdout] | [INFO] [stdout] 306 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa2048/dbig.rs:29:7 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa2048/dbig.rs:36:7 [INFO] [stdout] | [INFO] [stdout] 36 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa2048/dbig.rs:287:7 [INFO] [stdout] | [INFO] [stdout] 287 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa2048/ff.rs:52:7 [INFO] [stdout] | [INFO] [stdout] 52 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa2048/ff.rs:59:7 [INFO] [stdout] | [INFO] [stdout] 59 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa2048/ff.rs:570:7 [INFO] [stdout] | [INFO] [stdout] 570 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa2048/ff.rs:577:7 [INFO] [stdout] | [INFO] [stdout] 577 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa2048/ff.rs:945:7 [INFO] [stdout] | [INFO] [stdout] 945 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa2048/ff.rs:168:7 [INFO] [stdout] | [INFO] [stdout] 168 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa2048/ff.rs:669:7 [INFO] [stdout] | [INFO] [stdout] 669 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa3072/big.rs:50:7 [INFO] [stdout] | [INFO] [stdout] 50 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa3072/big.rs:57:7 [INFO] [stdout] | [INFO] [stdout] 57 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa3072/big.rs:282:7 [INFO] [stdout] | [INFO] [stdout] 282 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa3072/big.rs:306:7 [INFO] [stdout] | [INFO] [stdout] 306 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa3072/dbig.rs:29:7 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa3072/dbig.rs:36:7 [INFO] [stdout] | [INFO] [stdout] 36 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa3072/dbig.rs:287:7 [INFO] [stdout] | [INFO] [stdout] 287 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa3072/ff.rs:52:7 [INFO] [stdout] | [INFO] [stdout] 52 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa3072/ff.rs:59:7 [INFO] [stdout] | [INFO] [stdout] 59 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa3072/ff.rs:570:7 [INFO] [stdout] | [INFO] [stdout] 570 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa3072/ff.rs:577:7 [INFO] [stdout] | [INFO] [stdout] 577 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa3072/ff.rs:945:7 [INFO] [stdout] | [INFO] [stdout] 945 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa3072/ff.rs:168:7 [INFO] [stdout] | [INFO] [stdout] 168 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa3072/ff.rs:669:7 [INFO] [stdout] | [INFO] [stdout] 669 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa4096/big.rs:50:7 [INFO] [stdout] | [INFO] [stdout] 50 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa4096/big.rs:57:7 [INFO] [stdout] | [INFO] [stdout] 57 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa4096/big.rs:282:7 [INFO] [stdout] | [INFO] [stdout] 282 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa4096/big.rs:306:7 [INFO] [stdout] | [INFO] [stdout] 306 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa4096/dbig.rs:29:7 [INFO] [stdout] | [INFO] [stdout] 29 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa4096/dbig.rs:36:7 [INFO] [stdout] | [INFO] [stdout] 36 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa4096/dbig.rs:287:7 [INFO] [stdout] | [INFO] [stdout] 287 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa4096/ff.rs:52:7 [INFO] [stdout] | [INFO] [stdout] 52 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa4096/ff.rs:59:7 [INFO] [stdout] | [INFO] [stdout] 59 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa4096/ff.rs:570:7 [INFO] [stdout] | [INFO] [stdout] 570 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa4096/ff.rs:577:7 [INFO] [stdout] | [INFO] [stdout] 577 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa4096/ff.rs:945:7 [INFO] [stdout] | [INFO] [stdout] 945 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa4096/ff.rs:168:7 [INFO] [stdout] | [INFO] [stdout] 168 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/rsa4096/ff.rs:669:7 [INFO] [stdout] | [INFO] [stdout] 669 | #[cfg(feature = "std")] [INFO] [stdout] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stdout] | [INFO] [stdout] = note: no expected values for `feature` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1222:21 [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (*t)[0..n],&z[0..nd2],&z[nd2..n],&mut (*t)[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1222:21 [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (*t)[0..n],&z[0..nd2],&z[nd2..n],&mut (*t)[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | ^^^^ [INFO] [stdout] = note: `#[warn(dangerous_implicit_autorefs)]` on by default [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (&mut (*t))[0..n],&z[0..nd2],&z[nd2..n],&mut (*t)[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1222:59 [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (*t)[0..n],&z[0..nd2],&z[nd2..n],&mut (*t)[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1222:59 [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (*t)[0..n],&z[0..nd2],&z[nd2..n],&mut (*t)[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (*t)[0..n],&z[0..nd2],&z[nd2..n],&mut (&mut (*t))[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1223:56 [INFO] [stdout] | [INFO] [stdout] 1223 | karmul(&mut z[0..n],&x[0..nd2],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1223:56 [INFO] [stdout] | [INFO] [stdout] 1223 | karmul(&mut z[0..n],&x[0..nd2],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1223 | karmul(&mut z[0..n],&x[0..nd2],&y[0..nd2],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1224:58 [INFO] [stdout] | [INFO] [stdout] 1224 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1224:58 [INFO] [stdout] | [INFO] [stdout] 1224 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1224 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1225:19 [INFO] [stdout] | [INFO] [stdout] 1225 | rdec(&mut (*t)[0..n],&z[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1225:19 [INFO] [stdout] | [INFO] [stdout] 1225 | rdec(&mut (*t)[0..n],&z[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1225 | rdec(&mut (&mut (*t))[0..n],&z[0..n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1226:19 [INFO] [stdout] | [INFO] [stdout] 1226 | rdec(&mut (*t)[0..n],&z[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1226:19 [INFO] [stdout] | [INFO] [stdout] 1226 | rdec(&mut (*t)[0..n],&z[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1226 | rdec(&mut (&mut (*t))[0..n],&z[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1227:34 [INFO] [stdout] | [INFO] [stdout] 1227 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1227:34 [INFO] [stdout] | [INFO] [stdout] 1227 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1227 | rinc(&mut z[nd2..n+nd2],&(&(*t))[0..n]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1244:47 [INFO] [stdout] | [INFO] [stdout] 1244 | karsqr(&mut z[0..n], &x[0..nd2], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1244:47 [INFO] [stdout] | [INFO] [stdout] 1244 | karsqr(&mut z[0..n], &x[0..nd2], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1244 | karsqr(&mut z[0..n], &x[0..nd2], &mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1245:49 [INFO] [stdout] | [INFO] [stdout] 1245 | karsqr(&mut z[n..2*n], &x[nd2..n], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1245:49 [INFO] [stdout] | [INFO] [stdout] 1245 | karsqr(&mut z[n..2*n], &x[nd2..n], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1245 | karsqr(&mut z[n..2*n], &x[nd2..n], &mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1246:21 [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (*t)[0..n],&x[0..nd2],&x[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1246:21 [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (*t)[0..n],&x[0..nd2],&x[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (&mut (*t))[0..n],&x[0..nd2],&x[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1246:59 [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (*t)[0..n],&x[0..nd2],&x[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1246:59 [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (*t)[0..n],&x[0..nd2],&x[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (*t)[0..n],&x[0..nd2],&x[nd2..n],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1247:34 [INFO] [stdout] | [INFO] [stdout] 1247 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1247:34 [INFO] [stdout] | [INFO] [stdout] 1247 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1247 | rinc(&mut z[nd2..n+nd2],&(&(*t))[0..n]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1248:34 [INFO] [stdout] | [INFO] [stdout] 1248 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1248:34 [INFO] [stdout] | [INFO] [stdout] 1248 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1248 | rinc(&mut z[nd2..n+nd2],&(&(*t))[0..n]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1263:59 [INFO] [stdout] | [INFO] [stdout] 1263 | karmul(&mut z[0..n], &x[0..nd2], &y[0..nd2], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1263:59 [INFO] [stdout] | [INFO] [stdout] 1263 | karmul(&mut z[0..n], &x[0..nd2], &y[0..nd2], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1263 | karmul(&mut z[0..n], &x[0..nd2], &y[0..nd2], &mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1264:27 [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (*t)[0..n],&x[nd2..n],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1264:27 [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (*t)[0..n],&x[nd2..n],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (&mut (*t))[0..n],&x[nd2..n],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1264:65 [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (*t)[0..n],&x[nd2..n],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1264:65 [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (*t)[0..n],&x[nd2..n],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (*t)[0..n],&x[nd2..n],&y[0..nd2],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1265:30 [INFO] [stdout] | [INFO] [stdout] 1265 | rinc(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1265:30 [INFO] [stdout] | [INFO] [stdout] 1265 | rinc(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1265 | rinc(&mut z[nd2..n],&(&(*t))[0..nd2]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1266:27 [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (*t)[0..n],&x[0..nd2],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1266:27 [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (*t)[0..n],&x[0..nd2],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (&mut (*t))[0..n],&x[0..nd2],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1266:65 [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (*t)[0..n],&x[0..nd2],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1266:65 [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (*t)[0..n],&x[0..nd2],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (*t)[0..n],&x[0..nd2],&y[nd2..n],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1267:30 [INFO] [stdout] | [INFO] [stdout] 1267 | rinc(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1267:30 [INFO] [stdout] | [INFO] [stdout] 1267 | rinc(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1267 | rinc(&mut z[nd2..n],&(&(*t))[0..nd2]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1283:21 [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (*t)[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1283:21 [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (*t)[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (&mut (*t))[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1283:65 [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (*t)[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1283:65 [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (*t)[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (*t)[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1284:58 [INFO] [stdout] | [INFO] [stdout] 1284 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1284:58 [INFO] [stdout] | [INFO] [stdout] 1284 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1284 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1285:19 [INFO] [stdout] | [INFO] [stdout] 1285 | rdec(&mut (*t)[0..n],&z[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1285:19 [INFO] [stdout] | [INFO] [stdout] 1285 | rdec(&mut (*t)[0..n],&z[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1285 | rdec(&mut (&mut (*t))[0..n],&z[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1287:30 [INFO] [stdout] | [INFO] [stdout] 1287 | rdec(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1287:30 [INFO] [stdout] | [INFO] [stdout] 1287 | rdec(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1287 | rdec(&mut z[nd2..n],&(&(*t))[0..nd2]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1289:19 [INFO] [stdout] | [INFO] [stdout] 1289 | rdec(&mut (*t)[0..n],&z[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1289:19 [INFO] [stdout] | [INFO] [stdout] 1289 | rdec(&mut (*t)[0..n],&z[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1289 | rdec(&mut (&mut (*t))[0..n],&z[0..n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa2048/ff.rs:1290:34 [INFO] [stdout] | [INFO] [stdout] 1290 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa2048::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa2048::big::BIG]` [INFO] [stdout] --> src/rsa2048/ff.rs:1290:34 [INFO] [stdout] | [INFO] [stdout] 1290 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1290 | rinc(&mut z[nd2..n+nd2],&(&(*t))[0..n]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1222:21 [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (*t)[0..n],&z[0..nd2],&z[nd2..n],&mut (*t)[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1222:21 [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (*t)[0..n],&z[0..nd2],&z[nd2..n],&mut (*t)[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (&mut (*t))[0..n],&z[0..nd2],&z[nd2..n],&mut (*t)[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1222:59 [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (*t)[0..n],&z[0..nd2],&z[nd2..n],&mut (*t)[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1222:59 [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (*t)[0..n],&z[0..nd2],&z[nd2..n],&mut (*t)[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (*t)[0..n],&z[0..nd2],&z[nd2..n],&mut (&mut (*t))[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1223:56 [INFO] [stdout] | [INFO] [stdout] 1223 | karmul(&mut z[0..n],&x[0..nd2],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1223:56 [INFO] [stdout] | [INFO] [stdout] 1223 | karmul(&mut z[0..n],&x[0..nd2],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1223 | karmul(&mut z[0..n],&x[0..nd2],&y[0..nd2],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1224:58 [INFO] [stdout] | [INFO] [stdout] 1224 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1224:58 [INFO] [stdout] | [INFO] [stdout] 1224 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1224 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1225:19 [INFO] [stdout] | [INFO] [stdout] 1225 | rdec(&mut (*t)[0..n],&z[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1225:19 [INFO] [stdout] | [INFO] [stdout] 1225 | rdec(&mut (*t)[0..n],&z[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1225 | rdec(&mut (&mut (*t))[0..n],&z[0..n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1226:19 [INFO] [stdout] | [INFO] [stdout] 1226 | rdec(&mut (*t)[0..n],&z[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1226:19 [INFO] [stdout] | [INFO] [stdout] 1226 | rdec(&mut (*t)[0..n],&z[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1226 | rdec(&mut (&mut (*t))[0..n],&z[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1227:34 [INFO] [stdout] | [INFO] [stdout] 1227 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1227:34 [INFO] [stdout] | [INFO] [stdout] 1227 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1227 | rinc(&mut z[nd2..n+nd2],&(&(*t))[0..n]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1244:47 [INFO] [stdout] | [INFO] [stdout] 1244 | karsqr(&mut z[0..n], &x[0..nd2], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1244:47 [INFO] [stdout] | [INFO] [stdout] 1244 | karsqr(&mut z[0..n], &x[0..nd2], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1244 | karsqr(&mut z[0..n], &x[0..nd2], &mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1245:49 [INFO] [stdout] | [INFO] [stdout] 1245 | karsqr(&mut z[n..2*n], &x[nd2..n], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1245:49 [INFO] [stdout] | [INFO] [stdout] 1245 | karsqr(&mut z[n..2*n], &x[nd2..n], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1245 | karsqr(&mut z[n..2*n], &x[nd2..n], &mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1246:21 [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (*t)[0..n],&x[0..nd2],&x[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1246:21 [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (*t)[0..n],&x[0..nd2],&x[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (&mut (*t))[0..n],&x[0..nd2],&x[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1246:59 [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (*t)[0..n],&x[0..nd2],&x[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1246:59 [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (*t)[0..n],&x[0..nd2],&x[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (*t)[0..n],&x[0..nd2],&x[nd2..n],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1247:34 [INFO] [stdout] | [INFO] [stdout] 1247 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1247:34 [INFO] [stdout] | [INFO] [stdout] 1247 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1247 | rinc(&mut z[nd2..n+nd2],&(&(*t))[0..n]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1248:34 [INFO] [stdout] | [INFO] [stdout] 1248 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1248:34 [INFO] [stdout] | [INFO] [stdout] 1248 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1248 | rinc(&mut z[nd2..n+nd2],&(&(*t))[0..n]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1263:59 [INFO] [stdout] | [INFO] [stdout] 1263 | karmul(&mut z[0..n], &x[0..nd2], &y[0..nd2], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1263:59 [INFO] [stdout] | [INFO] [stdout] 1263 | karmul(&mut z[0..n], &x[0..nd2], &y[0..nd2], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1263 | karmul(&mut z[0..n], &x[0..nd2], &y[0..nd2], &mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1264:27 [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (*t)[0..n],&x[nd2..n],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1264:27 [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (*t)[0..n],&x[nd2..n],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (&mut (*t))[0..n],&x[nd2..n],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1264:65 [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (*t)[0..n],&x[nd2..n],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1264:65 [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (*t)[0..n],&x[nd2..n],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (*t)[0..n],&x[nd2..n],&y[0..nd2],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1265:30 [INFO] [stdout] | [INFO] [stdout] 1265 | rinc(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1265:30 [INFO] [stdout] | [INFO] [stdout] 1265 | rinc(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1265 | rinc(&mut z[nd2..n],&(&(*t))[0..nd2]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1266:27 [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (*t)[0..n],&x[0..nd2],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1266:27 [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (*t)[0..n],&x[0..nd2],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (&mut (*t))[0..n],&x[0..nd2],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1266:65 [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (*t)[0..n],&x[0..nd2],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1266:65 [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (*t)[0..n],&x[0..nd2],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (*t)[0..n],&x[0..nd2],&y[nd2..n],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1267:30 [INFO] [stdout] | [INFO] [stdout] 1267 | rinc(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1267:30 [INFO] [stdout] | [INFO] [stdout] 1267 | rinc(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1267 | rinc(&mut z[nd2..n],&(&(*t))[0..nd2]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1283:21 [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (*t)[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1283:21 [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (*t)[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (&mut (*t))[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1283:65 [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (*t)[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1283:65 [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (*t)[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (*t)[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1284:58 [INFO] [stdout] | [INFO] [stdout] 1284 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1284:58 [INFO] [stdout] | [INFO] [stdout] 1284 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1284 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1285:19 [INFO] [stdout] | [INFO] [stdout] 1285 | rdec(&mut (*t)[0..n],&z[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1285:19 [INFO] [stdout] | [INFO] [stdout] 1285 | rdec(&mut (*t)[0..n],&z[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1285 | rdec(&mut (&mut (*t))[0..n],&z[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1287:30 [INFO] [stdout] | [INFO] [stdout] 1287 | rdec(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1287:30 [INFO] [stdout] | [INFO] [stdout] 1287 | rdec(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1287 | rdec(&mut z[nd2..n],&(&(*t))[0..nd2]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1289:19 [INFO] [stdout] | [INFO] [stdout] 1289 | rdec(&mut (*t)[0..n],&z[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1289:19 [INFO] [stdout] | [INFO] [stdout] 1289 | rdec(&mut (*t)[0..n],&z[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1289 | rdec(&mut (&mut (*t))[0..n],&z[0..n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa3072/ff.rs:1290:34 [INFO] [stdout] | [INFO] [stdout] 1290 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa3072::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa3072::big::BIG]` [INFO] [stdout] --> src/rsa3072/ff.rs:1290:34 [INFO] [stdout] | [INFO] [stdout] 1290 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1290 | rinc(&mut z[nd2..n+nd2],&(&(*t))[0..n]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1222:21 [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (*t)[0..n],&z[0..nd2],&z[nd2..n],&mut (*t)[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1222:21 [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (*t)[0..n],&z[0..nd2],&z[nd2..n],&mut (*t)[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (&mut (*t))[0..n],&z[0..nd2],&z[nd2..n],&mut (*t)[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1222:59 [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (*t)[0..n],&z[0..nd2],&z[nd2..n],&mut (*t)[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1222:59 [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (*t)[0..n],&z[0..nd2],&z[nd2..n],&mut (*t)[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1222 | karmul(&mut (*t)[0..n],&z[0..nd2],&z[nd2..n],&mut (&mut (*t))[n..2*n]); // 2 borrows here (!?) [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1223:56 [INFO] [stdout] | [INFO] [stdout] 1223 | karmul(&mut z[0..n],&x[0..nd2],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1223:56 [INFO] [stdout] | [INFO] [stdout] 1223 | karmul(&mut z[0..n],&x[0..nd2],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1223 | karmul(&mut z[0..n],&x[0..nd2],&y[0..nd2],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1224:58 [INFO] [stdout] | [INFO] [stdout] 1224 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1224:58 [INFO] [stdout] | [INFO] [stdout] 1224 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1224 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1225:19 [INFO] [stdout] | [INFO] [stdout] 1225 | rdec(&mut (*t)[0..n],&z[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1225:19 [INFO] [stdout] | [INFO] [stdout] 1225 | rdec(&mut (*t)[0..n],&z[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1225 | rdec(&mut (&mut (*t))[0..n],&z[0..n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1226:19 [INFO] [stdout] | [INFO] [stdout] 1226 | rdec(&mut (*t)[0..n],&z[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1226:19 [INFO] [stdout] | [INFO] [stdout] 1226 | rdec(&mut (*t)[0..n],&z[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1226 | rdec(&mut (&mut (*t))[0..n],&z[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1227:34 [INFO] [stdout] | [INFO] [stdout] 1227 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1227:34 [INFO] [stdout] | [INFO] [stdout] 1227 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1227 | rinc(&mut z[nd2..n+nd2],&(&(*t))[0..n]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1244:47 [INFO] [stdout] | [INFO] [stdout] 1244 | karsqr(&mut z[0..n], &x[0..nd2], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1244:47 [INFO] [stdout] | [INFO] [stdout] 1244 | karsqr(&mut z[0..n], &x[0..nd2], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1244 | karsqr(&mut z[0..n], &x[0..nd2], &mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1245:49 [INFO] [stdout] | [INFO] [stdout] 1245 | karsqr(&mut z[n..2*n], &x[nd2..n], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1245:49 [INFO] [stdout] | [INFO] [stdout] 1245 | karsqr(&mut z[n..2*n], &x[nd2..n], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1245 | karsqr(&mut z[n..2*n], &x[nd2..n], &mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1246:21 [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (*t)[0..n],&x[0..nd2],&x[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1246:21 [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (*t)[0..n],&x[0..nd2],&x[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (&mut (*t))[0..n],&x[0..nd2],&x[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1246:59 [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (*t)[0..n],&x[0..nd2],&x[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1246:59 [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (*t)[0..n],&x[0..nd2],&x[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1246 | karmul(&mut (*t)[0..n],&x[0..nd2],&x[nd2..n],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1247:34 [INFO] [stdout] | [INFO] [stdout] 1247 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1247:34 [INFO] [stdout] | [INFO] [stdout] 1247 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1247 | rinc(&mut z[nd2..n+nd2],&(&(*t))[0..n]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1248:34 [INFO] [stdout] | [INFO] [stdout] 1248 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1248:34 [INFO] [stdout] | [INFO] [stdout] 1248 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1248 | rinc(&mut z[nd2..n+nd2],&(&(*t))[0..n]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1263:59 [INFO] [stdout] | [INFO] [stdout] 1263 | karmul(&mut z[0..n], &x[0..nd2], &y[0..nd2], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1263:59 [INFO] [stdout] | [INFO] [stdout] 1263 | karmul(&mut z[0..n], &x[0..nd2], &y[0..nd2], &mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1263 | karmul(&mut z[0..n], &x[0..nd2], &y[0..nd2], &mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1264:27 [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (*t)[0..n],&x[nd2..n],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1264:27 [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (*t)[0..n],&x[nd2..n],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (&mut (*t))[0..n],&x[nd2..n],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1264:65 [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (*t)[0..n],&x[nd2..n],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1264:65 [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (*t)[0..n],&x[nd2..n],&y[0..nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1264 | karmul_lower(&mut (*t)[0..n],&x[nd2..n],&y[0..nd2],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1265:30 [INFO] [stdout] | [INFO] [stdout] 1265 | rinc(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1265:30 [INFO] [stdout] | [INFO] [stdout] 1265 | rinc(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1265 | rinc(&mut z[nd2..n],&(&(*t))[0..nd2]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1266:27 [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (*t)[0..n],&x[0..nd2],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1266:27 [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (*t)[0..n],&x[0..nd2],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (&mut (*t))[0..n],&x[0..nd2],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1266:65 [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (*t)[0..n],&x[0..nd2],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1266:65 [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (*t)[0..n],&x[0..nd2],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1266 | karmul_lower(&mut (*t)[0..n],&x[0..nd2],&y[nd2..n],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1267:30 [INFO] [stdout] | [INFO] [stdout] 1267 | rinc(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1267:30 [INFO] [stdout] | [INFO] [stdout] 1267 | rinc(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1267 | rinc(&mut z[nd2..n],&(&(*t))[0..nd2]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1283:21 [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (*t)[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1283:21 [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (*t)[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (&mut (*t))[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1283:65 [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (*t)[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1283:65 [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (*t)[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1283 | karmul(&mut (*t)[0..n],&z[n+nd2..2*n],&z[n..n+nd2],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1284:58 [INFO] [stdout] | [INFO] [stdout] 1284 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1284:58 [INFO] [stdout] | [INFO] [stdout] 1284 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (*t)[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1284 | karmul(&mut z[n..2*n],&x[nd2..n],&y[nd2..n],&mut (&mut (*t))[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1285:19 [INFO] [stdout] | [INFO] [stdout] 1285 | rdec(&mut (*t)[0..n],&z[n..2*n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1285:19 [INFO] [stdout] | [INFO] [stdout] 1285 | rdec(&mut (*t)[0..n],&z[n..2*n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1285 | rdec(&mut (&mut (*t))[0..n],&z[n..2*n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1287:30 [INFO] [stdout] | [INFO] [stdout] 1287 | rdec(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^-^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1287:30 [INFO] [stdout] | [INFO] [stdout] 1287 | rdec(&mut z[nd2..n],&(*t)[0..nd2]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1287 | rdec(&mut z[nd2..n],&(&(*t))[0..nd2]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1289:19 [INFO] [stdout] | [INFO] [stdout] 1289 | rdec(&mut (*t)[0..n],&z[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&mut [rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1289:19 [INFO] [stdout] | [INFO] [stdout] 1289 | rdec(&mut (*t)[0..n],&z[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1289 | rdec(&mut (&mut (*t))[0..n],&z[0..n]); [INFO] [stdout] | +++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: implicit autoref creates a reference to the dereference of a raw pointer [INFO] [stdout] --> src/rsa4096/ff.rs:1290:34 [INFO] [stdout] | [INFO] [stdout] 1290 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^-^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | this raw pointer has type `*mut [rsa4096::big::BIG]` [INFO] [stdout] | [INFO] [stdout] = note: creating a reference requires the pointer target to be valid and imposes aliasing requirements [INFO] [stdout] note: autoref is being applied to this expression, resulting in: `&[rsa4096::big::BIG]` [INFO] [stdout] --> src/rsa4096/ff.rs:1290:34 [INFO] [stdout] | [INFO] [stdout] 1290 | rinc(&mut z[nd2..n+nd2],&(*t)[0..n]); [INFO] [stdout] | ^^^^ [INFO] [stdout] help: try using a raw pointer method instead; or if this reference is intentional, make it explicit [INFO] [stdout] | [INFO] [stdout] 1290 | rinc(&mut z[nd2..n+nd2],&(&(*t))[0..n]); [INFO] [stdout] | ++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 3.62s [INFO] running `Command { std: "docker" "inspect" "dca82a0273a843ab79481ddf54d3ae17a00c001222e911a56edcf0c32636f8b4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dca82a0273a843ab79481ddf54d3ae17a00c001222e911a56edcf0c32636f8b4", kill_on_drop: false }` [INFO] [stdout] dca82a0273a843ab79481ddf54d3ae17a00c001222e911a56edcf0c32636f8b4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 71fd0f58963eded34a2a45cebeadea612a7d86d050f6fbc5cc48baab13a494ed [INFO] running `Command { std: "docker" "start" "-a" "71fd0f58963eded34a2a45cebeadea612a7d86d050f6fbc5cc48baab13a494ed", kill_on_drop: false }` [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/ed25519/big.rs:50:7 [INFO] [stderr] | [INFO] [stderr] 50 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/ed25519/big.rs:57:7 [INFO] [stderr] | [INFO] [stderr] 57 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/ed25519/big.rs:282:7 [INFO] [stderr] | [INFO] [stderr] 282 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/ed25519/big.rs:306:7 [INFO] [stderr] | [INFO] [stderr] 306 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/ed25519/dbig.rs:29:7 [INFO] [stderr] | [INFO] [stderr] 29 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/ed25519/dbig.rs:36:7 [INFO] [stderr] | [INFO] [stderr] 36 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/ed25519/dbig.rs:287:7 [INFO] [stderr] | [INFO] [stderr] 287 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/ed25519/ecp.rs:34:7 [INFO] [stderr] | [INFO] [stderr] 34 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/ed25519/ecp.rs:41:7 [INFO] [stderr] | [INFO] [stderr] 41 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/ed25519/ecp.rs:508:7 [INFO] [stderr] | [INFO] [stderr] 508 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/ed25519/fp.rs:35:7 [INFO] [stderr] | [INFO] [stderr] 35 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/ed25519/fp.rs:42:7 [INFO] [stderr] | [INFO] [stderr] 42 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/ed25519/fp.rs:212:7 [INFO] [stderr] | [INFO] [stderr] 212 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/c25519/big.rs:50:7 [INFO] [stderr] | [INFO] [stderr] 50 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/c25519/big.rs:57:7 [INFO] [stderr] | [INFO] [stderr] 57 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/c25519/big.rs:282:7 [INFO] [stderr] | [INFO] [stderr] 282 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/c25519/big.rs:306:7 [INFO] [stderr] | [INFO] [stderr] 306 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/c25519/dbig.rs:29:7 [INFO] [stderr] | [INFO] [stderr] 29 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/c25519/dbig.rs:36:7 [INFO] [stderr] | [INFO] [stderr] 36 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/c25519/dbig.rs:287:7 [INFO] [stderr] | [INFO] [stderr] 287 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/c25519/ecp.rs:34:7 [INFO] [stderr] | [INFO] [stderr] 34 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/c25519/ecp.rs:41:7 [INFO] [stderr] | [INFO] [stderr] 41 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/c25519/ecp.rs:508:7 [INFO] [stderr] | [INFO] [stderr] 508 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/c25519/fp.rs:35:7 [INFO] [stderr] | [INFO] [stderr] 35 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/c25519/fp.rs:42:7 [INFO] [stderr] | [INFO] [stderr] 42 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/c25519/fp.rs:212:7 [INFO] [stderr] | [INFO] [stderr] 212 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/nist256/big.rs:50:7 [INFO] [stderr] | [INFO] [stderr] 50 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/nist256/big.rs:57:7 [INFO] [stderr] | [INFO] [stderr] 57 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/nist256/big.rs:282:7 [INFO] [stderr] | [INFO] [stderr] 282 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/nist256/big.rs:306:7 [INFO] [stderr] | [INFO] [stderr] 306 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/nist256/dbig.rs:29:7 [INFO] [stderr] | [INFO] [stderr] 29 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/nist256/dbig.rs:36:7 [INFO] [stderr] | [INFO] [stderr] 36 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/nist256/dbig.rs:287:7 [INFO] [stderr] | [INFO] [stderr] 287 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/nist256/ecp.rs:34:7 [INFO] [stderr] | [INFO] [stderr] 34 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/nist256/ecp.rs:41:7 [INFO] [stderr] | [INFO] [stderr] 41 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/nist256/ecp.rs:508:7 [INFO] [stderr] | [INFO] [stderr] 508 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/nist256/fp.rs:35:7 [INFO] [stderr] | [INFO] [stderr] 35 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/nist256/fp.rs:42:7 [INFO] [stderr] | [INFO] [stderr] 42 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/nist256/fp.rs:212:7 [INFO] [stderr] | [INFO] [stderr] 212 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/goldilocks/big.rs:50:7 [INFO] [stderr] | [INFO] [stderr] 50 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/goldilocks/big.rs:57:7 [INFO] [stderr] | [INFO] [stderr] 57 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/goldilocks/big.rs:282:7 [INFO] [stderr] | [INFO] [stderr] 282 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/goldilocks/big.rs:306:7 [INFO] [stderr] | [INFO] [stderr] 306 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/goldilocks/dbig.rs:29:7 [INFO] [stderr] | [INFO] [stderr] 29 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/goldilocks/dbig.rs:36:7 [INFO] [stderr] | [INFO] [stderr] 36 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/goldilocks/dbig.rs:287:7 [INFO] [stderr] | [INFO] [stderr] 287 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/goldilocks/ecp.rs:34:7 [INFO] [stderr] | [INFO] [stderr] 34 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/goldilocks/ecp.rs:41:7 [INFO] [stderr] | [INFO] [stderr] 41 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/goldilocks/ecp.rs:508:7 [INFO] [stderr] | [INFO] [stderr] 508 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/goldilocks/fp.rs:35:7 [INFO] [stderr] | [INFO] [stderr] 35 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/goldilocks/fp.rs:42:7 [INFO] [stderr] | [INFO] [stderr] 42 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/goldilocks/fp.rs:212:7 [INFO] [stderr] | [INFO] [stderr] 212 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/nist384/big.rs:50:7 [INFO] [stderr] | [INFO] [stderr] 50 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/nist384/big.rs:57:7 [INFO] [stderr] | [INFO] [stderr] 57 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/nist384/big.rs:282:7 [INFO] [stderr] | [INFO] [stderr] 282 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/nist384/big.rs:306:7 [INFO] [stderr] | [INFO] [stderr] 306 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/nist384/dbig.rs:29:7 [INFO] [stderr] | [INFO] [stderr] 29 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/nist384/dbig.rs:36:7 [INFO] [stderr] | [INFO] [stderr] 36 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/nist384/dbig.rs:287:7 [INFO] [stderr] | [INFO] [stderr] 287 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/nist384/ecp.rs:34:7 [INFO] [stderr] | [INFO] [stderr] 34 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/nist384/ecp.rs:41:7 [INFO] [stderr] | [INFO] [stderr] 41 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/nist384/ecp.rs:508:7 [INFO] [stderr] | [INFO] [stderr] 508 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/nist384/fp.rs:35:7 [INFO] [stderr] | [INFO] [stderr] 35 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/nist384/fp.rs:42:7 [INFO] [stderr] | [INFO] [stderr] 42 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/nist384/fp.rs:212:7 [INFO] [stderr] | [INFO] [stderr] 212 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/nist521/big.rs:50:7 [INFO] [stderr] | [INFO] [stderr] 50 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/nist521/big.rs:57:7 [INFO] [stderr] | [INFO] [stderr] 57 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/nist521/big.rs:282:7 [INFO] [stderr] | [INFO] [stderr] 282 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/nist521/big.rs:306:7 [INFO] [stderr] | [INFO] [stderr] 306 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/nist521/dbig.rs:29:7 [INFO] [stderr] | [INFO] [stderr] 29 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stderr] = note: see for more information about checking conditional configuration [INFO] [stderr] [INFO] [stderr] warning: unexpected `cfg` condition value: `std` [INFO] [stderr] --> src/nist521/dbig.rs:36:7 [INFO] [stderr] | [INFO] [stderr] 36 | #[cfg(feature = "std")] [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: remove the condition [INFO] [stderr] | [INFO] [stderr] = note: no expected values for `feature` [INFO] [stderr] = help: consider adding `std` as a feature in `Cargo.toml` [WARN] too many lines in the log, truncating it