[INFO] fetching crate hex-coordinates 0.1.3... [INFO] checking hex-coordinates-0.1.3 against try#a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d for pr-145342-1 [INFO] extracting crate hex-coordinates 0.1.3 into /workspace/builds/worker-7-tc2/source [INFO] started tweaking crates.io crate hex-coordinates 0.1.3 [INFO] finished tweaking crates.io crate hex-coordinates 0.1.3 [INFO] tweaked toml for crates.io crate hex-coordinates 0.1.3 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate hex-coordinates 0.1.3 on toolchain a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "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" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "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" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 42763880d4ec71449286a6bd3d731eb6b3ec9b981a67feb0456c378d6d1e74c7 [INFO] running `Command { std: "docker" "start" "-a" "42763880d4ec71449286a6bd3d731eb6b3ec9b981a67feb0456c378d6d1e74c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "42763880d4ec71449286a6bd3d731eb6b3ec9b981a67feb0456c378d6d1e74c7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "42763880d4ec71449286a6bd3d731eb6b3ec9b981a67feb0456c378d6d1e74c7", kill_on_drop: false }` [INFO] [stdout] 42763880d4ec71449286a6bd3d731eb6b3ec9b981a67feb0456c378d6d1e74c7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ac576161a0f1a6e7fd8a3c25059d12cac2be932ca7fdd5207067dc639eecbc04 [INFO] running `Command { std: "docker" "start" "-a" "ac576161a0f1a6e7fd8a3c25059d12cac2be932ca7fdd5207067dc639eecbc04", kill_on_drop: false }` [INFO] [stderr] Checking hex-coordinates v0.1.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `super::*` [INFO] [stdout] --> src/lib.rs:1595:9 [INFO] [stdout] | [INFO] [stdout] 1595 | use super::*; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_deref` [INFO] [stdout] --> src/lib.rs:46:15 [INFO] [stdout] | [INFO] [stdout] 46 | impl const Deref for Immutable { [INFO] [stdout] | ^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #88955 for more information [INFO] [stdout] = help: add `#![feature(const_deref)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:159:35 [INFO] [stdout] | [INFO] [stdout] 159 | impl const From> for Row { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:176:35 [INFO] [stdout] | [INFO] [stdout] 176 | impl const From> for Col { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:374:12 [INFO] [stdout] | [INFO] [stdout] 374 | impl const From for OffsetCoordinates<{ OffsetSystem::OddR }> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:381:12 [INFO] [stdout] | [INFO] [stdout] 381 | impl const From for OffsetCoordinates<{ OffsetSystem::EvenR }> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:388:12 [INFO] [stdout] | [INFO] [stdout] 388 | impl const From for OffsetCoordinates<{ OffsetSystem::OddQ }> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:395:12 [INFO] [stdout] | [INFO] [stdout] 395 | impl const From for OffsetCoordinates<{ OffsetSystem::EvenQ }> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:402:12 [INFO] [stdout] | [INFO] [stdout] 402 | impl const From for OffsetCoordinates<{ OffsetSystem::OddR }> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:409:12 [INFO] [stdout] | [INFO] [stdout] 409 | impl const From for OffsetCoordinates<{ OffsetSystem::EvenR }> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:416:12 [INFO] [stdout] | [INFO] [stdout] 416 | impl const From for OffsetCoordinates<{ OffsetSystem::OddQ }> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:423:12 [INFO] [stdout] | [INFO] [stdout] 423 | impl const From for OffsetCoordinates<{ OffsetSystem::EvenQ }> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:430:12 [INFO] [stdout] | [INFO] [stdout] 430 | impl const From<(Row, Direction)> for OffsetCoordinates<{ OffsetSystem::OddR }> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:452:12 [INFO] [stdout] | [INFO] [stdout] 452 | impl const From<(Row, Direction)> for OffsetCoordinates<{ OffsetSystem::EvenR }> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:474:12 [INFO] [stdout] | [INFO] [stdout] 474 | impl const From<(Col, Direction)> for OffsetCoordinates<{ OffsetSystem::OddQ }> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:496:12 [INFO] [stdout] | [INFO] [stdout] 496 | impl const From<(Col, Direction)> for OffsetCoordinates<{ OffsetSystem::EvenQ }> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:518:35 [INFO] [stdout] | [INFO] [stdout] 518 | impl const Add for OffsetCoordinates { [INFO] [stdout] | ^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:528:35 [INFO] [stdout] | [INFO] [stdout] 528 | impl const Sub for OffsetCoordinates { [INFO] [stdout] | ^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:538:35 [INFO] [stdout] | [INFO] [stdout] 538 | impl const AddAssign for OffsetCoordinates { [INFO] [stdout] | ^^^^^^^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:543:35 [INFO] [stdout] | [INFO] [stdout] 543 | impl const SubAssign for OffsetCoordinates { [INFO] [stdout] | ^^^^^^^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:548:35 [INFO] [stdout] | [INFO] [stdout] 548 | impl const Mul for OffsetCoordinates { [INFO] [stdout] | ^^^^^^^^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:558:35 [INFO] [stdout] | [INFO] [stdout] 558 | impl const Div for OffsetCoordinates { [INFO] [stdout] | ^^^^^^^^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:568:35 [INFO] [stdout] | [INFO] [stdout] 568 | impl const MulAssign for OffsetCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:573:35 [INFO] [stdout] | [INFO] [stdout] 573 | impl const DivAssign for OffsetCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:607:12 [INFO] [stdout] | [INFO] [stdout] 607 | impl const Add for Rotation { [INFO] [stdout] | ^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:615:12 [INFO] [stdout] | [INFO] [stdout] 615 | impl const Sub for Rotation { [INFO] [stdout] | ^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:623:12 [INFO] [stdout] | [INFO] [stdout] 623 | impl const AddAssign for Rotation { [INFO] [stdout] | ^^^^^^^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:628:12 [INFO] [stdout] | [INFO] [stdout] 628 | impl const SubAssign for Rotation { [INFO] [stdout] | ^^^^^^^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:633:12 [INFO] [stdout] | [INFO] [stdout] 633 | impl const From for Rotation { [INFO] [stdout] | ^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:653:12 [INFO] [stdout] | [INFO] [stdout] 653 | impl const TryFrom for Rotation { [INFO] [stdout] | ^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:679:12 [INFO] [stdout] | [INFO] [stdout] 679 | impl const TryFrom for Rotation { [INFO] [stdout] | ^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:924:12 [INFO] [stdout] | [INFO] [stdout] 924 | impl const From> for CubeCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:935:12 [INFO] [stdout] | [INFO] [stdout] 935 | impl const From> for CubeCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:946:12 [INFO] [stdout] | [INFO] [stdout] 946 | impl const From> for CubeCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:957:12 [INFO] [stdout] | [INFO] [stdout] 957 | impl const From> for CubeCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:968:12 [INFO] [stdout] | [INFO] [stdout] 968 | impl const From for CubeCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:977:12 [INFO] [stdout] | [INFO] [stdout] 977 | impl const From> for CubeCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:990:12 [INFO] [stdout] | [INFO] [stdout] 990 | impl const From> for CubeCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:1001:12 [INFO] [stdout] | [INFO] [stdout] 1001 | impl const From for CubeCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:1037:12 [INFO] [stdout] | [INFO] [stdout] 1037 | impl const Add for CubeCoordinates { [INFO] [stdout] | ^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:1048:12 [INFO] [stdout] | [INFO] [stdout] 1048 | impl const Sub for CubeCoordinates { [INFO] [stdout] | ^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:1059:12 [INFO] [stdout] | [INFO] [stdout] 1059 | impl const AddAssign for CubeCoordinates { [INFO] [stdout] | ^^^^^^^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:1064:12 [INFO] [stdout] | [INFO] [stdout] 1064 | impl const SubAssign for CubeCoordinates { [INFO] [stdout] | ^^^^^^^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:1069:12 [INFO] [stdout] | [INFO] [stdout] 1069 | impl const Mul for CubeCoordinates { [INFO] [stdout] | ^^^^^^^^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:1080:12 [INFO] [stdout] | [INFO] [stdout] 1080 | impl const MulAssign for CubeCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:1179:12 [INFO] [stdout] | [INFO] [stdout] 1179 | impl const From for AxialCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:1184:12 [INFO] [stdout] | [INFO] [stdout] 1184 | impl const From> for AxialCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:1191:12 [INFO] [stdout] | [INFO] [stdout] 1191 | impl const From> for AxialCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:1198:12 [INFO] [stdout] | [INFO] [stdout] 1198 | impl const From> for AxialCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:1205:12 [INFO] [stdout] | [INFO] [stdout] 1205 | impl const From> for AxialCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:1212:12 [INFO] [stdout] | [INFO] [stdout] 1212 | impl const From> for AxialCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:1221:12 [INFO] [stdout] | [INFO] [stdout] 1221 | impl const From> for AxialCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:1228:12 [INFO] [stdout] | [INFO] [stdout] 1228 | impl const From for AxialCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:1240:12 [INFO] [stdout] | [INFO] [stdout] 1240 | impl const Add for AxialCoordinates { [INFO] [stdout] | ^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:1250:12 [INFO] [stdout] | [INFO] [stdout] 1250 | impl const Sub for AxialCoordinates { [INFO] [stdout] | ^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:1260:12 [INFO] [stdout] | [INFO] [stdout] 1260 | impl const AddAssign for AxialCoordinates { [INFO] [stdout] | ^^^^^^^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:1265:12 [INFO] [stdout] | [INFO] [stdout] 1265 | impl const SubAssign for AxialCoordinates { [INFO] [stdout] | ^^^^^^^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:1270:12 [INFO] [stdout] | [INFO] [stdout] 1270 | impl const Mul for AxialCoordinates { [INFO] [stdout] | ^^^^^^^^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:1280:12 [INFO] [stdout] | [INFO] [stdout] 1280 | impl const Div for AxialCoordinates { [INFO] [stdout] | ^^^^^^^^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:1290:12 [INFO] [stdout] | [INFO] [stdout] 1290 | impl const MulAssign for AxialCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:1295:12 [INFO] [stdout] | [INFO] [stdout] 1295 | impl const DivAssign for AxialCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:1445:12 [INFO] [stdout] | [INFO] [stdout] 1445 | impl const From for DoubledCoordinates<{ DoubledSystem::Height }> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:1455:12 [INFO] [stdout] | [INFO] [stdout] 1455 | impl const From for DoubledCoordinates<{ DoubledSystem::Width }> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:1465:12 [INFO] [stdout] | [INFO] [stdout] 1465 | impl const From for DoubledCoordinates<{ DoubledSystem::Height }> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:1475:12 [INFO] [stdout] | [INFO] [stdout] 1475 | impl const From for DoubledCoordinates<{ DoubledSystem::Width }> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:1485:12 [INFO] [stdout] | [INFO] [stdout] 1485 | impl const From for DoubledCoordinates<{ DoubledSystem::Height }> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:1515:12 [INFO] [stdout] | [INFO] [stdout] 1515 | impl const From for DoubledCoordinates<{ DoubledSystem::Width }> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:1545:36 [INFO] [stdout] | [INFO] [stdout] 1545 | impl const Add for DoubledCoordinates { [INFO] [stdout] | ^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:1555:36 [INFO] [stdout] | [INFO] [stdout] 1555 | impl const Sub for DoubledCoordinates { [INFO] [stdout] | ^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:1565:36 [INFO] [stdout] | [INFO] [stdout] 1565 | impl const AddAssign for DoubledCoordinates { [INFO] [stdout] | ^^^^^^^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:1570:36 [INFO] [stdout] | [INFO] [stdout] 1570 | impl const SubAssign for DoubledCoordinates { [INFO] [stdout] | ^^^^^^^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:1575:36 [INFO] [stdout] | [INFO] [stdout] 1575 | impl const Mul for DoubledCoordinates { [INFO] [stdout] | ^^^^^^^^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:1585:36 [INFO] [stdout] | [INFO] [stdout] 1585 | impl const MulAssign for DoubledCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] warning: the feature `const_fn_floating_point_arithmetic` has been stable since 1.82.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | #![feature(const_fn_floating_point_arithmetic)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `const_mut_refs` has been stable since 1.83.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | #![feature(const_mut_refs)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `const_convert` [INFO] [stdout] --> src/lib.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(const_convert)] [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_deref` [INFO] [stdout] --> src/lib.rs:46:15 [INFO] [stdout] | [INFO] [stdout] 46 | impl const Deref for Immutable { [INFO] [stdout] | ^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #88955 for more information [INFO] [stdout] = help: add `#![feature(const_deref)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:159:35 [INFO] [stdout] | [INFO] [stdout] 159 | impl const From> for Row { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:176:35 [INFO] [stdout] | [INFO] [stdout] 176 | impl const From> for Col { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:374:12 [INFO] [stdout] | [INFO] [stdout] 374 | impl const From for OffsetCoordinates<{ OffsetSystem::OddR }> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:381:12 [INFO] [stdout] | [INFO] [stdout] 381 | impl const From for OffsetCoordinates<{ OffsetSystem::EvenR }> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:388:12 [INFO] [stdout] | [INFO] [stdout] 388 | impl const From for OffsetCoordinates<{ OffsetSystem::OddQ }> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:395:12 [INFO] [stdout] | [INFO] [stdout] 395 | impl const From for OffsetCoordinates<{ OffsetSystem::EvenQ }> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:402:12 [INFO] [stdout] | [INFO] [stdout] 402 | impl const From for OffsetCoordinates<{ OffsetSystem::OddR }> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:409:12 [INFO] [stdout] | [INFO] [stdout] 409 | impl const From for OffsetCoordinates<{ OffsetSystem::EvenR }> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:416:12 [INFO] [stdout] | [INFO] [stdout] 416 | impl const From for OffsetCoordinates<{ OffsetSystem::OddQ }> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:423:12 [INFO] [stdout] | [INFO] [stdout] 423 | impl const From for OffsetCoordinates<{ OffsetSystem::EvenQ }> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:430:12 [INFO] [stdout] | [INFO] [stdout] 430 | impl const From<(Row, Direction)> for OffsetCoordinates<{ OffsetSystem::OddR }> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:452:12 [INFO] [stdout] | [INFO] [stdout] 452 | impl const From<(Row, Direction)> for OffsetCoordinates<{ OffsetSystem::EvenR }> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:474:12 [INFO] [stdout] | [INFO] [stdout] 474 | impl const From<(Col, Direction)> for OffsetCoordinates<{ OffsetSystem::OddQ }> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:496:12 [INFO] [stdout] | [INFO] [stdout] 496 | impl const From<(Col, Direction)> for OffsetCoordinates<{ OffsetSystem::EvenQ }> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:518:35 [INFO] [stdout] | [INFO] [stdout] 518 | impl const Add for OffsetCoordinates { [INFO] [stdout] | ^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:528:35 [INFO] [stdout] | [INFO] [stdout] 528 | impl const Sub for OffsetCoordinates { [INFO] [stdout] | ^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:538:35 [INFO] [stdout] | [INFO] [stdout] 538 | impl const AddAssign for OffsetCoordinates { [INFO] [stdout] | ^^^^^^^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:543:35 [INFO] [stdout] | [INFO] [stdout] 543 | impl const SubAssign for OffsetCoordinates { [INFO] [stdout] | ^^^^^^^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:548:35 [INFO] [stdout] | [INFO] [stdout] 548 | impl const Mul for OffsetCoordinates { [INFO] [stdout] | ^^^^^^^^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:558:35 [INFO] [stdout] | [INFO] [stdout] 558 | impl const Div for OffsetCoordinates { [INFO] [stdout] | ^^^^^^^^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:568:35 [INFO] [stdout] | [INFO] [stdout] 568 | impl const MulAssign for OffsetCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:573:35 [INFO] [stdout] | [INFO] [stdout] 573 | impl const DivAssign for OffsetCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:607:12 [INFO] [stdout] | [INFO] [stdout] 607 | impl const Add for Rotation { [INFO] [stdout] | ^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:615:12 [INFO] [stdout] | [INFO] [stdout] 615 | impl const Sub for Rotation { [INFO] [stdout] | ^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:623:12 [INFO] [stdout] | [INFO] [stdout] 623 | impl const AddAssign for Rotation { [INFO] [stdout] | ^^^^^^^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:628:12 [INFO] [stdout] | [INFO] [stdout] 628 | impl const SubAssign for Rotation { [INFO] [stdout] | ^^^^^^^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:633:12 [INFO] [stdout] | [INFO] [stdout] 633 | impl const From for Rotation { [INFO] [stdout] | ^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:653:12 [INFO] [stdout] | [INFO] [stdout] 653 | impl const TryFrom for Rotation { [INFO] [stdout] | ^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:679:12 [INFO] [stdout] | [INFO] [stdout] 679 | impl const TryFrom for Rotation { [INFO] [stdout] | ^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:924:12 [INFO] [stdout] | [INFO] [stdout] 924 | impl const From> for CubeCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:935:12 [INFO] [stdout] | [INFO] [stdout] 935 | impl const From> for CubeCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:946:12 [INFO] [stdout] | [INFO] [stdout] 946 | impl const From> for CubeCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:957:12 [INFO] [stdout] | [INFO] [stdout] 957 | impl const From> for CubeCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:968:12 [INFO] [stdout] | [INFO] [stdout] 968 | impl const From for CubeCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:977:12 [INFO] [stdout] | [INFO] [stdout] 977 | impl const From> for CubeCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:990:12 [INFO] [stdout] | [INFO] [stdout] 990 | impl const From> for CubeCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:1001:12 [INFO] [stdout] | [INFO] [stdout] 1001 | impl const From for CubeCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:1037:12 [INFO] [stdout] | [INFO] [stdout] 1037 | impl const Add for CubeCoordinates { [INFO] [stdout] | ^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:1048:12 [INFO] [stdout] | [INFO] [stdout] 1048 | impl const Sub for CubeCoordinates { [INFO] [stdout] | ^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:1059:12 [INFO] [stdout] | [INFO] [stdout] 1059 | impl const AddAssign for CubeCoordinates { [INFO] [stdout] | ^^^^^^^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:1064:12 [INFO] [stdout] | [INFO] [stdout] 1064 | impl const SubAssign for CubeCoordinates { [INFO] [stdout] | ^^^^^^^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:1069:12 [INFO] [stdout] | [INFO] [stdout] 1069 | impl const Mul for CubeCoordinates { [INFO] [stdout] | ^^^^^^^^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:1080:12 [INFO] [stdout] | [INFO] [stdout] 1080 | impl const MulAssign for CubeCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:1179:12 [INFO] [stdout] | [INFO] [stdout] 1179 | impl const From for AxialCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:1184:12 [INFO] [stdout] | [INFO] [stdout] 1184 | impl const From> for AxialCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:1191:12 [INFO] [stdout] | [INFO] [stdout] 1191 | impl const From> for AxialCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:1198:12 [INFO] [stdout] | [INFO] [stdout] 1198 | impl const From> for AxialCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:1205:12 [INFO] [stdout] | [INFO] [stdout] 1205 | impl const From> for AxialCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:1212:12 [INFO] [stdout] | [INFO] [stdout] 1212 | impl const From> for AxialCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:1221:12 [INFO] [stdout] | [INFO] [stdout] 1221 | impl const From> for AxialCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:1228:12 [INFO] [stdout] | [INFO] [stdout] 1228 | impl const From for AxialCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:1240:12 [INFO] [stdout] | [INFO] [stdout] 1240 | impl const Add for AxialCoordinates { [INFO] [stdout] | ^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:1250:12 [INFO] [stdout] | [INFO] [stdout] 1250 | impl const Sub for AxialCoordinates { [INFO] [stdout] | ^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:1260:12 [INFO] [stdout] | [INFO] [stdout] 1260 | impl const AddAssign for AxialCoordinates { [INFO] [stdout] | ^^^^^^^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:1265:12 [INFO] [stdout] | [INFO] [stdout] 1265 | impl const SubAssign for AxialCoordinates { [INFO] [stdout] | ^^^^^^^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:1270:12 [INFO] [stdout] | [INFO] [stdout] 1270 | impl const Mul for AxialCoordinates { [INFO] [stdout] | ^^^^^^^^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:1280:12 [INFO] [stdout] | [INFO] [stdout] 1280 | impl const Div for AxialCoordinates { [INFO] [stdout] | ^^^^^^^^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:1290:12 [INFO] [stdout] | [INFO] [stdout] 1290 | impl const MulAssign for AxialCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:1295:12 [INFO] [stdout] | [INFO] [stdout] 1295 | impl const DivAssign for AxialCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:1445:12 [INFO] [stdout] | [INFO] [stdout] 1445 | impl const From for DoubledCoordinates<{ DoubledSystem::Height }> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:1455:12 [INFO] [stdout] | [INFO] [stdout] 1455 | impl const From for DoubledCoordinates<{ DoubledSystem::Width }> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:1465:12 [INFO] [stdout] | [INFO] [stdout] 1465 | impl const From for DoubledCoordinates<{ DoubledSystem::Height }> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:1475:12 [INFO] [stdout] | [INFO] [stdout] 1475 | impl const From for DoubledCoordinates<{ DoubledSystem::Width }> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:1485:12 [INFO] [stdout] | [INFO] [stdout] 1485 | impl const From for DoubledCoordinates<{ DoubledSystem::Height }> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_from` [INFO] [stdout] --> src/lib.rs:1515:12 [INFO] [stdout] | [INFO] [stdout] 1515 | impl const From for DoubledCoordinates<{ DoubledSystem::Width }> { [INFO] [stdout] | ^^^^^^^^^^^^^^^ trait is not stable as const yet [INFO] [stdout] | [INFO] [stdout] = note: see issue #143773 for more information [INFO] [stdout] = help: add `#![feature(const_from)]` 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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:1545:36 [INFO] [stdout] | [INFO] [stdout] 1545 | impl const Add for DoubledCoordinates { [INFO] [stdout] | ^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:1555:36 [INFO] [stdout] | [INFO] [stdout] 1555 | impl const Sub for DoubledCoordinates { [INFO] [stdout] | ^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:1565:36 [INFO] [stdout] | [INFO] [stdout] 1565 | impl const AddAssign for DoubledCoordinates { [INFO] [stdout] | ^^^^^^^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:1570:36 [INFO] [stdout] | [INFO] [stdout] 1570 | impl const SubAssign for DoubledCoordinates { [INFO] [stdout] | ^^^^^^^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:1575:36 [INFO] [stdout] | [INFO] [stdout] 1575 | impl const Mul for DoubledCoordinates { [INFO] [stdout] | ^^^^^^^^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] error[E0658]: use of unstable const library feature `const_ops` [INFO] [stdout] --> src/lib.rs:1585:36 [INFO] [stdout] | [INFO] [stdout] 1585 | impl const MulAssign for DoubledCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ trait is not stable as const yet [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] [INFO] [stdout] [INFO] [stdout] warning: the feature `const_fn_floating_point_arithmetic` has been stable since 1.82.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | #![feature(const_fn_floating_point_arithmetic)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `const_mut_refs` has been stable since 1.83.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | #![feature(const_mut_refs)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `const_convert` [INFO] [stdout] --> src/lib.rs:4:12 [INFO] [stdout] | [INFO] [stdout] 4 | #![feature(const_convert)] [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0741]: `OffsetSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter [INFO] [stdout] --> src/lib.rs:159:15 [INFO] [stdout] | [INFO] [stdout] 159 | impl const From> for Row { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct [INFO] [stdout] | [INFO] [stdout] 91 - pub enum OffsetSystem { [INFO] [stdout] 91 + #[derive(ConstParamTy)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0741]: `OffsetSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter [INFO] [stdout] --> src/lib.rs:176:15 [INFO] [stdout] | [INFO] [stdout] 176 | impl const From> for Col { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct [INFO] [stdout] | [INFO] [stdout] 91 - pub enum OffsetSystem { [INFO] [stdout] 91 + #[derive(ConstParamTy)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0741]: `OffsetSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter [INFO] [stdout] --> src/lib.rs:188:39 [INFO] [stdout] | [INFO] [stdout] 188 | pub struct OffsetCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct [INFO] [stdout] | [INFO] [stdout] 91 - pub enum OffsetSystem { [INFO] [stdout] 91 + #[derive(ConstParamTy)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0741]: `OffsetSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter [INFO] [stdout] --> src/lib.rs:195:15 [INFO] [stdout] | [INFO] [stdout] 195 | impl OffsetCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct [INFO] [stdout] | [INFO] [stdout] 91 - pub enum OffsetSystem { [INFO] [stdout] 91 + #[derive(ConstParamTy)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0741]: `OffsetSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter [INFO] [stdout] --> src/lib.rs:518:15 [INFO] [stdout] | [INFO] [stdout] 518 | impl const Add for OffsetCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct [INFO] [stdout] | [INFO] [stdout] 91 - pub enum OffsetSystem { [INFO] [stdout] 91 + #[derive(ConstParamTy)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0741]: `OffsetSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter [INFO] [stdout] --> src/lib.rs:528:15 [INFO] [stdout] | [INFO] [stdout] 528 | impl const Sub for OffsetCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct [INFO] [stdout] | [INFO] [stdout] 91 - pub enum OffsetSystem { [INFO] [stdout] 91 + #[derive(ConstParamTy)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0741]: `OffsetSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter [INFO] [stdout] --> src/lib.rs:538:15 [INFO] [stdout] | [INFO] [stdout] 538 | impl const AddAssign for OffsetCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct [INFO] [stdout] | [INFO] [stdout] 91 - pub enum OffsetSystem { [INFO] [stdout] 91 + #[derive(ConstParamTy)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0741]: `OffsetSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter [INFO] [stdout] --> src/lib.rs:543:15 [INFO] [stdout] | [INFO] [stdout] 543 | impl const SubAssign for OffsetCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct [INFO] [stdout] | [INFO] [stdout] 91 - pub enum OffsetSystem { [INFO] [stdout] 91 + #[derive(ConstParamTy)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0741]: `OffsetSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter [INFO] [stdout] --> src/lib.rs:548:15 [INFO] [stdout] | [INFO] [stdout] 548 | impl const Mul for OffsetCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct [INFO] [stdout] | [INFO] [stdout] 91 - pub enum OffsetSystem { [INFO] [stdout] 91 + #[derive(ConstParamTy)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0741]: `OffsetSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter [INFO] [stdout] --> src/lib.rs:558:15 [INFO] [stdout] | [INFO] [stdout] 558 | impl const Div for OffsetCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct [INFO] [stdout] | [INFO] [stdout] 91 - pub enum OffsetSystem { [INFO] [stdout] 91 + #[derive(ConstParamTy)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0741]: `OffsetSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter [INFO] [stdout] --> src/lib.rs:568:15 [INFO] [stdout] | [INFO] [stdout] 568 | impl const MulAssign for OffsetCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct [INFO] [stdout] | [INFO] [stdout] 91 - pub enum OffsetSystem { [INFO] [stdout] 91 + #[derive(ConstParamTy)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0741]: `OffsetSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter [INFO] [stdout] --> src/lib.rs:573:15 [INFO] [stdout] | [INFO] [stdout] 573 | impl const DivAssign for OffsetCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct [INFO] [stdout] | [INFO] [stdout] 91 - pub enum OffsetSystem { [INFO] [stdout] 91 + #[derive(ConstParamTy)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0741]: `DoubledSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter [INFO] [stdout] --> src/lib.rs:1336:40 [INFO] [stdout] | [INFO] [stdout] 1336 | pub struct DoubledCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct [INFO] [stdout] | [INFO] [stdout] 1303 - pub enum DoubledSystem { [INFO] [stdout] 1303 + #[derive(ConstParamTy)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0741]: `DoubledSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter [INFO] [stdout] --> src/lib.rs:1342:15 [INFO] [stdout] | [INFO] [stdout] 1342 | impl DoubledCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct [INFO] [stdout] | [INFO] [stdout] 1303 - pub enum DoubledSystem { [INFO] [stdout] 1303 + #[derive(ConstParamTy)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0741]: `DoubledSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter [INFO] [stdout] --> src/lib.rs:1545:15 [INFO] [stdout] | [INFO] [stdout] 1545 | impl const Add for DoubledCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct [INFO] [stdout] | [INFO] [stdout] 1303 - pub enum DoubledSystem { [INFO] [stdout] 1303 + #[derive(ConstParamTy)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0741]: `DoubledSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter [INFO] [stdout] --> src/lib.rs:1555:15 [INFO] [stdout] | [INFO] [stdout] 1555 | impl const Sub for DoubledCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct [INFO] [stdout] | [INFO] [stdout] 1303 - pub enum DoubledSystem { [INFO] [stdout] 1303 + #[derive(ConstParamTy)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0741]: `DoubledSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter [INFO] [stdout] --> src/lib.rs:1565:15 [INFO] [stdout] | [INFO] [stdout] 1565 | impl const AddAssign for DoubledCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct [INFO] [stdout] | [INFO] [stdout] 1303 - pub enum DoubledSystem { [INFO] [stdout] 1303 + #[derive(ConstParamTy)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0741]: `DoubledSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter [INFO] [stdout] --> src/lib.rs:1570:15 [INFO] [stdout] | [INFO] [stdout] 1570 | impl const SubAssign for DoubledCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct [INFO] [stdout] | [INFO] [stdout] 1303 - pub enum DoubledSystem { [INFO] [stdout] 1303 + #[derive(ConstParamTy)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0741]: `DoubledSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter [INFO] [stdout] --> src/lib.rs:1575:15 [INFO] [stdout] | [INFO] [stdout] 1575 | impl const Mul for DoubledCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct [INFO] [stdout] | [INFO] [stdout] 1303 - pub enum DoubledSystem { [INFO] [stdout] 1303 + #[derive(ConstParamTy)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0741]: `DoubledSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter [INFO] [stdout] --> src/lib.rs:1585:15 [INFO] [stdout] | [INFO] [stdout] 1585 | impl const MulAssign for DoubledCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct [INFO] [stdout] | [INFO] [stdout] 1303 - pub enum DoubledSystem { [INFO] [stdout] 1303 + #[derive(ConstParamTy)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0741]: `OffsetSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter [INFO] [stdout] --> src/lib.rs:159:15 [INFO] [stdout] | [INFO] [stdout] 159 | impl const From> for Row { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct [INFO] [stdout] | [INFO] [stdout] 91 - pub enum OffsetSystem { [INFO] [stdout] 91 + #[derive(ConstParamTy)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0741]: `OffsetSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter [INFO] [stdout] --> src/lib.rs:176:15 [INFO] [stdout] | [INFO] [stdout] 176 | impl const From> for Col { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct [INFO] [stdout] | [INFO] [stdout] 91 - pub enum OffsetSystem { [INFO] [stdout] 91 + #[derive(ConstParamTy)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0741]: `OffsetSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter [INFO] [stdout] --> src/lib.rs:188:39 [INFO] [stdout] | [INFO] [stdout] 188 | pub struct OffsetCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct [INFO] [stdout] | [INFO] [stdout] 91 - pub enum OffsetSystem { [INFO] [stdout] 91 + #[derive(ConstParamTy)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0741]: `OffsetSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter [INFO] [stdout] --> src/lib.rs:195:15 [INFO] [stdout] | [INFO] [stdout] 195 | impl OffsetCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct [INFO] [stdout] | [INFO] [stdout] 91 - pub enum OffsetSystem { [INFO] [stdout] 91 + #[derive(ConstParamTy)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0741]: `OffsetSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter [INFO] [stdout] --> src/lib.rs:518:15 [INFO] [stdout] | [INFO] [stdout] 518 | impl const Add for OffsetCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct [INFO] [stdout] | [INFO] [stdout] 91 - pub enum OffsetSystem { [INFO] [stdout] 91 + #[derive(ConstParamTy)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0741]: `OffsetSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter [INFO] [stdout] --> src/lib.rs:528:15 [INFO] [stdout] | [INFO] [stdout] 528 | impl const Sub for OffsetCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct [INFO] [stdout] | [INFO] [stdout] 91 - pub enum OffsetSystem { [INFO] [stdout] 91 + #[derive(ConstParamTy)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0741]: `OffsetSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter [INFO] [stdout] --> src/lib.rs:538:15 [INFO] [stdout] | [INFO] [stdout] 538 | impl const AddAssign for OffsetCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct [INFO] [stdout] | [INFO] [stdout] 91 - pub enum OffsetSystem { [INFO] [stdout] 91 + #[derive(ConstParamTy)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0741]: `OffsetSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter [INFO] [stdout] --> src/lib.rs:543:15 [INFO] [stdout] | [INFO] [stdout] 543 | impl const SubAssign for OffsetCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct [INFO] [stdout] | [INFO] [stdout] 91 - pub enum OffsetSystem { [INFO] [stdout] 91 + #[derive(ConstParamTy)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0741]: `OffsetSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter [INFO] [stdout] --> src/lib.rs:548:15 [INFO] [stdout] | [INFO] [stdout] 548 | impl const Mul for OffsetCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct [INFO] [stdout] | [INFO] [stdout] 91 - pub enum OffsetSystem { [INFO] [stdout] 91 + #[derive(ConstParamTy)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0741]: `OffsetSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter [INFO] [stdout] --> src/lib.rs:558:15 [INFO] [stdout] | [INFO] [stdout] 558 | impl const Div for OffsetCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct [INFO] [stdout] | [INFO] [stdout] 91 - pub enum OffsetSystem { [INFO] [stdout] 91 + #[derive(ConstParamTy)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0741]: `OffsetSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter [INFO] [stdout] --> src/lib.rs:568:15 [INFO] [stdout] | [INFO] [stdout] 568 | impl const MulAssign for OffsetCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct [INFO] [stdout] | [INFO] [stdout] 91 - pub enum OffsetSystem { [INFO] [stdout] 91 + #[derive(ConstParamTy)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0741]: `OffsetSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter [INFO] [stdout] --> src/lib.rs:573:15 [INFO] [stdout] | [INFO] [stdout] 573 | impl const DivAssign for OffsetCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct [INFO] [stdout] | [INFO] [stdout] 91 - pub enum OffsetSystem { [INFO] [stdout] 91 + #[derive(ConstParamTy)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0741]: `DoubledSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter [INFO] [stdout] --> src/lib.rs:1336:40 [INFO] [stdout] | [INFO] [stdout] 1336 | pub struct DoubledCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct [INFO] [stdout] | [INFO] [stdout] 1303 - pub enum DoubledSystem { [INFO] [stdout] 1303 + #[derive(ConstParamTy)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0741]: `DoubledSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter [INFO] [stdout] --> src/lib.rs:1342:15 [INFO] [stdout] | [INFO] [stdout] 1342 | impl DoubledCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct [INFO] [stdout] | [INFO] [stdout] 1303 - pub enum DoubledSystem { [INFO] [stdout] 1303 + #[derive(ConstParamTy)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0741]: `DoubledSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter [INFO] [stdout] --> src/lib.rs:1545:15 [INFO] [stdout] | [INFO] [stdout] 1545 | impl const Add for DoubledCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct [INFO] [stdout] | [INFO] [stdout] 1303 - pub enum DoubledSystem { [INFO] [stdout] 1303 + #[derive(ConstParamTy)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0741]: `DoubledSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter [INFO] [stdout] --> src/lib.rs:1555:15 [INFO] [stdout] | [INFO] [stdout] 1555 | impl const Sub for DoubledCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct [INFO] [stdout] | [INFO] [stdout] 1303 - pub enum DoubledSystem { [INFO] [stdout] 1303 + #[derive(ConstParamTy)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0741]: `DoubledSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter [INFO] [stdout] --> src/lib.rs:1565:15 [INFO] [stdout] | [INFO] [stdout] 1565 | impl const AddAssign for DoubledCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct [INFO] [stdout] | [INFO] [stdout] 1303 - pub enum DoubledSystem { [INFO] [stdout] 1303 + #[derive(ConstParamTy)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0741]: `DoubledSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter [INFO] [stdout] --> src/lib.rs:1570:15 [INFO] [stdout] | [INFO] [stdout] 1570 | impl const SubAssign for DoubledCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct [INFO] [stdout] | [INFO] [stdout] 1303 - pub enum DoubledSystem { [INFO] [stdout] 1303 + #[derive(ConstParamTy)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0741]: `DoubledSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter [INFO] [stdout] --> src/lib.rs:1575:15 [INFO] [stdout] | [INFO] [stdout] 1575 | impl const Mul for DoubledCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct [INFO] [stdout] | [INFO] [stdout] 1303 - pub enum DoubledSystem { [INFO] [stdout] 1303 + #[derive(ConstParamTy)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0741]: `DoubledSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter [INFO] [stdout] --> src/lib.rs:1585:15 [INFO] [stdout] | [INFO] [stdout] 1585 | impl const MulAssign for DoubledCoordinates { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct [INFO] [stdout] | [INFO] [stdout] 1303 - pub enum DoubledSystem { [INFO] [stdout] 1303 + #[derive(ConstParamTy)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:205:22 [INFO] [stdout] | [INFO] [stdout] 205 | let parity = Row::from(*self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:206:17 [INFO] [stdout] | [INFO] [stdout] 206 | *self + Self::from((parity, direction)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Add` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:206:9 [INFO] [stdout] | [INFO] [stdout] 206 | *self + Self::from((parity, direction)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:212:17 [INFO] [stdout] | [INFO] [stdout] 212 | let a = AxialCoordinates::from(*self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:213:17 [INFO] [stdout] | [INFO] [stdout] 213 | let b = AxialCoordinates::from(other); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:232:26 [INFO] [stdout] | [INFO] [stdout] 232 | let axial_self = AxialCoordinates::from(*self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:233:28 [INFO] [stdout] | [INFO] [stdout] 233 | let axial_center = AxialCoordinates::from(center); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Into` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:234:9 [INFO] [stdout] | [INFO] [stdout] 234 | axial_self.rotate(axial_center, rotation).into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:240:20 [INFO] [stdout] | [INFO] [stdout] 240 | let cube = CubeCoordinates::from(*self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:242:9 [INFO] [stdout] | [INFO] [stdout] 242 | Self::from(reflected) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:248:22 [INFO] [stdout] | [INFO] [stdout] 248 | let parity = Row::from(*self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:249:17 [INFO] [stdout] | [INFO] [stdout] 249 | *self + Self::from((parity, direction)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Add` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:249:9 [INFO] [stdout] | [INFO] [stdout] 249 | *self + Self::from((parity, direction)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:255:17 [INFO] [stdout] | [INFO] [stdout] 255 | let a = AxialCoordinates::from(*self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:256:17 [INFO] [stdout] | [INFO] [stdout] 256 | let b = AxialCoordinates::from(other); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:275:26 [INFO] [stdout] | [INFO] [stdout] 275 | let axial_self = AxialCoordinates::from(*self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:276:28 [INFO] [stdout] | [INFO] [stdout] 276 | let axial_center = AxialCoordinates::from(center); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Into` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:277:9 [INFO] [stdout] | [INFO] [stdout] 277 | axial_self.rotate(axial_center, rotation).into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:283:20 [INFO] [stdout] | [INFO] [stdout] 283 | let cube = CubeCoordinates::from(*self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:285:9 [INFO] [stdout] | [INFO] [stdout] 285 | Self::from(reflected) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:291:22 [INFO] [stdout] | [INFO] [stdout] 291 | let parity = Col::from(*self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:292:17 [INFO] [stdout] | [INFO] [stdout] 292 | *self + Self::from((parity, direction)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Add` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:292:9 [INFO] [stdout] | [INFO] [stdout] 292 | *self + Self::from((parity, direction)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:298:17 [INFO] [stdout] | [INFO] [stdout] 298 | let a = AxialCoordinates::from(*self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:299:17 [INFO] [stdout] | [INFO] [stdout] 299 | let b = AxialCoordinates::from(other); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:318:26 [INFO] [stdout] | [INFO] [stdout] 318 | let axial_self = AxialCoordinates::from(*self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:319:28 [INFO] [stdout] | [INFO] [stdout] 319 | let axial_center = AxialCoordinates::from(center); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Into` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:320:9 [INFO] [stdout] | [INFO] [stdout] 320 | axial_self.rotate(axial_center, rotation).into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:326:20 [INFO] [stdout] | [INFO] [stdout] 326 | let cube = CubeCoordinates::from(*self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:328:9 [INFO] [stdout] | [INFO] [stdout] 328 | Self::from(reflected) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:334:22 [INFO] [stdout] | [INFO] [stdout] 334 | let parity = Col::from(*self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:335:17 [INFO] [stdout] | [INFO] [stdout] 335 | *self + Self::from((parity, direction)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Add` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:335:9 [INFO] [stdout] | [INFO] [stdout] 335 | *self + Self::from((parity, direction)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:341:17 [INFO] [stdout] | [INFO] [stdout] 341 | let a = AxialCoordinates::from(*self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:342:17 [INFO] [stdout] | [INFO] [stdout] 342 | let b = AxialCoordinates::from(other); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:361:26 [INFO] [stdout] | [INFO] [stdout] 361 | let axial_self = AxialCoordinates::from(*self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:362:28 [INFO] [stdout] | [INFO] [stdout] 362 | let axial_center = AxialCoordinates::from(center); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Into` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:363:9 [INFO] [stdout] | [INFO] [stdout] 363 | axial_self.rotate(axial_center, rotation).into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:369:20 [INFO] [stdout] | [INFO] [stdout] 369 | let cube = CubeCoordinates::from(*self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:371:9 [INFO] [stdout] | [INFO] [stdout] 371 | Self::from(reflected) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:404:19 [INFO] [stdout] | [INFO] [stdout] 404 | let col = *q + (*r - (*r & 1)) / 2; [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:404:25 [INFO] [stdout] | [INFO] [stdout] 404 | let col = *q + (*r - (*r & 1)) / 2; [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:404:31 [INFO] [stdout] | [INFO] [stdout] 404 | let col = *q + (*r - (*r & 1)) / 2; [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:405:19 [INFO] [stdout] | [INFO] [stdout] 405 | let row = *r; [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:411:19 [INFO] [stdout] | [INFO] [stdout] 411 | let col = *q + (*r + (*r & 1)) / 2; [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:411:25 [INFO] [stdout] | [INFO] [stdout] 411 | let col = *q + (*r + (*r & 1)) / 2; [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:411:31 [INFO] [stdout] | [INFO] [stdout] 411 | let col = *q + (*r + (*r & 1)) / 2; [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:412:19 [INFO] [stdout] | [INFO] [stdout] 412 | let row = *r; [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:418:19 [INFO] [stdout] | [INFO] [stdout] 418 | let col = *q; [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:419:19 [INFO] [stdout] | [INFO] [stdout] 419 | let row = *r + (*q - (*q & 1)) / 2; [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:419:25 [INFO] [stdout] | [INFO] [stdout] 419 | let row = *r + (*q - (*q & 1)) / 2; [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:419:31 [INFO] [stdout] | [INFO] [stdout] 419 | let row = *r + (*q - (*q & 1)) / 2; [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:425:19 [INFO] [stdout] | [INFO] [stdout] 425 | let col = *q; [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:426:19 [INFO] [stdout] | [INFO] [stdout] 426 | let row = *r + (*q + (*q & 1)) / 2; [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:426:25 [INFO] [stdout] | [INFO] [stdout] 426 | let row = *r + (*q + (*q & 1)) / 2; [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:426:31 [INFO] [stdout] | [INFO] [stdout] 426 | let row = *r + (*q + (*q & 1)) / 2; [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Add` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:540:17 [INFO] [stdout] | [INFO] [stdout] 540 | *self = *self + other; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Sub` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:545:17 [INFO] [stdout] | [INFO] [stdout] 545 | *self = *self - other; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Mul` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:570:17 [INFO] [stdout] | [INFO] [stdout] 570 | *self = *self * rhs; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Div` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:575:17 [INFO] [stdout] | [INFO] [stdout] 575 | *self = *self / rhs; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:612:9 [INFO] [stdout] | [INFO] [stdout] 612 | Self::from(v) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:205:22 [INFO] [stdout] | [INFO] [stdout] 205 | let parity = Row::from(*self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:620:9 [INFO] [stdout] | [INFO] [stdout] 620 | Self::from(v) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:206:17 [INFO] [stdout] | [INFO] [stdout] 206 | *self + Self::from((parity, direction)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Add` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:206:9 [INFO] [stdout] | [INFO] [stdout] 206 | *self + Self::from((parity, direction)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:212:17 [INFO] [stdout] | [INFO] [stdout] 212 | let a = AxialCoordinates::from(*self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:213:17 [INFO] [stdout] | [INFO] [stdout] 213 | let b = AxialCoordinates::from(other); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Add` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:625:17 [INFO] [stdout] | [INFO] [stdout] 625 | *self = *self + other; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Sub` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:630:17 [INFO] [stdout] | [INFO] [stdout] 630 | *self = *self - other; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:232:26 [INFO] [stdout] | [INFO] [stdout] 232 | let axial_self = AxialCoordinates::from(*self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:233:28 [INFO] [stdout] | [INFO] [stdout] 233 | let axial_center = AxialCoordinates::from(center); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Into` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:234:9 [INFO] [stdout] | [INFO] [stdout] 234 | axial_self.rotate(axial_center, rotation).into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:240:20 [INFO] [stdout] | [INFO] [stdout] 240 | let cube = CubeCoordinates::from(*self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:242:9 [INFO] [stdout] | [INFO] [stdout] 242 | Self::from(reflected) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:248:22 [INFO] [stdout] | [INFO] [stdout] 248 | let parity = Row::from(*self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:249:17 [INFO] [stdout] | [INFO] [stdout] 249 | *self + Self::from((parity, direction)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Add` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:249:9 [INFO] [stdout] | [INFO] [stdout] 249 | *self + Self::from((parity, direction)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:255:17 [INFO] [stdout] | [INFO] [stdout] 255 | let a = AxialCoordinates::from(*self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:256:17 [INFO] [stdout] | [INFO] [stdout] 256 | let b = AxialCoordinates::from(other); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:275:26 [INFO] [stdout] | [INFO] [stdout] 275 | let axial_self = AxialCoordinates::from(*self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:276:28 [INFO] [stdout] | [INFO] [stdout] 276 | let axial_center = AxialCoordinates::from(center); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:803:17 [INFO] [stdout] | [INFO] [stdout] 803 | *self + Self::from(direction) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Into` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:277:9 [INFO] [stdout] | [INFO] [stdout] 277 | axial_self.rotate(axial_center, rotation).into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Add` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:803:9 [INFO] [stdout] | [INFO] [stdout] 803 | *self + Self::from(direction) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:283:20 [INFO] [stdout] | [INFO] [stdout] 283 | let cube = CubeCoordinates::from(*self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:285:9 [INFO] [stdout] | [INFO] [stdout] 285 | Self::from(reflected) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:291:22 [INFO] [stdout] | [INFO] [stdout] 291 | let parity = Col::from(*self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:292:17 [INFO] [stdout] | [INFO] [stdout] 292 | *self + Self::from((parity, direction)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:809:12 [INFO] [stdout] | [INFO] [stdout] 809 | (((*self.q - *other.q).abs() + (*self.r - *other.r).abs() + (*self.s - *other.s).abs()) / 2) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Add` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:292:9 [INFO] [stdout] | [INFO] [stdout] 292 | *self + Self::from((parity, direction)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:298:17 [INFO] [stdout] | [INFO] [stdout] 298 | let a = AxialCoordinates::from(*self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:809:22 [INFO] [stdout] | [INFO] [stdout] 809 | (((*self.q - *other.q).abs() + (*self.r - *other.r).abs() + (*self.s - *other.s).abs()) / 2) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:299:17 [INFO] [stdout] | [INFO] [stdout] 299 | let b = AxialCoordinates::from(other); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:809:41 [INFO] [stdout] | [INFO] [stdout] 809 | (((*self.q - *other.q).abs() + (*self.r - *other.r).abs() + (*self.s - *other.s).abs()) / 2) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:809:51 [INFO] [stdout] | [INFO] [stdout] 809 | (((*self.q - *other.q).abs() + (*self.r - *other.r).abs() + (*self.s - *other.s).abs()) / 2) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:809:70 [INFO] [stdout] | [INFO] [stdout] 809 | (((*self.q - *other.q).abs() + (*self.r - *other.r).abs() + (*self.s - *other.s).abs()) / 2) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:318:26 [INFO] [stdout] | [INFO] [stdout] 318 | let axial_self = AxialCoordinates::from(*self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:809:80 [INFO] [stdout] | [INFO] [stdout] 809 | (((*self.q - *other.q).abs() + (*self.r - *other.r).abs() + (*self.s - *other.s).abs()) / 2) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:319:28 [INFO] [stdout] | [INFO] [stdout] 319 | let axial_center = AxialCoordinates::from(center); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Into` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:320:9 [INFO] [stdout] | [INFO] [stdout] 320 | axial_self.rotate(axial_center, rotation).into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:326:20 [INFO] [stdout] | [INFO] [stdout] 326 | let cube = CubeCoordinates::from(*self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Sub` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:841:19 [INFO] [stdout] | [INFO] [stdout] 841 | let vec = *self - center; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:865:31 [INFO] [stdout] | [INFO] [stdout] 865 | q: Immutable(-*vec.s), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:860:30 [INFO] [stdout] | [INFO] [stdout] 860 | q: Immutable(*vec.r), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:855:31 [INFO] [stdout] | [INFO] [stdout] 855 | q: Immutable(-*vec.q), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:850:30 [INFO] [stdout] | [INFO] [stdout] 850 | q: Immutable(*vec.s), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:845:31 [INFO] [stdout] | [INFO] [stdout] 845 | q: Immutable(-*vec.r), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:846:31 [INFO] [stdout] | [INFO] [stdout] 846 | r: Immutable(-*vec.s), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:847:31 [INFO] [stdout] | [INFO] [stdout] 847 | s: Immutable(-*vec.q), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:851:30 [INFO] [stdout] | [INFO] [stdout] 851 | r: Immutable(*vec.q), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:852:30 [INFO] [stdout] | [INFO] [stdout] 852 | s: Immutable(*vec.r), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:856:31 [INFO] [stdout] | [INFO] [stdout] 856 | r: Immutable(-*vec.r), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:328:9 [INFO] [stdout] | [INFO] [stdout] 328 | Self::from(reflected) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:857:31 [INFO] [stdout] | [INFO] [stdout] 857 | s: Immutable(-*vec.s), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:334:22 [INFO] [stdout] | [INFO] [stdout] 334 | let parity = Col::from(*self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:335:17 [INFO] [stdout] | [INFO] [stdout] 335 | *self + Self::from((parity, direction)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Add` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:335:9 [INFO] [stdout] | [INFO] [stdout] 335 | *self + Self::from((parity, direction)) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:861:30 [INFO] [stdout] | [INFO] [stdout] 861 | r: Immutable(*vec.s), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:341:17 [INFO] [stdout] | [INFO] [stdout] 341 | let a = AxialCoordinates::from(*self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:342:17 [INFO] [stdout] | [INFO] [stdout] 342 | let b = AxialCoordinates::from(other); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:361:26 [INFO] [stdout] | [INFO] [stdout] 361 | let axial_self = AxialCoordinates::from(*self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:862:30 [INFO] [stdout] | [INFO] [stdout] 862 | s: Immutable(*vec.q), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:362:28 [INFO] [stdout] | [INFO] [stdout] 362 | let axial_center = AxialCoordinates::from(center); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Into` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:363:9 [INFO] [stdout] | [INFO] [stdout] 363 | axial_self.rotate(axial_center, rotation).into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:369:20 [INFO] [stdout] | [INFO] [stdout] 369 | let cube = CubeCoordinates::from(*self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:371:9 [INFO] [stdout] | [INFO] [stdout] 371 | Self::from(reflected) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:404:19 [INFO] [stdout] | [INFO] [stdout] 404 | let col = *q + (*r - (*r & 1)) / 2; [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:404:25 [INFO] [stdout] | [INFO] [stdout] 404 | let col = *q + (*r - (*r & 1)) / 2; [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:404:31 [INFO] [stdout] | [INFO] [stdout] 404 | let col = *q + (*r - (*r & 1)) / 2; [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:405:19 [INFO] [stdout] | [INFO] [stdout] 405 | let row = *r; [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:411:19 [INFO] [stdout] | [INFO] [stdout] 411 | let col = *q + (*r + (*r & 1)) / 2; [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:411:25 [INFO] [stdout] | [INFO] [stdout] 411 | let col = *q + (*r + (*r & 1)) / 2; [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:411:31 [INFO] [stdout] | [INFO] [stdout] 411 | let col = *q + (*r + (*r & 1)) / 2; [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:412:19 [INFO] [stdout] | [INFO] [stdout] 412 | let row = *r; [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:418:19 [INFO] [stdout] | [INFO] [stdout] 418 | let col = *q; [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:866:31 [INFO] [stdout] | [INFO] [stdout] 866 | r: Immutable(-*vec.q), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:867:31 [INFO] [stdout] | [INFO] [stdout] 867 | s: Immutable(-*vec.r), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Add` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:870:9 [INFO] [stdout] | [INFO] [stdout] 870 | rotated + center [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:419:19 [INFO] [stdout] | [INFO] [stdout] 419 | let row = *r + (*q - (*q & 1)) / 2; [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:880:26 [INFO] [stdout] | [INFO] [stdout] 880 | q: Immutable(*self.q / rhs), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:881:26 [INFO] [stdout] | [INFO] [stdout] 881 | r: Immutable(*self.r / rhs), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:882:26 [INFO] [stdout] | [INFO] [stdout] 882 | s: Immutable(*self.s / rhs), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:419:25 [INFO] [stdout] | [INFO] [stdout] 419 | let row = *r + (*q - (*q & 1)) / 2; [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:884:12 [INFO] [stdout] | [INFO] [stdout] 884 | if *result.q + *result.r + *result.s == 0 { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:884:24 [INFO] [stdout] | [INFO] [stdout] 884 | if *result.q + *result.r + *result.s == 0 { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:419:31 [INFO] [stdout] | [INFO] [stdout] 419 | let row = *r + (*q - (*q & 1)) / 2; [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:884:36 [INFO] [stdout] | [INFO] [stdout] 884 | if *result.q + *result.r + *result.s == 0 { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:425:19 [INFO] [stdout] | [INFO] [stdout] 425 | let col = *q; [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:426:19 [INFO] [stdout] | [INFO] [stdout] 426 | let row = *r + (*q + (*q & 1)) / 2; [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:426:25 [INFO] [stdout] | [INFO] [stdout] 426 | let row = *r + (*q + (*q & 1)) / 2; [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:426:31 [INFO] [stdout] | [INFO] [stdout] 426 | let row = *r + (*q + (*q & 1)) / 2; [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Add` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:540:17 [INFO] [stdout] | [INFO] [stdout] 540 | *self = *self + other; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:981:17 [INFO] [stdout] | [INFO] [stdout] 981 | let q = *col; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Sub` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:545:17 [INFO] [stdout] | [INFO] [stdout] 545 | *self = *self - other; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:982:18 [INFO] [stdout] | [INFO] [stdout] 982 | let r = (*row - *col) / 2; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:982:25 [INFO] [stdout] | [INFO] [stdout] 982 | let r = (*row - *col) / 2; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Mul` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:570:17 [INFO] [stdout] | [INFO] [stdout] 570 | *self = *self * rhs; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:992:18 [INFO] [stdout] | [INFO] [stdout] 992 | let q = (*col - *row) / 2; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Div` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:575:17 [INFO] [stdout] | [INFO] [stdout] 575 | *self = *self / rhs; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:612:9 [INFO] [stdout] | [INFO] [stdout] 612 | Self::from(v) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:992:25 [INFO] [stdout] | [INFO] [stdout] 992 | let q = (*col - *row) / 2; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:620:9 [INFO] [stdout] | [INFO] [stdout] 620 | Self::from(v) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:993:17 [INFO] [stdout] | [INFO] [stdout] 993 | let r = *row; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1042:26 [INFO] [stdout] | [INFO] [stdout] 1042 | q: Immutable(*self.q + *other.q), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1042:36 [INFO] [stdout] | [INFO] [stdout] 1042 | q: Immutable(*self.q + *other.q), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1043:26 [INFO] [stdout] | [INFO] [stdout] 1043 | r: Immutable(*self.r + *other.r), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Add` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:625:17 [INFO] [stdout] | [INFO] [stdout] 625 | *self = *self + other; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1043:36 [INFO] [stdout] | [INFO] [stdout] 1043 | r: Immutable(*self.r + *other.r), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1044:26 [INFO] [stdout] | [INFO] [stdout] 1044 | s: Immutable(*self.s + *other.s), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1044:36 [INFO] [stdout] | [INFO] [stdout] 1044 | s: Immutable(*self.s + *other.s), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1053:26 [INFO] [stdout] | [INFO] [stdout] 1053 | q: Immutable(*self.q - *other.q), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Sub` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:630:17 [INFO] [stdout] | [INFO] [stdout] 630 | *self = *self - other; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1053:36 [INFO] [stdout] | [INFO] [stdout] 1053 | q: Immutable(*self.q - *other.q), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1054:26 [INFO] [stdout] | [INFO] [stdout] 1054 | r: Immutable(*self.r - *other.r), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1054:36 [INFO] [stdout] | [INFO] [stdout] 1054 | r: Immutable(*self.r - *other.r), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1055:26 [INFO] [stdout] | [INFO] [stdout] 1055 | s: Immutable(*self.s - *other.s), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1055:36 [INFO] [stdout] | [INFO] [stdout] 1055 | s: Immutable(*self.s - *other.s), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Add` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1061:17 [INFO] [stdout] | [INFO] [stdout] 1061 | *self = *self + other; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Sub` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1066:17 [INFO] [stdout] | [INFO] [stdout] 1066 | *self = *self - other; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1074:26 [INFO] [stdout] | [INFO] [stdout] 1074 | q: Immutable(*self.q * rhs), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1075:26 [INFO] [stdout] | [INFO] [stdout] 1075 | r: Immutable(*self.r * rhs), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1076:26 [INFO] [stdout] | [INFO] [stdout] 1076 | s: Immutable(*self.s * rhs), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Mul` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1082:17 [INFO] [stdout] | [INFO] [stdout] 1082 | *self = *self * rhs; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1108:17 [INFO] [stdout] | [INFO] [stdout] 1108 | *self + Self::from(direction) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:803:17 [INFO] [stdout] | [INFO] [stdout] 803 | *self + Self::from(direction) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Add` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1108:9 [INFO] [stdout] | [INFO] [stdout] 1108 | *self + Self::from(direction) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Add` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:803:9 [INFO] [stdout] | [INFO] [stdout] 803 | *self + Self::from(direction) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:809:12 [INFO] [stdout] | [INFO] [stdout] 809 | (((*self.q - *other.q).abs() + (*self.r - *other.r).abs() + (*self.s - *other.s).abs()) / 2) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:809:22 [INFO] [stdout] | [INFO] [stdout] 809 | (((*self.q - *other.q).abs() + (*self.r - *other.r).abs() + (*self.s - *other.s).abs()) / 2) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Sub` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1144:19 [INFO] [stdout] | [INFO] [stdout] 1144 | let vec = *self - center; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Add` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1168:9 [INFO] [stdout] | [INFO] [stdout] 1168 | rotated + center [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1174:20 [INFO] [stdout] | [INFO] [stdout] 1174 | let cube = CubeCoordinates::from(*self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1176:9 [INFO] [stdout] | [INFO] [stdout] 1176 | Self::from(reflected) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1181:19 [INFO] [stdout] | [INFO] [stdout] 1181 | Self { q: *q, r: *r } [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:809:41 [INFO] [stdout] | [INFO] [stdout] 809 | (((*self.q - *other.q).abs() + (*self.r - *other.r).abs() + (*self.s - *other.s).abs()) / 2) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1181:26 [INFO] [stdout] | [INFO] [stdout] 1181 | Self { q: *q, r: *r } [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1216:17 [INFO] [stdout] | [INFO] [stdout] 1216 | let q = *col; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:809:51 [INFO] [stdout] | [INFO] [stdout] 809 | (((*self.q - *other.q).abs() + (*self.r - *other.r).abs() + (*self.s - *other.s).abs()) / 2) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1217:18 [INFO] [stdout] | [INFO] [stdout] 1217 | let r = (*row - *col) / 2; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:809:70 [INFO] [stdout] | [INFO] [stdout] 809 | (((*self.q - *other.q).abs() + (*self.r - *other.r).abs() + (*self.s - *other.s).abs()) / 2) [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1217:25 [INFO] [stdout] | [INFO] [stdout] 1217 | let r = (*row - *col) / 2; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:809:80 [INFO] [stdout] | [INFO] [stdout] 809 | (((*self.q - *other.q).abs() + (*self.r - *other.r).abs() + (*self.s - *other.s).abs()) / 2) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1223:18 [INFO] [stdout] | [INFO] [stdout] 1223 | let q = (*col - *row) / 2; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Sub` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:841:19 [INFO] [stdout] | [INFO] [stdout] 841 | let vec = *self - center; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1223:25 [INFO] [stdout] | [INFO] [stdout] 1223 | let q = (*col - *row) / 2; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:865:31 [INFO] [stdout] | [INFO] [stdout] 865 | q: Immutable(-*vec.s), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:860:30 [INFO] [stdout] | [INFO] [stdout] 860 | q: Immutable(*vec.r), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:855:31 [INFO] [stdout] | [INFO] [stdout] 855 | q: Immutable(-*vec.q), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:850:30 [INFO] [stdout] | [INFO] [stdout] 850 | q: Immutable(*vec.s), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:845:31 [INFO] [stdout] | [INFO] [stdout] 845 | q: Immutable(-*vec.r), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:846:31 [INFO] [stdout] | [INFO] [stdout] 846 | r: Immutable(-*vec.s), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:847:31 [INFO] [stdout] | [INFO] [stdout] 847 | s: Immutable(-*vec.q), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:851:30 [INFO] [stdout] | [INFO] [stdout] 851 | r: Immutable(*vec.q), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:852:30 [INFO] [stdout] | [INFO] [stdout] 852 | s: Immutable(*vec.r), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:856:31 [INFO] [stdout] | [INFO] [stdout] 856 | r: Immutable(-*vec.r), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:857:31 [INFO] [stdout] | [INFO] [stdout] 857 | s: Immutable(-*vec.s), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:861:30 [INFO] [stdout] | [INFO] [stdout] 861 | r: Immutable(*vec.s), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1224:17 [INFO] [stdout] | [INFO] [stdout] 1224 | let r = *row; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:862:30 [INFO] [stdout] | [INFO] [stdout] 862 | s: Immutable(*vec.q), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Add` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1262:17 [INFO] [stdout] | [INFO] [stdout] 1262 | *self = *self + other; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:866:31 [INFO] [stdout] | [INFO] [stdout] 866 | r: Immutable(-*vec.q), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Sub` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1267:17 [INFO] [stdout] | [INFO] [stdout] 1267 | *self = *self - other; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:867:31 [INFO] [stdout] | [INFO] [stdout] 867 | s: Immutable(-*vec.r), [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Mul` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1292:17 [INFO] [stdout] | [INFO] [stdout] 1292 | *self = *self * rhs; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Add` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:870:9 [INFO] [stdout] | [INFO] [stdout] 870 | rotated + center [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Div` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1297:17 [INFO] [stdout] | [INFO] [stdout] 1297 | *self = *self / rhs; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:880:26 [INFO] [stdout] | [INFO] [stdout] 880 | q: Immutable(*self.q / rhs), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:881:26 [INFO] [stdout] | [INFO] [stdout] 881 | r: Immutable(*self.r / rhs), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1363:17 [INFO] [stdout] | [INFO] [stdout] 1363 | *self + Self::from(direction) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:882:26 [INFO] [stdout] | [INFO] [stdout] 882 | s: Immutable(*self.s / rhs), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:884:12 [INFO] [stdout] | [INFO] [stdout] 884 | if *result.q + *result.r + *result.s == 0 { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:884:24 [INFO] [stdout] | [INFO] [stdout] 884 | if *result.q + *result.r + *result.s == 0 { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Add` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1363:9 [INFO] [stdout] | [INFO] [stdout] 1363 | *self + Self::from(direction) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:884:36 [INFO] [stdout] | [INFO] [stdout] 884 | if *result.q + *result.r + *result.s == 0 { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1369:21 [INFO] [stdout] | [INFO] [stdout] 1369 | let dcol = (*self.col - *other.col).abs(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1369:33 [INFO] [stdout] | [INFO] [stdout] 1369 | let dcol = (*self.col - *other.col).abs(); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1370:21 [INFO] [stdout] | [INFO] [stdout] 1370 | let drow = (*self.row - *other.row).abs(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1370:33 [INFO] [stdout] | [INFO] [stdout] 1370 | let drow = (*self.row - *other.row).abs(); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:981:17 [INFO] [stdout] | [INFO] [stdout] 981 | let q = *col; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:982:18 [INFO] [stdout] | [INFO] [stdout] 982 | let r = (*row - *col) / 2; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:982:25 [INFO] [stdout] | [INFO] [stdout] 982 | let r = (*row - *col) / 2; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:992:18 [INFO] [stdout] | [INFO] [stdout] 992 | let q = (*col - *row) / 2; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:992:25 [INFO] [stdout] | [INFO] [stdout] 992 | let q = (*col - *row) / 2; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:993:17 [INFO] [stdout] | [INFO] [stdout] 993 | let r = *row; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0015]: cannot call non-const function `std::cmp::max::` in constant functions [INFO] [stdout] --> src/lib.rs:1371:17 [INFO] [stdout] | [INFO] [stdout] 1371 | (drow + std::cmp::max(0, (dcol - drow) / 2)) as usize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1042:26 [INFO] [stdout] | [INFO] [stdout] 1042 | q: Immutable(*self.q + *other.q), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1042:36 [INFO] [stdout] | [INFO] [stdout] 1042 | q: Immutable(*self.q + *other.q), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1043:26 [INFO] [stdout] | [INFO] [stdout] 1043 | r: Immutable(*self.r + *other.r), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1389:26 [INFO] [stdout] | [INFO] [stdout] 1389 | let axial_self = AxialCoordinates::from(*self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1043:36 [INFO] [stdout] | [INFO] [stdout] 1043 | r: Immutable(*self.r + *other.r), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1390:28 [INFO] [stdout] | [INFO] [stdout] 1390 | let axial_center = AxialCoordinates::from(center); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1044:26 [INFO] [stdout] | [INFO] [stdout] 1044 | s: Immutable(*self.s + *other.s), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Into` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1391:9 [INFO] [stdout] | [INFO] [stdout] 1391 | axial_self.rotate(axial_center, rotation).into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1044:36 [INFO] [stdout] | [INFO] [stdout] 1044 | s: Immutable(*self.s + *other.s), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1397:20 [INFO] [stdout] | [INFO] [stdout] 1397 | let cube = CubeCoordinates::from(*self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1053:26 [INFO] [stdout] | [INFO] [stdout] 1053 | q: Immutable(*self.q - *other.q), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1399:9 [INFO] [stdout] | [INFO] [stdout] 1399 | Self::from(reflected) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1053:36 [INFO] [stdout] | [INFO] [stdout] 1053 | q: Immutable(*self.q - *other.q), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1054:26 [INFO] [stdout] | [INFO] [stdout] 1054 | r: Immutable(*self.r - *other.r), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1406:17 [INFO] [stdout] | [INFO] [stdout] 1406 | *self + Self::from(direction) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1054:36 [INFO] [stdout] | [INFO] [stdout] 1054 | r: Immutable(*self.r - *other.r), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Add` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1406:9 [INFO] [stdout] | [INFO] [stdout] 1406 | *self + Self::from(direction) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1055:26 [INFO] [stdout] | [INFO] [stdout] 1055 | s: Immutable(*self.s - *other.s), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1055:36 [INFO] [stdout] | [INFO] [stdout] 1055 | s: Immutable(*self.s - *other.s), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1412:21 [INFO] [stdout] | [INFO] [stdout] 1412 | let dcol = (*self.col - *other.col).abs(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1412:33 [INFO] [stdout] | [INFO] [stdout] 1412 | let dcol = (*self.col - *other.col).abs(); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Add` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1061:17 [INFO] [stdout] | [INFO] [stdout] 1061 | *self = *self + other; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1413:21 [INFO] [stdout] | [INFO] [stdout] 1413 | let drow = (*self.row - *other.row).abs(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Sub` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1066:17 [INFO] [stdout] | [INFO] [stdout] 1066 | *self = *self - other; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1413:33 [INFO] [stdout] | [INFO] [stdout] 1413 | let drow = (*self.row - *other.row).abs(); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0015]: cannot call non-const function `std::cmp::max::` in constant functions [INFO] [stdout] --> src/lib.rs:1414:17 [INFO] [stdout] | [INFO] [stdout] 1414 | (dcol + std::cmp::max(0, (drow - dcol) / 2)) as usize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1074:26 [INFO] [stdout] | [INFO] [stdout] 1074 | q: Immutable(*self.q * rhs), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1075:26 [INFO] [stdout] | [INFO] [stdout] 1075 | r: Immutable(*self.r * rhs), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1076:26 [INFO] [stdout] | [INFO] [stdout] 1076 | s: Immutable(*self.s * rhs), [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Mul` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1082:17 [INFO] [stdout] | [INFO] [stdout] 1082 | *self = *self * rhs; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1432:26 [INFO] [stdout] | [INFO] [stdout] 1432 | let axial_self = AxialCoordinates::from(*self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1433:28 [INFO] [stdout] | [INFO] [stdout] 1433 | let axial_center = AxialCoordinates::from(center); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Into` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1434:9 [INFO] [stdout] | [INFO] [stdout] 1434 | axial_self.rotate(axial_center, rotation).into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1440:20 [INFO] [stdout] | [INFO] [stdout] 1440 | let cube = CubeCoordinates::from(*self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1442:9 [INFO] [stdout] | [INFO] [stdout] 1442 | Self::from(reflected) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1108:17 [INFO] [stdout] | [INFO] [stdout] 1108 | *self + Self::from(direction) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Add` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1108:9 [INFO] [stdout] | [INFO] [stdout] 1108 | *self + Self::from(direction) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1467:19 [INFO] [stdout] | [INFO] [stdout] 1467 | let col = *q; [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1468:23 [INFO] [stdout] | [INFO] [stdout] 1468 | let row = 2 * *r + *q; [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1468:28 [INFO] [stdout] | [INFO] [stdout] 1468 | let row = 2 * *r + *q; [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1477:23 [INFO] [stdout] | [INFO] [stdout] 1477 | let col = 2 * *q + *r; [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1477:28 [INFO] [stdout] | [INFO] [stdout] 1477 | let col = 2 * *q + *r; [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1478:19 [INFO] [stdout] | [INFO] [stdout] 1478 | let row = *r; [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Sub` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1144:19 [INFO] [stdout] | [INFO] [stdout] 1144 | let vec = *self - center; [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Add` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1168:9 [INFO] [stdout] | [INFO] [stdout] 1168 | rotated + center [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1174:20 [INFO] [stdout] | [INFO] [stdout] 1174 | let cube = CubeCoordinates::from(*self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1550:28 [INFO] [stdout] | [INFO] [stdout] 1550 | col: Immutable(*self.col + *other.col), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1550:40 [INFO] [stdout] | [INFO] [stdout] 1550 | col: Immutable(*self.col + *other.col), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1176:9 [INFO] [stdout] | [INFO] [stdout] 1176 | Self::from(reflected) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1551:28 [INFO] [stdout] | [INFO] [stdout] 1551 | row: Immutable(*self.row + *other.row), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1181:19 [INFO] [stdout] | [INFO] [stdout] 1181 | Self { q: *q, r: *r } [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1551:40 [INFO] [stdout] | [INFO] [stdout] 1551 | row: Immutable(*self.row + *other.row), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1181:26 [INFO] [stdout] | [INFO] [stdout] 1181 | Self { q: *q, r: *r } [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1560:28 [INFO] [stdout] | [INFO] [stdout] 1560 | col: Immutable(*self.col - *other.col), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1216:17 [INFO] [stdout] | [INFO] [stdout] 1216 | let q = *col; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1560:40 [INFO] [stdout] | [INFO] [stdout] 1560 | col: Immutable(*self.col - *other.col), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1217:18 [INFO] [stdout] | [INFO] [stdout] 1217 | let r = (*row - *col) / 2; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1561:28 [INFO] [stdout] | [INFO] [stdout] 1561 | row: Immutable(*self.row - *other.row), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1217:25 [INFO] [stdout] | [INFO] [stdout] 1217 | let r = (*row - *col) / 2; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1561:40 [INFO] [stdout] | [INFO] [stdout] 1561 | row: Immutable(*self.row - *other.row), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1223:18 [INFO] [stdout] | [INFO] [stdout] 1223 | let q = (*col - *row) / 2; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Add` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1567:17 [INFO] [stdout] | [INFO] [stdout] 1567 | *self = *self + other; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1223:25 [INFO] [stdout] | [INFO] [stdout] 1223 | let q = (*col - *row) / 2; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1224:17 [INFO] [stdout] | [INFO] [stdout] 1224 | let r = *row; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Sub` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1572:17 [INFO] [stdout] | [INFO] [stdout] 1572 | *self = *self - other; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Add` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1262:17 [INFO] [stdout] | [INFO] [stdout] 1262 | *self = *self + other; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1580:28 [INFO] [stdout] | [INFO] [stdout] 1580 | col: Immutable(*self.col * rhs), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Sub` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1267:17 [INFO] [stdout] | [INFO] [stdout] 1267 | *self = *self - other; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1581:28 [INFO] [stdout] | [INFO] [stdout] 1581 | row: Immutable(*self.row * rhs), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Mul` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1292:17 [INFO] [stdout] | [INFO] [stdout] 1292 | *self = *self * rhs; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Mul` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1587:17 [INFO] [stdout] | [INFO] [stdout] 1587 | *self = *self * rhs; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Div` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1297:17 [INFO] [stdout] | [INFO] [stdout] 1297 | *self = *self / rhs; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1363:17 [INFO] [stdout] | [INFO] [stdout] 1363 | *self + Self::from(direction) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Add` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1363:9 [INFO] [stdout] | [INFO] [stdout] 1363 | *self + Self::from(direction) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1369:21 [INFO] [stdout] | [INFO] [stdout] 1369 | let dcol = (*self.col - *other.col).abs(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0015, E0635, E0658, E0741. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0015`. [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1369:33 [INFO] [stdout] | [INFO] [stdout] 1369 | let dcol = (*self.col - *other.col).abs(); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `hex-coordinates` (lib test) due to 273 previous errors; 3 warnings emitted [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1370:21 [INFO] [stdout] | [INFO] [stdout] 1370 | let drow = (*self.row - *other.row).abs(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1370:33 [INFO] [stdout] | [INFO] [stdout] 1370 | let drow = (*self.row - *other.row).abs(); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `hex-coordinates` (lib) due to 273 previous errors; 2 warnings emitted [INFO] [stdout] error[E0015]: cannot call non-const function `std::cmp::max::` in constant functions [INFO] [stdout] --> src/lib.rs:1371:17 [INFO] [stdout] | [INFO] [stdout] 1371 | (drow + std::cmp::max(0, (dcol - drow) / 2)) as usize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1389:26 [INFO] [stdout] | [INFO] [stdout] 1389 | let axial_self = AxialCoordinates::from(*self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1390:28 [INFO] [stdout] | [INFO] [stdout] 1390 | let axial_center = AxialCoordinates::from(center); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Into` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1391:9 [INFO] [stdout] | [INFO] [stdout] 1391 | axial_self.rotate(axial_center, rotation).into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1397:20 [INFO] [stdout] | [INFO] [stdout] 1397 | let cube = CubeCoordinates::from(*self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1399:9 [INFO] [stdout] | [INFO] [stdout] 1399 | Self::from(reflected) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1406:17 [INFO] [stdout] | [INFO] [stdout] 1406 | *self + Self::from(direction) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Add` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1406:9 [INFO] [stdout] | [INFO] [stdout] 1406 | *self + Self::from(direction) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1412:21 [INFO] [stdout] | [INFO] [stdout] 1412 | let dcol = (*self.col - *other.col).abs(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1412:33 [INFO] [stdout] | [INFO] [stdout] 1412 | let dcol = (*self.col - *other.col).abs(); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1413:21 [INFO] [stdout] | [INFO] [stdout] 1413 | let drow = (*self.row - *other.row).abs(); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1413:33 [INFO] [stdout] | [INFO] [stdout] 1413 | let drow = (*self.row - *other.row).abs(); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0015]: cannot call non-const function `std::cmp::max::` in constant functions [INFO] [stdout] --> src/lib.rs:1414:17 [INFO] [stdout] | [INFO] [stdout] 1414 | (dcol + std::cmp::max(0, (drow - dcol) / 2)) as usize [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1432:26 [INFO] [stdout] | [INFO] [stdout] 1432 | let axial_self = AxialCoordinates::from(*self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1433:28 [INFO] [stdout] | [INFO] [stdout] 1433 | let axial_center = AxialCoordinates::from(center); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Into` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1434:9 [INFO] [stdout] | [INFO] [stdout] 1434 | axial_self.rotate(axial_center, rotation).into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1440:20 [INFO] [stdout] | [INFO] [stdout] 1440 | let cube = CubeCoordinates::from(*self); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `From` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1442:9 [INFO] [stdout] | [INFO] [stdout] 1442 | Self::from(reflected) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_from)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_from)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1467:19 [INFO] [stdout] | [INFO] [stdout] 1467 | let col = *q; [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1468:23 [INFO] [stdout] | [INFO] [stdout] 1468 | let row = 2 * *r + *q; [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1468:28 [INFO] [stdout] | [INFO] [stdout] 1468 | let row = 2 * *r + *q; [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1477:23 [INFO] [stdout] | [INFO] [stdout] 1477 | let col = 2 * *q + *r; [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1477:28 [INFO] [stdout] | [INFO] [stdout] 1477 | let col = 2 * *q + *r; [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1478:19 [INFO] [stdout] | [INFO] [stdout] 1478 | let row = *r; [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1550:28 [INFO] [stdout] | [INFO] [stdout] 1550 | col: Immutable(*self.col + *other.col), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1550:40 [INFO] [stdout] | [INFO] [stdout] 1550 | col: Immutable(*self.col + *other.col), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1551:28 [INFO] [stdout] | [INFO] [stdout] 1551 | row: Immutable(*self.row + *other.row), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1551:40 [INFO] [stdout] | [INFO] [stdout] 1551 | row: Immutable(*self.row + *other.row), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1560:28 [INFO] [stdout] | [INFO] [stdout] 1560 | col: Immutable(*self.col - *other.col), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1560:40 [INFO] [stdout] | [INFO] [stdout] 1560 | col: Immutable(*self.col - *other.col), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1561:28 [INFO] [stdout] | [INFO] [stdout] 1561 | row: Immutable(*self.row - *other.row), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1561:40 [INFO] [stdout] | [INFO] [stdout] 1561 | row: Immutable(*self.row - *other.row), [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Add` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1567:17 [INFO] [stdout] | [INFO] [stdout] 1567 | *self = *self + other; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Sub` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1572:17 [INFO] [stdout] | [INFO] [stdout] 1572 | *self = *self - other; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1580:28 [INFO] [stdout] | [INFO] [stdout] 1580 | col: Immutable(*self.col * rhs), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Deref` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1581:28 [INFO] [stdout] | [INFO] [stdout] 1581 | row: Immutable(*self.row * rhs), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_deref)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_deref)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `Mul` is not yet stable as a const trait [INFO] [stdout] --> src/lib.rs:1587:17 [INFO] [stdout] | [INFO] [stdout] 1587 | *self = *self * rhs; [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `#![feature(const_ops)]` to the crate attributes to enable [INFO] [stdout] | [INFO] [stdout] 34 + #![feature(const_ops)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0015, E0635, E0658, E0741. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0015`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "ac576161a0f1a6e7fd8a3c25059d12cac2be932ca7fdd5207067dc639eecbc04", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ac576161a0f1a6e7fd8a3c25059d12cac2be932ca7fdd5207067dc639eecbc04", kill_on_drop: false }` [INFO] [stdout] ac576161a0f1a6e7fd8a3c25059d12cac2be932ca7fdd5207067dc639eecbc04