[INFO] fetching crate boundnum 0.1.1... [INFO] checking boundnum-0.1.1 against try#8de4b308b608cded0ebccf658a0fc719bce87d4e for pr-89056 [INFO] extracting crate boundnum 0.1.1 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate boundnum 0.1.1 on toolchain 8de4b308b608cded0ebccf658a0fc719bce87d4e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8de4b308b608cded0ebccf658a0fc719bce87d4e" "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-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8de4b308b608cded0ebccf658a0fc719bce87d4e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8de4b308b608cded0ebccf658a0fc719bce87d4e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded impls v1.0.3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+8de4b308b608cded0ebccf658a0fc719bce87d4e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5a5695d8a2bdf2f314d85215149a2550eea81dbeae403dda92ab1da3ecbf2faa [INFO] running `Command { std: "docker" "start" "-a" "5a5695d8a2bdf2f314d85215149a2550eea81dbeae403dda92ab1da3ecbf2faa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5a5695d8a2bdf2f314d85215149a2550eea81dbeae403dda92ab1da3ecbf2faa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5a5695d8a2bdf2f314d85215149a2550eea81dbeae403dda92ab1da3ecbf2faa", kill_on_drop: false }` [INFO] [stdout] 5a5695d8a2bdf2f314d85215149a2550eea81dbeae403dda92ab1da3ecbf2faa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+8de4b308b608cded0ebccf658a0fc719bce87d4e" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fe3b190b3226ae242f1ba63182ef09932e66259c2dc8a76cb98a180d0bad7f55 [INFO] running `Command { std: "docker" "start" "-a" "fe3b190b3226ae242f1ba63182ef09932e66259c2dc8a76cb98a180d0bad7f55", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.76 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling typenum v1.14.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 is never read: `lhs` [INFO] [stdout] --> src/expr/macros.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | lhs: L, [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] ... | [INFO] [stdout] 9 | | core::ops::Add, [INFO] [stdout] 10 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [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: field is never read: `rhs` [INFO] [stdout] --> src/expr/macros.rs:60:17 [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] ... | [INFO] [stdout] 9 | | core::ops::Add, [INFO] [stdout] 10 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `lhs` [INFO] [stdout] --> src/expr/macros.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | lhs: L, [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] ... | [INFO] [stdout] 18 | | core::ops::Sub, [INFO] [stdout] 19 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `rhs` [INFO] [stdout] --> src/expr/macros.rs:60:17 [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] ... | [INFO] [stdout] 18 | | core::ops::Sub, [INFO] [stdout] 19 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `lhs` [INFO] [stdout] --> src/expr/macros.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | lhs: L, [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] ... | [INFO] [stdout] 27 | | core::ops::Mul, [INFO] [stdout] 28 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `rhs` [INFO] [stdout] --> src/expr/macros.rs:60:17 [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] ... | [INFO] [stdout] 27 | | core::ops::Mul, [INFO] [stdout] 28 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `lhs` [INFO] [stdout] --> src/expr/macros.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | lhs: L, [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] ... | [INFO] [stdout] 36 | | core::ops::Div, [INFO] [stdout] 37 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `rhs` [INFO] [stdout] --> src/expr/macros.rs:60:17 [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] ... | [INFO] [stdout] 36 | | core::ops::Div, [INFO] [stdout] 37 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `lhs` [INFO] [stdout] --> src/expr/macros.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | lhs: L, [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] ... | [INFO] [stdout] 45 | | core::ops::Rem, [INFO] [stdout] 46 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `rhs` [INFO] [stdout] --> src/expr/macros.rs:60:17 [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] ... | [INFO] [stdout] 45 | | core::ops::Rem, [INFO] [stdout] 46 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `lhs` [INFO] [stdout] --> src/expr/macros.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | lhs: L, [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] ... | [INFO] [stdout] 18 | | core::ops::BitAnd, [INFO] [stdout] 19 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `rhs` [INFO] [stdout] --> src/expr/macros.rs:60:17 [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] ... | [INFO] [stdout] 18 | | core::ops::BitAnd, [INFO] [stdout] 19 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `lhs` [INFO] [stdout] --> src/expr/macros.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | lhs: L, [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] ... | [INFO] [stdout] 27 | | core::ops::BitOr, [INFO] [stdout] 28 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `rhs` [INFO] [stdout] --> src/expr/macros.rs:60:17 [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] ... | [INFO] [stdout] 27 | | core::ops::BitOr, [INFO] [stdout] 28 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `lhs` [INFO] [stdout] --> src/expr/macros.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | lhs: L, [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] ... | [INFO] [stdout] 36 | | core::ops::BitXor, [INFO] [stdout] 37 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `rhs` [INFO] [stdout] --> src/expr/macros.rs:60:17 [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] ... | [INFO] [stdout] 36 | | core::ops::BitXor, [INFO] [stdout] 37 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `lhs` [INFO] [stdout] --> src/expr/macros.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | lhs: L, [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] ... | [INFO] [stdout] 45 | | core::ops::Shl, [INFO] [stdout] 46 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `rhs` [INFO] [stdout] --> src/expr/macros.rs:60:17 [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] ... | [INFO] [stdout] 45 | | core::ops::Shl, [INFO] [stdout] 46 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `lhs` [INFO] [stdout] --> src/expr/macros.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | lhs: L, [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] ... | [INFO] [stdout] 54 | | core::ops::Shr, [INFO] [stdout] 55 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `rhs` [INFO] [stdout] --> src/expr/macros.rs:60:17 [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] ... | [INFO] [stdout] 54 | | core::ops::Shr, [INFO] [stdout] 55 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `lhs` [INFO] [stdout] --> src/expr/macros.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | lhs: L, [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] ... | [INFO] [stdout] 86 | | typenum::Cmp, [INFO] [stdout] 87 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `rhs` [INFO] [stdout] --> src/expr/macros.rs:60:17 [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] ... | [INFO] [stdout] 86 | | typenum::Cmp, [INFO] [stdout] 87 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `lhs` [INFO] [stdout] --> src/expr/macros.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | lhs: L, [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] ... | [INFO] [stdout] 95 | | typenum::IsEqual, [INFO] [stdout] 96 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `rhs` [INFO] [stdout] --> src/expr/macros.rs:60:17 [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] ... | [INFO] [stdout] 95 | | typenum::IsEqual, [INFO] [stdout] 96 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `lhs` [INFO] [stdout] --> src/expr/macros.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | lhs: L, [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] ... | [INFO] [stdout] 104 | | typenum::IsNotEqual, [INFO] [stdout] 105 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `rhs` [INFO] [stdout] --> src/expr/macros.rs:60:17 [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] ... | [INFO] [stdout] 104 | | typenum::IsNotEqual, [INFO] [stdout] 105 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `lhs` [INFO] [stdout] --> src/expr/macros.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | lhs: L, [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] ... | [INFO] [stdout] 113 | | typenum::IsGreater, [INFO] [stdout] 114 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `rhs` [INFO] [stdout] --> src/expr/macros.rs:60:17 [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] ... | [INFO] [stdout] 113 | | typenum::IsGreater, [INFO] [stdout] 114 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `lhs` [INFO] [stdout] --> src/expr/macros.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | lhs: L, [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] ... | [INFO] [stdout] 122 | | typenum::IsGreaterOrEqual, [INFO] [stdout] 123 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `rhs` [INFO] [stdout] --> src/expr/macros.rs:60:17 [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] ... | [INFO] [stdout] 122 | | typenum::IsGreaterOrEqual, [INFO] [stdout] 123 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `lhs` [INFO] [stdout] --> src/expr/macros.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | lhs: L, [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] ... | [INFO] [stdout] 131 | | typenum::IsLess, [INFO] [stdout] 132 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `rhs` [INFO] [stdout] --> src/expr/macros.rs:60:17 [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] ... | [INFO] [stdout] 131 | | typenum::IsLess, [INFO] [stdout] 132 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `lhs` [INFO] [stdout] --> src/expr/macros.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | lhs: L, [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] ... | [INFO] [stdout] 140 | | typenum::IsLessOrEqual, [INFO] [stdout] 141 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `rhs` [INFO] [stdout] --> src/expr/macros.rs:60:17 [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] ... | [INFO] [stdout] 140 | | typenum::IsLessOrEqual, [INFO] [stdout] 141 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `lhs` [INFO] [stdout] --> src/expr/macros.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | lhs: L, [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] ... | [INFO] [stdout] 149 | | typenum::Max, [INFO] [stdout] 150 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `rhs` [INFO] [stdout] --> src/expr/macros.rs:60:17 [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] ... | [INFO] [stdout] 149 | | typenum::Max, [INFO] [stdout] 150 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `lhs` [INFO] [stdout] --> src/expr/macros.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | lhs: L, [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] ... | [INFO] [stdout] 158 | | typenum::Min, [INFO] [stdout] 159 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `rhs` [INFO] [stdout] --> src/expr/macros.rs:60:17 [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] ... | [INFO] [stdout] 158 | | typenum::Min, [INFO] [stdout] 159 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `bound` [INFO] [stdout] --> src/lib.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | bound: B, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 39 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `lhs` [INFO] [stdout] --> src/expr/macros.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | lhs: L, [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] ... | [INFO] [stdout] 9 | | core::ops::Add, [INFO] [stdout] 10 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [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: field is never read: `rhs` [INFO] [stdout] --> src/expr/macros.rs:60:17 [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] ... | [INFO] [stdout] 9 | | core::ops::Add, [INFO] [stdout] 10 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `lhs` [INFO] [stdout] --> src/expr/macros.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | lhs: L, [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] ... | [INFO] [stdout] 18 | | core::ops::Sub, [INFO] [stdout] 19 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `rhs` [INFO] [stdout] --> src/expr/macros.rs:60:17 [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] ... | [INFO] [stdout] 18 | | core::ops::Sub, [INFO] [stdout] 19 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `lhs` [INFO] [stdout] --> src/expr/macros.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | lhs: L, [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] ... | [INFO] [stdout] 27 | | core::ops::Mul, [INFO] [stdout] 28 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `rhs` [INFO] [stdout] --> src/expr/macros.rs:60:17 [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] ... | [INFO] [stdout] 27 | | core::ops::Mul, [INFO] [stdout] 28 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `lhs` [INFO] [stdout] --> src/expr/macros.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | lhs: L, [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] ... | [INFO] [stdout] 36 | | core::ops::Div, [INFO] [stdout] 37 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `rhs` [INFO] [stdout] --> src/expr/macros.rs:60:17 [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] ... | [INFO] [stdout] 36 | | core::ops::Div, [INFO] [stdout] 37 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `lhs` [INFO] [stdout] --> src/expr/macros.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | lhs: L, [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] ... | [INFO] [stdout] 45 | | core::ops::Rem, [INFO] [stdout] 46 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `rhs` [INFO] [stdout] --> src/expr/macros.rs:60:17 [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] ... | [INFO] [stdout] 45 | | core::ops::Rem, [INFO] [stdout] 46 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `lhs` [INFO] [stdout] --> src/expr/macros.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | lhs: L, [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] ... | [INFO] [stdout] 18 | | core::ops::BitAnd, [INFO] [stdout] 19 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `rhs` [INFO] [stdout] --> src/expr/macros.rs:60:17 [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] ... | [INFO] [stdout] 18 | | core::ops::BitAnd, [INFO] [stdout] 19 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `lhs` [INFO] [stdout] --> src/expr/macros.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | lhs: L, [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] ... | [INFO] [stdout] 27 | | core::ops::BitOr, [INFO] [stdout] 28 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `rhs` [INFO] [stdout] --> src/expr/macros.rs:60:17 [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] ... | [INFO] [stdout] 27 | | core::ops::BitOr, [INFO] [stdout] 28 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `lhs` [INFO] [stdout] --> src/expr/macros.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | lhs: L, [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] ... | [INFO] [stdout] 36 | | core::ops::BitXor, [INFO] [stdout] 37 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `rhs` [INFO] [stdout] --> src/expr/macros.rs:60:17 [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] ... | [INFO] [stdout] 36 | | core::ops::BitXor, [INFO] [stdout] 37 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `lhs` [INFO] [stdout] --> src/expr/macros.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | lhs: L, [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] ... | [INFO] [stdout] 45 | | core::ops::Shl, [INFO] [stdout] 46 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `rhs` [INFO] [stdout] --> src/expr/macros.rs:60:17 [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] ... | [INFO] [stdout] 45 | | core::ops::Shl, [INFO] [stdout] 46 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `lhs` [INFO] [stdout] --> src/expr/macros.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | lhs: L, [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] ... | [INFO] [stdout] 54 | | core::ops::Shr, [INFO] [stdout] 55 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `rhs` [INFO] [stdout] --> src/expr/macros.rs:60:17 [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] ... | [INFO] [stdout] 54 | | core::ops::Shr, [INFO] [stdout] 55 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `lhs` [INFO] [stdout] --> src/expr/macros.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | lhs: L, [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] ... | [INFO] [stdout] 86 | | typenum::Cmp, [INFO] [stdout] 87 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `rhs` [INFO] [stdout] --> src/expr/macros.rs:60:17 [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] ... | [INFO] [stdout] 86 | | typenum::Cmp, [INFO] [stdout] 87 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `lhs` [INFO] [stdout] --> src/expr/macros.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | lhs: L, [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] ... | [INFO] [stdout] 95 | | typenum::IsEqual, [INFO] [stdout] 96 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `rhs` [INFO] [stdout] --> src/expr/macros.rs:60:17 [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] ... | [INFO] [stdout] 95 | | typenum::IsEqual, [INFO] [stdout] 96 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `lhs` [INFO] [stdout] --> src/expr/macros.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | lhs: L, [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] ... | [INFO] [stdout] 104 | | typenum::IsNotEqual, [INFO] [stdout] 105 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `rhs` [INFO] [stdout] --> src/expr/macros.rs:60:17 [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] ... | [INFO] [stdout] 104 | | typenum::IsNotEqual, [INFO] [stdout] 105 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `lhs` [INFO] [stdout] --> src/expr/macros.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | lhs: L, [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] ... | [INFO] [stdout] 113 | | typenum::IsGreater, [INFO] [stdout] 114 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `rhs` [INFO] [stdout] --> src/expr/macros.rs:60:17 [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] ... | [INFO] [stdout] 113 | | typenum::IsGreater, [INFO] [stdout] 114 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `lhs` [INFO] [stdout] --> src/expr/macros.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | lhs: L, [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] ... | [INFO] [stdout] 122 | | typenum::IsGreaterOrEqual, [INFO] [stdout] 123 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `rhs` [INFO] [stdout] --> src/expr/macros.rs:60:17 [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] ... | [INFO] [stdout] 122 | | typenum::IsGreaterOrEqual, [INFO] [stdout] 123 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `lhs` [INFO] [stdout] --> src/expr/macros.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | lhs: L, [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] ... | [INFO] [stdout] 131 | | typenum::IsLess, [INFO] [stdout] 132 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `rhs` [INFO] [stdout] --> src/expr/macros.rs:60:17 [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] ... | [INFO] [stdout] 131 | | typenum::IsLess, [INFO] [stdout] 132 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `lhs` [INFO] [stdout] --> src/expr/macros.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | lhs: L, [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] ... | [INFO] [stdout] 140 | | typenum::IsLessOrEqual, [INFO] [stdout] 141 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `rhs` [INFO] [stdout] --> src/expr/macros.rs:60:17 [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] ... | [INFO] [stdout] 140 | | typenum::IsLessOrEqual, [INFO] [stdout] 141 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `lhs` [INFO] [stdout] --> src/expr/macros.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | lhs: L, [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] ... | [INFO] [stdout] 149 | | typenum::Max, [INFO] [stdout] 150 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `rhs` [INFO] [stdout] --> src/expr/macros.rs:60:17 [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] ... | [INFO] [stdout] 149 | | typenum::Max, [INFO] [stdout] 150 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `lhs` [INFO] [stdout] --> src/expr/macros.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 59 | lhs: L, [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] ... | [INFO] [stdout] 158 | | typenum::Min, [INFO] [stdout] 159 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `rhs` [INFO] [stdout] --> src/expr/macros.rs:60:17 [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] ... | [INFO] [stdout] 158 | | typenum::Min, [INFO] [stdout] 159 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [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: field is never read: `bound` [INFO] [stdout] --> src/lib.rs:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | bound: B, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 39 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.53s [INFO] running `Command { std: "docker" "inspect" "fe3b190b3226ae242f1ba63182ef09932e66259c2dc8a76cb98a180d0bad7f55", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fe3b190b3226ae242f1ba63182ef09932e66259c2dc8a76cb98a180d0bad7f55", kill_on_drop: false }` [INFO] [stdout] fe3b190b3226ae242f1ba63182ef09932e66259c2dc8a76cb98a180d0bad7f55