[INFO] fetching crate shades 0.3.6... [INFO] testing shades-0.3.6 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate shades 0.3.6 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate shades 0.3.6 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "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-14/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-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] afdc724050f116e7ed4fa0e249927d479b8fc2060722f95b47ed6b3d2f919c98 [INFO] running `Command { std: "docker" "start" "-a" "afdc724050f116e7ed4fa0e249927d479b8fc2060722f95b47ed6b3d2f919c98", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "afdc724050f116e7ed4fa0e249927d479b8fc2060722f95b47ed6b3d2f919c98", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "afdc724050f116e7ed4fa0e249927d479b8fc2060722f95b47ed6b3d2f919c98", kill_on_drop: false }` [INFO] [stdout] afdc724050f116e7ed4fa0e249927d479b8fc2060722f95b47ed6b3d2f919c98 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 67dd2155689e9cdf93a9db37d4f463af0e7ce7169138d554cf82c36f3fe23edd [INFO] running `Command { std: "docker" "start" "-a" "67dd2155689e9cdf93a9db37d4f463af0e7ce7169138d554cf82c36f3fe23edd", 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 10.30s [INFO] running `Command { std: "docker" "inspect" "67dd2155689e9cdf93a9db37d4f463af0e7ce7169138d554cf82c36f3fe23edd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "67dd2155689e9cdf93a9db37d4f463af0e7ce7169138d554cf82c36f3fe23edd", kill_on_drop: false }` [INFO] [stdout] 67dd2155689e9cdf93a9db37d4f463af0e7ce7169138d554cf82c36f3fe23edd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1d67dc324f921c18140e81102250fec8f5b718a28165bb917eebb2f09d72fe99 [INFO] running `Command { std: "docker" "start" "-a" "1d67dc324f921c18140e81102250fec8f5b718a28165bb917eebb2f09d72fe99", kill_on_drop: false }` [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] [stderr] Compiling shades v0.3.6 (/opt/rustwide/workdir) [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 3.26s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/shades-2b391ec85f1e996a) [INFO] running `Command { std: "docker" "inspect" "1d67dc324f921c18140e81102250fec8f5b718a28165bb917eebb2f09d72fe99", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1d67dc324f921c18140e81102250fec8f5b718a28165bb917eebb2f09d72fe99", kill_on_drop: false }` [INFO] [stdout] 1d67dc324f921c18140e81102250fec8f5b718a28165bb917eebb2f09d72fe99 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 55dc8876e5fd8035ea5db5c659f40953f80a23e0988428e7bdddb4005d7a1be6 [INFO] running `Command { std: "docker" "start" "-a" "55dc8876e5fd8035ea5db5c659f40953f80a23e0988428e7bdddb4005d7a1be6", kill_on_drop: false }` [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.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/shades-2b391ec85f1e996a) [INFO] [stdout] [INFO] [stdout] running 19 tests [INFO] [stdout] test tests::array_creation ... ok [INFO] [stdout] test tests::array_lookup ... ok [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::expr_unary ... ok [INFO] [stdout] test tests::fun1 ... ok [INFO] [stdout] test tests::min_max_clamp ... ok [INFO] [stdout] test tests::vec4_ctor ... ok [INFO] [stdout] test tests::when ... ok [INFO] [stdout] test tests::swizzling ... ok [INFO] [stdout] test tests::fun0 ... ok [INFO] [stdout] test tests::for_loop ... ok [INFO] [stdout] test tests::vertex_id_commutative ... ok [INFO] [stdout] test tests::expr_var ... ok [INFO] [stdout] test tests::has_x_y_z_w ... ok [INFO] [stdout] test tests::while_loop ... ok [INFO] [stdout] test tests::vec3_ctor ... 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.05s [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] [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" "55dc8876e5fd8035ea5db5c659f40953f80a23e0988428e7bdddb4005d7a1be6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "55dc8876e5fd8035ea5db5c659f40953f80a23e0988428e7bdddb4005d7a1be6", kill_on_drop: false }` [INFO] [stdout] 55dc8876e5fd8035ea5db5c659f40953f80a23e0988428e7bdddb4005d7a1be6