[INFO] fetching crate shades 0.3.6... [INFO] testing shades-0.3.6 against beta-2022-02-22 for beta-1.60-1 [INFO] extracting crate shades 0.3.6 into /workspace/builds/worker-85/source [INFO] validating manifest of crates.io crate shades 0.3.6 on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate shades 0.3.6 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate shades 0.3.6 [INFO] tweaked toml for crates.io crate shades 0.3.6 written to /workspace/builds/worker-85/source/Cargo.toml [INFO] crate crates.io crate shades 0.3.6 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-85/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-85/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e7c14666b560f35c501ef8b4e530b74ec32cf394b4c8e891f30711c9c60cdbc3 [INFO] running `Command { std: "docker" "start" "-a" "e7c14666b560f35c501ef8b4e530b74ec32cf394b4c8e891f30711c9c60cdbc3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e7c14666b560f35c501ef8b4e530b74ec32cf394b4c8e891f30711c9c60cdbc3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e7c14666b560f35c501ef8b4e530b74ec32cf394b4c8e891f30711c9c60cdbc3", kill_on_drop: false }` [INFO] [stdout] e7c14666b560f35c501ef8b4e530b74ec32cf394b4c8e891f30711c9c60cdbc3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-85/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-85/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1292103bf8aae54450c93c2ec94c8c6ee376f6b7f473e5f70d92163e4bf00c44 [INFO] running `Command { std: "docker" "start" "-a" "1292103bf8aae54450c93c2ec94c8c6ee376f6b7f473e5f70d92163e4bf00c44", kill_on_drop: false }` [INFO] [stderr] Compiling shades v0.3.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: variant is never constructed: `RoundEven` [INFO] [stdout] --> src/lib.rs:2395:3 [INFO] [stdout] | [INFO] [stdout] 2395 | RoundEven, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FloatBitsToInt` [INFO] [stdout] --> src/lib.rs:2406:3 [INFO] [stdout] | [INFO] [stdout] 2406 | FloatBitsToInt, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `IntBitsToFloat` [INFO] [stdout] --> src/lib.rs:2407:3 [INFO] [stdout] | [INFO] [stdout] 2407 | IntBitsToFloat, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `UIntBitsToFloat` [INFO] [stdout] --> src/lib.rs:2408:3 [INFO] [stdout] | [INFO] [stdout] 2408 | UIntBitsToFloat, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FMA` [INFO] [stdout] --> src/lib.rs:2409:3 [INFO] [stdout] | [INFO] [stdout] 2409 | FMA, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Frexp` [INFO] [stdout] --> src/lib.rs:2410:3 [INFO] [stdout] | [INFO] [stdout] 2410 | Frexp, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Ldexp` [INFO] [stdout] --> src/lib.rs:2411:3 [INFO] [stdout] | [INFO] [stdout] 2411 | Ldexp, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `PackUnorm2x16` [INFO] [stdout] --> src/lib.rs:2413:3 [INFO] [stdout] | [INFO] [stdout] 2413 | PackUnorm2x16, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `PackSnorm2x16` [INFO] [stdout] --> src/lib.rs:2414:3 [INFO] [stdout] | [INFO] [stdout] 2414 | PackSnorm2x16, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `PackUnorm4x8` [INFO] [stdout] --> src/lib.rs:2415:3 [INFO] [stdout] | [INFO] [stdout] 2415 | PackUnorm4x8, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `PackSnorm4x8` [INFO] [stdout] --> src/lib.rs:2416:3 [INFO] [stdout] | [INFO] [stdout] 2416 | PackSnorm4x8, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `UnpackUnorm2x16` [INFO] [stdout] --> src/lib.rs:2417:3 [INFO] [stdout] | [INFO] [stdout] 2417 | UnpackUnorm2x16, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `UnpackSnorm2x16` [INFO] [stdout] --> src/lib.rs:2418:3 [INFO] [stdout] | [INFO] [stdout] 2418 | UnpackSnorm2x16, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `UnpackUnorm4x8` [INFO] [stdout] --> src/lib.rs:2419:3 [INFO] [stdout] | [INFO] [stdout] 2419 | UnpackUnorm4x8, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `UnpackSnorm4x8` [INFO] [stdout] --> src/lib.rs:2420:3 [INFO] [stdout] | [INFO] [stdout] 2420 | UnpackSnorm4x8, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `PackHalf2x16` [INFO] [stdout] --> src/lib.rs:2421:3 [INFO] [stdout] | [INFO] [stdout] 2421 | PackHalf2x16, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `UnpackHalf2x16` [INFO] [stdout] --> src/lib.rs:2422:3 [INFO] [stdout] | [INFO] [stdout] 2422 | UnpackHalf2x16, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `VLt` [INFO] [stdout] --> src/lib.rs:2435:3 [INFO] [stdout] | [INFO] [stdout] 2435 | VLt, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `VLte` [INFO] [stdout] --> src/lib.rs:2436:3 [INFO] [stdout] | [INFO] [stdout] 2436 | VLte, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `VGt` [INFO] [stdout] --> src/lib.rs:2437:3 [INFO] [stdout] | [INFO] [stdout] 2437 | VGt, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `VGte` [INFO] [stdout] --> src/lib.rs:2438:3 [INFO] [stdout] | [INFO] [stdout] 2438 | VGte, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `VEq` [INFO] [stdout] --> src/lib.rs:2439:3 [INFO] [stdout] | [INFO] [stdout] 2439 | VEq, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `VNeq` [INFO] [stdout] --> src/lib.rs:2440:3 [INFO] [stdout] | [INFO] [stdout] 2440 | VNeq, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `VAny` [INFO] [stdout] --> src/lib.rs:2441:3 [INFO] [stdout] | [INFO] [stdout] 2441 | VAny, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `VAll` [INFO] [stdout] --> src/lib.rs:2442:3 [INFO] [stdout] | [INFO] [stdout] 2442 | VAll, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `VNot` [INFO] [stdout] --> src/lib.rs:2443:3 [INFO] [stdout] | [INFO] [stdout] 2443 | VNot, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `UAddCarry` [INFO] [stdout] --> src/lib.rs:2445:3 [INFO] [stdout] | [INFO] [stdout] 2445 | UAddCarry, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `USubBorrow` [INFO] [stdout] --> src/lib.rs:2446:3 [INFO] [stdout] | [INFO] [stdout] 2446 | USubBorrow, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `UMulExtended` [INFO] [stdout] --> src/lib.rs:2447:3 [INFO] [stdout] | [INFO] [stdout] 2447 | UMulExtended, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `IMulExtended` [INFO] [stdout] --> src/lib.rs:2448:3 [INFO] [stdout] | [INFO] [stdout] 2448 | IMulExtended, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `BitfieldExtract` [INFO] [stdout] --> src/lib.rs:2449:3 [INFO] [stdout] | [INFO] [stdout] 2449 | BitfieldExtract, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `BitfieldInsert` [INFO] [stdout] --> src/lib.rs:2450:3 [INFO] [stdout] | [INFO] [stdout] 2450 | BitfieldInsert, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `BitfieldReverse` [INFO] [stdout] --> src/lib.rs:2451:3 [INFO] [stdout] | [INFO] [stdout] 2451 | BitfieldReverse, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `BitCount` [INFO] [stdout] --> src/lib.rs:2452:3 [INFO] [stdout] | [INFO] [stdout] 2452 | BitCount, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FindLSB` [INFO] [stdout] --> src/lib.rs:2453:3 [INFO] [stdout] | [INFO] [stdout] 2453 | FindLSB, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FindMSB` [INFO] [stdout] --> src/lib.rs:2454:3 [INFO] [stdout] | [INFO] [stdout] 2454 | FindMSB, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `EmitStreamVertex` [INFO] [stdout] --> src/lib.rs:2458:3 [INFO] [stdout] | [INFO] [stdout] 2458 | EmitStreamVertex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `EndStreamPrimitive` [INFO] [stdout] --> src/lib.rs:2459:3 [INFO] [stdout] | [INFO] [stdout] 2459 | EndStreamPrimitive, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `EmitVertex` [INFO] [stdout] --> src/lib.rs:2460:3 [INFO] [stdout] | [INFO] [stdout] 2460 | EmitVertex, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `EndPrimitive` [INFO] [stdout] --> src/lib.rs:2461:3 [INFO] [stdout] | [INFO] [stdout] 2461 | EndPrimitive, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `DFDX` [INFO] [stdout] --> src/lib.rs:2463:3 [INFO] [stdout] | [INFO] [stdout] 2463 | DFDX, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `DFDY` [INFO] [stdout] --> src/lib.rs:2464:3 [INFO] [stdout] | [INFO] [stdout] 2464 | DFDY, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `DFDXFine` [INFO] [stdout] --> src/lib.rs:2465:3 [INFO] [stdout] | [INFO] [stdout] 2465 | DFDXFine, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `DFDYFine` [INFO] [stdout] --> src/lib.rs:2466:3 [INFO] [stdout] | [INFO] [stdout] 2466 | DFDYFine, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `DFDXCoarse` [INFO] [stdout] --> src/lib.rs:2467:3 [INFO] [stdout] | [INFO] [stdout] 2467 | DFDXCoarse, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `DFDYCoarse` [INFO] [stdout] --> src/lib.rs:2468:3 [INFO] [stdout] | [INFO] [stdout] 2468 | DFDYCoarse, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FWidth` [INFO] [stdout] --> src/lib.rs:2469:3 [INFO] [stdout] | [INFO] [stdout] 2469 | FWidth, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FWidthFine` [INFO] [stdout] --> src/lib.rs:2470:3 [INFO] [stdout] | [INFO] [stdout] 2470 | FWidthFine, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FWidthCoarse` [INFO] [stdout] --> src/lib.rs:2471:3 [INFO] [stdout] | [INFO] [stdout] 2471 | FWidthCoarse, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `InterpolateAtCentroid` [INFO] [stdout] --> src/lib.rs:2472:3 [INFO] [stdout] | [INFO] [stdout] 2472 | InterpolateAtCentroid, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `InterpolateAtSample` [INFO] [stdout] --> src/lib.rs:2473:3 [INFO] [stdout] | [INFO] [stdout] 2473 | InterpolateAtSample, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `InterpolateAtOffset` [INFO] [stdout] --> src/lib.rs:2474:3 [INFO] [stdout] | [INFO] [stdout] 2474 | InterpolateAtOffset, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Barrier` [INFO] [stdout] --> src/lib.rs:2476:3 [INFO] [stdout] | [INFO] [stdout] 2476 | Barrier, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `MemoryBarrier` [INFO] [stdout] --> src/lib.rs:2477:3 [INFO] [stdout] | [INFO] [stdout] 2477 | MemoryBarrier, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `MemoryBarrierAtomic` [INFO] [stdout] --> src/lib.rs:2478:3 [INFO] [stdout] | [INFO] [stdout] 2478 | MemoryBarrierAtomic, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `MemoryBarrierBuffer` [INFO] [stdout] --> src/lib.rs:2479:3 [INFO] [stdout] | [INFO] [stdout] 2479 | MemoryBarrierBuffer, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `MemoryBarrierShared` [INFO] [stdout] --> src/lib.rs:2480:3 [INFO] [stdout] | [INFO] [stdout] 2480 | MemoryBarrierShared, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `MemoryBarrierImage` [INFO] [stdout] --> src/lib.rs:2481:3 [INFO] [stdout] | [INFO] [stdout] 2481 | MemoryBarrierImage, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `GroupMemoryBarrier` [INFO] [stdout] --> src/lib.rs:2482:3 [INFO] [stdout] | [INFO] [stdout] 2482 | GroupMemoryBarrier, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `AnyInvocation` [INFO] [stdout] --> src/lib.rs:2484:3 [INFO] [stdout] | [INFO] [stdout] 2484 | AnyInvocation, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `AllInvocations` [INFO] [stdout] --> src/lib.rs:2485:3 [INFO] [stdout] | [INFO] [stdout] 2485 | AllInvocations, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `AllInvocationsEqual` [INFO] [stdout] --> src/lib.rs:2486:3 [INFO] [stdout] | [INFO] [stdout] 2486 | AllInvocationsEqual, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `MaxPatchVerticesIn` [INFO] [stdout] --> src/lib.rs:3999:3 [INFO] [stdout] | [INFO] [stdout] 3999 | MaxPatchVerticesIn, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TessEvalBuiltIn` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:3996:10 [INFO] [stdout] | [INFO] [stdout] 3996 | #[derive(Clone, Copy, Debug, Eq, Hash, Ord, PartialEq, PartialOrd)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Out` [INFO] [stdout] --> src/lib.rs:4005:3 [INFO] [stdout] | [INFO] [stdout] 4005 | Out, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: `TessEvalBuiltIn` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:3996:10 [INFO] [stdout] | [INFO] [stdout] 3996 | #[derive(Clone, Copy, Debug, Eq, Hash, Ord, PartialEq, PartialOrd)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Out` [INFO] [stdout] --> src/lib.rs:4015:3 [INFO] [stdout] | [INFO] [stdout] 4015 | Out, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: `GeometryBuiltIn` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:4012:10 [INFO] [stdout] | [INFO] [stdout] 4012 | #[derive(Clone, Copy, Debug, Eq, Hash, Ord, PartialEq, PartialOrd)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 65 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.43s [INFO] running `Command { std: "docker" "inspect" "1292103bf8aae54450c93c2ec94c8c6ee376f6b7f473e5f70d92163e4bf00c44", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1292103bf8aae54450c93c2ec94c8c6ee376f6b7f473e5f70d92163e4bf00c44", kill_on_drop: false }` [INFO] [stdout] 1292103bf8aae54450c93c2ec94c8c6ee376f6b7f473e5f70d92163e4bf00c44 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-85/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-85/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 441ac30bcbfe0f3a639d70cacceeb967df8c5742f8dd5efa22611b4296de3829 [INFO] running `Command { std: "docker" "start" "-a" "441ac30bcbfe0f3a639d70cacceeb967df8c5742f8dd5efa22611b4296de3829", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] warning: variant is never constructed: `RoundEven` [INFO] [stdout] --> src/lib.rs:2395:3 [INFO] [stdout] | [INFO] [stdout] 2395 | RoundEven, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FloatBitsToInt` [INFO] [stdout] --> src/lib.rs:2406:3 [INFO] [stdout] | [INFO] [stdout] 2406 | FloatBitsToInt, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `IntBitsToFloat` [INFO] [stdout] --> src/lib.rs:2407:3 [INFO] [stdout] | [INFO] [stdout] 2407 | IntBitsToFloat, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `UIntBitsToFloat` [INFO] [stdout] --> src/lib.rs:2408:3 [INFO] [stdout] | [INFO] [stdout] 2408 | UIntBitsToFloat, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FMA` [INFO] [stdout] --> src/lib.rs:2409:3 [INFO] [stdout] | [INFO] [stdout] 2409 | FMA, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Frexp` [INFO] [stdout] --> src/lib.rs:2410:3 [INFO] [stdout] | [INFO] [stdout] 2410 | Frexp, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Ldexp` [INFO] [stdout] --> src/lib.rs:2411:3 [INFO] [stdout] | [INFO] [stdout] 2411 | Ldexp, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `PackUnorm2x16` [INFO] [stdout] --> src/lib.rs:2413:3 [INFO] [stdout] | [INFO] [stdout] 2413 | PackUnorm2x16, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `PackSnorm2x16` [INFO] [stdout] --> src/lib.rs:2414:3 [INFO] [stdout] | [INFO] [stdout] 2414 | PackSnorm2x16, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `PackUnorm4x8` [INFO] [stdout] --> src/lib.rs:2415:3 [INFO] [stdout] | [INFO] [stdout] 2415 | PackUnorm4x8, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `PackSnorm4x8` [INFO] [stdout] --> src/lib.rs:2416:3 [INFO] [stdout] | [INFO] [stdout] 2416 | PackSnorm4x8, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `UnpackUnorm2x16` [INFO] [stdout] --> src/lib.rs:2417:3 [INFO] [stdout] | [INFO] [stdout] 2417 | UnpackUnorm2x16, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `UnpackSnorm2x16` [INFO] [stdout] --> src/lib.rs:2418:3 [INFO] [stdout] | [INFO] [stdout] 2418 | UnpackSnorm2x16, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `UnpackUnorm4x8` [INFO] [stdout] --> src/lib.rs:2419:3 [INFO] [stdout] | [INFO] [stdout] 2419 | UnpackUnorm4x8, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `UnpackSnorm4x8` [INFO] [stdout] --> src/lib.rs:2420:3 [INFO] [stdout] | [INFO] [stdout] 2420 | UnpackSnorm4x8, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `PackHalf2x16` [INFO] [stdout] --> src/lib.rs:2421:3 [INFO] [stdout] | [INFO] [stdout] 2421 | PackHalf2x16, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `UnpackHalf2x16` [INFO] [stdout] --> src/lib.rs:2422:3 [INFO] [stdout] | [INFO] [stdout] 2422 | UnpackHalf2x16, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `VLt` [INFO] [stdout] --> src/lib.rs:2435:3 [INFO] [stdout] | [INFO] [stdout] 2435 | VLt, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `VLte` [INFO] [stdout] --> src/lib.rs:2436:3 [INFO] [stdout] | [INFO] [stdout] 2436 | VLte, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `VGt` [INFO] [stdout] --> src/lib.rs:2437:3 [INFO] [stdout] | [INFO] [stdout] 2437 | VGt, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `VGte` [INFO] [stdout] --> src/lib.rs:2438:3 [INFO] [stdout] | [INFO] [stdout] 2438 | VGte, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `VEq` [INFO] [stdout] --> src/lib.rs:2439:3 [INFO] [stdout] | [INFO] [stdout] 2439 | VEq, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `VNeq` [INFO] [stdout] --> src/lib.rs:2440:3 [INFO] [stdout] | [INFO] [stdout] 2440 | VNeq, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `VAny` [INFO] [stdout] --> src/lib.rs:2441:3 [INFO] [stdout] | [INFO] [stdout] 2441 | VAny, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `VAll` [INFO] [stdout] --> src/lib.rs:2442:3 [INFO] [stdout] | [INFO] [stdout] 2442 | VAll, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `VNot` [INFO] [stdout] --> src/lib.rs:2443:3 [INFO] [stdout] | [INFO] [stdout] 2443 | VNot, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `UAddCarry` [INFO] [stdout] --> src/lib.rs:2445:3 [INFO] [stdout] | [INFO] [stdout] 2445 | UAddCarry, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `USubBorrow` [INFO] [stdout] --> src/lib.rs:2446:3 [INFO] [stdout] | [INFO] [stdout] 2446 | USubBorrow, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `UMulExtended` [INFO] [stdout] --> src/lib.rs:2447:3 [INFO] [stdout] | [INFO] [stdout] 2447 | UMulExtended, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `IMulExtended` [INFO] [stdout] --> src/lib.rs:2448:3 [INFO] [stdout] | [INFO] [stdout] 2448 | IMulExtended, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `BitfieldExtract` [INFO] [stdout] --> src/lib.rs:2449:3 [INFO] [stdout] | [INFO] [stdout] 2449 | BitfieldExtract, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `BitfieldInsert` [INFO] [stdout] --> src/lib.rs:2450:3 [INFO] [stdout] | [INFO] [stdout] 2450 | BitfieldInsert, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `BitfieldReverse` [INFO] [stdout] --> src/lib.rs:2451:3 [INFO] [stdout] | [INFO] [stdout] 2451 | BitfieldReverse, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `BitCount` [INFO] [stdout] --> src/lib.rs:2452:3 [INFO] [stdout] | [INFO] [stdout] 2452 | BitCount, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FindLSB` [INFO] [stdout] --> src/lib.rs:2453:3 [INFO] [stdout] | [INFO] [stdout] 2453 | FindLSB, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FindMSB` [INFO] [stdout] --> src/lib.rs:2454:3 [INFO] [stdout] | [INFO] [stdout] 2454 | FindMSB, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `EmitStreamVertex` [INFO] [stdout] --> src/lib.rs:2458:3 [INFO] [stdout] | [INFO] [stdout] 2458 | EmitStreamVertex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `EndStreamPrimitive` [INFO] [stdout] --> src/lib.rs:2459:3 [INFO] [stdout] | [INFO] [stdout] 2459 | EndStreamPrimitive, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `EmitVertex` [INFO] [stdout] --> src/lib.rs:2460:3 [INFO] [stdout] | [INFO] [stdout] 2460 | EmitVertex, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `EndPrimitive` [INFO] [stdout] --> src/lib.rs:2461:3 [INFO] [stdout] | [INFO] [stdout] 2461 | EndPrimitive, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `DFDX` [INFO] [stdout] --> src/lib.rs:2463:3 [INFO] [stdout] | [INFO] [stdout] 2463 | DFDX, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `DFDY` [INFO] [stdout] --> src/lib.rs:2464:3 [INFO] [stdout] | [INFO] [stdout] 2464 | DFDY, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `DFDXFine` [INFO] [stdout] --> src/lib.rs:2465:3 [INFO] [stdout] | [INFO] [stdout] 2465 | DFDXFine, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `DFDYFine` [INFO] [stdout] --> src/lib.rs:2466:3 [INFO] [stdout] | [INFO] [stdout] 2466 | DFDYFine, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `DFDXCoarse` [INFO] [stdout] --> src/lib.rs:2467:3 [INFO] [stdout] | [INFO] [stdout] 2467 | DFDXCoarse, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `DFDYCoarse` [INFO] [stdout] --> src/lib.rs:2468:3 [INFO] [stdout] | [INFO] [stdout] 2468 | DFDYCoarse, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FWidth` [INFO] [stdout] --> src/lib.rs:2469:3 [INFO] [stdout] | [INFO] [stdout] 2469 | FWidth, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FWidthFine` [INFO] [stdout] --> src/lib.rs:2470:3 [INFO] [stdout] | [INFO] [stdout] 2470 | FWidthFine, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FWidthCoarse` [INFO] [stdout] --> src/lib.rs:2471:3 [INFO] [stdout] | [INFO] [stdout] 2471 | FWidthCoarse, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `InterpolateAtCentroid` [INFO] [stdout] --> src/lib.rs:2472:3 [INFO] [stdout] | [INFO] [stdout] 2472 | InterpolateAtCentroid, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `InterpolateAtSample` [INFO] [stdout] --> src/lib.rs:2473:3 [INFO] [stdout] | [INFO] [stdout] 2473 | InterpolateAtSample, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `InterpolateAtOffset` [INFO] [stdout] --> src/lib.rs:2474:3 [INFO] [stdout] | [INFO] [stdout] 2474 | InterpolateAtOffset, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Barrier` [INFO] [stdout] --> src/lib.rs:2476:3 [INFO] [stdout] | [INFO] [stdout] 2476 | Barrier, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `MemoryBarrier` [INFO] [stdout] --> src/lib.rs:2477:3 [INFO] [stdout] | [INFO] [stdout] 2477 | MemoryBarrier, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `MemoryBarrierAtomic` [INFO] [stdout] --> src/lib.rs:2478:3 [INFO] [stdout] | [INFO] [stdout] 2478 | MemoryBarrierAtomic, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `MemoryBarrierBuffer` [INFO] [stdout] --> src/lib.rs:2479:3 [INFO] [stdout] | [INFO] [stdout] 2479 | MemoryBarrierBuffer, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `MemoryBarrierShared` [INFO] [stdout] --> src/lib.rs:2480:3 [INFO] [stdout] | [INFO] [stdout] 2480 | MemoryBarrierShared, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `MemoryBarrierImage` [INFO] [stdout] --> src/lib.rs:2481:3 [INFO] [stdout] | [INFO] [stdout] 2481 | MemoryBarrierImage, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `GroupMemoryBarrier` [INFO] [stdout] --> src/lib.rs:2482:3 [INFO] [stdout] | [INFO] [stdout] 2482 | GroupMemoryBarrier, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `AnyInvocation` [INFO] [stdout] --> src/lib.rs:2484:3 [INFO] [stdout] | [INFO] [stdout] 2484 | AnyInvocation, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling shades v0.3.6 (/opt/rustwide/workdir) [INFO] [stdout] warning: variant is never constructed: `AllInvocations` [INFO] [stdout] --> src/lib.rs:2485:3 [INFO] [stdout] | [INFO] [stdout] 2485 | AllInvocations, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `AllInvocationsEqual` [INFO] [stdout] --> src/lib.rs:2486:3 [INFO] [stdout] | [INFO] [stdout] 2486 | AllInvocationsEqual, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `MaxPatchVerticesIn` [INFO] [stdout] --> src/lib.rs:3999:3 [INFO] [stdout] | [INFO] [stdout] 3999 | MaxPatchVerticesIn, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TessEvalBuiltIn` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:3996:10 [INFO] [stdout] | [INFO] [stdout] 3996 | #[derive(Clone, Copy, Debug, Eq, Hash, Ord, PartialEq, PartialOrd)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Out` [INFO] [stdout] --> src/lib.rs:4005:3 [INFO] [stdout] | [INFO] [stdout] 4005 | Out, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: `TessEvalBuiltIn` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:3996:10 [INFO] [stdout] | [INFO] [stdout] 3996 | #[derive(Clone, Copy, Debug, Eq, Hash, Ord, PartialEq, PartialOrd)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Out` [INFO] [stdout] --> src/lib.rs:4015:3 [INFO] [stdout] | [INFO] [stdout] 4015 | Out, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: `GeometryBuiltIn` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:4012:10 [INFO] [stdout] | [INFO] [stdout] 4012 | #[derive(Clone, Copy, Debug, Eq, Hash, Ord, PartialEq, PartialOrd)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 65 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `RoundEven` [INFO] [stdout] --> src/lib.rs:2395:3 [INFO] [stdout] | [INFO] [stdout] 2395 | RoundEven, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FloatBitsToInt` [INFO] [stdout] --> src/lib.rs:2406:3 [INFO] [stdout] | [INFO] [stdout] 2406 | FloatBitsToInt, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `IntBitsToFloat` [INFO] [stdout] --> src/lib.rs:2407:3 [INFO] [stdout] | [INFO] [stdout] 2407 | IntBitsToFloat, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `UIntBitsToFloat` [INFO] [stdout] --> src/lib.rs:2408:3 [INFO] [stdout] | [INFO] [stdout] 2408 | UIntBitsToFloat, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FMA` [INFO] [stdout] --> src/lib.rs:2409:3 [INFO] [stdout] | [INFO] [stdout] 2409 | FMA, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Frexp` [INFO] [stdout] --> src/lib.rs:2410:3 [INFO] [stdout] | [INFO] [stdout] 2410 | Frexp, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Ldexp` [INFO] [stdout] --> src/lib.rs:2411:3 [INFO] [stdout] | [INFO] [stdout] 2411 | Ldexp, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `PackUnorm2x16` [INFO] [stdout] --> src/lib.rs:2413:3 [INFO] [stdout] | [INFO] [stdout] 2413 | PackUnorm2x16, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `PackSnorm2x16` [INFO] [stdout] --> src/lib.rs:2414:3 [INFO] [stdout] | [INFO] [stdout] 2414 | PackSnorm2x16, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `PackUnorm4x8` [INFO] [stdout] --> src/lib.rs:2415:3 [INFO] [stdout] | [INFO] [stdout] 2415 | PackUnorm4x8, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `PackSnorm4x8` [INFO] [stdout] --> src/lib.rs:2416:3 [INFO] [stdout] | [INFO] [stdout] 2416 | PackSnorm4x8, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `UnpackUnorm2x16` [INFO] [stdout] --> src/lib.rs:2417:3 [INFO] [stdout] | [INFO] [stdout] 2417 | UnpackUnorm2x16, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `UnpackSnorm2x16` [INFO] [stdout] --> src/lib.rs:2418:3 [INFO] [stdout] | [INFO] [stdout] 2418 | UnpackSnorm2x16, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `UnpackUnorm4x8` [INFO] [stdout] --> src/lib.rs:2419:3 [INFO] [stdout] | [INFO] [stdout] 2419 | UnpackUnorm4x8, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `UnpackSnorm4x8` [INFO] [stdout] --> src/lib.rs:2420:3 [INFO] [stdout] | [INFO] [stdout] 2420 | UnpackSnorm4x8, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `PackHalf2x16` [INFO] [stdout] --> src/lib.rs:2421:3 [INFO] [stdout] | [INFO] [stdout] 2421 | PackHalf2x16, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `UnpackHalf2x16` [INFO] [stdout] --> src/lib.rs:2422:3 [INFO] [stdout] | [INFO] [stdout] 2422 | UnpackHalf2x16, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `VLt` [INFO] [stdout] --> src/lib.rs:2435:3 [INFO] [stdout] | [INFO] [stdout] 2435 | VLt, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `VLte` [INFO] [stdout] --> src/lib.rs:2436:3 [INFO] [stdout] | [INFO] [stdout] 2436 | VLte, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `VGt` [INFO] [stdout] --> src/lib.rs:2437:3 [INFO] [stdout] | [INFO] [stdout] 2437 | VGt, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `VGte` [INFO] [stdout] --> src/lib.rs:2438:3 [INFO] [stdout] | [INFO] [stdout] 2438 | VGte, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `VEq` [INFO] [stdout] --> src/lib.rs:2439:3 [INFO] [stdout] | [INFO] [stdout] 2439 | VEq, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `VNeq` [INFO] [stdout] --> src/lib.rs:2440:3 [INFO] [stdout] | [INFO] [stdout] 2440 | VNeq, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `VAny` [INFO] [stdout] --> src/lib.rs:2441:3 [INFO] [stdout] | [INFO] [stdout] 2441 | VAny, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `VAll` [INFO] [stdout] --> src/lib.rs:2442:3 [INFO] [stdout] | [INFO] [stdout] 2442 | VAll, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `VNot` [INFO] [stdout] --> src/lib.rs:2443:3 [INFO] [stdout] | [INFO] [stdout] 2443 | VNot, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `UAddCarry` [INFO] [stdout] --> src/lib.rs:2445:3 [INFO] [stdout] | [INFO] [stdout] 2445 | UAddCarry, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `USubBorrow` [INFO] [stdout] --> src/lib.rs:2446:3 [INFO] [stdout] | [INFO] [stdout] 2446 | USubBorrow, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `UMulExtended` [INFO] [stdout] --> src/lib.rs:2447:3 [INFO] [stdout] | [INFO] [stdout] 2447 | UMulExtended, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `IMulExtended` [INFO] [stdout] --> src/lib.rs:2448:3 [INFO] [stdout] | [INFO] [stdout] 2448 | IMulExtended, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `BitfieldExtract` [INFO] [stdout] --> src/lib.rs:2449:3 [INFO] [stdout] | [INFO] [stdout] 2449 | BitfieldExtract, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `BitfieldInsert` [INFO] [stdout] --> src/lib.rs:2450:3 [INFO] [stdout] | [INFO] [stdout] 2450 | BitfieldInsert, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `BitfieldReverse` [INFO] [stdout] --> src/lib.rs:2451:3 [INFO] [stdout] | [INFO] [stdout] 2451 | BitfieldReverse, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `BitCount` [INFO] [stdout] --> src/lib.rs:2452:3 [INFO] [stdout] | [INFO] [stdout] 2452 | BitCount, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FindLSB` [INFO] [stdout] --> src/lib.rs:2453:3 [INFO] [stdout] | [INFO] [stdout] 2453 | FindLSB, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FindMSB` [INFO] [stdout] --> src/lib.rs:2454:3 [INFO] [stdout] | [INFO] [stdout] 2454 | FindMSB, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `EmitStreamVertex` [INFO] [stdout] --> src/lib.rs:2458:3 [INFO] [stdout] | [INFO] [stdout] 2458 | EmitStreamVertex, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `EndStreamPrimitive` [INFO] [stdout] --> src/lib.rs:2459:3 [INFO] [stdout] | [INFO] [stdout] 2459 | EndStreamPrimitive, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `EmitVertex` [INFO] [stdout] --> src/lib.rs:2460:3 [INFO] [stdout] | [INFO] [stdout] 2460 | EmitVertex, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `EndPrimitive` [INFO] [stdout] --> src/lib.rs:2461:3 [INFO] [stdout] | [INFO] [stdout] 2461 | EndPrimitive, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `DFDX` [INFO] [stdout] --> src/lib.rs:2463:3 [INFO] [stdout] | [INFO] [stdout] 2463 | DFDX, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `DFDY` [INFO] [stdout] --> src/lib.rs:2464:3 [INFO] [stdout] | [INFO] [stdout] 2464 | DFDY, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `DFDXFine` [INFO] [stdout] --> src/lib.rs:2465:3 [INFO] [stdout] | [INFO] [stdout] 2465 | DFDXFine, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `DFDYFine` [INFO] [stdout] --> src/lib.rs:2466:3 [INFO] [stdout] | [INFO] [stdout] 2466 | DFDYFine, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `DFDXCoarse` [INFO] [stdout] --> src/lib.rs:2467:3 [INFO] [stdout] | [INFO] [stdout] 2467 | DFDXCoarse, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `DFDYCoarse` [INFO] [stdout] --> src/lib.rs:2468:3 [INFO] [stdout] | [INFO] [stdout] 2468 | DFDYCoarse, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FWidth` [INFO] [stdout] --> src/lib.rs:2469:3 [INFO] [stdout] | [INFO] [stdout] 2469 | FWidth, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FWidthFine` [INFO] [stdout] --> src/lib.rs:2470:3 [INFO] [stdout] | [INFO] [stdout] 2470 | FWidthFine, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `FWidthCoarse` [INFO] [stdout] --> src/lib.rs:2471:3 [INFO] [stdout] | [INFO] [stdout] 2471 | FWidthCoarse, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `InterpolateAtCentroid` [INFO] [stdout] --> src/lib.rs:2472:3 [INFO] [stdout] | [INFO] [stdout] 2472 | InterpolateAtCentroid, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `InterpolateAtSample` [INFO] [stdout] --> src/lib.rs:2473:3 [INFO] [stdout] | [INFO] [stdout] 2473 | InterpolateAtSample, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `InterpolateAtOffset` [INFO] [stdout] --> src/lib.rs:2474:3 [INFO] [stdout] | [INFO] [stdout] 2474 | InterpolateAtOffset, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Barrier` [INFO] [stdout] --> src/lib.rs:2476:3 [INFO] [stdout] | [INFO] [stdout] 2476 | Barrier, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `MemoryBarrier` [INFO] [stdout] --> src/lib.rs:2477:3 [INFO] [stdout] | [INFO] [stdout] 2477 | MemoryBarrier, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `MemoryBarrierAtomic` [INFO] [stdout] --> src/lib.rs:2478:3 [INFO] [stdout] | [INFO] [stdout] 2478 | MemoryBarrierAtomic, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `MemoryBarrierBuffer` [INFO] [stdout] --> src/lib.rs:2479:3 [INFO] [stdout] | [INFO] [stdout] 2479 | MemoryBarrierBuffer, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `MemoryBarrierShared` [INFO] [stdout] --> src/lib.rs:2480:3 [INFO] [stdout] | [INFO] [stdout] 2480 | MemoryBarrierShared, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `MemoryBarrierImage` [INFO] [stdout] --> src/lib.rs:2481:3 [INFO] [stdout] | [INFO] [stdout] 2481 | MemoryBarrierImage, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `GroupMemoryBarrier` [INFO] [stdout] --> src/lib.rs:2482:3 [INFO] [stdout] | [INFO] [stdout] 2482 | GroupMemoryBarrier, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `AnyInvocation` [INFO] [stdout] --> src/lib.rs:2484:3 [INFO] [stdout] | [INFO] [stdout] 2484 | AnyInvocation, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `AllInvocations` [INFO] [stdout] --> src/lib.rs:2485:3 [INFO] [stdout] | [INFO] [stdout] 2485 | AllInvocations, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `AllInvocationsEqual` [INFO] [stdout] --> src/lib.rs:2486:3 [INFO] [stdout] | [INFO] [stdout] 2486 | AllInvocationsEqual, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:2360:10 [INFO] [stdout] | [INFO] [stdout] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `MaxPatchVerticesIn` [INFO] [stdout] --> src/lib.rs:3999:3 [INFO] [stdout] | [INFO] [stdout] 3999 | MaxPatchVerticesIn, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `TessEvalBuiltIn` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:3996:10 [INFO] [stdout] | [INFO] [stdout] 3996 | #[derive(Clone, Copy, Debug, Eq, Hash, Ord, PartialEq, PartialOrd)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Out` [INFO] [stdout] --> src/lib.rs:4005:3 [INFO] [stdout] | [INFO] [stdout] 4005 | Out, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: `TessEvalBuiltIn` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:3996:10 [INFO] [stdout] | [INFO] [stdout] 3996 | #[derive(Clone, Copy, Debug, Eq, Hash, Ord, PartialEq, PartialOrd)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `Out` [INFO] [stdout] --> src/lib.rs:4015:3 [INFO] [stdout] | [INFO] [stdout] 4015 | Out, [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: `GeometryBuiltIn` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/lib.rs:4012:10 [INFO] [stdout] | [INFO] [stdout] 4012 | #[derive(Clone, Copy, Debug, Eq, Hash, Ord, PartialEq, PartialOrd)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 65 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.49s [INFO] running `Command { std: "docker" "inspect" "441ac30bcbfe0f3a639d70cacceeb967df8c5742f8dd5efa22611b4296de3829", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "441ac30bcbfe0f3a639d70cacceeb967df8c5742f8dd5efa22611b4296de3829", kill_on_drop: false }` [INFO] [stdout] 441ac30bcbfe0f3a639d70cacceeb967df8c5742f8dd5efa22611b4296de3829 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-85/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-85/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" "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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] d1143249b17cdf78651b77183885eb01ef3ab9dc373377baa73e447325c41ac0 [INFO] running `Command { std: "docker" "start" "-a" "d1143249b17cdf78651b77183885eb01ef3ab9dc373377baa73e447325c41ac0", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: variant is never constructed: `RoundEven` [INFO] [stderr] --> src/lib.rs:2395:3 [INFO] [stderr] | [INFO] [stderr] 2395 | RoundEven, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `FloatBitsToInt` [INFO] [stderr] --> src/lib.rs:2406:3 [INFO] [stderr] | [INFO] [stderr] 2406 | FloatBitsToInt, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `IntBitsToFloat` [INFO] [stderr] --> src/lib.rs:2407:3 [INFO] [stderr] | [INFO] [stderr] 2407 | IntBitsToFloat, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `UIntBitsToFloat` [INFO] [stderr] --> src/lib.rs:2408:3 [INFO] [stderr] | [INFO] [stderr] 2408 | UIntBitsToFloat, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `FMA` [INFO] [stderr] --> src/lib.rs:2409:3 [INFO] [stderr] | [INFO] [stderr] 2409 | FMA, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Frexp` [INFO] [stderr] --> src/lib.rs:2410:3 [INFO] [stderr] | [INFO] [stderr] 2410 | Frexp, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Ldexp` [INFO] [stderr] --> src/lib.rs:2411:3 [INFO] [stderr] | [INFO] [stderr] 2411 | Ldexp, [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `PackUnorm2x16` [INFO] [stderr] --> src/lib.rs:2413:3 [INFO] [stderr] | [INFO] [stderr] 2413 | PackUnorm2x16, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `PackSnorm2x16` [INFO] [stderr] --> src/lib.rs:2414:3 [INFO] [stderr] | [INFO] [stderr] 2414 | PackSnorm2x16, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `PackUnorm4x8` [INFO] [stderr] --> src/lib.rs:2415:3 [INFO] [stderr] | [INFO] [stderr] 2415 | PackUnorm4x8, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `PackSnorm4x8` [INFO] [stderr] --> src/lib.rs:2416:3 [INFO] [stderr] | [INFO] [stderr] 2416 | PackSnorm4x8, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `UnpackUnorm2x16` [INFO] [stderr] --> src/lib.rs:2417:3 [INFO] [stderr] | [INFO] [stderr] 2417 | UnpackUnorm2x16, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `UnpackSnorm2x16` [INFO] [stderr] --> src/lib.rs:2418:3 [INFO] [stderr] | [INFO] [stderr] 2418 | UnpackSnorm2x16, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `UnpackUnorm4x8` [INFO] [stderr] --> src/lib.rs:2419:3 [INFO] [stderr] | [INFO] [stderr] 2419 | UnpackUnorm4x8, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `UnpackSnorm4x8` [INFO] [stderr] --> src/lib.rs:2420:3 [INFO] [stderr] | [INFO] [stderr] 2420 | UnpackSnorm4x8, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `PackHalf2x16` [INFO] [stderr] --> src/lib.rs:2421:3 [INFO] [stderr] | [INFO] [stderr] 2421 | PackHalf2x16, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `UnpackHalf2x16` [INFO] [stderr] --> src/lib.rs:2422:3 [INFO] [stderr] | [INFO] [stderr] 2422 | UnpackHalf2x16, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `VLt` [INFO] [stderr] --> src/lib.rs:2435:3 [INFO] [stderr] | [INFO] [stderr] 2435 | VLt, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `VLte` [INFO] [stderr] --> src/lib.rs:2436:3 [INFO] [stderr] | [INFO] [stderr] 2436 | VLte, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `VGt` [INFO] [stderr] --> src/lib.rs:2437:3 [INFO] [stderr] | [INFO] [stderr] 2437 | VGt, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `VGte` [INFO] [stderr] --> src/lib.rs:2438:3 [INFO] [stderr] | [INFO] [stderr] 2438 | VGte, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `VEq` [INFO] [stderr] --> src/lib.rs:2439:3 [INFO] [stderr] | [INFO] [stderr] 2439 | VEq, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `VNeq` [INFO] [stderr] --> src/lib.rs:2440:3 [INFO] [stderr] | [INFO] [stderr] 2440 | VNeq, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `VAny` [INFO] [stderr] --> src/lib.rs:2441:3 [INFO] [stderr] | [INFO] [stderr] 2441 | VAny, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `VAll` [INFO] [stderr] --> src/lib.rs:2442:3 [INFO] [stderr] | [INFO] [stderr] 2442 | VAll, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `VNot` [INFO] [stderr] --> src/lib.rs:2443:3 [INFO] [stderr] | [INFO] [stderr] 2443 | VNot, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `UAddCarry` [INFO] [stderr] --> src/lib.rs:2445:3 [INFO] [stderr] | [INFO] [stderr] 2445 | UAddCarry, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `USubBorrow` [INFO] [stderr] --> src/lib.rs:2446:3 [INFO] [stderr] | [INFO] [stderr] 2446 | USubBorrow, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `UMulExtended` [INFO] [stderr] --> src/lib.rs:2447:3 [INFO] [stderr] | [INFO] [stderr] 2447 | UMulExtended, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `IMulExtended` [INFO] [stderr] --> src/lib.rs:2448:3 [INFO] [stderr] | [INFO] [stderr] 2448 | IMulExtended, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `BitfieldExtract` [INFO] [stderr] --> src/lib.rs:2449:3 [INFO] [stderr] | [INFO] [stderr] 2449 | BitfieldExtract, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `BitfieldInsert` [INFO] [stderr] --> src/lib.rs:2450:3 [INFO] [stderr] | [INFO] [stderr] 2450 | BitfieldInsert, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `BitfieldReverse` [INFO] [stderr] --> src/lib.rs:2451:3 [INFO] [stderr] | [INFO] [stderr] 2451 | BitfieldReverse, [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `BitCount` [INFO] [stderr] --> src/lib.rs:2452:3 [INFO] [stderr] | [INFO] [stderr] 2452 | BitCount, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `FindLSB` [INFO] [stderr] --> src/lib.rs:2453:3 [INFO] [stderr] | [INFO] [stderr] 2453 | FindLSB, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `FindMSB` [INFO] [stderr] --> src/lib.rs:2454:3 [INFO] [stderr] | [INFO] [stderr] 2454 | FindMSB, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `EmitStreamVertex` [INFO] [stderr] --> src/lib.rs:2458:3 [INFO] [stderr] | [INFO] [stderr] 2458 | EmitStreamVertex, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `EndStreamPrimitive` [INFO] [stderr] --> src/lib.rs:2459:3 [INFO] [stderr] | [INFO] [stderr] 2459 | EndStreamPrimitive, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `EmitVertex` [INFO] [stderr] --> src/lib.rs:2460:3 [INFO] [stderr] | [INFO] [stderr] 2460 | EmitVertex, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `EndPrimitive` [INFO] [stderr] --> src/lib.rs:2461:3 [INFO] [stderr] | [INFO] [stderr] 2461 | EndPrimitive, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `DFDX` [INFO] [stderr] --> src/lib.rs:2463:3 [INFO] [stderr] | [INFO] [stderr] 2463 | DFDX, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `DFDY` [INFO] [stderr] --> src/lib.rs:2464:3 [INFO] [stderr] | [INFO] [stderr] 2464 | DFDY, [INFO] [stderr] | ^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `DFDXFine` [INFO] [stderr] --> src/lib.rs:2465:3 [INFO] [stderr] | [INFO] [stderr] 2465 | DFDXFine, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `DFDYFine` [INFO] [stderr] --> src/lib.rs:2466:3 [INFO] [stderr] | [INFO] [stderr] 2466 | DFDYFine, [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `DFDXCoarse` [INFO] [stderr] --> src/lib.rs:2467:3 [INFO] [stderr] | [INFO] [stderr] 2467 | DFDXCoarse, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `DFDYCoarse` [INFO] [stderr] --> src/lib.rs:2468:3 [INFO] [stderr] | [INFO] [stderr] 2468 | DFDYCoarse, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `FWidth` [INFO] [stderr] --> src/lib.rs:2469:3 [INFO] [stderr] | [INFO] [stderr] 2469 | FWidth, [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `FWidthFine` [INFO] [stderr] --> src/lib.rs:2470:3 [INFO] [stderr] | [INFO] [stderr] 2470 | FWidthFine, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `FWidthCoarse` [INFO] [stderr] --> src/lib.rs:2471:3 [INFO] [stderr] | [INFO] [stderr] 2471 | FWidthCoarse, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `InterpolateAtCentroid` [INFO] [stderr] --> src/lib.rs:2472:3 [INFO] [stderr] | [INFO] [stderr] 2472 | InterpolateAtCentroid, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `InterpolateAtSample` [INFO] [stderr] --> src/lib.rs:2473:3 [INFO] [stderr] | [INFO] [stderr] 2473 | InterpolateAtSample, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `InterpolateAtOffset` [INFO] [stderr] --> src/lib.rs:2474:3 [INFO] [stderr] | [INFO] [stderr] 2474 | InterpolateAtOffset, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Barrier` [INFO] [stderr] --> src/lib.rs:2476:3 [INFO] [stderr] | [INFO] [stderr] 2476 | Barrier, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `MemoryBarrier` [INFO] [stderr] --> src/lib.rs:2477:3 [INFO] [stderr] | [INFO] [stderr] 2477 | MemoryBarrier, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `MemoryBarrierAtomic` [INFO] [stderr] --> src/lib.rs:2478:3 [INFO] [stderr] | [INFO] [stderr] 2478 | MemoryBarrierAtomic, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `MemoryBarrierBuffer` [INFO] [stderr] --> src/lib.rs:2479:3 [INFO] [stderr] | [INFO] [stderr] 2479 | MemoryBarrierBuffer, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `MemoryBarrierShared` [INFO] [stderr] --> src/lib.rs:2480:3 [INFO] [stderr] | [INFO] [stderr] 2480 | MemoryBarrierShared, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `MemoryBarrierImage` [INFO] [stderr] --> src/lib.rs:2481:3 [INFO] [stderr] | [INFO] [stderr] 2481 | MemoryBarrierImage, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `GroupMemoryBarrier` [INFO] [stderr] --> src/lib.rs:2482:3 [INFO] [stderr] | [INFO] [stderr] 2482 | GroupMemoryBarrier, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `AnyInvocation` [INFO] [stderr] --> src/lib.rs:2484:3 [INFO] [stderr] | [INFO] [stderr] 2484 | AnyInvocation, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `AllInvocations` [INFO] [stderr] --> src/lib.rs:2485:3 [INFO] [stderr] | [INFO] [stderr] 2485 | AllInvocations, [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `AllInvocationsEqual` [INFO] [stderr] --> src/lib.rs:2486:3 [INFO] [stderr] | [INFO] [stderr] 2486 | AllInvocationsEqual, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `ErasedFunHandle` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:2360:10 [INFO] [stderr] | [INFO] [stderr] 2360 | #[derive(Clone, Debug, PartialEq)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `MaxPatchVerticesIn` [INFO] [stderr] --> src/lib.rs:3999:3 [INFO] [stderr] | [INFO] [stderr] 3999 | MaxPatchVerticesIn, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `TessEvalBuiltIn` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:3996:10 [INFO] [stderr] | [INFO] [stderr] 3996 | #[derive(Clone, Copy, Debug, Eq, Hash, Ord, PartialEq, PartialOrd)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Out` [INFO] [stderr] --> src/lib.rs:4005:3 [INFO] [stderr] | [INFO] [stderr] 4005 | Out, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] note: `TessEvalBuiltIn` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:3996:10 [INFO] [stderr] | [INFO] [stderr] 3996 | #[derive(Clone, Copy, Debug, Eq, Hash, Ord, PartialEq, PartialOrd)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `Out` [INFO] [stderr] --> src/lib.rs:4015:3 [INFO] [stderr] | [INFO] [stderr] 4015 | Out, [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] note: `GeometryBuiltIn` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/lib.rs:4012:10 [INFO] [stderr] | [INFO] [stderr] 4012 | #[derive(Clone, Copy, Debug, Eq, Hash, Ord, PartialEq, PartialOrd)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `shades` (lib) generated 65 warnings [INFO] [stderr] warning: `shades` (lib test) generated 65 warnings (65 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.60s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/shades-2b391ec85f1e996a) [INFO] [stdout] [INFO] [stdout] running 19 tests [INFO] [stdout] test tests::expr_binary ... ok [INFO] [stdout] test tests::expr_lit ... ok [INFO] [stdout] test tests::expr_ref_inference ... ok [INFO] [stdout] test tests::array_lookup ... ok [INFO] [stdout] test tests::array_creation ... ok [INFO] [stdout] test tests::expr_unary ... ok [INFO] [stdout] test tests::expr_var ... ok [INFO] [stdout] test tests::for_loop ... ok [INFO] [stdout] test tests::fun0 ... ok [INFO] [stdout] test tests::fun1 ... ok [INFO] [stdout] test tests::has_x_y_z_w ... ok [INFO] [stdout] test tests::min_max_clamp ... ok [INFO] [stdout] test tests::swizzling ... ok [INFO] [stdout] test tests::vec3_ctor ... ok [INFO] [stdout] test tests::vec4_ctor ... ok [INFO] [stdout] test tests::vertex_id_commutative ... ok [INFO] [stdout] test tests::when ... ok [INFO] [stdout] test tests::while_loop ... ok [INFO] [stdout] test writer::glsl::tests::matrices ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 19 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests shades [INFO] [stdout] [INFO] [stdout] running 47 tests [INFO] [stdout] test src/lib.rs - ShaderBuilder::fun (line 340) - compile fail ... ok [INFO] [stdout] test src/lib.rs - Expr<[T;N]>::at (line 1172) ... FAILED [INFO] [stdout] test src/lib.rs - Expr<[T]>::at (line 1143) ... FAILED [INFO] [stdout] test src/lib.rs - ShaderBuilder::fun (line 411) ... FAILED [INFO] [stdout] test src/lib.rs - ShaderBuilder::new_geometry_shader (line 256) ... FAILED [INFO] [stdout] test src/lib.rs - EscapeScope::leave (line 2776) ... FAILED [INFO] [stdout] test src/lib.rs - FunHandle (line 2198) ... FAILED [INFO] [stdout] test src/lib.rs - ShaderBuilder::new_vertex_shader (line 160) ... FAILED [INFO] [stdout] test src/lib.rs - uniforms (line 3938) ... FAILED [INFO] [stdout] test src/lib.rs - ShaderBuilder::new_tess_eval_shader (line 224) ... FAILED [INFO] [stdout] test src/lib.rs - Expr::lte (line 982) ... FAILED [INFO] [stdout] test src/lib.rs - outputs (line 3912) ... FAILED [INFO] [stdout] test src/lib.rs - ShaderBuilder::new_fragment_shader (line 288) ... FAILED [INFO] [stdout] test src/lib.rs - inputs (line 3885) ... FAILED [INFO] [stdout] test src/lib.rs - Scope::loop_while (line 2692) ... FAILED [INFO] [stdout] test src/lib.rs - CanEscape::when (line 2976) ... FAILED [INFO] [stdout] test src/lib.rs - Scope::loop_for (line 2633) ... FAILED [INFO] [stdout] test src/lib.rs - When::or (line 3127) ... FAILED [INFO] [stdout] test src/lib.rs - Expr::gte (line 1034) ... FAILED [INFO] [stdout] test src/lib.rs - vec4 (line 1939) ... FAILED [INFO] [stdout] test src/lib.rs - vec3 (line 1896) ... FAILED [INFO] [stdout] test src/lib.rs - When::or (line 3147) ... FAILED [INFO] [stdout] test src/lib.rs - Scope::var (line 2582) ... FAILED [INFO] [stdout] test src/lib.rs - EscapeScope<()>::abort (line 2807) ... FAILED [INFO] [stdout] test src/lib.rs - Expr::neq (line 813) ... FAILED [INFO] [stdout] test src/lib.rs - Expr::or (line 1088) ... FAILED [INFO] [stdout] test src/lib.rs - Expr::eq (line 786) ... FAILED [INFO] [stdout] test src/lib.rs - Expr::xor (line 1114) ... FAILED [INFO] [stdout] test src/lib.rs - Var::to_expr (line 3244) ... FAILED [INFO] [stdout] test src/lib.rs - ShaderBuilder::fun (line 374) ... FAILED [INFO] [stdout] test src/lib.rs - ShaderBuilder::fun (line 359) ... FAILED [INFO] [stdout] test src/lib.rs - CanEscape::when (line 2952) ... FAILED [INFO] [stdout] test src/lib.rs - FunHandle (line 2160) ... FAILED [INFO] [stdout] test src/lib.rs - Expr::and (line 1062) ... FAILED [INFO] [stdout] test src/lib.rs - When::or_else (line 3083) ... FAILED [INFO] [stdout] test src/lib.rs - Expr::lt (line 956) ... FAILED [INFO] [stdout] test src/lib.rs - Expr::gt (line 1008) ... FAILED [INFO] [stdout] test src/lib.rs - ShaderBuilder::new_tess_ctrl_shader (line 193) ... FAILED [INFO] [stdout] test src/lib.rs - vec2 (line 1865) ... FAILED [INFO] [stdout] test src/lib.rs - Scope::set (line 2723) ... FAILED [INFO] [stdout] test src/lib.rs - ShaderBuilder::fun (line 327) ... FAILED [INFO] [stdout] test src/lib.rs - ShaderBuilder::constant (line 493) ... FAILED [INFO] [stdout] test src/lib.rs - FunHandle (line 2178) ... FAILED [INFO] [stdout] test src/lib.rs - lit (line 1822) ... FAILED [INFO] [stdout] test src/lib.rs - ShaderBuilder::main_fun (line 462) ... FAILED [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type lib --crate-name shades --test /opt/rustwide/workdir/src/lib.rs -L dependency=/opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern shades=/opt/rustwide/target/debug/deps/libshades-9b3cb2e5f72644b5.rlib -C embed-bitcode=no --error-format human` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "d1143249b17cdf78651b77183885eb01ef3ab9dc373377baa73e447325c41ac0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d1143249b17cdf78651b77183885eb01ef3ab9dc373377baa73e447325c41ac0", kill_on_drop: false }` [INFO] [stdout] d1143249b17cdf78651b77183885eb01ef3ab9dc373377baa73e447325c41ac0