[INFO] fetching crate dxpr 0.2.3... [INFO] checking dxpr-0.2.3 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145342-1 [INFO] extracting crate dxpr 0.2.3 into /workspace/builds/worker-5-tc1/source [INFO] removed /workspace/builds/worker-5-tc1/source/.cargo/config.toml [INFO] removed /workspace/builds/worker-5-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-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate dxpr 0.2.3 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d6d701f42efe5703ed27740f31d719387627bc95b43e224a88ed7e4820568b5f [INFO] running `Command { std: "docker" "start" "-a" "d6d701f42efe5703ed27740f31d719387627bc95b43e224a88ed7e4820568b5f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d6d701f42efe5703ed27740f31d719387627bc95b43e224a88ed7e4820568b5f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d6d701f42efe5703ed27740f31d719387627bc95b43e224a88ed7e4820568b5f", kill_on_drop: false }` [INFO] [stdout] d6d701f42efe5703ed27740f31d719387627bc95b43e224a88ed7e4820568b5f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 79ea81123488d95fa4e01a7fc430005d24d5516dc7b6a49918615e17fdf8539d [INFO] running `Command { std: "docker" "start" "-a" "79ea81123488d95fa4e01a7fc430005d24d5516dc7b6a49918615e17fdf8539d", 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),+> { $($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: structs cannot have `[const]` trait bounds [INFO] [stdout] --> src/eval.rs:107:17 [INFO] [stdout] | [INFO] [stdout] 107 | pub struct $existing_fn<$($arg: ~const Eval),+> { $($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] = 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),+> $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),+> $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(pub(crate) T); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: structs cannot have `[const]` trait bounds [INFO] [stdout] --> src/expr.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct Expr(pub(crate) T); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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(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] [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); [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: structs cannot have `[const]` trait bounds [INFO] [stdout] --> src/ops/mod.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct $Name(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] = 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); [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); [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: structs cannot have `[const]` trait bounds [INFO] [stdout] --> src/ops/mod.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct $Name(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] = 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); [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, 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: structs cannot have `[const]` trait bounds [INFO] [stdout] --> src/ops/mod.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(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] = 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, 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: structs cannot have `[const]` trait bounds [INFO] [stdout] --> src/ops/mod.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(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] = 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, 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, 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, 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: structs cannot have `[const]` trait bounds [INFO] [stdout] --> src/ops/mod.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(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] = 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, 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: structs cannot have `[const]` trait bounds [INFO] [stdout] --> src/ops/mod.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(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] = 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, 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, 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, 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: structs cannot have `[const]` trait bounds [INFO] [stdout] --> src/ops/mod.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(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] = 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, 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: structs cannot have `[const]` trait bounds [INFO] [stdout] --> src/ops/mod.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(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] = 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, 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, 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, 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: structs cannot have `[const]` trait bounds [INFO] [stdout] --> src/ops/mod.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(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] = 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, 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: structs cannot have `[const]` trait bounds [INFO] [stdout] --> src/ops/mod.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(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] = 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, 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, 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, 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: structs cannot have `[const]` trait bounds [INFO] [stdout] --> src/ops/mod.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(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] = 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, 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: structs cannot have `[const]` trait bounds [INFO] [stdout] --> src/ops/mod.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(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] = 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, 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, 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, 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: structs cannot have `[const]` trait bounds [INFO] [stdout] --> src/ops/mod.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(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] = 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, 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: structs cannot have `[const]` trait bounds [INFO] [stdout] --> src/ops/mod.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(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] = 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, 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, 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, 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: structs cannot have `[const]` trait bounds [INFO] [stdout] --> src/ops/mod.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(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] = 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, 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: structs cannot have `[const]` trait bounds [INFO] [stdout] --> src/ops/mod.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(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] = 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, 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, 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, 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: structs cannot have `[const]` trait bounds [INFO] [stdout] --> src/ops/mod.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(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] = 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, 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: structs cannot have `[const]` trait bounds [INFO] [stdout] --> src/ops/mod.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(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] = 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, 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, 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, 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: structs cannot have `[const]` trait bounds [INFO] [stdout] --> src/ops/mod.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(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] = 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, 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: structs cannot have `[const]` trait bounds [INFO] [stdout] --> src/ops/mod.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(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] = 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, 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, 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, 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: structs cannot have `[const]` trait bounds [INFO] [stdout] --> src/ops/mod.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(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] = 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, 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: structs cannot have `[const]` trait bounds [INFO] [stdout] --> src/ops/mod.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(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] = 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, 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, 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: the feature `associated_type_bounds` has been stable since 1.79.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | associated_type_bounds, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | #![deny(warnings, missing_docs)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(stable_features)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:19:20 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct $Name(T); [INFO] [stdout] | ____________________^ [INFO] [stdout] 20 | | impl> const core::ops::$Name for Expr { [INFO] [stdout] | |_______________________________________________________________________^ trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:19:20 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct $Name(T); [INFO] [stdout] | ____________________^ [INFO] [stdout] 20 | | impl> const core::ops::$Name for Expr { [INFO] [stdout] | |________________________________________------^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:19:20 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct $Name(T); [INFO] [stdout] | ____________________^ [INFO] [stdout] 20 | | impl> const core::ops::$Name for Expr { [INFO] [stdout] 21 | | type Output = Expr<$Name>; [INFO] [stdout] 22 | | #[inline(always)] [INFO] [stdout] ... | [INFO] [stdout] 27 | | $crate::implement_eval!( [INFO] [stdout] 28 | | T: Eval => [INFO] [stdout] | |________________________________------^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:19:20 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct $Name(T); [INFO] [stdout] | ____________________^ [INFO] [stdout] 20 | | impl> const core::ops::$Name for Expr { [INFO] [stdout] | |_______________________________________________________________________^ trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:19:20 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct $Name(T); [INFO] [stdout] | ____________________^ [INFO] [stdout] 20 | | impl> const core::ops::$Name for Expr { [INFO] [stdout] | |________________________________________------^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:19:20 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct $Name(T); [INFO] [stdout] | ____________________^ [INFO] [stdout] 20 | | impl> const core::ops::$Name for Expr { [INFO] [stdout] 21 | | type Output = Expr<$Name>; [INFO] [stdout] 22 | | #[inline(always)] [INFO] [stdout] ... | [INFO] [stdout] 27 | | $crate::implement_eval!( [INFO] [stdout] 28 | | T: Eval => [INFO] [stdout] | |________________________________------^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:43:50 [INFO] [stdout] | [INFO] [stdout] 43 | T: ~const Eval [INFO] [stdout] | ------ ^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [INFO] [stdout] ... [INFO] [stdout] 187 | unary_grad!(Neg, Neg); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:44:81 [INFO] [stdout] | [INFO] [stdout] 44 | + ~const Grad>, [INFO] [stdout] | ------ ^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [INFO] [stdout] ... [INFO] [stdout] 187 | unary_grad!(Neg, Neg); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:43:61 [INFO] [stdout] | [INFO] [stdout] 43 | T: ~const Eval [INFO] [stdout] | _____________________________________________________________^ [INFO] [stdout] 44 | | + ~const Grad>, [INFO] [stdout] 45 | | > const grad::Typed for $Name [INFO] [stdout] ... | [INFO] [stdout] 49 | | impl< [INFO] [stdout] 50 | | T: ~const Eval [INFO] [stdout] | |___________________________________________------^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [INFO] [stdout] ... [INFO] [stdout] 187 | unary_grad!(Neg, Neg); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:44:92 [INFO] [stdout] | [INFO] [stdout] 44 | + ~const Grad>, [INFO] [stdout] | ____________________________________________________________________________________________^ [INFO] [stdout] 45 | | > const grad::Typed for $Name [INFO] [stdout] 46 | | { [INFO] [stdout] 47 | | type Differentiated = $Diff; [INFO] [stdout] ... | [INFO] [stdout] 50 | | T: ~const Eval [INFO] [stdout] 51 | | + ~const Grad>, [INFO] [stdout] | |__________________________________________________________________________------^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [INFO] [stdout] ... [INFO] [stdout] 187 | unary_grad!(Neg, Neg); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:43:61 [INFO] [stdout] | [INFO] [stdout] 43 | T: ~const Eval [INFO] [stdout] | _____________________________________________________________^ [INFO] [stdout] 44 | | + ~const Grad>, [INFO] [stdout] 45 | | > const grad::Typed for $Name [INFO] [stdout] ... | [INFO] [stdout] 59 | | impl< [INFO] [stdout] 60 | | T: ~const Eval [INFO] [stdout] | |___________________________________________------^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [INFO] [stdout] ... [INFO] [stdout] 187 | unary_grad!(Neg, Neg); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:44:92 [INFO] [stdout] | [INFO] [stdout] 44 | + ~const Grad>, [INFO] [stdout] | ____________________________________________________________________________________________^ [INFO] [stdout] 45 | | > const grad::Typed for $Name [INFO] [stdout] 46 | | { [INFO] [stdout] 47 | | type Differentiated = $Diff; [INFO] [stdout] ... | [INFO] [stdout] 60 | | T: ~const Eval [INFO] [stdout] 61 | | + ~const Grad>, [INFO] [stdout] | |__________________________________________________________________________------^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [INFO] [stdout] ... [INFO] [stdout] 187 | unary_grad!(Neg, Neg); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:43:61 [INFO] [stdout] | [INFO] [stdout] 43 | T: ~const Eval [INFO] [stdout] | _____________________________________________________________^ [INFO] [stdout] 44 | | + ~const Grad>, [INFO] [stdout] 45 | | > const grad::Typed for $Name [INFO] [stdout] ... | [INFO] [stdout] 69 | | impl< [INFO] [stdout] 70 | | T: ~const Eval [INFO] [stdout] | |___________________________________________------^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [INFO] [stdout] ... [INFO] [stdout] 187 | unary_grad!(Neg, Neg); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:44:92 [INFO] [stdout] | [INFO] [stdout] 44 | + ~const Grad>, [INFO] [stdout] | ____________________________________________________________________________________________^ [INFO] [stdout] 45 | | > const grad::Typed for $Name [INFO] [stdout] 46 | | { [INFO] [stdout] 47 | | type Differentiated = $Diff; [INFO] [stdout] ... | [INFO] [stdout] 70 | | T: ~const Eval [INFO] [stdout] 71 | | + ~const Grad>, [INFO] [stdout] | |__________________________________________________________________________------^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [INFO] [stdout] ... [INFO] [stdout] 187 | unary_grad!(Neg, Neg); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] 95 | | R: ~const Eval, [INFO] [stdout] 96 | | > const core::ops::$Name> for Expr [INFO] [stdout] | |_____________________________________________^ trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] | |___________________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] 95 | | R: ~const Eval, [INFO] [stdout] ... | [INFO] [stdout] 104 | | $crate::implement_eval!( [INFO] [stdout] 105 | | L: Eval>, R: Eval => [INFO] [stdout] | |________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] 95 | | R: ~const Eval, [INFO] [stdout] 96 | | > const core::ops::$Name> for Expr [INFO] [stdout] | |_____________________________________________^ trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] | |___________________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] 95 | | R: ~const Eval, [INFO] [stdout] ... | [INFO] [stdout] 104 | | $crate::implement_eval!( [INFO] [stdout] 105 | | L: Eval>, R: Eval => [INFO] [stdout] | |________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] 95 | | R: ~const Eval, [INFO] [stdout] 96 | | > const core::ops::$Name> for Expr [INFO] [stdout] | |_____________________________________________^ trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] | |___________________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] 95 | | R: ~const Eval, [INFO] [stdout] ... | [INFO] [stdout] 104 | | $crate::implement_eval!( [INFO] [stdout] 105 | | L: Eval>, R: Eval => [INFO] [stdout] | |________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] 95 | | R: ~const Eval, [INFO] [stdout] 96 | | > const core::ops::$Name> for Expr [INFO] [stdout] | |_____________________________________________^ trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] | |___________________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] 95 | | R: ~const Eval, [INFO] [stdout] ... | [INFO] [stdout] 104 | | $crate::implement_eval!( [INFO] [stdout] 105 | | L: Eval>, R: Eval => [INFO] [stdout] | |________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] 95 | | R: ~const Eval, [INFO] [stdout] 96 | | > const core::ops::$Name> for Expr [INFO] [stdout] | |_____________________________________________^ trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] | |___________________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] 95 | | R: ~const Eval, [INFO] [stdout] ... | [INFO] [stdout] 104 | | $crate::implement_eval!( [INFO] [stdout] 105 | | L: Eval>, R: Eval => [INFO] [stdout] | |________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] 95 | | R: ~const Eval, [INFO] [stdout] 96 | | > const core::ops::$Name> for Expr [INFO] [stdout] | |_____________________________________________^ trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] | |___________________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] 95 | | R: ~const Eval, [INFO] [stdout] ... | [INFO] [stdout] 104 | | $crate::implement_eval!( [INFO] [stdout] 105 | | L: Eval>, R: Eval => [INFO] [stdout] | |________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] 95 | | R: ~const Eval, [INFO] [stdout] 96 | | > const core::ops::$Name> for Expr [INFO] [stdout] | |_____________________________________________^ trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] | |___________________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] 95 | | R: ~const Eval, [INFO] [stdout] ... | [INFO] [stdout] 104 | | $crate::implement_eval!( [INFO] [stdout] 105 | | L: Eval>, R: Eval => [INFO] [stdout] | |________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] 95 | | R: ~const Eval, [INFO] [stdout] 96 | | > const core::ops::$Name> for Expr [INFO] [stdout] | |_____________________________________________^ trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] | |___________________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] 95 | | R: ~const Eval, [INFO] [stdout] ... | [INFO] [stdout] 104 | | $crate::implement_eval!( [INFO] [stdout] 105 | | L: Eval>, R: Eval => [INFO] [stdout] | |________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] 95 | | R: ~const Eval, [INFO] [stdout] 96 | | > const core::ops::$Name> for Expr [INFO] [stdout] | |_____________________________________________^ trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] | |___________________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] 95 | | R: ~const Eval, [INFO] [stdout] ... | [INFO] [stdout] 104 | | $crate::implement_eval!( [INFO] [stdout] 105 | | L: Eval>, R: Eval => [INFO] [stdout] | |________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] 95 | | R: ~const Eval, [INFO] [stdout] 96 | | > const core::ops::$Name> for Expr [INFO] [stdout] | |_____________________________________________^ trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] | |___________________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] 95 | | R: ~const Eval, [INFO] [stdout] ... | [INFO] [stdout] 104 | | $crate::implement_eval!( [INFO] [stdout] 105 | | L: Eval>, R: Eval => [INFO] [stdout] | |________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:119:50 [INFO] [stdout] | [INFO] [stdout] 119 | L: ~const Eval> [INFO] [stdout] | ------ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [INFO] [stdout] ... [INFO] [stdout] 201 | binary_grad!(Add, Add); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:122:47 [INFO] [stdout] | [INFO] [stdout] 122 | Evaluated: ~const core::ops::$Diff< [INFO] [stdout] | ________________________________________------_^ [INFO] [stdout] | | | [INFO] [stdout] | | trait is not stable as const yet [INFO] [stdout] 123 | | ::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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:119:61 [INFO] [stdout] | [INFO] [stdout] 119 | L: ~const Eval> [INFO] [stdout] | _____________________________________________________________^ [INFO] [stdout] 120 | | + ~const Grad< [INFO] [stdout] 121 | | Differentiated: ~const Eval< [INFO] [stdout] 122 | | Evaluated: ~const core::ops::$Diff< [INFO] [stdout] ... | [INFO] [stdout] 132 | | impl< [INFO] [stdout] 133 | | L: ~const Eval> [INFO] [stdout] | |___________________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [INFO] [stdout] ... [INFO] [stdout] 201 | binary_grad!(Add, Add); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:122:58 [INFO] [stdout] | [INFO] [stdout] 122 | Evaluated: ~const core::ops::$Diff< [INFO] [stdout] | __________________________________________________________^ [INFO] [stdout] 123 | | ::Evaluated, [INFO] [stdout] 124 | | >, [INFO] [stdout] 125 | | >, [INFO] [stdout] ... | [INFO] [stdout] 136 | | Evaluated: ~const core::ops::$Diff< [INFO] [stdout] | | ------ trait is not stable as const yet [INFO] [stdout] 137 | | ::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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:119:61 [INFO] [stdout] | [INFO] [stdout] 119 | L: ~const Eval> [INFO] [stdout] | _____________________________________________________________^ [INFO] [stdout] 120 | | + ~const Grad< [INFO] [stdout] 121 | | Differentiated: ~const Eval< [INFO] [stdout] 122 | | Evaluated: ~const core::ops::$Diff< [INFO] [stdout] ... | [INFO] [stdout] 149 | | impl< [INFO] [stdout] 150 | | L: ~const Eval> [INFO] [stdout] | |___________________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [INFO] [stdout] ... [INFO] [stdout] 201 | binary_grad!(Add, Add); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:122:58 [INFO] [stdout] | [INFO] [stdout] 122 | Evaluated: ~const core::ops::$Diff< [INFO] [stdout] | __________________________________________________________^ [INFO] [stdout] 123 | | ::Evaluated, [INFO] [stdout] 124 | | >, [INFO] [stdout] 125 | | >, [INFO] [stdout] ... | [INFO] [stdout] 153 | | Evaluated: ~const core::ops::$Diff< [INFO] [stdout] | | ------ trait is not stable as const yet [INFO] [stdout] 154 | | ::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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:119:61 [INFO] [stdout] | [INFO] [stdout] 119 | L: ~const Eval> [INFO] [stdout] | _____________________________________________________________^ [INFO] [stdout] 120 | | + ~const Grad< [INFO] [stdout] 121 | | Differentiated: ~const Eval< [INFO] [stdout] 122 | | Evaluated: ~const core::ops::$Diff< [INFO] [stdout] ... | [INFO] [stdout] 166 | | impl< [INFO] [stdout] 167 | | L: ~const Eval> [INFO] [stdout] | |___________________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [INFO] [stdout] ... [INFO] [stdout] 201 | binary_grad!(Add, Add); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:122:58 [INFO] [stdout] | [INFO] [stdout] 122 | Evaluated: ~const core::ops::$Diff< [INFO] [stdout] | __________________________________________________________^ [INFO] [stdout] 123 | | ::Evaluated, [INFO] [stdout] 124 | | >, [INFO] [stdout] 125 | | >, [INFO] [stdout] ... | [INFO] [stdout] 170 | | Evaluated: ~const core::ops::$Diff< [INFO] [stdout] | | ------ trait is not stable as const yet [INFO] [stdout] 171 | | ::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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:119:50 [INFO] [stdout] | [INFO] [stdout] 119 | L: ~const Eval> [INFO] [stdout] | ------ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [INFO] [stdout] ... [INFO] [stdout] 202 | binary_grad!(Sub, Sub); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:122:47 [INFO] [stdout] | [INFO] [stdout] 122 | Evaluated: ~const core::ops::$Diff< [INFO] [stdout] | ________________________________________------_^ [INFO] [stdout] | | | [INFO] [stdout] | | trait is not stable as const yet [INFO] [stdout] 123 | | ::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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:119:61 [INFO] [stdout] | [INFO] [stdout] 119 | L: ~const Eval> [INFO] [stdout] | _____________________________________________________________^ [INFO] [stdout] 120 | | + ~const Grad< [INFO] [stdout] 121 | | Differentiated: ~const Eval< [INFO] [stdout] 122 | | Evaluated: ~const core::ops::$Diff< [INFO] [stdout] ... | [INFO] [stdout] 132 | | impl< [INFO] [stdout] 133 | | L: ~const Eval> [INFO] [stdout] | |___________________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [INFO] [stdout] ... [INFO] [stdout] 202 | binary_grad!(Sub, Sub); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:122:58 [INFO] [stdout] | [INFO] [stdout] 122 | Evaluated: ~const core::ops::$Diff< [INFO] [stdout] | __________________________________________________________^ [INFO] [stdout] 123 | | ::Evaluated, [INFO] [stdout] 124 | | >, [INFO] [stdout] 125 | | >, [INFO] [stdout] ... | [INFO] [stdout] 136 | | Evaluated: ~const core::ops::$Diff< [INFO] [stdout] | | ------ trait is not stable as const yet [INFO] [stdout] 137 | | ::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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:119:61 [INFO] [stdout] | [INFO] [stdout] 119 | L: ~const Eval> [INFO] [stdout] | _____________________________________________________________^ [INFO] [stdout] 120 | | + ~const Grad< [INFO] [stdout] 121 | | Differentiated: ~const Eval< [INFO] [stdout] 122 | | Evaluated: ~const core::ops::$Diff< [INFO] [stdout] ... | [INFO] [stdout] 149 | | impl< [INFO] [stdout] 150 | | L: ~const Eval> [INFO] [stdout] | |___________________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [INFO] [stdout] ... [INFO] [stdout] 202 | binary_grad!(Sub, Sub); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:122:58 [INFO] [stdout] | [INFO] [stdout] 122 | Evaluated: ~const core::ops::$Diff< [INFO] [stdout] | __________________________________________________________^ [INFO] [stdout] 123 | | ::Evaluated, [INFO] [stdout] 124 | | >, [INFO] [stdout] 125 | | >, [INFO] [stdout] ... | [INFO] [stdout] 153 | | Evaluated: ~const core::ops::$Diff< [INFO] [stdout] | | ------ trait is not stable as const yet [INFO] [stdout] 154 | | ::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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:119:61 [INFO] [stdout] | [INFO] [stdout] 119 | L: ~const Eval> [INFO] [stdout] | _____________________________________________________________^ [INFO] [stdout] 120 | | + ~const Grad< [INFO] [stdout] 121 | | Differentiated: ~const Eval< [INFO] [stdout] 122 | | Evaluated: ~const core::ops::$Diff< [INFO] [stdout] ... | [INFO] [stdout] 166 | | impl< [INFO] [stdout] 167 | | L: ~const Eval> [INFO] [stdout] | |___________________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [INFO] [stdout] ... [INFO] [stdout] 202 | binary_grad!(Sub, Sub); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:122:58 [INFO] [stdout] | [INFO] [stdout] 122 | Evaluated: ~const core::ops::$Diff< [INFO] [stdout] | __________________________________________________________^ [INFO] [stdout] 123 | | ::Evaluated, [INFO] [stdout] 124 | | >, [INFO] [stdout] 125 | | >, [INFO] [stdout] ... | [INFO] [stdout] 170 | | Evaluated: ~const core::ops::$Diff< [INFO] [stdout] | | ------ trait is not stable as const yet [INFO] [stdout] 171 | | ::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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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: `std::ops::Add` is not yet stable as a const trait [INFO] [stdout] --> src/eval.rs:142:38 [INFO] [stdout] | [INFO] [stdout] 142 | const A: Expr> = var(&1) + var(&2); // -> 3 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [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),+> { $($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: structs cannot have `[const]` trait bounds [INFO] [stdout] --> src/eval.rs:107:17 [INFO] [stdout] | [INFO] [stdout] 107 | pub struct $existing_fn<$($arg: ~const Eval),+> { $($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] = 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: `std::ops::Add` is not yet stable as a const trait [INFO] [stdout] --> src/eval.rs:143:38 [INFO] [stdout] | [INFO] [stdout] 143 | const B: Expr> = var(&4) + var(&8); // -> 12 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [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),+> $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),+> $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(pub(crate) T); [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: structs cannot have `[const]` trait bounds [INFO] [stdout] --> src/expr.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | pub struct Expr(pub(crate) T); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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(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] [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); [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: structs cannot have `[const]` trait bounds [INFO] [stdout] --> src/ops/mod.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct $Name(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] = 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); [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); [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: structs cannot have `[const]` trait bounds [INFO] [stdout] --> src/ops/mod.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct $Name(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] = 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); [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, 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: structs cannot have `[const]` trait bounds [INFO] [stdout] --> src/ops/mod.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(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] = 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, 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: structs cannot have `[const]` trait bounds [INFO] [stdout] --> src/ops/mod.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(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] = 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, 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, 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, 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: structs cannot have `[const]` trait bounds [INFO] [stdout] --> src/ops/mod.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(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] = 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, 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: structs cannot have `[const]` trait bounds [INFO] [stdout] --> src/ops/mod.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(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] = 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, 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, 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, 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: structs cannot have `[const]` trait bounds [INFO] [stdout] --> src/ops/mod.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(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] = 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, 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: structs cannot have `[const]` trait bounds [INFO] [stdout] --> src/ops/mod.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(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] = 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, 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, 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, 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: structs cannot have `[const]` trait bounds [INFO] [stdout] --> src/ops/mod.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(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] = 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, 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: structs cannot have `[const]` trait bounds [INFO] [stdout] --> src/ops/mod.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(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] = 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, 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, 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, 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: structs cannot have `[const]` trait bounds [INFO] [stdout] --> src/ops/mod.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(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] = 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, 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: structs cannot have `[const]` trait bounds [INFO] [stdout] --> src/ops/mod.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(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] = 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, 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, 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, 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: structs cannot have `[const]` trait bounds [INFO] [stdout] --> src/ops/mod.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(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] = 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, 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: structs cannot have `[const]` trait bounds [INFO] [stdout] --> src/ops/mod.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(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] = 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, 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, 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, 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: structs cannot have `[const]` trait bounds [INFO] [stdout] --> src/ops/mod.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(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] = 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, 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: structs cannot have `[const]` trait bounds [INFO] [stdout] --> src/ops/mod.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(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] = 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, 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, 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, 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: structs cannot have `[const]` trait bounds [INFO] [stdout] --> src/ops/mod.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(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] = 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, 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: structs cannot have `[const]` trait bounds [INFO] [stdout] --> src/ops/mod.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(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] = 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, 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, 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, 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: structs cannot have `[const]` trait bounds [INFO] [stdout] --> src/ops/mod.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(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] = 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, 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: structs cannot have `[const]` trait bounds [INFO] [stdout] --> src/ops/mod.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(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] = 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, 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, 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, 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: structs cannot have `[const]` trait bounds [INFO] [stdout] --> src/ops/mod.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(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] = 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, 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: structs cannot have `[const]` trait bounds [INFO] [stdout] --> src/ops/mod.rs:92:9 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(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] = 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, 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, 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: use of a double negation [INFO] [stdout] --> src/test.rs:62:20 [INFO] [stdout] | [INFO] [stdout] 62 | assert_eq!(4, (--var(&4)).eval()); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the prefix `--` could be misinterpreted as a decrement operator which exists in other languages [INFO] [stdout] = note: use `-= 1` if you meant to decrement the value [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:45:9 [INFO] [stdout] | [INFO] [stdout] 45 | #![deny(warnings, missing_docs)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] = note: `#[deny(double_negations)]` implied by `#[deny(warnings)]` [INFO] [stdout] help: add parentheses for clarity [INFO] [stdout] | [INFO] [stdout] 62 | assert_eq!(4, (-(-var(&4))).eval()); [INFO] [stdout] | + + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of a double negation [INFO] [stdout] --> src/test.rs:67:25 [INFO] [stdout] | [INFO] [stdout] 67 | const VALUE: i32 = (--var(&4)).eval(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the prefix `--` could be misinterpreted as a decrement operator which exists in other languages [INFO] [stdout] = note: use `-= 1` if you meant to decrement the value [INFO] [stdout] help: add parentheses for clarity [INFO] [stdout] | [INFO] [stdout] 67 | const VALUE: i32 = (-(-var(&4))).eval(); [INFO] [stdout] | + + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of a double negation [INFO] [stdout] --> src/test.rs:83:48 [INFO] [stdout] | [INFO] [stdout] 83 | let expr: Expr>> = --var(&4); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the prefix `--` could be misinterpreted as a decrement operator which exists in other languages [INFO] [stdout] = note: use `-= 1` if you meant to decrement the value [INFO] [stdout] help: add parentheses for clarity [INFO] [stdout] | [INFO] [stdout] 83 | let expr: Expr>> = -(-var(&4)); [INFO] [stdout] | + + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `std::ops::Neg` is not yet stable as a const trait [INFO] [stdout] --> src/ops/mod.rs:31:35 [INFO] [stdout] | [INFO] [stdout] 31 | core::ops::$Name::$name(self.0.eval()) [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] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `std::ops::Neg` is not yet stable as a const trait [INFO] [stdout] --> src/ops/mod.rs:33:35 [INFO] [stdout] | [INFO] [stdout] 33 | core::ops::$Name::$name((&self.0).eval()) [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] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `std::ops::Not` is not yet stable as a const trait [INFO] [stdout] --> src/ops/mod.rs:31:35 [INFO] [stdout] | [INFO] [stdout] 31 | core::ops::$Name::$name(self.0.eval()) [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] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `std::ops::Not` is not yet stable as a const trait [INFO] [stdout] --> src/ops/mod.rs:33:35 [INFO] [stdout] | [INFO] [stdout] 33 | core::ops::$Name::$name((&self.0).eval()) [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] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `std::ops::Add` is not yet stable as a const trait [INFO] [stdout] --> src/ops/mod.rs:108:35 [INFO] [stdout] | [INFO] [stdout] 108 | core::ops::$Name::$name(self.0.eval(), self.1.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] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `std::ops::Add` is not yet stable as a const trait [INFO] [stdout] --> src/ops/mod.rs:110:35 [INFO] [stdout] | [INFO] [stdout] 110 | core::ops::$Name::$name((&self.0).eval(), (&self.1).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] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: the feature `associated_type_bounds` has been stable since 1.79.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | associated_type_bounds, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(stable_features)]` implied by `#[deny(warnings)]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `std::ops::BitAnd` is not yet stable as a const trait [INFO] [stdout] --> src/ops/mod.rs:108:35 [INFO] [stdout] | [INFO] [stdout] 108 | core::ops::$Name::$name(self.0.eval(), self.1.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] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `std::ops::BitAnd` is not yet stable as a const trait [INFO] [stdout] --> src/ops/mod.rs:110:35 [INFO] [stdout] | [INFO] [stdout] 110 | core::ops::$Name::$name((&self.0).eval(), (&self.1).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] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:19:20 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct $Name(T); [INFO] [stdout] | ____________________^ [INFO] [stdout] 20 | | impl> const core::ops::$Name for Expr { [INFO] [stdout] | |_______________________________________________________________________^ trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:19:20 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct $Name(T); [INFO] [stdout] | ____________________^ [INFO] [stdout] 20 | | impl> const core::ops::$Name for Expr { [INFO] [stdout] | |________________________________________------^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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: `std::ops::BitOr` is not yet stable as a const trait [INFO] [stdout] --> src/ops/mod.rs:108:35 [INFO] [stdout] | [INFO] [stdout] 108 | core::ops::$Name::$name(self.0.eval(), self.1.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] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:19:20 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct $Name(T); [INFO] [stdout] | ____________________^ [INFO] [stdout] 20 | | impl> const core::ops::$Name for Expr { [INFO] [stdout] 21 | | type Output = Expr<$Name>; [INFO] [stdout] 22 | | #[inline(always)] [INFO] [stdout] ... | [INFO] [stdout] 27 | | $crate::implement_eval!( [INFO] [stdout] 28 | | T: Eval => [INFO] [stdout] | |________________________________------^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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: `std::ops::BitOr` is not yet stable as a const trait [INFO] [stdout] --> src/ops/mod.rs:110:35 [INFO] [stdout] | [INFO] [stdout] 110 | core::ops::$Name::$name((&self.0).eval(), (&self.1).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] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:19:20 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct $Name(T); [INFO] [stdout] | ____________________^ [INFO] [stdout] 20 | | impl> const core::ops::$Name for Expr { [INFO] [stdout] | |_______________________________________________________________________^ trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:19:20 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct $Name(T); [INFO] [stdout] | ____________________^ [INFO] [stdout] 20 | | impl> const core::ops::$Name for Expr { [INFO] [stdout] | |________________________________________------^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:19:20 [INFO] [stdout] | [INFO] [stdout] 19 | pub struct $Name(T); [INFO] [stdout] | ____________________^ [INFO] [stdout] 20 | | impl> const core::ops::$Name for Expr { [INFO] [stdout] 21 | | type Output = Expr<$Name>; [INFO] [stdout] 22 | | #[inline(always)] [INFO] [stdout] ... | [INFO] [stdout] 27 | | $crate::implement_eval!( [INFO] [stdout] 28 | | T: Eval => [INFO] [stdout] | |________________________________------^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:43:50 [INFO] [stdout] | [INFO] [stdout] 43 | T: ~const Eval [INFO] [stdout] | ------ ^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [INFO] [stdout] ... [INFO] [stdout] 187 | unary_grad!(Neg, Neg); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:44:81 [INFO] [stdout] | [INFO] [stdout] 44 | + ~const Grad>, [INFO] [stdout] | ------ ^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [INFO] [stdout] ... [INFO] [stdout] 187 | unary_grad!(Neg, Neg); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:43:61 [INFO] [stdout] | [INFO] [stdout] 43 | T: ~const Eval [INFO] [stdout] | _____________________________________________________________^ [INFO] [stdout] 44 | | + ~const Grad>, [INFO] [stdout] 45 | | > const grad::Typed for $Name [INFO] [stdout] ... | [INFO] [stdout] 49 | | impl< [INFO] [stdout] 50 | | T: ~const Eval [INFO] [stdout] | |___________________________________________------^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [INFO] [stdout] ... [INFO] [stdout] 187 | unary_grad!(Neg, Neg); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:44:92 [INFO] [stdout] | [INFO] [stdout] 44 | + ~const Grad>, [INFO] [stdout] | ____________________________________________________________________________________________^ [INFO] [stdout] 45 | | > const grad::Typed for $Name [INFO] [stdout] 46 | | { [INFO] [stdout] 47 | | type Differentiated = $Diff; [INFO] [stdout] ... | [INFO] [stdout] 50 | | T: ~const Eval [INFO] [stdout] 51 | | + ~const Grad>, [INFO] [stdout] | |__________________________________________________________________________------^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [INFO] [stdout] ... [INFO] [stdout] 187 | unary_grad!(Neg, Neg); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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: `std::ops::BitXor` is not yet stable as a const trait [INFO] [stdout] --> src/ops/mod.rs:108:35 [INFO] [stdout] | [INFO] [stdout] 108 | core::ops::$Name::$name(self.0.eval(), self.1.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] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `std::ops::BitXor` is not yet stable as a const trait [INFO] [stdout] --> src/ops/mod.rs:110:35 [INFO] [stdout] | [INFO] [stdout] 110 | core::ops::$Name::$name((&self.0).eval(), (&self.1).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] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:43:61 [INFO] [stdout] | [INFO] [stdout] 43 | T: ~const Eval [INFO] [stdout] | _____________________________________________________________^ [INFO] [stdout] 44 | | + ~const Grad>, [INFO] [stdout] 45 | | > const grad::Typed for $Name [INFO] [stdout] ... | [INFO] [stdout] 59 | | impl< [INFO] [stdout] 60 | | T: ~const Eval [INFO] [stdout] | |___________________________________________------^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [INFO] [stdout] ... [INFO] [stdout] 187 | unary_grad!(Neg, Neg); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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: `std::ops::Div` is not yet stable as a const trait [INFO] [stdout] --> src/ops/mod.rs:108:35 [INFO] [stdout] | [INFO] [stdout] 108 | core::ops::$Name::$name(self.0.eval(), self.1.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] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `std::ops::Div` is not yet stable as a const trait [INFO] [stdout] --> src/ops/mod.rs:110:35 [INFO] [stdout] | [INFO] [stdout] 110 | core::ops::$Name::$name((&self.0).eval(), (&self.1).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] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:44:92 [INFO] [stdout] | [INFO] [stdout] 44 | + ~const Grad>, [INFO] [stdout] | ____________________________________________________________________________________________^ [INFO] [stdout] 45 | | > const grad::Typed for $Name [INFO] [stdout] 46 | | { [INFO] [stdout] 47 | | type Differentiated = $Diff; [INFO] [stdout] ... | [INFO] [stdout] 60 | | T: ~const Eval [INFO] [stdout] 61 | | + ~const Grad>, [INFO] [stdout] | |__________________________________________________________________________------^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [INFO] [stdout] ... [INFO] [stdout] 187 | unary_grad!(Neg, Neg); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:43:61 [INFO] [stdout] | [INFO] [stdout] 43 | T: ~const Eval [INFO] [stdout] | _____________________________________________________________^ [INFO] [stdout] 44 | | + ~const Grad>, [INFO] [stdout] 45 | | > const grad::Typed for $Name [INFO] [stdout] ... | [INFO] [stdout] 69 | | impl< [INFO] [stdout] 70 | | T: ~const Eval [INFO] [stdout] | |___________________________________________------^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [INFO] [stdout] ... [INFO] [stdout] 187 | unary_grad!(Neg, Neg); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:44:92 [INFO] [stdout] | [INFO] [stdout] 44 | + ~const Grad>, [INFO] [stdout] | ____________________________________________________________________________________________^ [INFO] [stdout] 45 | | > const grad::Typed for $Name [INFO] [stdout] 46 | | { [INFO] [stdout] 47 | | type Differentiated = $Diff; [INFO] [stdout] ... | [INFO] [stdout] 70 | | T: ~const Eval [INFO] [stdout] 71 | | + ~const Grad>, [INFO] [stdout] | |__________________________________________________________________________------^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [INFO] [stdout] ... [INFO] [stdout] 187 | unary_grad!(Neg, Neg); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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: `std::ops::Mul` is not yet stable as a const trait [INFO] [stdout] --> src/ops/mod.rs:108:35 [INFO] [stdout] | [INFO] [stdout] 108 | core::ops::$Name::$name(self.0.eval(), self.1.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] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `std::ops::Mul` is not yet stable as a const trait [INFO] [stdout] --> src/ops/mod.rs:110:35 [INFO] [stdout] | [INFO] [stdout] 110 | core::ops::$Name::$name((&self.0).eval(), (&self.1).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] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] 95 | | R: ~const Eval, [INFO] [stdout] 96 | | > const core::ops::$Name> for Expr [INFO] [stdout] | |_____________________________________________^ trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] | |___________________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] 95 | | R: ~const Eval, [INFO] [stdout] ... | [INFO] [stdout] 104 | | $crate::implement_eval!( [INFO] [stdout] 105 | | L: Eval>, R: Eval => [INFO] [stdout] | |________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] 95 | | R: ~const Eval, [INFO] [stdout] 96 | | > const core::ops::$Name> for Expr [INFO] [stdout] | |_____________________________________________^ trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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: `std::ops::Rem` is not yet stable as a const trait [INFO] [stdout] --> src/ops/mod.rs:108:35 [INFO] [stdout] | [INFO] [stdout] 108 | core::ops::$Name::$name(self.0.eval(), self.1.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] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] | |___________________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] 95 | | R: ~const Eval, [INFO] [stdout] ... | [INFO] [stdout] 104 | | $crate::implement_eval!( [INFO] [stdout] 105 | | L: Eval>, R: Eval => [INFO] [stdout] | |________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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: `std::ops::Rem` is not yet stable as a const trait [INFO] [stdout] --> src/ops/mod.rs:110:35 [INFO] [stdout] | [INFO] [stdout] 110 | core::ops::$Name::$name((&self.0).eval(), (&self.1).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] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `std::ops::Shl` is not yet stable as a const trait [INFO] [stdout] --> src/ops/mod.rs:108:35 [INFO] [stdout] | [INFO] [stdout] 108 | core::ops::$Name::$name(self.0.eval(), self.1.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] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] 95 | | R: ~const Eval, [INFO] [stdout] 96 | | > const core::ops::$Name> for Expr [INFO] [stdout] | |_____________________________________________^ trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] | |___________________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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: `std::ops::Shl` is not yet stable as a const trait [INFO] [stdout] --> src/ops/mod.rs:110:35 [INFO] [stdout] | [INFO] [stdout] 110 | core::ops::$Name::$name((&self.0).eval(), (&self.1).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] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] 95 | | R: ~const Eval, [INFO] [stdout] ... | [INFO] [stdout] 104 | | $crate::implement_eval!( [INFO] [stdout] 105 | | L: Eval>, R: Eval => [INFO] [stdout] | |________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] 95 | | R: ~const Eval, [INFO] [stdout] 96 | | > const core::ops::$Name> for Expr [INFO] [stdout] | |_____________________________________________^ trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] | |___________________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] 95 | | R: ~const Eval, [INFO] [stdout] ... | [INFO] [stdout] 104 | | $crate::implement_eval!( [INFO] [stdout] 105 | | L: Eval>, R: Eval => [INFO] [stdout] | |________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] 95 | | R: ~const Eval, [INFO] [stdout] 96 | | > const core::ops::$Name> for Expr [INFO] [stdout] | |_____________________________________________^ trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] | |___________________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] 95 | | R: ~const Eval, [INFO] [stdout] ... | [INFO] [stdout] 104 | | $crate::implement_eval!( [INFO] [stdout] 105 | | L: Eval>, R: Eval => [INFO] [stdout] | |________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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: `std::ops::Shr` is not yet stable as a const trait [INFO] [stdout] --> src/ops/mod.rs:108:35 [INFO] [stdout] | [INFO] [stdout] 108 | core::ops::$Name::$name(self.0.eval(), self.1.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] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] 95 | | R: ~const Eval, [INFO] [stdout] 96 | | > const core::ops::$Name> for Expr [INFO] [stdout] | |_____________________________________________^ trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] | |___________________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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: `std::ops::Shr` is not yet stable as a const trait [INFO] [stdout] --> src/ops/mod.rs:110:35 [INFO] [stdout] | [INFO] [stdout] 110 | core::ops::$Name::$name((&self.0).eval(), (&self.1).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] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `std::ops::Sub` is not yet stable as a const trait [INFO] [stdout] --> src/ops/mod.rs:108:35 [INFO] [stdout] | [INFO] [stdout] 108 | core::ops::$Name::$name(self.0.eval(), self.1.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] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `std::ops::Sub` is not yet stable as a const trait [INFO] [stdout] --> src/ops/mod.rs:110:35 [INFO] [stdout] | [INFO] [stdout] 110 | core::ops::$Name::$name((&self.0).eval(), (&self.1).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] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] 95 | | R: ~const Eval, [INFO] [stdout] ... | [INFO] [stdout] 104 | | $crate::implement_eval!( [INFO] [stdout] 105 | | L: Eval>, R: Eval => [INFO] [stdout] | |________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] 95 | | R: ~const Eval, [INFO] [stdout] 96 | | > const core::ops::$Name> for Expr [INFO] [stdout] | |_____________________________________________^ trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] | |___________________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] 95 | | R: ~const Eval, [INFO] [stdout] ... | [INFO] [stdout] 104 | | $crate::implement_eval!( [INFO] [stdout] 105 | | L: Eval>, R: Eval => [INFO] [stdout] | |________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] 95 | | R: ~const Eval, [INFO] [stdout] 96 | | > const core::ops::$Name> for Expr [INFO] [stdout] | |_____________________________________________^ trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] | |___________________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] 95 | | R: ~const Eval, [INFO] [stdout] ... | [INFO] [stdout] 104 | | $crate::implement_eval!( [INFO] [stdout] 105 | | L: Eval>, R: Eval => [INFO] [stdout] | |________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] 95 | | R: ~const Eval, [INFO] [stdout] 96 | | > const core::ops::$Name> for Expr [INFO] [stdout] | |_____________________________________________^ trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] | |___________________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] 95 | | R: ~const Eval, [INFO] [stdout] ... | [INFO] [stdout] 104 | | $crate::implement_eval!( [INFO] [stdout] 105 | | L: Eval>, R: Eval => [INFO] [stdout] | |________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] 95 | | R: ~const Eval, [INFO] [stdout] 96 | | > const core::ops::$Name> for Expr [INFO] [stdout] | |_____________________________________________^ trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] | |___________________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:92:20 [INFO] [stdout] | [INFO] [stdout] 92 | pub struct $Name(L, R); [INFO] [stdout] | ____________________^ [INFO] [stdout] 93 | | impl< [INFO] [stdout] 94 | | L: ~const Eval>, [INFO] [stdout] 95 | | R: ~const Eval, [INFO] [stdout] ... | [INFO] [stdout] 104 | | $crate::implement_eval!( [INFO] [stdout] 105 | | L: Eval>, R: Eval => [INFO] [stdout] | |________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:119:50 [INFO] [stdout] | [INFO] [stdout] 119 | L: ~const Eval> [INFO] [stdout] | ------ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [INFO] [stdout] ... [INFO] [stdout] 201 | binary_grad!(Add, Add); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:122:47 [INFO] [stdout] | [INFO] [stdout] 122 | Evaluated: ~const core::ops::$Diff< [INFO] [stdout] | ________________________________________------_^ [INFO] [stdout] | | | [INFO] [stdout] | | trait is not stable as const yet [INFO] [stdout] 123 | | ::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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:119:61 [INFO] [stdout] | [INFO] [stdout] 119 | L: ~const Eval> [INFO] [stdout] | _____________________________________________________________^ [INFO] [stdout] 120 | | + ~const Grad< [INFO] [stdout] 121 | | Differentiated: ~const Eval< [INFO] [stdout] 122 | | Evaluated: ~const core::ops::$Diff< [INFO] [stdout] ... | [INFO] [stdout] 132 | | impl< [INFO] [stdout] 133 | | L: ~const Eval> [INFO] [stdout] | |___________________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [INFO] [stdout] ... [INFO] [stdout] 201 | binary_grad!(Add, Add); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:122:58 [INFO] [stdout] | [INFO] [stdout] 122 | Evaluated: ~const core::ops::$Diff< [INFO] [stdout] | __________________________________________________________^ [INFO] [stdout] 123 | | ::Evaluated, [INFO] [stdout] 124 | | >, [INFO] [stdout] 125 | | >, [INFO] [stdout] ... | [INFO] [stdout] 136 | | Evaluated: ~const core::ops::$Diff< [INFO] [stdout] | | ------ trait is not stable as const yet [INFO] [stdout] 137 | | ::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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:119:61 [INFO] [stdout] | [INFO] [stdout] 119 | L: ~const Eval> [INFO] [stdout] | _____________________________________________________________^ [INFO] [stdout] 120 | | + ~const Grad< [INFO] [stdout] 121 | | Differentiated: ~const Eval< [INFO] [stdout] 122 | | Evaluated: ~const core::ops::$Diff< [INFO] [stdout] ... | [INFO] [stdout] 149 | | impl< [INFO] [stdout] 150 | | L: ~const Eval> [INFO] [stdout] | |___________________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [INFO] [stdout] ... [INFO] [stdout] 201 | binary_grad!(Add, Add); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:122:58 [INFO] [stdout] | [INFO] [stdout] 122 | Evaluated: ~const core::ops::$Diff< [INFO] [stdout] | __________________________________________________________^ [INFO] [stdout] 123 | | ::Evaluated, [INFO] [stdout] 124 | | >, [INFO] [stdout] 125 | | >, [INFO] [stdout] ... | [INFO] [stdout] 153 | | Evaluated: ~const core::ops::$Diff< [INFO] [stdout] | | ------ trait is not stable as const yet [INFO] [stdout] 154 | | ::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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:119:61 [INFO] [stdout] | [INFO] [stdout] 119 | L: ~const Eval> [INFO] [stdout] | _____________________________________________________________^ [INFO] [stdout] 120 | | + ~const Grad< [INFO] [stdout] 121 | | Differentiated: ~const Eval< [INFO] [stdout] 122 | | Evaluated: ~const core::ops::$Diff< [INFO] [stdout] ... | [INFO] [stdout] 166 | | impl< [INFO] [stdout] 167 | | L: ~const Eval> [INFO] [stdout] | |___________________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [INFO] [stdout] ... [INFO] [stdout] 201 | binary_grad!(Add, Add); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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] For more information about this error, try `rustc --explain E0658`. [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:122:58 [INFO] [stdout] | [INFO] [stdout] 122 | Evaluated: ~const core::ops::$Diff< [INFO] [stdout] | __________________________________________________________^ [INFO] [stdout] 123 | | ::Evaluated, [INFO] [stdout] 124 | | >, [INFO] [stdout] 125 | | >, [INFO] [stdout] ... | [INFO] [stdout] 170 | | Evaluated: ~const core::ops::$Diff< [INFO] [stdout] | | ------ trait is not stable as const yet [INFO] [stdout] 171 | | ::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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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] [stderr] error: could not compile `dxpr` (lib) due to 135 previous errors [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:119:50 [INFO] [stdout] | [INFO] [stdout] 119 | L: ~const Eval> [INFO] [stdout] | ------ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [INFO] [stdout] ... [INFO] [stdout] 202 | binary_grad!(Sub, Sub); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:122:47 [INFO] [stdout] | [INFO] [stdout] 122 | Evaluated: ~const core::ops::$Diff< [INFO] [stdout] | ________________________________________------_^ [INFO] [stdout] | | | [INFO] [stdout] | | trait is not stable as const yet [INFO] [stdout] 123 | | ::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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:119:61 [INFO] [stdout] | [INFO] [stdout] 119 | L: ~const Eval> [INFO] [stdout] | _____________________________________________________________^ [INFO] [stdout] 120 | | + ~const Grad< [INFO] [stdout] 121 | | Differentiated: ~const Eval< [INFO] [stdout] 122 | | Evaluated: ~const core::ops::$Diff< [INFO] [stdout] ... | [INFO] [stdout] 132 | | impl< [INFO] [stdout] 133 | | L: ~const Eval> [INFO] [stdout] | |___________________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [INFO] [stdout] ... [INFO] [stdout] 202 | binary_grad!(Sub, Sub); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:122:58 [INFO] [stdout] | [INFO] [stdout] 122 | Evaluated: ~const core::ops::$Diff< [INFO] [stdout] | __________________________________________________________^ [INFO] [stdout] 123 | | ::Evaluated, [INFO] [stdout] 124 | | >, [INFO] [stdout] 125 | | >, [INFO] [stdout] ... | [INFO] [stdout] 136 | | Evaluated: ~const core::ops::$Diff< [INFO] [stdout] | | ------ trait is not stable as const yet [INFO] [stdout] 137 | | ::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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:119:61 [INFO] [stdout] | [INFO] [stdout] 119 | L: ~const Eval> [INFO] [stdout] | _____________________________________________________________^ [INFO] [stdout] 120 | | + ~const Grad< [INFO] [stdout] 121 | | Differentiated: ~const Eval< [INFO] [stdout] 122 | | Evaluated: ~const core::ops::$Diff< [INFO] [stdout] ... | [INFO] [stdout] 149 | | impl< [INFO] [stdout] 150 | | L: ~const Eval> [INFO] [stdout] | |___________________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [INFO] [stdout] ... [INFO] [stdout] 202 | binary_grad!(Sub, Sub); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:122:58 [INFO] [stdout] | [INFO] [stdout] 122 | Evaluated: ~const core::ops::$Diff< [INFO] [stdout] | __________________________________________________________^ [INFO] [stdout] 123 | | ::Evaluated, [INFO] [stdout] 124 | | >, [INFO] [stdout] 125 | | >, [INFO] [stdout] ... | [INFO] [stdout] 153 | | Evaluated: ~const core::ops::$Diff< [INFO] [stdout] | | ------ trait is not stable as const yet [INFO] [stdout] 154 | | ::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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:119:61 [INFO] [stdout] | [INFO] [stdout] 119 | L: ~const Eval> [INFO] [stdout] | _____________________________________________________________^ [INFO] [stdout] 120 | | + ~const Grad< [INFO] [stdout] 121 | | Differentiated: ~const Eval< [INFO] [stdout] 122 | | Evaluated: ~const core::ops::$Diff< [INFO] [stdout] ... | [INFO] [stdout] 166 | | impl< [INFO] [stdout] 167 | | L: ~const Eval> [INFO] [stdout] | |___________________________________________------______________________________^ [INFO] [stdout] | | [INFO] [stdout] | trait is not stable as const yet [INFO] [stdout] ... [INFO] [stdout] 202 | binary_grad!(Sub, Sub); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/ops/mod.rs:122:58 [INFO] [stdout] | [INFO] [stdout] 122 | Evaluated: ~const core::ops::$Diff< [INFO] [stdout] | __________________________________________________________^ [INFO] [stdout] 123 | | ::Evaluated, [INFO] [stdout] 124 | | >, [INFO] [stdout] 125 | | >, [INFO] [stdout] ... | [INFO] [stdout] 170 | | Evaluated: ~const core::ops::$Diff< [INFO] [stdout] | | ------ trait is not stable as const yet [INFO] [stdout] 171 | | ::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: see issue #143802 for more information [INFO] [stdout] = help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] = note: this compiler was built on 2025-08-13; consider upgrading it if it is out of date [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: `std::ops::Add` is not yet stable as a const trait [INFO] [stdout] --> src/eval.rs:142:38 [INFO] [stdout] | [INFO] [stdout] 142 | const A: Expr> = var(&1) + var(&2); // -> 3 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `std::ops::Add` is not yet stable as a const trait [INFO] [stdout] --> src/eval.rs:143:38 [INFO] [stdout] | [INFO] [stdout] 143 | const B: Expr> = var(&4) + var(&8); // -> 12 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `std::ops::Neg` is not yet stable as a const trait [INFO] [stdout] --> src/test.rs:56:24 [INFO] [stdout] | [INFO] [stdout] 56 | const VALUE: i32 = (-var(&4)).eval(); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `std::ops::Neg` is not yet stable as a const trait [INFO] [stdout] --> src/test.rs:67:26 [INFO] [stdout] | [INFO] [stdout] 67 | const VALUE: i32 = (--var(&4)).eval(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `std::ops::Neg` is not yet stable as a const trait [INFO] [stdout] --> src/test.rs:67:24 [INFO] [stdout] | [INFO] [stdout] 67 | const VALUE: i32 = (--var(&4)).eval(); [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `std::ops::Neg` is not yet stable as a const trait [INFO] [stdout] --> src/ops/mod.rs:31:35 [INFO] [stdout] | [INFO] [stdout] 31 | core::ops::$Name::$name(self.0.eval()) [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] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `std::ops::Neg` is not yet stable as a const trait [INFO] [stdout] --> src/ops/mod.rs:33:35 [INFO] [stdout] | [INFO] [stdout] 33 | core::ops::$Name::$name((&self.0).eval()) [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] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `std::ops::Not` is not yet stable as a const trait [INFO] [stdout] --> src/ops/mod.rs:31:35 [INFO] [stdout] | [INFO] [stdout] 31 | core::ops::$Name::$name(self.0.eval()) [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] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `std::ops::Not` is not yet stable as a const trait [INFO] [stdout] --> src/ops/mod.rs:33:35 [INFO] [stdout] | [INFO] [stdout] 33 | core::ops::$Name::$name((&self.0).eval()) [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] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `std::ops::Add` is not yet stable as a const trait [INFO] [stdout] --> src/ops/mod.rs:108:35 [INFO] [stdout] | [INFO] [stdout] 108 | core::ops::$Name::$name(self.0.eval(), self.1.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] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `std::ops::Add` is not yet stable as a const trait [INFO] [stdout] --> src/ops/mod.rs:110:35 [INFO] [stdout] | [INFO] [stdout] 110 | core::ops::$Name::$name((&self.0).eval(), (&self.1).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] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `std::ops::BitAnd` is not yet stable as a const trait [INFO] [stdout] --> src/ops/mod.rs:108:35 [INFO] [stdout] | [INFO] [stdout] 108 | core::ops::$Name::$name(self.0.eval(), self.1.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] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `std::ops::BitAnd` is not yet stable as a const trait [INFO] [stdout] --> src/ops/mod.rs:110:35 [INFO] [stdout] | [INFO] [stdout] 110 | core::ops::$Name::$name((&self.0).eval(), (&self.1).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] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `std::ops::BitOr` is not yet stable as a const trait [INFO] [stdout] --> src/ops/mod.rs:108:35 [INFO] [stdout] | [INFO] [stdout] 108 | core::ops::$Name::$name(self.0.eval(), self.1.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] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `std::ops::BitOr` is not yet stable as a const trait [INFO] [stdout] --> src/ops/mod.rs:110:35 [INFO] [stdout] | [INFO] [stdout] 110 | core::ops::$Name::$name((&self.0).eval(), (&self.1).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] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `std::ops::BitXor` is not yet stable as a const trait [INFO] [stdout] --> src/ops/mod.rs:108:35 [INFO] [stdout] | [INFO] [stdout] 108 | core::ops::$Name::$name(self.0.eval(), self.1.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] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `std::ops::BitXor` is not yet stable as a const trait [INFO] [stdout] --> src/ops/mod.rs:110:35 [INFO] [stdout] | [INFO] [stdout] 110 | core::ops::$Name::$name((&self.0).eval(), (&self.1).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] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `std::ops::Div` is not yet stable as a const trait [INFO] [stdout] --> src/ops/mod.rs:108:35 [INFO] [stdout] | [INFO] [stdout] 108 | core::ops::$Name::$name(self.0.eval(), self.1.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] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `std::ops::Div` is not yet stable as a const trait [INFO] [stdout] --> src/ops/mod.rs:110:35 [INFO] [stdout] | [INFO] [stdout] 110 | core::ops::$Name::$name((&self.0).eval(), (&self.1).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] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `std::ops::Mul` is not yet stable as a const trait [INFO] [stdout] --> src/ops/mod.rs:108:35 [INFO] [stdout] | [INFO] [stdout] 108 | core::ops::$Name::$name(self.0.eval(), self.1.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] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `std::ops::Mul` is not yet stable as a const trait [INFO] [stdout] --> src/ops/mod.rs:110:35 [INFO] [stdout] | [INFO] [stdout] 110 | core::ops::$Name::$name((&self.0).eval(), (&self.1).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] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `std::ops::Rem` is not yet stable as a const trait [INFO] [stdout] --> src/ops/mod.rs:108:35 [INFO] [stdout] | [INFO] [stdout] 108 | core::ops::$Name::$name(self.0.eval(), self.1.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] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `std::ops::Rem` is not yet stable as a const trait [INFO] [stdout] --> src/ops/mod.rs:110:35 [INFO] [stdout] | [INFO] [stdout] 110 | core::ops::$Name::$name((&self.0).eval(), (&self.1).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] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `std::ops::Shl` is not yet stable as a const trait [INFO] [stdout] --> src/ops/mod.rs:108:35 [INFO] [stdout] | [INFO] [stdout] 108 | core::ops::$Name::$name(self.0.eval(), self.1.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] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `std::ops::Shl` is not yet stable as a const trait [INFO] [stdout] --> src/ops/mod.rs:110:35 [INFO] [stdout] | [INFO] [stdout] 110 | core::ops::$Name::$name((&self.0).eval(), (&self.1).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] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `std::ops::Shr` is not yet stable as a const trait [INFO] [stdout] --> src/ops/mod.rs:108:35 [INFO] [stdout] | [INFO] [stdout] 108 | core::ops::$Name::$name(self.0.eval(), self.1.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] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `std::ops::Shr` is not yet stable as a const trait [INFO] [stdout] --> src/ops/mod.rs:110:35 [INFO] [stdout] | [INFO] [stdout] 110 | core::ops::$Name::$name((&self.0).eval(), (&self.1).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] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `std::ops::Sub` is not yet stable as a const trait [INFO] [stdout] --> src/ops/mod.rs:108:35 [INFO] [stdout] | [INFO] [stdout] 108 | core::ops::$Name::$name(self.0.eval(), self.1.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] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `std::ops::Sub` is not yet stable as a const trait [INFO] [stdout] --> src/ops/mod.rs:110:35 [INFO] [stdout] | [INFO] [stdout] 110 | core::ops::$Name::$name((&self.0).eval(), (&self.1).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] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] --> src/lib.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0658`. [INFO] [stdout] [INFO] [stderr] error: could not compile `dxpr` (lib test) due to 141 previous errors [INFO] running `Command { std: "docker" "inspect" "79ea81123488d95fa4e01a7fc430005d24d5516dc7b6a49918615e17fdf8539d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "79ea81123488d95fa4e01a7fc430005d24d5516dc7b6a49918615e17fdf8539d", kill_on_drop: false }` [INFO] [stdout] 79ea81123488d95fa4e01a7fc430005d24d5516dc7b6a49918615e17fdf8539d