[INFO] fetching crate dxpr 0.2.3...
[INFO] checking dxpr-0.2.3 against master#5518eaa946291f00471af8b254b2a1715f234882 for pr-120393
[INFO] extracting crate dxpr 0.2.3 into /workspace/builds/worker-3-tc1/source
[INFO] validating manifest of crates.io crate dxpr 0.2.3 on toolchain 5518eaa946291f00471af8b254b2a1715f234882
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-3-tc1/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-3-tc1/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate dxpr 0.2.3
[INFO] finished tweaking crates.io crate dxpr 0.2.3
[INFO] tweaked toml for crates.io crate dxpr 0.2.3 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9d1fb3c8b1ae822e6a84fbd59bc833255cfbed4664db7699c168560815af16ee
[INFO] running `Command { std: "docker" "start" "-a" "9d1fb3c8b1ae822e6a84fbd59bc833255cfbed4664db7699c168560815af16ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9d1fb3c8b1ae822e6a84fbd59bc833255cfbed4664db7699c168560815af16ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9d1fb3c8b1ae822e6a84fbd59bc833255cfbed4664db7699c168560815af16ee", kill_on_drop: false }`
[INFO] [stdout] 9d1fb3c8b1ae822e6a84fbd59bc833255cfbed4664db7699c168560815af16ee
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+5518eaa946291f00471af8b254b2a1715f234882" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 075e71f38b7025848be9b15baad1888e79435d61455a5a32ee1dafc91e1a0a69
[INFO] running `Command { std: "docker" "start" "-a" "075e71f38b7025848be9b15baad1888e79435d61455a5a32ee1dafc91e1a0a69", kill_on_drop: false }`
[INFO] [stderr]     Checking dxpr v0.2.3 (/opt/rustwide/workdir)
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/eval.rs:107:49
[INFO] [stdout]     |
[INFO] [stdout] 107 |                 pub struct $existing_fn<$($arg: ~const Eval<Evaluated = $t>),+> { $($arg: $crate::expr::Expr<$arg>),+ }
[INFO] [stdout]     |                                                 ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | op_from_fn!(shit(a: i32, b: i32) -> i32);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `op_from_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/eval.rs:108:30
[INFO] [stdout]     |
[INFO] [stdout] 108 |                 impl<$($arg: ~const Eval<Evaluated = $t>),+> $existing_fn<$($arg),+> {
[INFO] [stdout]     |                              ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | op_from_fn!(shit(a: i32, b: i32) -> i32);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: inherent impls cannot have `~const` trait bounds
[INFO] [stdout]    --> src/eval.rs:108:17
[INFO] [stdout]     |
[INFO] [stdout] 108 | /                 impl<$($arg: ~const Eval<Evaluated = $t>),+> $existing_fn<$($arg),+> {
[INFO] [stdout] 109 | |                     #[inline(always)]
[INFO] [stdout] 110 | |                     pub const fn new($($arg: $crate::expr::Expr<$arg>),+) -> Self {
[INFO] [stdout] 111 | |                         Self { $($arg),+ }
[INFO] [stdout] 112 | |                     }
[INFO] [stdout] 113 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 136 |   op_from_fn!(shit(a: i32, b: i32) -> i32);
[INFO] [stdout]     |   ---------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `op_from_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]  --> src/expr.rs:7:20
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct Expr<T: ~const Eval>(pub(crate) T);
[INFO] [stdout]   |                    ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this item cannot have `~const` trait bounds
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]  --> src/expr.rs:7:20
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct Expr<T: ~const Eval>(pub(crate) T);
[INFO] [stdout]   |                    ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]  --> src/expr.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(Debug)]
[INFO] [stdout]   |          ^^^^^
[INFO] [stdout]   = note: this error originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:19:29
[INFO] [stdout]     |
[INFO] [stdout] 19  |         pub struct $Name<T: ~const Eval>(T);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 184 | unary_op!(Neg, neg, "Arithmetic negation (e.g. `-4`).");
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `unary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:19:29
[INFO] [stdout]     |
[INFO] [stdout] 19  |         pub struct $Name<T: ~const Eval>(T);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 184 | unary_op!(Neg, neg, "Arithmetic negation (e.g. `-4`).");
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:17:18
[INFO] [stdout]     |
[INFO] [stdout] 17  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 184 | unary_op!(Neg, neg, "Arithmetic negation (e.g. `-4`).");
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `unary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:19:29
[INFO] [stdout]     |
[INFO] [stdout] 19  |         pub struct $Name<T: ~const Eval>(T);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 185 | unary_op!(Not, not, "Logical negation (e.g. `!true`).");
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `unary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:19:29
[INFO] [stdout]     |
[INFO] [stdout] 19  |         pub struct $Name<T: ~const Eval>(T);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 185 | unary_op!(Not, not, "Logical negation (e.g. `!true`).");
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:17:18
[INFO] [stdout]     |
[INFO] [stdout] 17  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 185 | unary_op!(Not, not, "Logical negation (e.g. `!true`).");
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `unary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 190 | binary_op!(Add, add, "Arithmetic addition (e.g. `a + b`");
[INFO] [stdout]     | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 190 | binary_op!(Add, add, "Arithmetic addition (e.g. `a + b`");
[INFO] [stdout]     | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 190 | binary_op!(Add, add, "Arithmetic addition (e.g. `a + b`");
[INFO] [stdout]     | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 190 | binary_op!(Add, add, "Arithmetic addition (e.g. `a + b`");
[INFO] [stdout]     | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 190 | binary_op!(Add, add, "Arithmetic addition (e.g. `a + b`");
[INFO] [stdout]     | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 190 | binary_op!(Add, add, "Arithmetic addition (e.g. `a + b`");
[INFO] [stdout]     | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 | binary_op!(BitAnd, bitand, "Bitwise conjunction (e.g. `a & b`)");
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 | binary_op!(BitAnd, bitand, "Bitwise conjunction (e.g. `a & b`)");
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 | binary_op!(BitAnd, bitand, "Bitwise conjunction (e.g. `a & b`)");
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 | binary_op!(BitAnd, bitand, "Bitwise conjunction (e.g. `a & b`)");
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 | binary_op!(BitAnd, bitand, "Bitwise conjunction (e.g. `a & b`)");
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 | binary_op!(BitAnd, bitand, "Bitwise conjunction (e.g. `a & b`)");
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/eval.rs:107:49
[INFO] [stdout]     |
[INFO] [stdout] 107 |                 pub struct $existing_fn<$($arg: ~const Eval<Evaluated = $t>),+> { $($arg: $crate::expr::Expr<$arg>),+ }
[INFO] [stdout]     |                                                 ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | op_from_fn!(shit(a: i32, b: i32) -> i32);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `op_from_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 | binary_op!(BitOr, bitor, "Bitwise inclusive-or (e.g. `a | b`)");
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 | binary_op!(BitOr, bitor, "Bitwise inclusive-or (e.g. `a | b`)");
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/eval.rs:108:30
[INFO] [stdout]     |
[INFO] [stdout] 108 |                 impl<$($arg: ~const Eval<Evaluated = $t>),+> $existing_fn<$($arg),+> {
[INFO] [stdout]     |                              ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | op_from_fn!(shit(a: i32, b: i32) -> i32);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: inherent impls cannot have `~const` trait bounds
[INFO] [stdout]    --> src/eval.rs:108:17
[INFO] [stdout]     |
[INFO] [stdout] 108 | /                 impl<$($arg: ~const Eval<Evaluated = $t>),+> $existing_fn<$($arg),+> {
[INFO] [stdout] 109 | |                     #[inline(always)]
[INFO] [stdout] 110 | |                     pub const fn new($($arg: $crate::expr::Expr<$arg>),+) -> Self {
[INFO] [stdout] 111 | |                         Self { $($arg),+ }
[INFO] [stdout] 112 | |                     }
[INFO] [stdout] 113 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 136 |   op_from_fn!(shit(a: i32, b: i32) -> i32);
[INFO] [stdout]     |   ---------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `op_from_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]  --> src/expr.rs:7:20
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct Expr<T: ~const Eval>(pub(crate) T);
[INFO] [stdout]   |                    ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this item cannot have `~const` trait bounds
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]  --> src/expr.rs:7:20
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct Expr<T: ~const Eval>(pub(crate) T);
[INFO] [stdout]   |                    ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]  --> src/expr.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(Debug)]
[INFO] [stdout]   |          ^^^^^
[INFO] [stdout]   = note: this error originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 | binary_op!(BitOr, bitor, "Bitwise inclusive-or (e.g. `a | b`)");
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 | binary_op!(BitOr, bitor, "Bitwise inclusive-or (e.g. `a | b`)");
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:19:29
[INFO] [stdout]     |
[INFO] [stdout] 19  |         pub struct $Name<T: ~const Eval>(T);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 184 | unary_op!(Neg, neg, "Arithmetic negation (e.g. `-4`).");
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `unary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 | binary_op!(BitOr, bitor, "Bitwise inclusive-or (e.g. `a | b`)");
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 | binary_op!(BitOr, bitor, "Bitwise inclusive-or (e.g. `a | b`)");
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 | binary_op!(BitXor, bitxor, "Bitwise exclusive-or (e.g. `a ^ b`)");
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:19:29
[INFO] [stdout]     |
[INFO] [stdout] 19  |         pub struct $Name<T: ~const Eval>(T);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 184 | unary_op!(Neg, neg, "Arithmetic negation (e.g. `-4`).");
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:17:18
[INFO] [stdout]     |
[INFO] [stdout] 17  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 184 | unary_op!(Neg, neg, "Arithmetic negation (e.g. `-4`).");
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `unary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 | binary_op!(BitXor, bitxor, "Bitwise exclusive-or (e.g. `a ^ b`)");
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:19:29
[INFO] [stdout]     |
[INFO] [stdout] 19  |         pub struct $Name<T: ~const Eval>(T);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 185 | unary_op!(Not, not, "Logical negation (e.g. `!true`).");
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `unary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 | binary_op!(BitXor, bitxor, "Bitwise exclusive-or (e.g. `a ^ b`)");
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 | binary_op!(BitXor, bitxor, "Bitwise exclusive-or (e.g. `a ^ b`)");
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:19:29
[INFO] [stdout]     |
[INFO] [stdout] 19  |         pub struct $Name<T: ~const Eval>(T);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 185 | unary_op!(Not, not, "Logical negation (e.g. `!true`).");
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:17:18
[INFO] [stdout]     |
[INFO] [stdout] 17  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 185 | unary_op!(Not, not, "Logical negation (e.g. `!true`).");
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `unary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 | binary_op!(BitXor, bitxor, "Bitwise exclusive-or (e.g. `a ^ b`)");
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 | binary_op!(BitXor, bitxor, "Bitwise exclusive-or (e.g. `a ^ b`)");
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 190 | binary_op!(Add, add, "Arithmetic addition (e.g. `a + b`");
[INFO] [stdout]     | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 | binary_op!(Div, div, "Arithmetic division (e.g. `a / b`)"); // TODO: quotient rule
[INFO] [stdout]     | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 190 | binary_op!(Add, add, "Arithmetic addition (e.g. `a + b`");
[INFO] [stdout]     | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 | binary_op!(Div, div, "Arithmetic division (e.g. `a / b`)"); // TODO: quotient rule
[INFO] [stdout]     | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 | binary_op!(Div, div, "Arithmetic division (e.g. `a / b`)"); // TODO: quotient rule
[INFO] [stdout]     | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 | binary_op!(Div, div, "Arithmetic division (e.g. `a / b`)"); // TODO: quotient rule
[INFO] [stdout]     | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 190 | binary_op!(Add, add, "Arithmetic addition (e.g. `a + b`");
[INFO] [stdout]     | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 190 | binary_op!(Add, add, "Arithmetic addition (e.g. `a + b`");
[INFO] [stdout]     | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 | binary_op!(Div, div, "Arithmetic division (e.g. `a / b`)"); // TODO: quotient rule
[INFO] [stdout]     | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 | binary_op!(Div, div, "Arithmetic division (e.g. `a / b`)"); // TODO: quotient rule
[INFO] [stdout]     | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 190 | binary_op!(Add, add, "Arithmetic addition (e.g. `a + b`");
[INFO] [stdout]     | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 190 | binary_op!(Add, add, "Arithmetic addition (e.g. `a + b`");
[INFO] [stdout]     | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 195 | binary_op!(Mul, mul, "Arithmetic multiplication (e.g. `a * b`)"); // TODO: product rule
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 195 | binary_op!(Mul, mul, "Arithmetic multiplication (e.g. `a * b`)"); // TODO: product rule
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 | binary_op!(BitAnd, bitand, "Bitwise conjunction (e.g. `a & b`)");
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 | binary_op!(BitAnd, bitand, "Bitwise conjunction (e.g. `a & b`)");
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 | binary_op!(BitAnd, bitand, "Bitwise conjunction (e.g. `a & b`)");
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 | binary_op!(BitAnd, bitand, "Bitwise conjunction (e.g. `a & b`)");
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 | binary_op!(BitAnd, bitand, "Bitwise conjunction (e.g. `a & b`)");
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 | binary_op!(BitAnd, bitand, "Bitwise conjunction (e.g. `a & b`)");
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 195 | binary_op!(Mul, mul, "Arithmetic multiplication (e.g. `a * b`)"); // TODO: product rule
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 195 | binary_op!(Mul, mul, "Arithmetic multiplication (e.g. `a * b`)"); // TODO: product rule
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 | binary_op!(BitOr, bitor, "Bitwise inclusive-or (e.g. `a | b`)");
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 | binary_op!(BitOr, bitor, "Bitwise inclusive-or (e.g. `a | b`)");
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 195 | binary_op!(Mul, mul, "Arithmetic multiplication (e.g. `a * b`)"); // TODO: product rule
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 195 | binary_op!(Mul, mul, "Arithmetic multiplication (e.g. `a * b`)"); // TODO: product rule
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 196 | binary_op!(Rem, rem, "Arithmetic remainder (e.g. `a % b`)"); //TODO: just the left argument
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 | binary_op!(BitOr, bitor, "Bitwise inclusive-or (e.g. `a | b`)");
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 | binary_op!(BitOr, bitor, "Bitwise inclusive-or (e.g. `a | b`)");
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 196 | binary_op!(Rem, rem, "Arithmetic remainder (e.g. `a % b`)"); //TODO: just the left argument
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 | binary_op!(BitOr, bitor, "Bitwise inclusive-or (e.g. `a | b`)");
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 | binary_op!(BitOr, bitor, "Bitwise inclusive-or (e.g. `a | b`)");
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 196 | binary_op!(Rem, rem, "Arithmetic remainder (e.g. `a % b`)"); //TODO: just the left argument
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 196 | binary_op!(Rem, rem, "Arithmetic remainder (e.g. `a % b`)"); //TODO: just the left argument
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 | binary_op!(BitXor, bitxor, "Bitwise exclusive-or (e.g. `a ^ b`)");
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 | binary_op!(BitXor, bitxor, "Bitwise exclusive-or (e.g. `a ^ b`)");
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 196 | binary_op!(Rem, rem, "Arithmetic remainder (e.g. `a % b`)"); //TODO: just the left argument
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 196 | binary_op!(Rem, rem, "Arithmetic remainder (e.g. `a % b`)"); //TODO: just the left argument
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 197 | binary_op!(Shl, shl, "Arithmetic left-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 | binary_op!(BitXor, bitxor, "Bitwise exclusive-or (e.g. `a ^ b`)");
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 | binary_op!(BitXor, bitxor, "Bitwise exclusive-or (e.g. `a ^ b`)");
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 197 | binary_op!(Shl, shl, "Arithmetic left-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 197 | binary_op!(Shl, shl, "Arithmetic left-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 197 | binary_op!(Shl, shl, "Arithmetic left-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 | binary_op!(BitXor, bitxor, "Bitwise exclusive-or (e.g. `a ^ b`)");
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 | binary_op!(BitXor, bitxor, "Bitwise exclusive-or (e.g. `a ^ b`)");
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 197 | binary_op!(Shl, shl, "Arithmetic left-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 197 | binary_op!(Shl, shl, "Arithmetic left-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 | binary_op!(Div, div, "Arithmetic division (e.g. `a / b`)"); // TODO: quotient rule
[INFO] [stdout]     | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 | binary_op!(Shr, shr, "Arithmetic right-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 | binary_op!(Div, div, "Arithmetic division (e.g. `a / b`)"); // TODO: quotient rule
[INFO] [stdout]     | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 | binary_op!(Shr, shr, "Arithmetic right-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 | binary_op!(Div, div, "Arithmetic division (e.g. `a / b`)"); // TODO: quotient rule
[INFO] [stdout]     | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 | binary_op!(Div, div, "Arithmetic division (e.g. `a / b`)"); // TODO: quotient rule
[INFO] [stdout]     | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 | binary_op!(Shr, shr, "Arithmetic right-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 | binary_op!(Shr, shr, "Arithmetic right-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 | binary_op!(Div, div, "Arithmetic division (e.g. `a / b`)"); // TODO: quotient rule
[INFO] [stdout]     | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 | binary_op!(Div, div, "Arithmetic division (e.g. `a / b`)"); // TODO: quotient rule
[INFO] [stdout]     | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 | binary_op!(Shr, shr, "Arithmetic right-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 | binary_op!(Shr, shr, "Arithmetic right-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 195 | binary_op!(Mul, mul, "Arithmetic multiplication (e.g. `a * b`)"); // TODO: product rule
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 195 | binary_op!(Mul, mul, "Arithmetic multiplication (e.g. `a * b`)"); // TODO: product rule
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 | binary_op!(Sub, sub, "Arithmetic subtraction (e.g. `a - b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 | binary_op!(Sub, sub, "Arithmetic subtraction (e.g. `a - b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 195 | binary_op!(Mul, mul, "Arithmetic multiplication (e.g. `a * b`)"); // TODO: product rule
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 195 | binary_op!(Mul, mul, "Arithmetic multiplication (e.g. `a * b`)"); // TODO: product rule
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 | binary_op!(Sub, sub, "Arithmetic subtraction (e.g. `a - b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 | binary_op!(Sub, sub, "Arithmetic subtraction (e.g. `a - b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 195 | binary_op!(Mul, mul, "Arithmetic multiplication (e.g. `a * b`)"); // TODO: product rule
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 195 | binary_op!(Mul, mul, "Arithmetic multiplication (e.g. `a * b`)"); // TODO: product rule
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 | binary_op!(Sub, sub, "Arithmetic subtraction (e.g. `a - b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 | binary_op!(Sub, sub, "Arithmetic subtraction (e.g. `a - b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 196 | binary_op!(Rem, rem, "Arithmetic remainder (e.g. `a % b`)"); //TODO: just the left argument
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 196 | binary_op!(Rem, rem, "Arithmetic remainder (e.g. `a % b`)"); //TODO: just the left argument
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 196 | binary_op!(Rem, rem, "Arithmetic remainder (e.g. `a % b`)"); //TODO: just the left argument
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 196 | binary_op!(Rem, rem, "Arithmetic remainder (e.g. `a % b`)"); //TODO: just the left argument
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 196 | binary_op!(Rem, rem, "Arithmetic remainder (e.g. `a % b`)"); //TODO: just the left argument
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 196 | binary_op!(Rem, rem, "Arithmetic remainder (e.g. `a % b`)"); //TODO: just the left argument
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 197 | binary_op!(Shl, shl, "Arithmetic left-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 197 | binary_op!(Shl, shl, "Arithmetic left-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 197 | binary_op!(Shl, shl, "Arithmetic left-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 197 | binary_op!(Shl, shl, "Arithmetic left-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 197 | binary_op!(Shl, shl, "Arithmetic left-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 197 | binary_op!(Shl, shl, "Arithmetic left-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 | binary_op!(Shr, shr, "Arithmetic right-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 | binary_op!(Shr, shr, "Arithmetic right-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 | binary_op!(Shr, shr, "Arithmetic right-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 | binary_op!(Shr, shr, "Arithmetic right-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 | binary_op!(Shr, shr, "Arithmetic right-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 | binary_op!(Shr, shr, "Arithmetic right-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 | binary_op!(Sub, sub, "Arithmetic subtraction (e.g. `a - b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 | binary_op!(Sub, sub, "Arithmetic subtraction (e.g. `a - b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 | binary_op!(Sub, sub, "Arithmetic subtraction (e.g. `a - b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 | binary_op!(Sub, sub, "Arithmetic subtraction (e.g. `a - b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 | binary_op!(Sub, sub, "Arithmetic subtraction (e.g. `a - b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 | binary_op!(Sub, sub, "Arithmetic subtraction (e.g. `a - b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:20:47
[INFO] [stdout]     |
[INFO] [stdout] 20  |         impl<T: ~const Eval<Evaluated: ~const core::ops::$Name>> const core::ops::$Name for Expr<T> {
[INFO] [stdout]     |                                               ^
[INFO] [stdout] ...
[INFO] [stdout] 184 | unary_op!(Neg, neg, "Arithmetic negation (e.g. `-4`).");
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `unary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:20:47
[INFO] [stdout]     |
[INFO] [stdout] 20  |         impl<T: ~const Eval<Evaluated: ~const core::ops::$Name>> const core::ops::$Name for Expr<T> {
[INFO] [stdout]     |                                               ^
[INFO] [stdout] ...
[INFO] [stdout] 184 | unary_op!(Neg, neg, "Arithmetic negation (e.g. `-4`).");
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `unary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:28:39
[INFO] [stdout]     |
[INFO] [stdout] 28  |             T: Eval<Evaluated: ~const core::ops::$Name> =>
[INFO] [stdout]     |                                       ^
[INFO] [stdout] ...
[INFO] [stdout] 184 | unary_op!(Neg, neg, "Arithmetic negation (e.g. `-4`).");
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `unary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:28:39
[INFO] [stdout]     |
[INFO] [stdout] 28  |             T: Eval<Evaluated: ~const core::ops::$Name> =>
[INFO] [stdout]     |                                       ^
[INFO] [stdout] ...
[INFO] [stdout] 184 | unary_op!(Neg, neg, "Arithmetic negation (e.g. `-4`).");
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `unary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:20:47
[INFO] [stdout]     |
[INFO] [stdout] 20  |         impl<T: ~const Eval<Evaluated: ~const core::ops::$Name>> const core::ops::$Name for Expr<T> {
[INFO] [stdout]     |                                               ^
[INFO] [stdout] ...
[INFO] [stdout] 185 | unary_op!(Not, not, "Logical negation (e.g. `!true`).");
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `unary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:20:47
[INFO] [stdout]     |
[INFO] [stdout] 20  |         impl<T: ~const Eval<Evaluated: ~const core::ops::$Name>> const core::ops::$Name for Expr<T> {
[INFO] [stdout]     |                                               ^
[INFO] [stdout] ...
[INFO] [stdout] 185 | unary_op!(Not, not, "Logical negation (e.g. `!true`).");
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `unary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:28:39
[INFO] [stdout]     |
[INFO] [stdout] 28  |             T: Eval<Evaluated: ~const core::ops::$Name> =>
[INFO] [stdout]     |                                       ^
[INFO] [stdout] ...
[INFO] [stdout] 185 | unary_op!(Not, not, "Logical negation (e.g. `!true`).");
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `unary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:28:39
[INFO] [stdout]     |
[INFO] [stdout] 28  |             T: Eval<Evaluated: ~const core::ops::$Name> =>
[INFO] [stdout]     |                                       ^
[INFO] [stdout] ...
[INFO] [stdout] 185 | unary_op!(Not, not, "Logical negation (e.g. `!true`).");
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `unary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:43:50
[INFO] [stdout]     |
[INFO] [stdout] 43  |                 T: ~const Eval<Evaluated: ~const core::ops::$Name>
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 187 | unary_grad!(Neg, Neg);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `unary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:44:81
[INFO] [stdout]     |
[INFO] [stdout] 44  |                     + ~const Grad<Differentiated: ~const Eval<Evaluated: ~const core::ops::$Diff>>,
[INFO] [stdout]     |                                                                                 ^
[INFO] [stdout] ...
[INFO] [stdout] 187 | unary_grad!(Neg, Neg);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `unary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:43:50
[INFO] [stdout]     |
[INFO] [stdout] 43  |                 T: ~const Eval<Evaluated: ~const core::ops::$Name>
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 187 | unary_grad!(Neg, Neg);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `unary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:50:50
[INFO] [stdout]     |
[INFO] [stdout] 50  |                 T: ~const Eval<Evaluated: ~const core::ops::$Name>
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 187 | unary_grad!(Neg, Neg);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `unary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:44:81
[INFO] [stdout]     |
[INFO] [stdout] 44  |                     + ~const Grad<Differentiated: ~const Eval<Evaluated: ~const core::ops::$Diff>>,
[INFO] [stdout]     |                                                                                 ^
[INFO] [stdout] ...
[INFO] [stdout] 187 | unary_grad!(Neg, Neg);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `unary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:51:81
[INFO] [stdout]     |
[INFO] [stdout] 51  |                     + ~const Grad<Differentiated: ~const Eval<Evaluated: ~const core::ops::$Diff>>,
[INFO] [stdout]     |                                                                                 ^
[INFO] [stdout] ...
[INFO] [stdout] 187 | unary_grad!(Neg, Neg);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `unary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:50:50
[INFO] [stdout]     |
[INFO] [stdout] 50  |                 T: ~const Eval<Evaluated: ~const core::ops::$Name>
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 187 | unary_grad!(Neg, Neg);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `unary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:60:50
[INFO] [stdout]     |
[INFO] [stdout] 60  |                 T: ~const Eval<Evaluated: ~const core::ops::$Name>
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 187 | unary_grad!(Neg, Neg);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `unary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:51:81
[INFO] [stdout]     |
[INFO] [stdout] 51  |                     + ~const Grad<Differentiated: ~const Eval<Evaluated: ~const core::ops::$Diff>>,
[INFO] [stdout]     |                                                                                 ^
[INFO] [stdout] ...
[INFO] [stdout] 187 | unary_grad!(Neg, Neg);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `unary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:61:81
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     + ~const Grad<Differentiated: ~const Eval<Evaluated: ~const core::ops::$Diff>>,
[INFO] [stdout]     |                                                                                 ^
[INFO] [stdout] ...
[INFO] [stdout] 187 | unary_grad!(Neg, Neg);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `unary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:60:50
[INFO] [stdout]     |
[INFO] [stdout] 60  |                 T: ~const Eval<Evaluated: ~const core::ops::$Name>
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 187 | unary_grad!(Neg, Neg);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `unary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:70:50
[INFO] [stdout]     |
[INFO] [stdout] 70  |                 T: ~const Eval<Evaluated: ~const core::ops::$Name>
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 187 | unary_grad!(Neg, Neg);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `unary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:61:81
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     + ~const Grad<Differentiated: ~const Eval<Evaluated: ~const core::ops::$Diff>>,
[INFO] [stdout]     |                                                                                 ^
[INFO] [stdout] ...
[INFO] [stdout] 187 | unary_grad!(Neg, Neg);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `unary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:71:81
[INFO] [stdout]     |
[INFO] [stdout] 71  |                     + ~const Grad<Differentiated: ~const Eval<Evaluated: ~const core::ops::$Diff>>,
[INFO] [stdout]     |                                                                                 ^
[INFO] [stdout] ...
[INFO] [stdout] 187 | unary_grad!(Neg, Neg);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `unary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:94:50
[INFO] [stdout]     |
[INFO] [stdout] 94  |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>,
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 190 | binary_op!(Add, add, "Arithmetic addition (e.g. `a + b`");
[INFO] [stdout]     | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:70:50
[INFO] [stdout]     |
[INFO] [stdout] 70  |                 T: ~const Eval<Evaluated: ~const core::ops::$Name>
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 187 | unary_grad!(Neg, Neg);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `unary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:105:39
[INFO] [stdout]     |
[INFO] [stdout] 105 |             L: Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>, R: Eval =>
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 190 | binary_op!(Add, add, "Arithmetic addition (e.g. `a + b`");
[INFO] [stdout]     | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:71:81
[INFO] [stdout]     |
[INFO] [stdout] 71  |                     + ~const Grad<Differentiated: ~const Eval<Evaluated: ~const core::ops::$Diff>>,
[INFO] [stdout]     |                                                                                 ^
[INFO] [stdout] ...
[INFO] [stdout] 187 | unary_grad!(Neg, Neg);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `unary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:94:50
[INFO] [stdout]     |
[INFO] [stdout] 94  |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>,
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 190 | binary_op!(Add, add, "Arithmetic addition (e.g. `a + b`");
[INFO] [stdout]     | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:94:50
[INFO] [stdout]     |
[INFO] [stdout] 94  |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>,
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 | binary_op!(BitAnd, bitand, "Bitwise conjunction (e.g. `a & b`)");
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:105:39
[INFO] [stdout]     |
[INFO] [stdout] 105 |             L: Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>, R: Eval =>
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 190 | binary_op!(Add, add, "Arithmetic addition (e.g. `a + b`");
[INFO] [stdout]     | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:105:39
[INFO] [stdout]     |
[INFO] [stdout] 105 |             L: Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>, R: Eval =>
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 | binary_op!(BitAnd, bitand, "Bitwise conjunction (e.g. `a & b`)");
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:94:50
[INFO] [stdout]     |
[INFO] [stdout] 94  |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>,
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 | binary_op!(BitOr, bitor, "Bitwise inclusive-or (e.g. `a | b`)");
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:94:50
[INFO] [stdout]     |
[INFO] [stdout] 94  |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>,
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 | binary_op!(BitAnd, bitand, "Bitwise conjunction (e.g. `a & b`)");
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:105:39
[INFO] [stdout]     |
[INFO] [stdout] 105 |             L: Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>, R: Eval =>
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 | binary_op!(BitAnd, bitand, "Bitwise conjunction (e.g. `a & b`)");
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:105:39
[INFO] [stdout]     |
[INFO] [stdout] 105 |             L: Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>, R: Eval =>
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 | binary_op!(BitOr, bitor, "Bitwise inclusive-or (e.g. `a | b`)");
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:94:50
[INFO] [stdout]     |
[INFO] [stdout] 94  |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>,
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 | binary_op!(BitOr, bitor, "Bitwise inclusive-or (e.g. `a | b`)");
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:94:50
[INFO] [stdout]     |
[INFO] [stdout] 94  |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>,
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 | binary_op!(BitXor, bitxor, "Bitwise exclusive-or (e.g. `a ^ b`)");
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:105:39
[INFO] [stdout]     |
[INFO] [stdout] 105 |             L: Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>, R: Eval =>
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 | binary_op!(BitOr, bitor, "Bitwise inclusive-or (e.g. `a | b`)");
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:94:50
[INFO] [stdout]     |
[INFO] [stdout] 94  |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>,
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 | binary_op!(BitXor, bitxor, "Bitwise exclusive-or (e.g. `a ^ b`)");
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:105:39
[INFO] [stdout]     |
[INFO] [stdout] 105 |             L: Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>, R: Eval =>
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 | binary_op!(BitXor, bitxor, "Bitwise exclusive-or (e.g. `a ^ b`)");
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:105:39
[INFO] [stdout]     |
[INFO] [stdout] 105 |             L: Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>, R: Eval =>
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 | binary_op!(BitXor, bitxor, "Bitwise exclusive-or (e.g. `a ^ b`)");
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:94:50
[INFO] [stdout]     |
[INFO] [stdout] 94  |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>,
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 | binary_op!(Div, div, "Arithmetic division (e.g. `a / b`)"); // TODO: quotient rule
[INFO] [stdout]     | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:94:50
[INFO] [stdout]     |
[INFO] [stdout] 94  |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>,
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 | binary_op!(Div, div, "Arithmetic division (e.g. `a / b`)"); // TODO: quotient rule
[INFO] [stdout]     | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:105:39
[INFO] [stdout]     |
[INFO] [stdout] 105 |             L: Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>, R: Eval =>
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 | binary_op!(Div, div, "Arithmetic division (e.g. `a / b`)"); // TODO: quotient rule
[INFO] [stdout]     | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:105:39
[INFO] [stdout]     |
[INFO] [stdout] 105 |             L: Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>, R: Eval =>
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 | binary_op!(Div, div, "Arithmetic division (e.g. `a / b`)"); // TODO: quotient rule
[INFO] [stdout]     | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:94:50
[INFO] [stdout]     |
[INFO] [stdout] 94  |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>,
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 195 | binary_op!(Mul, mul, "Arithmetic multiplication (e.g. `a * b`)"); // TODO: product rule
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:94:50
[INFO] [stdout]     |
[INFO] [stdout] 94  |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>,
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 195 | binary_op!(Mul, mul, "Arithmetic multiplication (e.g. `a * b`)"); // TODO: product rule
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:105:39
[INFO] [stdout]     |
[INFO] [stdout] 105 |             L: Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>, R: Eval =>
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 195 | binary_op!(Mul, mul, "Arithmetic multiplication (e.g. `a * b`)"); // TODO: product rule
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:105:39
[INFO] [stdout]     |
[INFO] [stdout] 105 |             L: Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>, R: Eval =>
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 195 | binary_op!(Mul, mul, "Arithmetic multiplication (e.g. `a * b`)"); // TODO: product rule
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:94:50
[INFO] [stdout]     |
[INFO] [stdout] 94  |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>,
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 196 | binary_op!(Rem, rem, "Arithmetic remainder (e.g. `a % b`)"); //TODO: just the left argument
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:94:50
[INFO] [stdout]     |
[INFO] [stdout] 94  |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>,
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 196 | binary_op!(Rem, rem, "Arithmetic remainder (e.g. `a % b`)"); //TODO: just the left argument
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:105:39
[INFO] [stdout]     |
[INFO] [stdout] 105 |             L: Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>, R: Eval =>
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 196 | binary_op!(Rem, rem, "Arithmetic remainder (e.g. `a % b`)"); //TODO: just the left argument
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:105:39
[INFO] [stdout]     |
[INFO] [stdout] 105 |             L: Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>, R: Eval =>
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 196 | binary_op!(Rem, rem, "Arithmetic remainder (e.g. `a % b`)"); //TODO: just the left argument
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:94:50
[INFO] [stdout]     |
[INFO] [stdout] 94  |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>,
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 197 | binary_op!(Shl, shl, "Arithmetic left-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:94:50
[INFO] [stdout]     |
[INFO] [stdout] 94  |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>,
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 197 | binary_op!(Shl, shl, "Arithmetic left-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:105:39
[INFO] [stdout]     |
[INFO] [stdout] 105 |             L: Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>, R: Eval =>
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 197 | binary_op!(Shl, shl, "Arithmetic left-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:105:39
[INFO] [stdout]     |
[INFO] [stdout] 105 |             L: Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>, R: Eval =>
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 197 | binary_op!(Shl, shl, "Arithmetic left-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:94:50
[INFO] [stdout]     |
[INFO] [stdout] 94  |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>,
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 | binary_op!(Shr, shr, "Arithmetic right-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:94:50
[INFO] [stdout]     |
[INFO] [stdout] 94  |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>,
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 | binary_op!(Shr, shr, "Arithmetic right-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:105:39
[INFO] [stdout]     |
[INFO] [stdout] 105 |             L: Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>, R: Eval =>
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 | binary_op!(Shr, shr, "Arithmetic right-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:105:39
[INFO] [stdout]     |
[INFO] [stdout] 105 |             L: Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>, R: Eval =>
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 | binary_op!(Shr, shr, "Arithmetic right-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:94:50
[INFO] [stdout]     |
[INFO] [stdout] 94  |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>,
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 | binary_op!(Sub, sub, "Arithmetic subtraction (e.g. `a - b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:105:39
[INFO] [stdout]     |
[INFO] [stdout] 105 |             L: Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>, R: Eval =>
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 | binary_op!(Sub, sub, "Arithmetic subtraction (e.g. `a - b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:94:50
[INFO] [stdout]     |
[INFO] [stdout] 94  |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>,
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 | binary_op!(Sub, sub, "Arithmetic subtraction (e.g. `a - b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:119:50
[INFO] [stdout]     |
[INFO] [stdout] 119 |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 201 | binary_grad!(Add, Add);
[INFO] [stdout]     | ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:105:39
[INFO] [stdout]     |
[INFO] [stdout] 105 |             L: Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>, R: Eval =>
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 | binary_op!(Sub, sub, "Arithmetic subtraction (e.g. `a - b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:122:47
[INFO] [stdout]     |
[INFO] [stdout] 122 |                               Evaluated: ~const core::ops::$Diff<
[INFO] [stdout]     |  _______________________________________________^
[INFO] [stdout] 123 | |                                 <R::Differentiated as eval::Typed>::Evaluated,
[INFO] [stdout] 124 | |                             >,
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] ...
[INFO] [stdout] 201 |   binary_grad!(Add, Add);
[INFO] [stdout]     |   ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:119:50
[INFO] [stdout]     |
[INFO] [stdout] 119 |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 201 | binary_grad!(Add, Add);
[INFO] [stdout]     | ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:133:50
[INFO] [stdout]     |
[INFO] [stdout] 133 |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 201 | binary_grad!(Add, Add);
[INFO] [stdout]     | ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:122:47
[INFO] [stdout]     |
[INFO] [stdout] 122 |                               Evaluated: ~const core::ops::$Diff<
[INFO] [stdout]     |  _______________________________________________^
[INFO] [stdout] 123 | |                                 <R::Differentiated as eval::Typed>::Evaluated,
[INFO] [stdout] 124 | |                             >,
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] ...
[INFO] [stdout] 201 |   binary_grad!(Add, Add);
[INFO] [stdout]     |   ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:136:47
[INFO] [stdout]     |
[INFO] [stdout] 136 |                               Evaluated: ~const core::ops::$Diff<
[INFO] [stdout]     |  _______________________________________________^
[INFO] [stdout] 137 | |                                 <R::Differentiated as eval::Typed>::Evaluated,
[INFO] [stdout] 138 | |                             >,
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] ...
[INFO] [stdout] 201 |   binary_grad!(Add, Add);
[INFO] [stdout]     |   ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:133:50
[INFO] [stdout]     |
[INFO] [stdout] 133 |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 201 | binary_grad!(Add, Add);
[INFO] [stdout]     | ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:150:50
[INFO] [stdout]     |
[INFO] [stdout] 150 |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 201 | binary_grad!(Add, Add);
[INFO] [stdout]     | ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:136:47
[INFO] [stdout]     |
[INFO] [stdout] 136 |                               Evaluated: ~const core::ops::$Diff<
[INFO] [stdout]     |  _______________________________________________^
[INFO] [stdout] 137 | |                                 <R::Differentiated as eval::Typed>::Evaluated,
[INFO] [stdout] 138 | |                             >,
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] ...
[INFO] [stdout] 201 |   binary_grad!(Add, Add);
[INFO] [stdout]     |   ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:153:47
[INFO] [stdout]     |
[INFO] [stdout] 153 |                               Evaluated: ~const core::ops::$Diff<
[INFO] [stdout]     |  _______________________________________________^
[INFO] [stdout] 154 | |                                 <R::Differentiated as eval::Typed>::Evaluated,
[INFO] [stdout] 155 | |                             >,
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] ...
[INFO] [stdout] 201 |   binary_grad!(Add, Add);
[INFO] [stdout]     |   ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:150:50
[INFO] [stdout]     |
[INFO] [stdout] 150 |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 201 | binary_grad!(Add, Add);
[INFO] [stdout]     | ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:167:50
[INFO] [stdout]     |
[INFO] [stdout] 167 |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 201 | binary_grad!(Add, Add);
[INFO] [stdout]     | ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:153:47
[INFO] [stdout]     |
[INFO] [stdout] 153 |                               Evaluated: ~const core::ops::$Diff<
[INFO] [stdout]     |  _______________________________________________^
[INFO] [stdout] 154 | |                                 <R::Differentiated as eval::Typed>::Evaluated,
[INFO] [stdout] 155 | |                             >,
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] ...
[INFO] [stdout] 201 |   binary_grad!(Add, Add);
[INFO] [stdout]     |   ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:170:47
[INFO] [stdout]     |
[INFO] [stdout] 170 |                               Evaluated: ~const core::ops::$Diff<
[INFO] [stdout]     |  _______________________________________________^
[INFO] [stdout] 171 | |                                 <R::Differentiated as eval::Typed>::Evaluated,
[INFO] [stdout] 172 | |                             >,
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] ...
[INFO] [stdout] 201 |   binary_grad!(Add, Add);
[INFO] [stdout]     |   ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:167:50
[INFO] [stdout]     |
[INFO] [stdout] 167 |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 201 | binary_grad!(Add, Add);
[INFO] [stdout]     | ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:119:50
[INFO] [stdout]     |
[INFO] [stdout] 119 |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 202 | binary_grad!(Sub, Sub);
[INFO] [stdout]     | ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:170:47
[INFO] [stdout]     |
[INFO] [stdout] 170 |                               Evaluated: ~const core::ops::$Diff<
[INFO] [stdout]     |  _______________________________________________^
[INFO] [stdout] 171 | |                                 <R::Differentiated as eval::Typed>::Evaluated,
[INFO] [stdout] 172 | |                             >,
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] ...
[INFO] [stdout] 201 |   binary_grad!(Add, Add);
[INFO] [stdout]     |   ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:122:47
[INFO] [stdout]     |
[INFO] [stdout] 122 |                               Evaluated: ~const core::ops::$Diff<
[INFO] [stdout]     |  _______________________________________________^
[INFO] [stdout] 123 | |                                 <R::Differentiated as eval::Typed>::Evaluated,
[INFO] [stdout] 124 | |                             >,
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] ...
[INFO] [stdout] 202 |   binary_grad!(Sub, Sub);
[INFO] [stdout]     |   ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:119:50
[INFO] [stdout]     |
[INFO] [stdout] 119 |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 202 | binary_grad!(Sub, Sub);
[INFO] [stdout]     | ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:133:50
[INFO] [stdout]     |
[INFO] [stdout] 133 |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 202 | binary_grad!(Sub, Sub);
[INFO] [stdout]     | ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:122:47
[INFO] [stdout]     |
[INFO] [stdout] 122 |                               Evaluated: ~const core::ops::$Diff<
[INFO] [stdout]     |  _______________________________________________^
[INFO] [stdout] 123 | |                                 <R::Differentiated as eval::Typed>::Evaluated,
[INFO] [stdout] 124 | |                             >,
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] ...
[INFO] [stdout] 202 |   binary_grad!(Sub, Sub);
[INFO] [stdout]     |   ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:136:47
[INFO] [stdout]     |
[INFO] [stdout] 136 |                               Evaluated: ~const core::ops::$Diff<
[INFO] [stdout]     |  _______________________________________________^
[INFO] [stdout] 137 | |                                 <R::Differentiated as eval::Typed>::Evaluated,
[INFO] [stdout] 138 | |                             >,
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] ...
[INFO] [stdout] 202 |   binary_grad!(Sub, Sub);
[INFO] [stdout]     |   ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:133:50
[INFO] [stdout]     |
[INFO] [stdout] 133 |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 202 | binary_grad!(Sub, Sub);
[INFO] [stdout]     | ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:150:50
[INFO] [stdout]     |
[INFO] [stdout] 150 |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 202 | binary_grad!(Sub, Sub);
[INFO] [stdout]     | ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:136:47
[INFO] [stdout]     |
[INFO] [stdout] 136 |                               Evaluated: ~const core::ops::$Diff<
[INFO] [stdout]     |  _______________________________________________^
[INFO] [stdout] 137 | |                                 <R::Differentiated as eval::Typed>::Evaluated,
[INFO] [stdout] 138 | |                             >,
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] ...
[INFO] [stdout] 202 |   binary_grad!(Sub, Sub);
[INFO] [stdout]     |   ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:153:47
[INFO] [stdout]     |
[INFO] [stdout] 153 |                               Evaluated: ~const core::ops::$Diff<
[INFO] [stdout]     |  _______________________________________________^
[INFO] [stdout] 154 | |                                 <R::Differentiated as eval::Typed>::Evaluated,
[INFO] [stdout] 155 | |                             >,
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] ...
[INFO] [stdout] 202 |   binary_grad!(Sub, Sub);
[INFO] [stdout]     |   ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:150:50
[INFO] [stdout]     |
[INFO] [stdout] 150 |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 202 | binary_grad!(Sub, Sub);
[INFO] [stdout]     | ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:167:50
[INFO] [stdout]     |
[INFO] [stdout] 167 |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 202 | binary_grad!(Sub, Sub);
[INFO] [stdout]     | ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:153:47
[INFO] [stdout]     |
[INFO] [stdout] 153 |                               Evaluated: ~const core::ops::$Diff<
[INFO] [stdout]     |  _______________________________________________^
[INFO] [stdout] 154 | |                                 <R::Differentiated as eval::Typed>::Evaluated,
[INFO] [stdout] 155 | |                             >,
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] ...
[INFO] [stdout] 202 |   binary_grad!(Sub, Sub);
[INFO] [stdout]     |   ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:170:47
[INFO] [stdout]     |
[INFO] [stdout] 170 |                               Evaluated: ~const core::ops::$Diff<
[INFO] [stdout]     |  _______________________________________________^
[INFO] [stdout] 171 | |                                 <R::Differentiated as eval::Typed>::Evaluated,
[INFO] [stdout] 172 | |                             >,
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] ...
[INFO] [stdout] 202 |   binary_grad!(Sub, Sub);
[INFO] [stdout]     |   ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:167:50
[INFO] [stdout]     |
[INFO] [stdout] 167 |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 202 | binary_grad!(Sub, Sub);
[INFO] [stdout]     | ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:170:47
[INFO] [stdout]     |
[INFO] [stdout] 170 |                               Evaluated: ~const core::ops::$Diff<
[INFO] [stdout]     |  _______________________________________________^
[INFO] [stdout] 171 | |                                 <R::Differentiated as eval::Typed>::Evaluated,
[INFO] [stdout] 172 | |                             >,
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] ...
[INFO] [stdout] 202 |   binary_grad!(Sub, Sub);
[INFO] [stdout]     |   ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 96 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 96 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dxpr` (lib test) due to 97 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `dxpr` (lib) due to 97 previous errors
[INFO] running `Command { std: "docker" "inspect" "075e71f38b7025848be9b15baad1888e79435d61455a5a32ee1dafc91e1a0a69", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "075e71f38b7025848be9b15baad1888e79435d61455a5a32ee1dafc91e1a0a69", kill_on_drop: false }`
[INFO] [stdout] 075e71f38b7025848be9b15baad1888e79435d61455a5a32ee1dafc91e1a0a69
[INFO] checking dxpr-0.2.3 against try#7622c0f807a4e13c4db886a1681bf343795692df+rustflags=-Dnon_local_definitions for pr-120393
[INFO] extracting crate dxpr 0.2.3 into /workspace/builds/worker-3-tc2/source
[INFO] validating manifest of crates.io crate dxpr 0.2.3 on toolchain 7622c0f807a4e13c4db886a1681bf343795692df
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] removed /workspace/builds/worker-3-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-3-tc2/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate dxpr 0.2.3
[INFO] finished tweaking crates.io crate dxpr 0.2.3
[INFO] tweaked toml for crates.io crate dxpr 0.2.3 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 11763edbe9bcd84ca352483ac011ef6c7d80e26670b26c6f69323729fc4ce4cd
[INFO] running `Command { std: "docker" "start" "-a" "11763edbe9bcd84ca352483ac011ef6c7d80e26670b26c6f69323729fc4ce4cd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "11763edbe9bcd84ca352483ac011ef6c7d80e26670b26c6f69323729fc4ce4cd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "11763edbe9bcd84ca352483ac011ef6c7d80e26670b26c6f69323729fc4ce4cd", kill_on_drop: false }`
[INFO] [stdout] 11763edbe9bcd84ca352483ac011ef6c7d80e26670b26c6f69323729fc4ce4cd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/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 -Dnon_local_definitions" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+7622c0f807a4e13c4db886a1681bf343795692df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b2c211a85cbf374a3964e1949a2e1aa08380f022e93bbac2c8eab4cd36bc4f41
[INFO] running `Command { std: "docker" "start" "-a" "b2c211a85cbf374a3964e1949a2e1aa08380f022e93bbac2c8eab4cd36bc4f41", kill_on_drop: false }`
[INFO] [stderr]     Checking dxpr v0.2.3 (/opt/rustwide/workdir)
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/eval.rs:107:49
[INFO] [stdout]     |
[INFO] [stdout] 107 |                 pub struct $existing_fn<$($arg: ~const Eval<Evaluated = $t>),+> { $($arg: $crate::expr::Expr<$arg>),+ }
[INFO] [stdout]     |                                                 ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | op_from_fn!(shit(a: i32, b: i32) -> i32);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `op_from_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/eval.rs:108:30
[INFO] [stdout]     |
[INFO] [stdout] 108 |                 impl<$($arg: ~const Eval<Evaluated = $t>),+> $existing_fn<$($arg),+> {
[INFO] [stdout]     |                              ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | op_from_fn!(shit(a: i32, b: i32) -> i32);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: inherent impls cannot have `~const` trait bounds
[INFO] [stdout]    --> src/eval.rs:108:17
[INFO] [stdout]     |
[INFO] [stdout] 108 | /                 impl<$($arg: ~const Eval<Evaluated = $t>),+> $existing_fn<$($arg),+> {
[INFO] [stdout] 109 | |                     #[inline(always)]
[INFO] [stdout] 110 | |                     pub const fn new($($arg: $crate::expr::Expr<$arg>),+) -> Self {
[INFO] [stdout] 111 | |                         Self { $($arg),+ }
[INFO] [stdout] 112 | |                     }
[INFO] [stdout] 113 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 136 |   op_from_fn!(shit(a: i32, b: i32) -> i32);
[INFO] [stdout]     |   ---------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `op_from_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]  --> src/expr.rs:7:20
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct Expr<T: ~const Eval>(pub(crate) T);
[INFO] [stdout]   |                    ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this item cannot have `~const` trait bounds
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]  --> src/expr.rs:7:20
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct Expr<T: ~const Eval>(pub(crate) T);
[INFO] [stdout]   |                    ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]  --> src/expr.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(Debug)]
[INFO] [stdout]   |          ^^^^^
[INFO] [stdout]   = note: this error originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:19:29
[INFO] [stdout]     |
[INFO] [stdout] 19  |         pub struct $Name<T: ~const Eval>(T);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 184 | unary_op!(Neg, neg, "Arithmetic negation (e.g. `-4`).");
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `unary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:19:29
[INFO] [stdout]     |
[INFO] [stdout] 19  |         pub struct $Name<T: ~const Eval>(T);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 184 | unary_op!(Neg, neg, "Arithmetic negation (e.g. `-4`).");
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:17:18
[INFO] [stdout]     |
[INFO] [stdout] 17  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 184 | unary_op!(Neg, neg, "Arithmetic negation (e.g. `-4`).");
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `unary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/eval.rs:107:49
[INFO] [stdout]     |
[INFO] [stdout] 107 |                 pub struct $existing_fn<$($arg: ~const Eval<Evaluated = $t>),+> { $($arg: $crate::expr::Expr<$arg>),+ }
[INFO] [stdout]     |                                                 ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | op_from_fn!(shit(a: i32, b: i32) -> i32);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `op_from_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:19:29
[INFO] [stdout]     |
[INFO] [stdout] 19  |         pub struct $Name<T: ~const Eval>(T);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 185 | unary_op!(Not, not, "Logical negation (e.g. `!true`).");
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `unary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/eval.rs:108:30
[INFO] [stdout]     |
[INFO] [stdout] 108 |                 impl<$($arg: ~const Eval<Evaluated = $t>),+> $existing_fn<$($arg),+> {
[INFO] [stdout]     |                              ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 136 | op_from_fn!(shit(a: i32, b: i32) -> i32);
[INFO] [stdout]     | ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: inherent impls cannot have `~const` trait bounds
[INFO] [stdout]    --> src/eval.rs:108:17
[INFO] [stdout]     |
[INFO] [stdout] 108 | /                 impl<$($arg: ~const Eval<Evaluated = $t>),+> $existing_fn<$($arg),+> {
[INFO] [stdout] 109 | |                     #[inline(always)]
[INFO] [stdout] 110 | |                     pub const fn new($($arg: $crate::expr::Expr<$arg>),+) -> Self {
[INFO] [stdout] 111 | |                         Self { $($arg),+ }
[INFO] [stdout] 112 | |                     }
[INFO] [stdout] 113 | |                 }
[INFO] [stdout]     | |_________________^
[INFO] [stdout] ...
[INFO] [stdout] 136 |   op_from_fn!(shit(a: i32, b: i32) -> i32);
[INFO] [stdout]     |   ---------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `op_from_fn` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]  --> src/expr.rs:7:20
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct Expr<T: ~const Eval>(pub(crate) T);
[INFO] [stdout]   |                    ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this item cannot have `~const` trait bounds
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:19:29
[INFO] [stdout]     |
[INFO] [stdout] 19  |         pub struct $Name<T: ~const Eval>(T);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 185 | unary_op!(Not, not, "Logical negation (e.g. `!true`).");
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:17:18
[INFO] [stdout]     |
[INFO] [stdout] 17  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 185 | unary_op!(Not, not, "Logical negation (e.g. `!true`).");
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `unary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]  --> src/expr.rs:7:20
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub struct Expr<T: ~const Eval>(pub(crate) T);
[INFO] [stdout]   |                    ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]  --> src/expr.rs:6:10
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[derive(Debug)]
[INFO] [stdout]   |          ^^^^^
[INFO] [stdout]   = note: this error originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 190 | binary_op!(Add, add, "Arithmetic addition (e.g. `a + b`");
[INFO] [stdout]     | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 190 | binary_op!(Add, add, "Arithmetic addition (e.g. `a + b`");
[INFO] [stdout]     | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:19:29
[INFO] [stdout]     |
[INFO] [stdout] 19  |         pub struct $Name<T: ~const Eval>(T);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 184 | unary_op!(Neg, neg, "Arithmetic negation (e.g. `-4`).");
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `unary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 190 | binary_op!(Add, add, "Arithmetic addition (e.g. `a + b`");
[INFO] [stdout]     | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 190 | binary_op!(Add, add, "Arithmetic addition (e.g. `a + b`");
[INFO] [stdout]     | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:19:29
[INFO] [stdout]     |
[INFO] [stdout] 19  |         pub struct $Name<T: ~const Eval>(T);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 184 | unary_op!(Neg, neg, "Arithmetic negation (e.g. `-4`).");
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:17:18
[INFO] [stdout]     |
[INFO] [stdout] 17  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 184 | unary_op!(Neg, neg, "Arithmetic negation (e.g. `-4`).");
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `unary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 190 | binary_op!(Add, add, "Arithmetic addition (e.g. `a + b`");
[INFO] [stdout]     | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 190 | binary_op!(Add, add, "Arithmetic addition (e.g. `a + b`");
[INFO] [stdout]     | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:19:29
[INFO] [stdout]     |
[INFO] [stdout] 19  |         pub struct $Name<T: ~const Eval>(T);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 185 | unary_op!(Not, not, "Logical negation (e.g. `!true`).");
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `unary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 | binary_op!(BitAnd, bitand, "Bitwise conjunction (e.g. `a & b`)");
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 | binary_op!(BitAnd, bitand, "Bitwise conjunction (e.g. `a & b`)");
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:19:29
[INFO] [stdout]     |
[INFO] [stdout] 19  |         pub struct $Name<T: ~const Eval>(T);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 185 | unary_op!(Not, not, "Logical negation (e.g. `!true`).");
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:17:18
[INFO] [stdout]     |
[INFO] [stdout] 17  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 185 | unary_op!(Not, not, "Logical negation (e.g. `!true`).");
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `unary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 190 | binary_op!(Add, add, "Arithmetic addition (e.g. `a + b`");
[INFO] [stdout]     | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 | binary_op!(BitAnd, bitand, "Bitwise conjunction (e.g. `a & b`)");
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 | binary_op!(BitAnd, bitand, "Bitwise conjunction (e.g. `a & b`)");
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 190 | binary_op!(Add, add, "Arithmetic addition (e.g. `a + b`");
[INFO] [stdout]     | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 | binary_op!(BitAnd, bitand, "Bitwise conjunction (e.g. `a & b`)");
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 | binary_op!(BitAnd, bitand, "Bitwise conjunction (e.g. `a & b`)");
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 190 | binary_op!(Add, add, "Arithmetic addition (e.g. `a + b`");
[INFO] [stdout]     | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 190 | binary_op!(Add, add, "Arithmetic addition (e.g. `a + b`");
[INFO] [stdout]     | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 | binary_op!(BitOr, bitor, "Bitwise inclusive-or (e.g. `a | b`)");
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 | binary_op!(BitOr, bitor, "Bitwise inclusive-or (e.g. `a | b`)");
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 190 | binary_op!(Add, add, "Arithmetic addition (e.g. `a + b`");
[INFO] [stdout]     | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 190 | binary_op!(Add, add, "Arithmetic addition (e.g. `a + b`");
[INFO] [stdout]     | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 | binary_op!(BitAnd, bitand, "Bitwise conjunction (e.g. `a & b`)");
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 | binary_op!(BitOr, bitor, "Bitwise inclusive-or (e.g. `a | b`)");
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 | binary_op!(BitOr, bitor, "Bitwise inclusive-or (e.g. `a | b`)");
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 | binary_op!(BitOr, bitor, "Bitwise inclusive-or (e.g. `a | b`)");
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 | binary_op!(BitOr, bitor, "Bitwise inclusive-or (e.g. `a | b`)");
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 | binary_op!(BitAnd, bitand, "Bitwise conjunction (e.g. `a & b`)");
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 | binary_op!(BitAnd, bitand, "Bitwise conjunction (e.g. `a & b`)");
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 | binary_op!(BitAnd, bitand, "Bitwise conjunction (e.g. `a & b`)");
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 | binary_op!(BitXor, bitxor, "Bitwise exclusive-or (e.g. `a ^ b`)");
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 | binary_op!(BitXor, bitxor, "Bitwise exclusive-or (e.g. `a ^ b`)");
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 | binary_op!(BitAnd, bitand, "Bitwise conjunction (e.g. `a & b`)");
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 | binary_op!(BitAnd, bitand, "Bitwise conjunction (e.g. `a & b`)");
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 | binary_op!(BitXor, bitxor, "Bitwise exclusive-or (e.g. `a ^ b`)");
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 | binary_op!(BitXor, bitxor, "Bitwise exclusive-or (e.g. `a ^ b`)");
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 | binary_op!(BitOr, bitor, "Bitwise inclusive-or (e.g. `a | b`)");
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 | binary_op!(BitOr, bitor, "Bitwise inclusive-or (e.g. `a | b`)");
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 | binary_op!(BitXor, bitxor, "Bitwise exclusive-or (e.g. `a ^ b`)");
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 | binary_op!(BitXor, bitxor, "Bitwise exclusive-or (e.g. `a ^ b`)");
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 | binary_op!(Div, div, "Arithmetic division (e.g. `a / b`)"); // TODO: quotient rule
[INFO] [stdout]     | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 | binary_op!(Div, div, "Arithmetic division (e.g. `a / b`)"); // TODO: quotient rule
[INFO] [stdout]     | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 | binary_op!(BitOr, bitor, "Bitwise inclusive-or (e.g. `a | b`)");
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 | binary_op!(BitOr, bitor, "Bitwise inclusive-or (e.g. `a | b`)");
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 | binary_op!(Div, div, "Arithmetic division (e.g. `a / b`)"); // TODO: quotient rule
[INFO] [stdout]     | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 | binary_op!(Div, div, "Arithmetic division (e.g. `a / b`)"); // TODO: quotient rule
[INFO] [stdout]     | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 | binary_op!(BitOr, bitor, "Bitwise inclusive-or (e.g. `a | b`)");
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 | binary_op!(BitOr, bitor, "Bitwise inclusive-or (e.g. `a | b`)");
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 | binary_op!(BitXor, bitxor, "Bitwise exclusive-or (e.g. `a ^ b`)");
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 | binary_op!(Div, div, "Arithmetic division (e.g. `a / b`)"); // TODO: quotient rule
[INFO] [stdout]     | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 | binary_op!(Div, div, "Arithmetic division (e.g. `a / b`)"); // TODO: quotient rule
[INFO] [stdout]     | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 | binary_op!(BitXor, bitxor, "Bitwise exclusive-or (e.g. `a ^ b`)");
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 195 | binary_op!(Mul, mul, "Arithmetic multiplication (e.g. `a * b`)"); // TODO: product rule
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 195 | binary_op!(Mul, mul, "Arithmetic multiplication (e.g. `a * b`)"); // TODO: product rule
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 | binary_op!(BitXor, bitxor, "Bitwise exclusive-or (e.g. `a ^ b`)");
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 | binary_op!(BitXor, bitxor, "Bitwise exclusive-or (e.g. `a ^ b`)");
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 | binary_op!(BitXor, bitxor, "Bitwise exclusive-or (e.g. `a ^ b`)");
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 | binary_op!(BitXor, bitxor, "Bitwise exclusive-or (e.g. `a ^ b`)");
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 | binary_op!(Div, div, "Arithmetic division (e.g. `a / b`)"); // TODO: quotient rule
[INFO] [stdout]     | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 195 | binary_op!(Mul, mul, "Arithmetic multiplication (e.g. `a * b`)"); // TODO: product rule
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 195 | binary_op!(Mul, mul, "Arithmetic multiplication (e.g. `a * b`)"); // TODO: product rule
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 | binary_op!(Div, div, "Arithmetic division (e.g. `a / b`)"); // TODO: quotient rule
[INFO] [stdout]     | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 195 | binary_op!(Mul, mul, "Arithmetic multiplication (e.g. `a * b`)"); // TODO: product rule
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 195 | binary_op!(Mul, mul, "Arithmetic multiplication (e.g. `a * b`)"); // TODO: product rule
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 | binary_op!(Div, div, "Arithmetic division (e.g. `a / b`)"); // TODO: quotient rule
[INFO] [stdout]     | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 | binary_op!(Div, div, "Arithmetic division (e.g. `a / b`)"); // TODO: quotient rule
[INFO] [stdout]     | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 196 | binary_op!(Rem, rem, "Arithmetic remainder (e.g. `a % b`)"); //TODO: just the left argument
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 | binary_op!(Div, div, "Arithmetic division (e.g. `a / b`)"); // TODO: quotient rule
[INFO] [stdout]     | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 | binary_op!(Div, div, "Arithmetic division (e.g. `a / b`)"); // TODO: quotient rule
[INFO] [stdout]     | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 196 | binary_op!(Rem, rem, "Arithmetic remainder (e.g. `a % b`)"); //TODO: just the left argument
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 195 | binary_op!(Mul, mul, "Arithmetic multiplication (e.g. `a * b`)"); // TODO: product rule
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 195 | binary_op!(Mul, mul, "Arithmetic multiplication (e.g. `a * b`)"); // TODO: product rule
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 196 | binary_op!(Rem, rem, "Arithmetic remainder (e.g. `a % b`)"); //TODO: just the left argument
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 196 | binary_op!(Rem, rem, "Arithmetic remainder (e.g. `a % b`)"); //TODO: just the left argument
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 196 | binary_op!(Rem, rem, "Arithmetic remainder (e.g. `a % b`)"); //TODO: just the left argument
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 196 | binary_op!(Rem, rem, "Arithmetic remainder (e.g. `a % b`)"); //TODO: just the left argument
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 195 | binary_op!(Mul, mul, "Arithmetic multiplication (e.g. `a * b`)"); // TODO: product rule
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 195 | binary_op!(Mul, mul, "Arithmetic multiplication (e.g. `a * b`)"); // TODO: product rule
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 197 | binary_op!(Shl, shl, "Arithmetic left-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 197 | binary_op!(Shl, shl, "Arithmetic left-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 195 | binary_op!(Mul, mul, "Arithmetic multiplication (e.g. `a * b`)"); // TODO: product rule
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 195 | binary_op!(Mul, mul, "Arithmetic multiplication (e.g. `a * b`)"); // TODO: product rule
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 197 | binary_op!(Shl, shl, "Arithmetic left-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 197 | binary_op!(Shl, shl, "Arithmetic left-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 196 | binary_op!(Rem, rem, "Arithmetic remainder (e.g. `a % b`)"); //TODO: just the left argument
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 196 | binary_op!(Rem, rem, "Arithmetic remainder (e.g. `a % b`)"); //TODO: just the left argument
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 197 | binary_op!(Shl, shl, "Arithmetic left-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 197 | binary_op!(Shl, shl, "Arithmetic left-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 | binary_op!(Shr, shr, "Arithmetic right-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 196 | binary_op!(Rem, rem, "Arithmetic remainder (e.g. `a % b`)"); //TODO: just the left argument
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 196 | binary_op!(Rem, rem, "Arithmetic remainder (e.g. `a % b`)"); //TODO: just the left argument
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 | binary_op!(Shr, shr, "Arithmetic right-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 196 | binary_op!(Rem, rem, "Arithmetic remainder (e.g. `a % b`)"); //TODO: just the left argument
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 196 | binary_op!(Rem, rem, "Arithmetic remainder (e.g. `a % b`)"); //TODO: just the left argument
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 | binary_op!(Shr, shr, "Arithmetic right-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 | binary_op!(Shr, shr, "Arithmetic right-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 197 | binary_op!(Shl, shl, "Arithmetic left-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 | binary_op!(Shr, shr, "Arithmetic right-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 | binary_op!(Shr, shr, "Arithmetic right-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 197 | binary_op!(Shl, shl, "Arithmetic left-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 | binary_op!(Sub, sub, "Arithmetic subtraction (e.g. `a - b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 | binary_op!(Sub, sub, "Arithmetic subtraction (e.g. `a - b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 197 | binary_op!(Shl, shl, "Arithmetic left-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 197 | binary_op!(Shl, shl, "Arithmetic left-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 197 | binary_op!(Shl, shl, "Arithmetic left-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 197 | binary_op!(Shl, shl, "Arithmetic left-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 | binary_op!(Sub, sub, "Arithmetic subtraction (e.g. `a - b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 | binary_op!(Sub, sub, "Arithmetic subtraction (e.g. `a - b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 | binary_op!(Shr, shr, "Arithmetic right-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 | binary_op!(Sub, sub, "Arithmetic subtraction (e.g. `a - b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 | binary_op!(Sub, sub, "Arithmetic subtraction (e.g. `a - b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 | binary_op!(Shr, shr, "Arithmetic right-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 | binary_op!(Shr, shr, "Arithmetic right-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 | binary_op!(Shr, shr, "Arithmetic right-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 | binary_op!(Shr, shr, "Arithmetic right-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 | binary_op!(Shr, shr, "Arithmetic right-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 | binary_op!(Sub, sub, "Arithmetic subtraction (e.g. `a - b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 | binary_op!(Sub, sub, "Arithmetic subtraction (e.g. `a - b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this item cannot have `~const` trait bounds
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:29
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 | binary_op!(Sub, sub, "Arithmetic subtraction (e.g. `a - b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 | binary_op!(Sub, sub, "Arithmetic subtraction (e.g. `a - b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` is not allowed here
[INFO] [stdout]    --> src/ops/mod.rs:92:45
[INFO] [stdout]     |
[INFO] [stdout] 92  |         pub struct $Name<L: ~const Eval, R: ~const Eval>(L, R);
[INFO] [stdout]     |                                             ^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 | binary_op!(Sub, sub, "Arithmetic subtraction (e.g. `a - b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: this impl is not `const`, so it cannot have `~const` trait bounds
[INFO] [stdout]    --> src/ops/mod.rs:90:18
[INFO] [stdout]     |
[INFO] [stdout] 90  |         #[derive(Debug)]
[INFO] [stdout]     |                  ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 | binary_op!(Sub, sub, "Arithmetic subtraction (e.g. `a - b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:20:47
[INFO] [stdout]     |
[INFO] [stdout] 20  |         impl<T: ~const Eval<Evaluated: ~const core::ops::$Name>> const core::ops::$Name for Expr<T> {
[INFO] [stdout]     |                                               ^
[INFO] [stdout] ...
[INFO] [stdout] 184 | unary_op!(Neg, neg, "Arithmetic negation (e.g. `-4`).");
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `unary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:20:47
[INFO] [stdout]     |
[INFO] [stdout] 20  |         impl<T: ~const Eval<Evaluated: ~const core::ops::$Name>> const core::ops::$Name for Expr<T> {
[INFO] [stdout]     |                                               ^
[INFO] [stdout] ...
[INFO] [stdout] 184 | unary_op!(Neg, neg, "Arithmetic negation (e.g. `-4`).");
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `unary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:28:39
[INFO] [stdout]     |
[INFO] [stdout] 28  |             T: Eval<Evaluated: ~const core::ops::$Name> =>
[INFO] [stdout]     |                                       ^
[INFO] [stdout] ...
[INFO] [stdout] 184 | unary_op!(Neg, neg, "Arithmetic negation (e.g. `-4`).");
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `unary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:28:39
[INFO] [stdout]     |
[INFO] [stdout] 28  |             T: Eval<Evaluated: ~const core::ops::$Name> =>
[INFO] [stdout]     |                                       ^
[INFO] [stdout] ...
[INFO] [stdout] 184 | unary_op!(Neg, neg, "Arithmetic negation (e.g. `-4`).");
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `unary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:20:47
[INFO] [stdout]     |
[INFO] [stdout] 20  |         impl<T: ~const Eval<Evaluated: ~const core::ops::$Name>> const core::ops::$Name for Expr<T> {
[INFO] [stdout]     |                                               ^
[INFO] [stdout] ...
[INFO] [stdout] 185 | unary_op!(Not, not, "Logical negation (e.g. `!true`).");
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `unary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:20:47
[INFO] [stdout]     |
[INFO] [stdout] 20  |         impl<T: ~const Eval<Evaluated: ~const core::ops::$Name>> const core::ops::$Name for Expr<T> {
[INFO] [stdout]     |                                               ^
[INFO] [stdout] ...
[INFO] [stdout] 185 | unary_op!(Not, not, "Logical negation (e.g. `!true`).");
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `unary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:28:39
[INFO] [stdout]     |
[INFO] [stdout] 28  |             T: Eval<Evaluated: ~const core::ops::$Name> =>
[INFO] [stdout]     |                                       ^
[INFO] [stdout] ...
[INFO] [stdout] 185 | unary_op!(Not, not, "Logical negation (e.g. `!true`).");
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `unary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:28:39
[INFO] [stdout]     |
[INFO] [stdout] 28  |             T: Eval<Evaluated: ~const core::ops::$Name> =>
[INFO] [stdout]     |                                       ^
[INFO] [stdout] ...
[INFO] [stdout] 185 | unary_op!(Not, not, "Logical negation (e.g. `!true`).");
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `unary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:43:50
[INFO] [stdout]     |
[INFO] [stdout] 43  |                 T: ~const Eval<Evaluated: ~const core::ops::$Name>
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 187 | unary_grad!(Neg, Neg);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `unary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:43:50
[INFO] [stdout]     |
[INFO] [stdout] 43  |                 T: ~const Eval<Evaluated: ~const core::ops::$Name>
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 187 | unary_grad!(Neg, Neg);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `unary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:44:81
[INFO] [stdout]     |
[INFO] [stdout] 44  |                     + ~const Grad<Differentiated: ~const Eval<Evaluated: ~const core::ops::$Diff>>,
[INFO] [stdout]     |                                                                                 ^
[INFO] [stdout] ...
[INFO] [stdout] 187 | unary_grad!(Neg, Neg);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `unary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:44:81
[INFO] [stdout]     |
[INFO] [stdout] 44  |                     + ~const Grad<Differentiated: ~const Eval<Evaluated: ~const core::ops::$Diff>>,
[INFO] [stdout]     |                                                                                 ^
[INFO] [stdout] ...
[INFO] [stdout] 187 | unary_grad!(Neg, Neg);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `unary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:50:50
[INFO] [stdout]     |
[INFO] [stdout] 50  |                 T: ~const Eval<Evaluated: ~const core::ops::$Name>
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 187 | unary_grad!(Neg, Neg);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `unary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:50:50
[INFO] [stdout]     |
[INFO] [stdout] 50  |                 T: ~const Eval<Evaluated: ~const core::ops::$Name>
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 187 | unary_grad!(Neg, Neg);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `unary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:51:81
[INFO] [stdout]     |
[INFO] [stdout] 51  |                     + ~const Grad<Differentiated: ~const Eval<Evaluated: ~const core::ops::$Diff>>,
[INFO] [stdout]     |                                                                                 ^
[INFO] [stdout] ...
[INFO] [stdout] 187 | unary_grad!(Neg, Neg);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `unary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:51:81
[INFO] [stdout]     |
[INFO] [stdout] 51  |                     + ~const Grad<Differentiated: ~const Eval<Evaluated: ~const core::ops::$Diff>>,
[INFO] [stdout]     |                                                                                 ^
[INFO] [stdout] ...
[INFO] [stdout] 187 | unary_grad!(Neg, Neg);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `unary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:60:50
[INFO] [stdout]     |
[INFO] [stdout] 60  |                 T: ~const Eval<Evaluated: ~const core::ops::$Name>
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 187 | unary_grad!(Neg, Neg);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `unary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:60:50
[INFO] [stdout]     |
[INFO] [stdout] 60  |                 T: ~const Eval<Evaluated: ~const core::ops::$Name>
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 187 | unary_grad!(Neg, Neg);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `unary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:61:81
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     + ~const Grad<Differentiated: ~const Eval<Evaluated: ~const core::ops::$Diff>>,
[INFO] [stdout]     |                                                                                 ^
[INFO] [stdout] ...
[INFO] [stdout] 187 | unary_grad!(Neg, Neg);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `unary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:61:81
[INFO] [stdout]     |
[INFO] [stdout] 61  |                     + ~const Grad<Differentiated: ~const Eval<Evaluated: ~const core::ops::$Diff>>,
[INFO] [stdout]     |                                                                                 ^
[INFO] [stdout] ...
[INFO] [stdout] 187 | unary_grad!(Neg, Neg);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `unary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:70:50
[INFO] [stdout]     |
[INFO] [stdout] 70  |                 T: ~const Eval<Evaluated: ~const core::ops::$Name>
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 187 | unary_grad!(Neg, Neg);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `unary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:70:50
[INFO] [stdout]     |
[INFO] [stdout] 70  |                 T: ~const Eval<Evaluated: ~const core::ops::$Name>
[INFO] [stdout]     |                                                  ^
[INFO] [stdout] ...
[INFO] [stdout] 187 | unary_grad!(Neg, Neg);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `unary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:71:81
[INFO] [stdout]     |
[INFO] [stdout] 71  |                     + ~const Grad<Differentiated: ~const Eval<Evaluated: ~const core::ops::$Diff>>,
[INFO] [stdout]     |                                                                                 ^
[INFO] [stdout] ...
[INFO] [stdout] 187 | unary_grad!(Neg, Neg);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `unary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:71:81
[INFO] [stdout]     |
[INFO] [stdout] 71  |                     + ~const Grad<Differentiated: ~const Eval<Evaluated: ~const core::ops::$Diff>>,
[INFO] [stdout]     |                                                                                 ^
[INFO] [stdout] ...
[INFO] [stdout] 187 | unary_grad!(Neg, Neg);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `unary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:94:50
[INFO] [stdout]     |
[INFO] [stdout] 94  |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>,
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 190 | binary_op!(Add, add, "Arithmetic addition (e.g. `a + b`");
[INFO] [stdout]     | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:94:50
[INFO] [stdout]     |
[INFO] [stdout] 94  |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>,
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 190 | binary_op!(Add, add, "Arithmetic addition (e.g. `a + b`");
[INFO] [stdout]     | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:105:39
[INFO] [stdout]     |
[INFO] [stdout] 105 |             L: Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>, R: Eval =>
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 190 | binary_op!(Add, add, "Arithmetic addition (e.g. `a + b`");
[INFO] [stdout]     | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:105:39
[INFO] [stdout]     |
[INFO] [stdout] 105 |             L: Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>, R: Eval =>
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 190 | binary_op!(Add, add, "Arithmetic addition (e.g. `a + b`");
[INFO] [stdout]     | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:94:50
[INFO] [stdout]     |
[INFO] [stdout] 94  |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>,
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 | binary_op!(BitAnd, bitand, "Bitwise conjunction (e.g. `a & b`)");
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:105:39
[INFO] [stdout]     |
[INFO] [stdout] 105 |             L: Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>, R: Eval =>
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 | binary_op!(BitAnd, bitand, "Bitwise conjunction (e.g. `a & b`)");
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:94:50
[INFO] [stdout]     |
[INFO] [stdout] 94  |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>,
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 | binary_op!(BitAnd, bitand, "Bitwise conjunction (e.g. `a & b`)");
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:105:39
[INFO] [stdout]     |
[INFO] [stdout] 105 |             L: Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>, R: Eval =>
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 191 | binary_op!(BitAnd, bitand, "Bitwise conjunction (e.g. `a & b`)");
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:94:50
[INFO] [stdout]     |
[INFO] [stdout] 94  |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>,
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 | binary_op!(BitOr, bitor, "Bitwise inclusive-or (e.g. `a | b`)");
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:105:39
[INFO] [stdout]     |
[INFO] [stdout] 105 |             L: Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>, R: Eval =>
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 | binary_op!(BitOr, bitor, "Bitwise inclusive-or (e.g. `a | b`)");
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:94:50
[INFO] [stdout]     |
[INFO] [stdout] 94  |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>,
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 | binary_op!(BitXor, bitxor, "Bitwise exclusive-or (e.g. `a ^ b`)");
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:94:50
[INFO] [stdout]     |
[INFO] [stdout] 94  |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>,
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 | binary_op!(BitOr, bitor, "Bitwise inclusive-or (e.g. `a | b`)");
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:105:39
[INFO] [stdout]     |
[INFO] [stdout] 105 |             L: Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>, R: Eval =>
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 | binary_op!(BitXor, bitxor, "Bitwise exclusive-or (e.g. `a ^ b`)");
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:105:39
[INFO] [stdout]     |
[INFO] [stdout] 105 |             L: Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>, R: Eval =>
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 192 | binary_op!(BitOr, bitor, "Bitwise inclusive-or (e.g. `a | b`)");
[INFO] [stdout]     | --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:94:50
[INFO] [stdout]     |
[INFO] [stdout] 94  |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>,
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 | binary_op!(Div, div, "Arithmetic division (e.g. `a / b`)"); // TODO: quotient rule
[INFO] [stdout]     | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:94:50
[INFO] [stdout]     |
[INFO] [stdout] 94  |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>,
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 | binary_op!(BitXor, bitxor, "Bitwise exclusive-or (e.g. `a ^ b`)");
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:105:39
[INFO] [stdout]     |
[INFO] [stdout] 105 |             L: Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>, R: Eval =>
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 | binary_op!(Div, div, "Arithmetic division (e.g. `a / b`)"); // TODO: quotient rule
[INFO] [stdout]     | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:105:39
[INFO] [stdout]     |
[INFO] [stdout] 105 |             L: Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>, R: Eval =>
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 193 | binary_op!(BitXor, bitxor, "Bitwise exclusive-or (e.g. `a ^ b`)");
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:94:50
[INFO] [stdout]     |
[INFO] [stdout] 94  |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>,
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 195 | binary_op!(Mul, mul, "Arithmetic multiplication (e.g. `a * b`)"); // TODO: product rule
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:105:39
[INFO] [stdout]     |
[INFO] [stdout] 105 |             L: Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>, R: Eval =>
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 195 | binary_op!(Mul, mul, "Arithmetic multiplication (e.g. `a * b`)"); // TODO: product rule
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:94:50
[INFO] [stdout]     |
[INFO] [stdout] 94  |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>,
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 | binary_op!(Div, div, "Arithmetic division (e.g. `a / b`)"); // TODO: quotient rule
[INFO] [stdout]     | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:94:50
[INFO] [stdout]     |
[INFO] [stdout] 94  |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>,
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 196 | binary_op!(Rem, rem, "Arithmetic remainder (e.g. `a % b`)"); //TODO: just the left argument
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:105:39
[INFO] [stdout]     |
[INFO] [stdout] 105 |             L: Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>, R: Eval =>
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 194 | binary_op!(Div, div, "Arithmetic division (e.g. `a / b`)"); // TODO: quotient rule
[INFO] [stdout]     | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:105:39
[INFO] [stdout]     |
[INFO] [stdout] 105 |             L: Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>, R: Eval =>
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 196 | binary_op!(Rem, rem, "Arithmetic remainder (e.g. `a % b`)"); //TODO: just the left argument
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:94:50
[INFO] [stdout]     |
[INFO] [stdout] 94  |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>,
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 195 | binary_op!(Mul, mul, "Arithmetic multiplication (e.g. `a * b`)"); // TODO: product rule
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:94:50
[INFO] [stdout]     |
[INFO] [stdout] 94  |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>,
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 197 | binary_op!(Shl, shl, "Arithmetic left-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:105:39
[INFO] [stdout]     |
[INFO] [stdout] 105 |             L: Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>, R: Eval =>
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 195 | binary_op!(Mul, mul, "Arithmetic multiplication (e.g. `a * b`)"); // TODO: product rule
[INFO] [stdout]     | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:105:39
[INFO] [stdout]     |
[INFO] [stdout] 105 |             L: Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>, R: Eval =>
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 197 | binary_op!(Shl, shl, "Arithmetic left-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:94:50
[INFO] [stdout]     |
[INFO] [stdout] 94  |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>,
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 196 | binary_op!(Rem, rem, "Arithmetic remainder (e.g. `a % b`)"); //TODO: just the left argument
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:94:50
[INFO] [stdout]     |
[INFO] [stdout] 94  |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>,
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 | binary_op!(Shr, shr, "Arithmetic right-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:105:39
[INFO] [stdout]     |
[INFO] [stdout] 105 |             L: Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>, R: Eval =>
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 | binary_op!(Shr, shr, "Arithmetic right-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:105:39
[INFO] [stdout]     |
[INFO] [stdout] 105 |             L: Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>, R: Eval =>
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 196 | binary_op!(Rem, rem, "Arithmetic remainder (e.g. `a % b`)"); //TODO: just the left argument
[INFO] [stdout]     | ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:94:50
[INFO] [stdout]     |
[INFO] [stdout] 94  |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>,
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 | binary_op!(Sub, sub, "Arithmetic subtraction (e.g. `a - b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:105:39
[INFO] [stdout]     |
[INFO] [stdout] 105 |             L: Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>, R: Eval =>
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 | binary_op!(Sub, sub, "Arithmetic subtraction (e.g. `a - b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:94:50
[INFO] [stdout]     |
[INFO] [stdout] 94  |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>,
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 197 | binary_op!(Shl, shl, "Arithmetic left-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:119:50
[INFO] [stdout]     |
[INFO] [stdout] 119 |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 201 | binary_grad!(Add, Add);
[INFO] [stdout]     | ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:105:39
[INFO] [stdout]     |
[INFO] [stdout] 105 |             L: Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>, R: Eval =>
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 197 | binary_op!(Shl, shl, "Arithmetic left-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:122:47
[INFO] [stdout]     |
[INFO] [stdout] 122 |                               Evaluated: ~const core::ops::$Diff<
[INFO] [stdout]     |  _______________________________________________^
[INFO] [stdout] 123 | |                                 <R::Differentiated as eval::Typed>::Evaluated,
[INFO] [stdout] 124 | |                             >,
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] ...
[INFO] [stdout] 201 |   binary_grad!(Add, Add);
[INFO] [stdout]     |   ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:94:50
[INFO] [stdout]     |
[INFO] [stdout] 94  |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>,
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 | binary_op!(Shr, shr, "Arithmetic right-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:105:39
[INFO] [stdout]     |
[INFO] [stdout] 105 |             L: Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>, R: Eval =>
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 | binary_op!(Shr, shr, "Arithmetic right-shift (e.g. `a << b`)"); //TODO: more complicated
[INFO] [stdout]     | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:133:50
[INFO] [stdout]     |
[INFO] [stdout] 133 |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 201 | binary_grad!(Add, Add);
[INFO] [stdout]     | ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:136:47
[INFO] [stdout]     |
[INFO] [stdout] 136 |                               Evaluated: ~const core::ops::$Diff<
[INFO] [stdout]     |  _______________________________________________^
[INFO] [stdout] 137 | |                                 <R::Differentiated as eval::Typed>::Evaluated,
[INFO] [stdout] 138 | |                             >,
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] ...
[INFO] [stdout] 201 |   binary_grad!(Add, Add);
[INFO] [stdout]     |   ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:94:50
[INFO] [stdout]     |
[INFO] [stdout] 94  |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>,
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 | binary_op!(Sub, sub, "Arithmetic subtraction (e.g. `a - b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:150:50
[INFO] [stdout]     |
[INFO] [stdout] 150 |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 201 | binary_grad!(Add, Add);
[INFO] [stdout]     | ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:105:39
[INFO] [stdout]     |
[INFO] [stdout] 105 |             L: Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>, R: Eval =>
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 199 | binary_op!(Sub, sub, "Arithmetic subtraction (e.g. `a - b`)"); //TODO: more complicated
[INFO] [stdout]     | ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:119:50
[INFO] [stdout]     |
[INFO] [stdout] 119 |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 201 | binary_grad!(Add, Add);
[INFO] [stdout]     | ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:153:47
[INFO] [stdout]     |
[INFO] [stdout] 153 |                               Evaluated: ~const core::ops::$Diff<
[INFO] [stdout]     |  _______________________________________________^
[INFO] [stdout] 154 | |                                 <R::Differentiated as eval::Typed>::Evaluated,
[INFO] [stdout] 155 | |                             >,
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] ...
[INFO] [stdout] 201 |   binary_grad!(Add, Add);
[INFO] [stdout]     |   ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:167:50
[INFO] [stdout]     |
[INFO] [stdout] 167 |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 201 | binary_grad!(Add, Add);
[INFO] [stdout]     | ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:122:47
[INFO] [stdout]     |
[INFO] [stdout] 122 |                               Evaluated: ~const core::ops::$Diff<
[INFO] [stdout]     |  _______________________________________________^
[INFO] [stdout] 123 | |                                 <R::Differentiated as eval::Typed>::Evaluated,
[INFO] [stdout] 124 | |                             >,
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] ...
[INFO] [stdout] 201 |   binary_grad!(Add, Add);
[INFO] [stdout]     |   ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:133:50
[INFO] [stdout]     |
[INFO] [stdout] 133 |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 201 | binary_grad!(Add, Add);
[INFO] [stdout]     | ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:170:47
[INFO] [stdout]     |
[INFO] [stdout] 170 |                               Evaluated: ~const core::ops::$Diff<
[INFO] [stdout]     |  _______________________________________________^
[INFO] [stdout] 171 | |                                 <R::Differentiated as eval::Typed>::Evaluated,
[INFO] [stdout] 172 | |                             >,
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] ...
[INFO] [stdout] 201 |   binary_grad!(Add, Add);
[INFO] [stdout]     |   ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:119:50
[INFO] [stdout]     |
[INFO] [stdout] 119 |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 202 | binary_grad!(Sub, Sub);
[INFO] [stdout]     | ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:136:47
[INFO] [stdout]     |
[INFO] [stdout] 136 |                               Evaluated: ~const core::ops::$Diff<
[INFO] [stdout]     |  _______________________________________________^
[INFO] [stdout] 137 | |                                 <R::Differentiated as eval::Typed>::Evaluated,
[INFO] [stdout] 138 | |                             >,
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] ...
[INFO] [stdout] 201 |   binary_grad!(Add, Add);
[INFO] [stdout]     |   ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:122:47
[INFO] [stdout]     |
[INFO] [stdout] 122 |                               Evaluated: ~const core::ops::$Diff<
[INFO] [stdout]     |  _______________________________________________^
[INFO] [stdout] 123 | |                                 <R::Differentiated as eval::Typed>::Evaluated,
[INFO] [stdout] 124 | |                             >,
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] ...
[INFO] [stdout] 202 |   binary_grad!(Sub, Sub);
[INFO] [stdout]     |   ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:150:50
[INFO] [stdout]     |
[INFO] [stdout] 150 |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 201 | binary_grad!(Add, Add);
[INFO] [stdout]     | ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:133:50
[INFO] [stdout]     |
[INFO] [stdout] 133 |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 202 | binary_grad!(Sub, Sub);
[INFO] [stdout]     | ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:136:47
[INFO] [stdout]     |
[INFO] [stdout] 136 |                               Evaluated: ~const core::ops::$Diff<
[INFO] [stdout]     |  _______________________________________________^
[INFO] [stdout] 137 | |                                 <R::Differentiated as eval::Typed>::Evaluated,
[INFO] [stdout] 138 | |                             >,
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] ...
[INFO] [stdout] 202 |   binary_grad!(Sub, Sub);
[INFO] [stdout]     |   ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:153:47
[INFO] [stdout]     |
[INFO] [stdout] 153 |                               Evaluated: ~const core::ops::$Diff<
[INFO] [stdout]     |  _______________________________________________^
[INFO] [stdout] 154 | |                                 <R::Differentiated as eval::Typed>::Evaluated,
[INFO] [stdout] 155 | |                             >,
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] ...
[INFO] [stdout] 201 |   binary_grad!(Add, Add);
[INFO] [stdout]     |   ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:150:50
[INFO] [stdout]     |
[INFO] [stdout] 150 |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 202 | binary_grad!(Sub, Sub);
[INFO] [stdout]     | ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:167:50
[INFO] [stdout]     |
[INFO] [stdout] 167 |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 201 | binary_grad!(Add, Add);
[INFO] [stdout]     | ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:153:47
[INFO] [stdout]     |
[INFO] [stdout] 153 |                               Evaluated: ~const core::ops::$Diff<
[INFO] [stdout]     |  _______________________________________________^
[INFO] [stdout] 154 | |                                 <R::Differentiated as eval::Typed>::Evaluated,
[INFO] [stdout] 155 | |                             >,
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] ...
[INFO] [stdout] 202 |   binary_grad!(Sub, Sub);
[INFO] [stdout]     |   ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:170:47
[INFO] [stdout]     |
[INFO] [stdout] 170 |                               Evaluated: ~const core::ops::$Diff<
[INFO] [stdout]     |  _______________________________________________^
[INFO] [stdout] 171 | |                                 <R::Differentiated as eval::Typed>::Evaluated,
[INFO] [stdout] 172 | |                             >,
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] ...
[INFO] [stdout] 201 |   binary_grad!(Add, Add);
[INFO] [stdout]     |   ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:167:50
[INFO] [stdout]     |
[INFO] [stdout] 167 |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 202 | binary_grad!(Sub, Sub);
[INFO] [stdout]     | ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:119:50
[INFO] [stdout]     |
[INFO] [stdout] 119 |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 202 | binary_grad!(Sub, Sub);
[INFO] [stdout]     | ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:170:47
[INFO] [stdout]     |
[INFO] [stdout] 170 |                               Evaluated: ~const core::ops::$Diff<
[INFO] [stdout]     |  _______________________________________________^
[INFO] [stdout] 171 | |                                 <R::Differentiated as eval::Typed>::Evaluated,
[INFO] [stdout] 172 | |                             >,
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] ...
[INFO] [stdout] 202 |   binary_grad!(Sub, Sub);
[INFO] [stdout]     |   ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:122:47
[INFO] [stdout]     |
[INFO] [stdout] 122 |                               Evaluated: ~const core::ops::$Diff<
[INFO] [stdout]     |  _______________________________________________^
[INFO] [stdout] 123 | |                                 <R::Differentiated as eval::Typed>::Evaluated,
[INFO] [stdout] 124 | |                             >,
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] ...
[INFO] [stdout] 202 |   binary_grad!(Sub, Sub);
[INFO] [stdout]     |   ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:133:50
[INFO] [stdout]     |
[INFO] [stdout] 133 |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 202 | binary_grad!(Sub, Sub);
[INFO] [stdout]     | ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:136:47
[INFO] [stdout]     |
[INFO] [stdout] 136 |                               Evaluated: ~const core::ops::$Diff<
[INFO] [stdout]     |  _______________________________________________^
[INFO] [stdout] 137 | |                                 <R::Differentiated as eval::Typed>::Evaluated,
[INFO] [stdout] 138 | |                             >,
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] ...
[INFO] [stdout] 202 |   binary_grad!(Sub, Sub);
[INFO] [stdout]     |   ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:150:50
[INFO] [stdout]     |
[INFO] [stdout] 150 |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 202 | binary_grad!(Sub, Sub);
[INFO] [stdout]     | ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:153:47
[INFO] [stdout]     |
[INFO] [stdout] 153 |                               Evaluated: ~const core::ops::$Diff<
[INFO] [stdout]     |  _______________________________________________^
[INFO] [stdout] 154 | |                                 <R::Differentiated as eval::Typed>::Evaluated,
[INFO] [stdout] 155 | |                             >,
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] ...
[INFO] [stdout] 202 |   binary_grad!(Sub, Sub);
[INFO] [stdout]     |   ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:167:50
[INFO] [stdout]     |
[INFO] [stdout] 167 |                 L: ~const Eval<Evaluated: ~const core::ops::$Name<R::Evaluated>>
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 202 | binary_grad!(Sub, Sub);
[INFO] [stdout]     | ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: `~const` can only be applied to `#[const_trait]` traits
[INFO] [stdout]    --> src/ops/mod.rs:170:47
[INFO] [stdout]     |
[INFO] [stdout] 170 |                               Evaluated: ~const core::ops::$Diff<
[INFO] [stdout]     |  _______________________________________________^
[INFO] [stdout] 171 | |                                 <R::Differentiated as eval::Typed>::Evaluated,
[INFO] [stdout] 172 | |                             >,
[INFO] [stdout]     | |_____________________________^
[INFO] [stdout] ...
[INFO] [stdout] 202 |   binary_grad!(Sub, Sub);
[INFO] [stdout]     |   ---------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `binary_grad` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 96 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dxpr` (lib) due to 97 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 96 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dxpr` (lib test) due to 97 previous errors
[INFO] running `Command { std: "docker" "inspect" "b2c211a85cbf374a3964e1949a2e1aa08380f022e93bbac2c8eab4cd36bc4f41", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b2c211a85cbf374a3964e1949a2e1aa08380f022e93bbac2c8eab4cd36bc4f41", kill_on_drop: false }`
[INFO] [stdout] b2c211a85cbf374a3964e1949a2e1aa08380f022e93bbac2c8eab4cd36bc4f41
