[INFO] fetching crate boundnum 0.1.1...
[INFO] checking boundnum-0.1.1 against master#e59540968e0c6fc3c37d92a639b83fc8fcee5e81 for pr-114559
[INFO] extracting crate boundnum 0.1.1 into /workspace/builds/worker-4-tc1/source
[INFO] validating manifest of crates.io crate boundnum 0.1.1 on toolchain e59540968e0c6fc3c37d92a639b83fc8fcee5e81
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e59540968e0c6fc3c37d92a639b83fc8fcee5e81" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate boundnum 0.1.1
[INFO] finished tweaking crates.io crate boundnum 0.1.1
[INFO] tweaked toml for crates.io crate boundnum 0.1.1 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e59540968e0c6fc3c37d92a639b83fc8fcee5e81" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+e59540968e0c6fc3c37d92a639b83fc8fcee5e81" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded shrinkwraprs v0.3.0
[INFO] [stderr]   Downloaded impls v1.0.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5c16f4e6c37141f9fef0bc86f7a492d732943053e42aab8461035881e3f53823" "/opt/rustwide/cargo-home/bin/cargo" "+e59540968e0c6fc3c37d92a639b83fc8fcee5e81" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2f09d16ec20917eeb91ea94943c81cdd482db0eab3f87b07f2280c36b1278d23
[INFO] running `Command { std: "docker" "start" "-a" "2f09d16ec20917eeb91ea94943c81cdd482db0eab3f87b07f2280c36b1278d23", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2f09d16ec20917eeb91ea94943c81cdd482db0eab3f87b07f2280c36b1278d23", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2f09d16ec20917eeb91ea94943c81cdd482db0eab3f87b07f2280c36b1278d23", kill_on_drop: false }`
[INFO] [stdout] 2f09d16ec20917eeb91ea94943c81cdd482db0eab3f87b07f2280c36b1278d23
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5c16f4e6c37141f9fef0bc86f7a492d732943053e42aab8461035881e3f53823" "/opt/rustwide/cargo-home/bin/cargo" "+e59540968e0c6fc3c37d92a639b83fc8fcee5e81" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 288b2593220abe26becf852acdc25b66c2a831a2993d969dbef7c4f4b501fd14
[INFO] running `Command { std: "docker" "start" "-a" "288b2593220abe26becf852acdc25b66c2a831a2993d969dbef7c4f4b501fd14", kill_on_drop: false }`
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]     Checking impls v1.0.3
[INFO] [stderr]    Compiling itertools v0.8.2
[INFO] [stderr]    Compiling shrinkwraprs v0.3.0
[INFO] [stderr]     Checking boundnum v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `bound` is never read
[INFO] [stdout]   --> src/lib.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub struct Bounded<T, B: AsBound<T>> {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 29 |     bound: B,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Bounded` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `lhs` and `rhs` are never read
[INFO] [stdout]   --> src/expr/macros.rs:59:17
[INFO] [stdout]    |
[INFO] [stdout] 59 |                   lhs: L,
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 60 |                   rhs: R,
[INFO] [stdout]    |                   ^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/expr/arith.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout] 3  | / define_binary_operator! {
[INFO] [stdout] 4  | |     add,
[INFO] [stdout] 5  | |     /// Represents `core::ops::Add`
[INFO] [stdout] 6  | |     Add,
[INFO] [stdout]    | |     --- fields in this struct
[INFO] [stdout] ...  |
[INFO] [stdout] 9  | |     core::ops::Add,
[INFO] [stdout] 10 | | }
[INFO] [stdout]    | | -
[INFO] [stdout]    | |_|
[INFO] [stdout]    | |_in this macro invocation
[INFO] [stdout]    |   in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Add` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: this warning originates in the macro `define_binary_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `lhs` and `rhs` are never read
[INFO] [stdout]   --> src/expr/macros.rs:59:17
[INFO] [stdout]    |
[INFO] [stdout] 59 |                   lhs: L,
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 60 |                   rhs: R,
[INFO] [stdout]    |                   ^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/expr/arith.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | / define_binary_operator! {
[INFO] [stdout] 13 | |     sub,
[INFO] [stdout] 14 | |     /// Represents `core::ops::Sub`
[INFO] [stdout] 15 | |     Sub,
[INFO] [stdout]    | |     --- fields in this struct
[INFO] [stdout] ...  |
[INFO] [stdout] 18 | |     core::ops::Sub,
[INFO] [stdout] 19 | | }
[INFO] [stdout]    | | -
[INFO] [stdout]    | |_|
[INFO] [stdout]    | |_in this macro invocation
[INFO] [stdout]    |   in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Sub` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: this warning originates in the macro `define_binary_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `lhs` and `rhs` are never read
[INFO] [stdout]   --> src/expr/macros.rs:59:17
[INFO] [stdout]    |
[INFO] [stdout] 59 |                   lhs: L,
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 60 |                   rhs: R,
[INFO] [stdout]    |                   ^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/expr/arith.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | / define_binary_operator! {
[INFO] [stdout] 22 | |     mul,
[INFO] [stdout] 23 | |     /// Represents `core::ops::Mul`
[INFO] [stdout] 24 | |     Mul,
[INFO] [stdout]    | |     --- fields in this struct
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |     core::ops::Mul,
[INFO] [stdout] 28 | | }
[INFO] [stdout]    | | -
[INFO] [stdout]    | |_|
[INFO] [stdout]    | |_in this macro invocation
[INFO] [stdout]    |   in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Mul` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: this warning originates in the macro `define_binary_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `lhs` and `rhs` are never read
[INFO] [stdout]   --> src/expr/macros.rs:59:17
[INFO] [stdout]    |
[INFO] [stdout] 59 |                   lhs: L,
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 60 |                   rhs: R,
[INFO] [stdout]    |                   ^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/expr/arith.rs:30:1
[INFO] [stdout]    |
[INFO] [stdout] 30 | / define_binary_operator! {
[INFO] [stdout] 31 | |     div,
[INFO] [stdout] 32 | |     /// Represents `core::ops::Div`
[INFO] [stdout] 33 | |     Div,
[INFO] [stdout]    | |     --- fields in this struct
[INFO] [stdout] ...  |
[INFO] [stdout] 36 | |     core::ops::Div,
[INFO] [stdout] 37 | | }
[INFO] [stdout]    | | -
[INFO] [stdout]    | |_|
[INFO] [stdout]    | |_in this macro invocation
[INFO] [stdout]    |   in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Div` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: this warning originates in the macro `define_binary_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `lhs` and `rhs` are never read
[INFO] [stdout]   --> src/expr/macros.rs:59:17
[INFO] [stdout]    |
[INFO] [stdout] 59 |                   lhs: L,
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 60 |                   rhs: R,
[INFO] [stdout]    |                   ^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/expr/arith.rs:39:1
[INFO] [stdout]    |
[INFO] [stdout] 39 | / define_binary_operator! {
[INFO] [stdout] 40 | |     rem,
[INFO] [stdout] 41 | |     /// Represents `core::ops::Rem`
[INFO] [stdout] 42 | |     Rem,
[INFO] [stdout]    | |     --- fields in this struct
[INFO] [stdout] ...  |
[INFO] [stdout] 45 | |     core::ops::Rem,
[INFO] [stdout] 46 | | }
[INFO] [stdout]    | | -
[INFO] [stdout]    | |_|
[INFO] [stdout]    | |_in this macro invocation
[INFO] [stdout]    |   in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Rem` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: this warning originates in the macro `define_binary_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `lhs` and `rhs` are never read
[INFO] [stdout]   --> src/expr/macros.rs:59:17
[INFO] [stdout]    |
[INFO] [stdout] 59 |                   lhs: L,
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 60 |                   rhs: R,
[INFO] [stdout]    |                   ^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/expr/bit.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | / define_binary_operator! {
[INFO] [stdout] 13 | |     bitand,
[INFO] [stdout] 14 | |     /// Represents `core::ops::BitAnd`
[INFO] [stdout] 15 | |     BitAnd,
[INFO] [stdout]    | |     ------ fields in this struct
[INFO] [stdout] ...  |
[INFO] [stdout] 18 | |     core::ops::BitAnd,
[INFO] [stdout] 19 | | }
[INFO] [stdout]    | | -
[INFO] [stdout]    | |_|
[INFO] [stdout]    | |_in this macro invocation
[INFO] [stdout]    |   in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BitAnd` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: this warning originates in the macro `define_binary_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `lhs` and `rhs` are never read
[INFO] [stdout]   --> src/expr/macros.rs:59:17
[INFO] [stdout]    |
[INFO] [stdout] 59 |                   lhs: L,
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 60 |                   rhs: R,
[INFO] [stdout]    |                   ^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/expr/bit.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | / define_binary_operator! {
[INFO] [stdout] 22 | |     bitor,
[INFO] [stdout] 23 | |     /// Represents `core::ops::BitOr`
[INFO] [stdout] 24 | |     BitOr,
[INFO] [stdout]    | |     ----- fields in this struct
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |     core::ops::BitOr,
[INFO] [stdout] 28 | | }
[INFO] [stdout]    | | -
[INFO] [stdout]    | |_|
[INFO] [stdout]    | |_in this macro invocation
[INFO] [stdout]    |   in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BitOr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: this warning originates in the macro `define_binary_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `lhs` and `rhs` are never read
[INFO] [stdout]   --> src/expr/macros.rs:59:17
[INFO] [stdout]    |
[INFO] [stdout] 59 |                   lhs: L,
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 60 |                   rhs: R,
[INFO] [stdout]    |                   ^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/expr/bit.rs:30:1
[INFO] [stdout]    |
[INFO] [stdout] 30 | / define_binary_operator! {
[INFO] [stdout] 31 | |     bitxor,
[INFO] [stdout] 32 | |     /// Represents `core::ops::BitXor`
[INFO] [stdout] 33 | |     BitXor,
[INFO] [stdout]    | |     ------ fields in this struct
[INFO] [stdout] ...  |
[INFO] [stdout] 36 | |     core::ops::BitXor,
[INFO] [stdout] 37 | | }
[INFO] [stdout]    | | -
[INFO] [stdout]    | |_|
[INFO] [stdout]    | |_in this macro invocation
[INFO] [stdout]    |   in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BitXor` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: this warning originates in the macro `define_binary_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `lhs` and `rhs` are never read
[INFO] [stdout]   --> src/expr/macros.rs:59:17
[INFO] [stdout]    |
[INFO] [stdout] 59 |                   lhs: L,
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 60 |                   rhs: R,
[INFO] [stdout]    |                   ^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/expr/bit.rs:39:1
[INFO] [stdout]    |
[INFO] [stdout] 39 | / define_binary_operator! {
[INFO] [stdout] 40 | |     shl,
[INFO] [stdout] 41 | |     /// Represents `core::ops::Shl`
[INFO] [stdout] 42 | |     Shl,
[INFO] [stdout]    | |     --- fields in this struct
[INFO] [stdout] ...  |
[INFO] [stdout] 45 | |     core::ops::Shl,
[INFO] [stdout] 46 | | }
[INFO] [stdout]    | | -
[INFO] [stdout]    | |_|
[INFO] [stdout]    | |_in this macro invocation
[INFO] [stdout]    |   in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Shl` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: this warning originates in the macro `define_binary_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `lhs` and `rhs` are never read
[INFO] [stdout]   --> src/expr/macros.rs:59:17
[INFO] [stdout]    |
[INFO] [stdout] 59 |                   lhs: L,
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 60 |                   rhs: R,
[INFO] [stdout]    |                   ^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/expr/bit.rs:48:1
[INFO] [stdout]    |
[INFO] [stdout] 48 | / define_binary_operator! {
[INFO] [stdout] 49 | |     shr,
[INFO] [stdout] 50 | |     /// Represents `core::ops::Shr`
[INFO] [stdout] 51 | |     Shr,
[INFO] [stdout]    | |     --- fields in this struct
[INFO] [stdout] ...  |
[INFO] [stdout] 54 | |     core::ops::Shr,
[INFO] [stdout] 55 | | }
[INFO] [stdout]    | | -
[INFO] [stdout]    | |_|
[INFO] [stdout]    | |_in this macro invocation
[INFO] [stdout]    |   in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Shr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: this warning originates in the macro `define_binary_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `lhs` and `rhs` are never read
[INFO] [stdout]   --> src/expr/macros.rs:59:17
[INFO] [stdout]    |
[INFO] [stdout] 59 |                   lhs: L,
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 60 |                   rhs: R,
[INFO] [stdout]    |                   ^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/expr/cmp.rs:80:1
[INFO] [stdout]    |
[INFO] [stdout] 80 | / define_binary_operator! {
[INFO] [stdout] 81 | |     cmp,
[INFO] [stdout] 82 | |     /// Represents `std::cmp::Ord::cmp`
[INFO] [stdout] 83 | |     Cmp,
[INFO] [stdout]    | |     --- fields in this struct
[INFO] [stdout] ...  |
[INFO] [stdout] 86 | |     typenum::Cmp,
[INFO] [stdout] 87 | | }
[INFO] [stdout]    | | -
[INFO] [stdout]    | |_|
[INFO] [stdout]    | |_in this macro invocation
[INFO] [stdout]    |   in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Cmp` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: this warning originates in the macro `define_binary_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `lhs` and `rhs` are never read
[INFO] [stdout]   --> src/expr/macros.rs:59:17
[INFO] [stdout]    |
[INFO] [stdout] 59 |                   lhs: L,
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 60 |                   rhs: R,
[INFO] [stdout]    |                   ^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/expr/cmp.rs:89:1
[INFO] [stdout]    |
[INFO] [stdout] 89 | / define_binary_operator! {
[INFO] [stdout] 90 | |     eq,
[INFO] [stdout] 91 | |     /// Represents `std::cmp::PartialEq::eq`
[INFO] [stdout] 92 | |     Eq,
[INFO] [stdout]    | |     -- fields in this struct
[INFO] [stdout] ...  |
[INFO] [stdout] 95 | |     typenum::IsEqual,
[INFO] [stdout] 96 | | }
[INFO] [stdout]    | | -
[INFO] [stdout]    | |_|
[INFO] [stdout]    | |_in this macro invocation
[INFO] [stdout]    |   in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Eq` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: this warning originates in the macro `define_binary_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `lhs` and `rhs` are never read
[INFO] [stdout]    --> src/expr/macros.rs:59:17
[INFO] [stdout]     |
[INFO] [stdout] 59  |                   lhs: L,
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 60  |                   rhs: R,
[INFO] [stdout]     |                   ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/expr/cmp.rs:98:1
[INFO] [stdout]     |
[INFO] [stdout] 98  | / define_binary_operator! {
[INFO] [stdout] 99  | |     ne,
[INFO] [stdout] 100 | |     /// Represents `std::cmp::PartialEq::ne`
[INFO] [stdout] 101 | |     Ne,
[INFO] [stdout]     | |     -- fields in this struct
[INFO] [stdout] ...   |
[INFO] [stdout] 104 | |     typenum::IsNotEqual,
[INFO] [stdout] 105 | | }
[INFO] [stdout]     | | -
[INFO] [stdout]     | |_|
[INFO] [stdout]     | |_in this macro invocation
[INFO] [stdout]     |   in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Ne` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: this warning originates in the macro `define_binary_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `lhs` and `rhs` are never read
[INFO] [stdout]    --> src/expr/macros.rs:59:17
[INFO] [stdout]     |
[INFO] [stdout] 59  |                   lhs: L,
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 60  |                   rhs: R,
[INFO] [stdout]     |                   ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/expr/cmp.rs:107:1
[INFO] [stdout]     |
[INFO] [stdout] 107 | / define_binary_operator! {
[INFO] [stdout] 108 | |     gt,
[INFO] [stdout] 109 | |     /// Represents `std::cmp::PartialOrd::gt`
[INFO] [stdout] 110 | |     Gt,
[INFO] [stdout]     | |     -- fields in this struct
[INFO] [stdout] ...   |
[INFO] [stdout] 113 | |     typenum::IsGreater,
[INFO] [stdout] 114 | | }
[INFO] [stdout]     | | -
[INFO] [stdout]     | |_|
[INFO] [stdout]     | |_in this macro invocation
[INFO] [stdout]     |   in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Gt` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: this warning originates in the macro `define_binary_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `lhs` and `rhs` are never read
[INFO] [stdout]    --> src/expr/macros.rs:59:17
[INFO] [stdout]     |
[INFO] [stdout] 59  |                   lhs: L,
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 60  |                   rhs: R,
[INFO] [stdout]     |                   ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/expr/cmp.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | / define_binary_operator! {
[INFO] [stdout] 117 | |     ge,
[INFO] [stdout] 118 | |     /// Represents `std::cmp::PartialOrd::ge`
[INFO] [stdout] 119 | |     Ge,
[INFO] [stdout]     | |     -- fields in this struct
[INFO] [stdout] ...   |
[INFO] [stdout] 122 | |     typenum::IsGreaterOrEqual,
[INFO] [stdout] 123 | | }
[INFO] [stdout]     | | -
[INFO] [stdout]     | |_|
[INFO] [stdout]     | |_in this macro invocation
[INFO] [stdout]     |   in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Ge` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: this warning originates in the macro `define_binary_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `lhs` and `rhs` are never read
[INFO] [stdout]    --> src/expr/macros.rs:59:17
[INFO] [stdout]     |
[INFO] [stdout] 59  |                   lhs: L,
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 60  |                   rhs: R,
[INFO] [stdout]     |                   ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/expr/cmp.rs:125:1
[INFO] [stdout]     |
[INFO] [stdout] 125 | / define_binary_operator! {
[INFO] [stdout] 126 | |     lt,
[INFO] [stdout] 127 | |     /// Represents `std::cmp::PartialOrd::lt`
[INFO] [stdout] 128 | |     Lt,
[INFO] [stdout]     | |     -- fields in this struct
[INFO] [stdout] ...   |
[INFO] [stdout] 131 | |     typenum::IsLess,
[INFO] [stdout] 132 | | }
[INFO] [stdout]     | | -
[INFO] [stdout]     | |_|
[INFO] [stdout]     | |_in this macro invocation
[INFO] [stdout]     |   in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Lt` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: this warning originates in the macro `define_binary_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `lhs` and `rhs` are never read
[INFO] [stdout]    --> src/expr/macros.rs:59:17
[INFO] [stdout]     |
[INFO] [stdout] 59  |                   lhs: L,
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 60  |                   rhs: R,
[INFO] [stdout]     |                   ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/expr/cmp.rs:134:1
[INFO] [stdout]     |
[INFO] [stdout] 134 | / define_binary_operator! {
[INFO] [stdout] 135 | |     le,
[INFO] [stdout] 136 | |     /// Represents `std::cmp::PartialOrd::le`
[INFO] [stdout] 137 | |     Le,
[INFO] [stdout]     | |     -- fields in this struct
[INFO] [stdout] ...   |
[INFO] [stdout] 140 | |     typenum::IsLessOrEqual,
[INFO] [stdout] 141 | | }
[INFO] [stdout]     | | -
[INFO] [stdout]     | |_|
[INFO] [stdout]     | |_in this macro invocation
[INFO] [stdout]     |   in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Le` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: this warning originates in the macro `define_binary_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `lhs` and `rhs` are never read
[INFO] [stdout]    --> src/expr/macros.rs:59:17
[INFO] [stdout]     |
[INFO] [stdout] 59  |                   lhs: L,
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 60  |                   rhs: R,
[INFO] [stdout]     |                   ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/expr/cmp.rs:143:1
[INFO] [stdout]     |
[INFO] [stdout] 143 | / define_binary_operator! {
[INFO] [stdout] 144 | |     max,
[INFO] [stdout] 145 | |     /// Represents `std::cmp::Ord::max`
[INFO] [stdout] 146 | |     Max,
[INFO] [stdout]     | |     --- fields in this struct
[INFO] [stdout] ...   |
[INFO] [stdout] 149 | |     typenum::Max,
[INFO] [stdout] 150 | | }
[INFO] [stdout]     | | -
[INFO] [stdout]     | |_|
[INFO] [stdout]     | |_in this macro invocation
[INFO] [stdout]     |   in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Max` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: this warning originates in the macro `define_binary_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `lhs` and `rhs` are never read
[INFO] [stdout]    --> src/expr/macros.rs:59:17
[INFO] [stdout]     |
[INFO] [stdout] 59  |                   lhs: L,
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 60  |                   rhs: R,
[INFO] [stdout]     |                   ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/expr/cmp.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | / define_binary_operator! {
[INFO] [stdout] 153 | |     min,
[INFO] [stdout] 154 | |     /// Represents `std::cmp::Ord::min`
[INFO] [stdout] 155 | |     Min,
[INFO] [stdout]     | |     --- fields in this struct
[INFO] [stdout] ...   |
[INFO] [stdout] 158 | |     typenum::Min,
[INFO] [stdout] 159 | | }
[INFO] [stdout]     | | -
[INFO] [stdout]     | |_|
[INFO] [stdout]     | |_in this macro invocation
[INFO] [stdout]     |   in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Min` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: this warning originates in the macro `define_binary_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 20 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `bound` is never read
[INFO] [stdout]   --> src/lib.rs:29:5
[INFO] [stdout]    |
[INFO] [stdout] 26 | pub struct Bounded<T, B: AsBound<T>> {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 29 |     bound: B,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Bounded` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `lhs` and `rhs` are never read
[INFO] [stdout]   --> src/expr/macros.rs:59:17
[INFO] [stdout]    |
[INFO] [stdout] 59 |                   lhs: L,
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 60 |                   rhs: R,
[INFO] [stdout]    |                   ^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/expr/arith.rs:3:1
[INFO] [stdout]    |
[INFO] [stdout] 3  | / define_binary_operator! {
[INFO] [stdout] 4  | |     add,
[INFO] [stdout] 5  | |     /// Represents `core::ops::Add`
[INFO] [stdout] 6  | |     Add,
[INFO] [stdout]    | |     --- fields in this struct
[INFO] [stdout] ...  |
[INFO] [stdout] 9  | |     core::ops::Add,
[INFO] [stdout] 10 | | }
[INFO] [stdout]    | | -
[INFO] [stdout]    | |_|
[INFO] [stdout]    | |_in this macro invocation
[INFO] [stdout]    |   in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Add` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: this warning originates in the macro `define_binary_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `lhs` and `rhs` are never read
[INFO] [stdout]   --> src/expr/macros.rs:59:17
[INFO] [stdout]    |
[INFO] [stdout] 59 |                   lhs: L,
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 60 |                   rhs: R,
[INFO] [stdout]    |                   ^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/expr/arith.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | / define_binary_operator! {
[INFO] [stdout] 13 | |     sub,
[INFO] [stdout] 14 | |     /// Represents `core::ops::Sub`
[INFO] [stdout] 15 | |     Sub,
[INFO] [stdout]    | |     --- fields in this struct
[INFO] [stdout] ...  |
[INFO] [stdout] 18 | |     core::ops::Sub,
[INFO] [stdout] 19 | | }
[INFO] [stdout]    | | -
[INFO] [stdout]    | |_|
[INFO] [stdout]    | |_in this macro invocation
[INFO] [stdout]    |   in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Sub` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: this warning originates in the macro `define_binary_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `lhs` and `rhs` are never read
[INFO] [stdout]   --> src/expr/macros.rs:59:17
[INFO] [stdout]    |
[INFO] [stdout] 59 |                   lhs: L,
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 60 |                   rhs: R,
[INFO] [stdout]    |                   ^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/expr/arith.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | / define_binary_operator! {
[INFO] [stdout] 22 | |     mul,
[INFO] [stdout] 23 | |     /// Represents `core::ops::Mul`
[INFO] [stdout] 24 | |     Mul,
[INFO] [stdout]    | |     --- fields in this struct
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |     core::ops::Mul,
[INFO] [stdout] 28 | | }
[INFO] [stdout]    | | -
[INFO] [stdout]    | |_|
[INFO] [stdout]    | |_in this macro invocation
[INFO] [stdout]    |   in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Mul` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: this warning originates in the macro `define_binary_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `lhs` and `rhs` are never read
[INFO] [stdout]   --> src/expr/macros.rs:59:17
[INFO] [stdout]    |
[INFO] [stdout] 59 |                   lhs: L,
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 60 |                   rhs: R,
[INFO] [stdout]    |                   ^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/expr/arith.rs:30:1
[INFO] [stdout]    |
[INFO] [stdout] 30 | / define_binary_operator! {
[INFO] [stdout] 31 | |     div,
[INFO] [stdout] 32 | |     /// Represents `core::ops::Div`
[INFO] [stdout] 33 | |     Div,
[INFO] [stdout]    | |     --- fields in this struct
[INFO] [stdout] ...  |
[INFO] [stdout] 36 | |     core::ops::Div,
[INFO] [stdout] 37 | | }
[INFO] [stdout]    | | -
[INFO] [stdout]    | |_|
[INFO] [stdout]    | |_in this macro invocation
[INFO] [stdout]    |   in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Div` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: this warning originates in the macro `define_binary_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `lhs` and `rhs` are never read
[INFO] [stdout]   --> src/expr/macros.rs:59:17
[INFO] [stdout]    |
[INFO] [stdout] 59 |                   lhs: L,
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 60 |                   rhs: R,
[INFO] [stdout]    |                   ^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/expr/arith.rs:39:1
[INFO] [stdout]    |
[INFO] [stdout] 39 | / define_binary_operator! {
[INFO] [stdout] 40 | |     rem,
[INFO] [stdout] 41 | |     /// Represents `core::ops::Rem`
[INFO] [stdout] 42 | |     Rem,
[INFO] [stdout]    | |     --- fields in this struct
[INFO] [stdout] ...  |
[INFO] [stdout] 45 | |     core::ops::Rem,
[INFO] [stdout] 46 | | }
[INFO] [stdout]    | | -
[INFO] [stdout]    | |_|
[INFO] [stdout]    | |_in this macro invocation
[INFO] [stdout]    |   in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Rem` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: this warning originates in the macro `define_binary_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `lhs` and `rhs` are never read
[INFO] [stdout]   --> src/expr/macros.rs:59:17
[INFO] [stdout]    |
[INFO] [stdout] 59 |                   lhs: L,
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 60 |                   rhs: R,
[INFO] [stdout]    |                   ^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/expr/bit.rs:12:1
[INFO] [stdout]    |
[INFO] [stdout] 12 | / define_binary_operator! {
[INFO] [stdout] 13 | |     bitand,
[INFO] [stdout] 14 | |     /// Represents `core::ops::BitAnd`
[INFO] [stdout] 15 | |     BitAnd,
[INFO] [stdout]    | |     ------ fields in this struct
[INFO] [stdout] ...  |
[INFO] [stdout] 18 | |     core::ops::BitAnd,
[INFO] [stdout] 19 | | }
[INFO] [stdout]    | | -
[INFO] [stdout]    | |_|
[INFO] [stdout]    | |_in this macro invocation
[INFO] [stdout]    |   in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BitAnd` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: this warning originates in the macro `define_binary_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `lhs` and `rhs` are never read
[INFO] [stdout]   --> src/expr/macros.rs:59:17
[INFO] [stdout]    |
[INFO] [stdout] 59 |                   lhs: L,
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 60 |                   rhs: R,
[INFO] [stdout]    |                   ^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/expr/bit.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | / define_binary_operator! {
[INFO] [stdout] 22 | |     bitor,
[INFO] [stdout] 23 | |     /// Represents `core::ops::BitOr`
[INFO] [stdout] 24 | |     BitOr,
[INFO] [stdout]    | |     ----- fields in this struct
[INFO] [stdout] ...  |
[INFO] [stdout] 27 | |     core::ops::BitOr,
[INFO] [stdout] 28 | | }
[INFO] [stdout]    | | -
[INFO] [stdout]    | |_|
[INFO] [stdout]    | |_in this macro invocation
[INFO] [stdout]    |   in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BitOr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: this warning originates in the macro `define_binary_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `lhs` and `rhs` are never read
[INFO] [stdout]   --> src/expr/macros.rs:59:17
[INFO] [stdout]    |
[INFO] [stdout] 59 |                   lhs: L,
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 60 |                   rhs: R,
[INFO] [stdout]    |                   ^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/expr/bit.rs:30:1
[INFO] [stdout]    |
[INFO] [stdout] 30 | / define_binary_operator! {
[INFO] [stdout] 31 | |     bitxor,
[INFO] [stdout] 32 | |     /// Represents `core::ops::BitXor`
[INFO] [stdout] 33 | |     BitXor,
[INFO] [stdout]    | |     ------ fields in this struct
[INFO] [stdout] ...  |
[INFO] [stdout] 36 | |     core::ops::BitXor,
[INFO] [stdout] 37 | | }
[INFO] [stdout]    | | -
[INFO] [stdout]    | |_|
[INFO] [stdout]    | |_in this macro invocation
[INFO] [stdout]    |   in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `BitXor` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: this warning originates in the macro `define_binary_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `lhs` and `rhs` are never read
[INFO] [stdout]   --> src/expr/macros.rs:59:17
[INFO] [stdout]    |
[INFO] [stdout] 59 |                   lhs: L,
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 60 |                   rhs: R,
[INFO] [stdout]    |                   ^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/expr/bit.rs:39:1
[INFO] [stdout]    |
[INFO] [stdout] 39 | / define_binary_operator! {
[INFO] [stdout] 40 | |     shl,
[INFO] [stdout] 41 | |     /// Represents `core::ops::Shl`
[INFO] [stdout] 42 | |     Shl,
[INFO] [stdout]    | |     --- fields in this struct
[INFO] [stdout] ...  |
[INFO] [stdout] 45 | |     core::ops::Shl,
[INFO] [stdout] 46 | | }
[INFO] [stdout]    | | -
[INFO] [stdout]    | |_|
[INFO] [stdout]    | |_in this macro invocation
[INFO] [stdout]    |   in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Shl` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: this warning originates in the macro `define_binary_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `lhs` and `rhs` are never read
[INFO] [stdout]   --> src/expr/macros.rs:59:17
[INFO] [stdout]    |
[INFO] [stdout] 59 |                   lhs: L,
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 60 |                   rhs: R,
[INFO] [stdout]    |                   ^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/expr/bit.rs:48:1
[INFO] [stdout]    |
[INFO] [stdout] 48 | / define_binary_operator! {
[INFO] [stdout] 49 | |     shr,
[INFO] [stdout] 50 | |     /// Represents `core::ops::Shr`
[INFO] [stdout] 51 | |     Shr,
[INFO] [stdout]    | |     --- fields in this struct
[INFO] [stdout] ...  |
[INFO] [stdout] 54 | |     core::ops::Shr,
[INFO] [stdout] 55 | | }
[INFO] [stdout]    | | -
[INFO] [stdout]    | |_|
[INFO] [stdout]    | |_in this macro invocation
[INFO] [stdout]    |   in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Shr` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: this warning originates in the macro `define_binary_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `lhs` and `rhs` are never read
[INFO] [stdout]   --> src/expr/macros.rs:59:17
[INFO] [stdout]    |
[INFO] [stdout] 59 |                   lhs: L,
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 60 |                   rhs: R,
[INFO] [stdout]    |                   ^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/expr/cmp.rs:80:1
[INFO] [stdout]    |
[INFO] [stdout] 80 | / define_binary_operator! {
[INFO] [stdout] 81 | |     cmp,
[INFO] [stdout] 82 | |     /// Represents `std::cmp::Ord::cmp`
[INFO] [stdout] 83 | |     Cmp,
[INFO] [stdout]    | |     --- fields in this struct
[INFO] [stdout] ...  |
[INFO] [stdout] 86 | |     typenum::Cmp,
[INFO] [stdout] 87 | | }
[INFO] [stdout]    | | -
[INFO] [stdout]    | |_|
[INFO] [stdout]    | |_in this macro invocation
[INFO] [stdout]    |   in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Cmp` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: this warning originates in the macro `define_binary_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `lhs` and `rhs` are never read
[INFO] [stdout]   --> src/expr/macros.rs:59:17
[INFO] [stdout]    |
[INFO] [stdout] 59 |                   lhs: L,
[INFO] [stdout]    |                   ^^^
[INFO] [stdout] 60 |                   rhs: R,
[INFO] [stdout]    |                   ^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/expr/cmp.rs:89:1
[INFO] [stdout]    |
[INFO] [stdout] 89 | / define_binary_operator! {
[INFO] [stdout] 90 | |     eq,
[INFO] [stdout] 91 | |     /// Represents `std::cmp::PartialEq::eq`
[INFO] [stdout] 92 | |     Eq,
[INFO] [stdout]    | |     -- fields in this struct
[INFO] [stdout] ...  |
[INFO] [stdout] 95 | |     typenum::IsEqual,
[INFO] [stdout] 96 | | }
[INFO] [stdout]    | | -
[INFO] [stdout]    | |_|
[INFO] [stdout]    | |_in this macro invocation
[INFO] [stdout]    |   in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Eq` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: this warning originates in the macro `define_binary_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `lhs` and `rhs` are never read
[INFO] [stdout]    --> src/expr/macros.rs:59:17
[INFO] [stdout]     |
[INFO] [stdout] 59  |                   lhs: L,
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 60  |                   rhs: R,
[INFO] [stdout]     |                   ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/expr/cmp.rs:98:1
[INFO] [stdout]     |
[INFO] [stdout] 98  | / define_binary_operator! {
[INFO] [stdout] 99  | |     ne,
[INFO] [stdout] 100 | |     /// Represents `std::cmp::PartialEq::ne`
[INFO] [stdout] 101 | |     Ne,
[INFO] [stdout]     | |     -- fields in this struct
[INFO] [stdout] ...   |
[INFO] [stdout] 104 | |     typenum::IsNotEqual,
[INFO] [stdout] 105 | | }
[INFO] [stdout]     | | -
[INFO] [stdout]     | |_|
[INFO] [stdout]     | |_in this macro invocation
[INFO] [stdout]     |   in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Ne` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: this warning originates in the macro `define_binary_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `lhs` and `rhs` are never read
[INFO] [stdout]    --> src/expr/macros.rs:59:17
[INFO] [stdout]     |
[INFO] [stdout] 59  |                   lhs: L,
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 60  |                   rhs: R,
[INFO] [stdout]     |                   ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/expr/cmp.rs:107:1
[INFO] [stdout]     |
[INFO] [stdout] 107 | / define_binary_operator! {
[INFO] [stdout] 108 | |     gt,
[INFO] [stdout] 109 | |     /// Represents `std::cmp::PartialOrd::gt`
[INFO] [stdout] 110 | |     Gt,
[INFO] [stdout]     | |     -- fields in this struct
[INFO] [stdout] ...   |
[INFO] [stdout] 113 | |     typenum::IsGreater,
[INFO] [stdout] 114 | | }
[INFO] [stdout]     | | -
[INFO] [stdout]     | |_|
[INFO] [stdout]     | |_in this macro invocation
[INFO] [stdout]     |   in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Gt` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: this warning originates in the macro `define_binary_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `lhs` and `rhs` are never read
[INFO] [stdout]    --> src/expr/macros.rs:59:17
[INFO] [stdout]     |
[INFO] [stdout] 59  |                   lhs: L,
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 60  |                   rhs: R,
[INFO] [stdout]     |                   ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/expr/cmp.rs:116:1
[INFO] [stdout]     |
[INFO] [stdout] 116 | / define_binary_operator! {
[INFO] [stdout] 117 | |     ge,
[INFO] [stdout] 118 | |     /// Represents `std::cmp::PartialOrd::ge`
[INFO] [stdout] 119 | |     Ge,
[INFO] [stdout]     | |     -- fields in this struct
[INFO] [stdout] ...   |
[INFO] [stdout] 122 | |     typenum::IsGreaterOrEqual,
[INFO] [stdout] 123 | | }
[INFO] [stdout]     | | -
[INFO] [stdout]     | |_|
[INFO] [stdout]     | |_in this macro invocation
[INFO] [stdout]     |   in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Ge` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: this warning originates in the macro `define_binary_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `lhs` and `rhs` are never read
[INFO] [stdout]    --> src/expr/macros.rs:59:17
[INFO] [stdout]     |
[INFO] [stdout] 59  |                   lhs: L,
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 60  |                   rhs: R,
[INFO] [stdout]     |                   ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/expr/cmp.rs:125:1
[INFO] [stdout]     |
[INFO] [stdout] 125 | / define_binary_operator! {
[INFO] [stdout] 126 | |     lt,
[INFO] [stdout] 127 | |     /// Represents `std::cmp::PartialOrd::lt`
[INFO] [stdout] 128 | |     Lt,
[INFO] [stdout]     | |     -- fields in this struct
[INFO] [stdout] ...   |
[INFO] [stdout] 131 | |     typenum::IsLess,
[INFO] [stdout] 132 | | }
[INFO] [stdout]     | | -
[INFO] [stdout]     | |_|
[INFO] [stdout]     | |_in this macro invocation
[INFO] [stdout]     |   in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Lt` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: this warning originates in the macro `define_binary_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `lhs` and `rhs` are never read
[INFO] [stdout]    --> src/expr/macros.rs:59:17
[INFO] [stdout]     |
[INFO] [stdout] 59  |                   lhs: L,
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 60  |                   rhs: R,
[INFO] [stdout]     |                   ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/expr/cmp.rs:134:1
[INFO] [stdout]     |
[INFO] [stdout] 134 | / define_binary_operator! {
[INFO] [stdout] 135 | |     le,
[INFO] [stdout] 136 | |     /// Represents `std::cmp::PartialOrd::le`
[INFO] [stdout] 137 | |     Le,
[INFO] [stdout]     | |     -- fields in this struct
[INFO] [stdout] ...   |
[INFO] [stdout] 140 | |     typenum::IsLessOrEqual,
[INFO] [stdout] 141 | | }
[INFO] [stdout]     | | -
[INFO] [stdout]     | |_|
[INFO] [stdout]     | |_in this macro invocation
[INFO] [stdout]     |   in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Le` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: this warning originates in the macro `define_binary_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `lhs` and `rhs` are never read
[INFO] [stdout]    --> src/expr/macros.rs:59:17
[INFO] [stdout]     |
[INFO] [stdout] 59  |                   lhs: L,
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 60  |                   rhs: R,
[INFO] [stdout]     |                   ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/expr/cmp.rs:143:1
[INFO] [stdout]     |
[INFO] [stdout] 143 | / define_binary_operator! {
[INFO] [stdout] 144 | |     max,
[INFO] [stdout] 145 | |     /// Represents `std::cmp::Ord::max`
[INFO] [stdout] 146 | |     Max,
[INFO] [stdout]     | |     --- fields in this struct
[INFO] [stdout] ...   |
[INFO] [stdout] 149 | |     typenum::Max,
[INFO] [stdout] 150 | | }
[INFO] [stdout]     | | -
[INFO] [stdout]     | |_|
[INFO] [stdout]     | |_in this macro invocation
[INFO] [stdout]     |   in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Max` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: this warning originates in the macro `define_binary_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `lhs` and `rhs` are never read
[INFO] [stdout]    --> src/expr/macros.rs:59:17
[INFO] [stdout]     |
[INFO] [stdout] 59  |                   lhs: L,
[INFO] [stdout]     |                   ^^^
[INFO] [stdout] 60  |                   rhs: R,
[INFO] [stdout]     |                   ^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/expr/cmp.rs:152:1
[INFO] [stdout]     |
[INFO] [stdout] 152 | / define_binary_operator! {
[INFO] [stdout] 153 | |     min,
[INFO] [stdout] 154 | |     /// Represents `std::cmp::Ord::min`
[INFO] [stdout] 155 | |     Min,
[INFO] [stdout]     | |     --- fields in this struct
[INFO] [stdout] ...   |
[INFO] [stdout] 158 | |     typenum::Min,
[INFO] [stdout] 159 | | }
[INFO] [stdout]     | | -
[INFO] [stdout]     | |_|
[INFO] [stdout]     | |_in this macro invocation
[INFO] [stdout]     |   in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: `Min` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: this warning originates in the macro `define_binary_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 20 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 5.44s
[INFO] running `Command { std: "docker" "inspect" "288b2593220abe26becf852acdc25b66c2a831a2993d969dbef7c4f4b501fd14", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "288b2593220abe26becf852acdc25b66c2a831a2993d969dbef7c4f4b501fd14", kill_on_drop: false }`
[INFO] [stdout] 288b2593220abe26becf852acdc25b66c2a831a2993d969dbef7c4f4b501fd14
