[INFO] fetching crate hex-coordinates 0.1.3...
[INFO] testing hex-coordinates-0.1.3 against 1.90.0 for beta-1.91-3
[INFO] extracting crate hex-coordinates 0.1.3 into /workspace/builds/worker-6-tc1/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-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate hex-coordinates 0.1.3 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c2c32d39feb7eabb82219732ea020959ac517843484f6ad7a39c7e2aebeb770b
[INFO] running `Command { std: "docker" "start" "-a" "c2c32d39feb7eabb82219732ea020959ac517843484f6ad7a39c7e2aebeb770b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c2c32d39feb7eabb82219732ea020959ac517843484f6ad7a39c7e2aebeb770b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c2c32d39feb7eabb82219732ea020959ac517843484f6ad7a39c7e2aebeb770b", kill_on_drop: false }`
[INFO] [stdout] c2c32d39feb7eabb82219732ea020959ac517843484f6ad7a39c7e2aebeb770b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 47994336631dc7313194fb57a1bda247365ab3024eb6257b228a9f5d56b4bb5c
[INFO] running `Command { std: "docker" "start" "-a" "47994336631dc7313194fb57a1bda247365ab3024eb6257b228a9f5d56b4bb5c", kill_on_drop: false }`
[INFO] [stderr]    Compiling hex-coordinates v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]  --> src/lib.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 | #![feature(adt_const_params)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]  --> src/lib.rs:2:1
[INFO] [stdout]   |
[INFO] [stdout] 2 | #![feature(const_trait_impl)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]  --> src/lib.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(const_cmp)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]  --> src/lib.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![feature(const_convert)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]  --> src/lib.rs:5:1
[INFO] [stdout]   |
[INFO] [stdout] 5 | #![feature(const_fn_floating_point_arithmetic)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the attribute
[INFO] [stdout]   |
[INFO] [stdout]   = help: the feature `const_fn_floating_point_arithmetic` has been stable since `1.82.0` and no longer requires an attribute to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]  --> src/lib.rs:6:1
[INFO] [stdout]   |
[INFO] [stdout] 6 | #![feature(const_mut_refs)]
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove the attribute
[INFO] [stdout]   |
[INFO] [stdout]   = help: the feature `const_mut_refs` has been stable since `1.83.0` and no longer requires an attribute to enable
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel
[INFO] [stdout]  --> src/lib.rs:7:1
[INFO] [stdout]   |
[INFO] [stdout] 7 | #![feature(const_try)]
[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<T> const Deref for Immutable<T> {
[INFO] [stdout]    |               ^^^^^ trait is not stable as const yet
[INFO] [stdout]    |
[INFO] [stdout]    = note: see issue #88955 <https://github.com/rust-lang/rust/issues/88955> for more information
[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 S: OffsetSystem> const From<OffsetCoordinates<S>> for Row {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #143773 <https://github.com/rust-lang/rust/issues/143773> for more information
[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 S: OffsetSystem> const From<OffsetCoordinates<S>> for Col {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #143773 <https://github.com/rust-lang/rust/issues/143773> for more information
[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<AxialCoordinates> for OffsetCoordinates<{ OffsetSystem::OddR }> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #143773 <https://github.com/rust-lang/rust/issues/143773> for more information
[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<AxialCoordinates> for OffsetCoordinates<{ OffsetSystem::EvenR }> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #143773 <https://github.com/rust-lang/rust/issues/143773> for more information
[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<AxialCoordinates> for OffsetCoordinates<{ OffsetSystem::OddQ }> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #143773 <https://github.com/rust-lang/rust/issues/143773> for more information
[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<AxialCoordinates> for OffsetCoordinates<{ OffsetSystem::EvenQ }> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #143773 <https://github.com/rust-lang/rust/issues/143773> for more information
[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<CubeCoordinates> for OffsetCoordinates<{ OffsetSystem::OddR }> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #143773 <https://github.com/rust-lang/rust/issues/143773> for more information
[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<CubeCoordinates> for OffsetCoordinates<{ OffsetSystem::EvenR }> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #143773 <https://github.com/rust-lang/rust/issues/143773> for more information
[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<CubeCoordinates> for OffsetCoordinates<{ OffsetSystem::OddQ }> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #143773 <https://github.com/rust-lang/rust/issues/143773> for more information
[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<CubeCoordinates> for OffsetCoordinates<{ OffsetSystem::EvenQ }> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #143773 <https://github.com/rust-lang/rust/issues/143773> for more information
[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 <https://github.com/rust-lang/rust/issues/143773> for more information
[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 <https://github.com/rust-lang/rust/issues/143773> for more information
[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 <https://github.com/rust-lang/rust/issues/143773> for more information
[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 <https://github.com/rust-lang/rust/issues/143773> for more information
[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 S: OffsetSystem> const Add for OffsetCoordinates<S> {
[INFO] [stdout]     |                                   ^^^ trait is not stable as const yet
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #143802 <https://github.com/rust-lang/rust/issues/143802> for more information
[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 S: OffsetSystem> const Sub for OffsetCoordinates<S> {
[INFO] [stdout]     |                                   ^^^ trait is not stable as const yet
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #143802 <https://github.com/rust-lang/rust/issues/143802> for more information
[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 S: OffsetSystem> const Mul<isize> for OffsetCoordinates<S> {
[INFO] [stdout]     |                                   ^^^^^^^^^^ trait is not stable as const yet
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #143802 <https://github.com/rust-lang/rust/issues/143802> for more information
[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 S: OffsetSystem> const Div<isize> for OffsetCoordinates<S> {
[INFO] [stdout]     |                                   ^^^^^^^^^^ trait is not stable as const yet
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #143802 <https://github.com/rust-lang/rust/issues/143802> for more information
[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 <https://github.com/rust-lang/rust/issues/143802> for more information
[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 <https://github.com/rust-lang/rust/issues/143802> for more information
[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<u8> for Rotation {
[INFO] [stdout]     |            ^^^^^^^^ trait is not stable as const yet
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #143773 <https://github.com/rust-lang/rust/issues/143773> for more information
[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<i16> for Rotation {
[INFO] [stdout]     |            ^^^^^^^^^^^^ trait is not stable as const yet
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #143773 <https://github.com/rust-lang/rust/issues/143773> for more information
[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<f32> for Rotation {
[INFO] [stdout]     |            ^^^^^^^^^^^^ trait is not stable as const yet
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #143773 <https://github.com/rust-lang/rust/issues/143773> for more information
[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<OffsetCoordinates<{ OffsetSystem::OddR }>> for CubeCoordinates {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #143773 <https://github.com/rust-lang/rust/issues/143773> for more information
[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<OffsetCoordinates<{ OffsetSystem::EvenR }>> for CubeCoordinates {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #143773 <https://github.com/rust-lang/rust/issues/143773> for more information
[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<OffsetCoordinates<{ OffsetSystem::OddQ }>> for CubeCoordinates {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #143773 <https://github.com/rust-lang/rust/issues/143773> for more information
[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<OffsetCoordinates<{ OffsetSystem::EvenQ }>> for CubeCoordinates {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #143773 <https://github.com/rust-lang/rust/issues/143773> for more information
[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<AxialCoordinates> for CubeCoordinates {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #143773 <https://github.com/rust-lang/rust/issues/143773> for more information
[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<DoubledCoordinates<{ DoubledSystem::Height }>> for CubeCoordinates {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #143773 <https://github.com/rust-lang/rust/issues/143773> for more information
[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<DoubledCoordinates<{ DoubledSystem::Width }>> for CubeCoordinates {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #143773 <https://github.com/rust-lang/rust/issues/143773> for more information
[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<Direction> for CubeCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^ trait is not stable as const yet
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #143773 <https://github.com/rust-lang/rust/issues/143773> for more information
[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 <https://github.com/rust-lang/rust/issues/143802> for more information
[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 <https://github.com/rust-lang/rust/issues/143802> for more information
[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<isize> for CubeCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^^ trait is not stable as const yet
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #143802 <https://github.com/rust-lang/rust/issues/143802> for more information
[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<CubeCoordinates> for AxialCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #143773 <https://github.com/rust-lang/rust/issues/143773> for more information
[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<OffsetCoordinates<{ OffsetSystem::OddR }>> for AxialCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #143773 <https://github.com/rust-lang/rust/issues/143773> for more information
[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<OffsetCoordinates<{ OffsetSystem::EvenR }>> for AxialCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #143773 <https://github.com/rust-lang/rust/issues/143773> for more information
[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<OffsetCoordinates<{ OffsetSystem::OddQ }>> for AxialCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #143773 <https://github.com/rust-lang/rust/issues/143773> for more information
[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<OffsetCoordinates<{ OffsetSystem::EvenQ }>> for AxialCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #143773 <https://github.com/rust-lang/rust/issues/143773> for more information
[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<DoubledCoordinates<{ DoubledSystem::Height }>> for AxialCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #143773 <https://github.com/rust-lang/rust/issues/143773> for more information
[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<DoubledCoordinates<{ DoubledSystem::Width }>> for AxialCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #143773 <https://github.com/rust-lang/rust/issues/143773> for more information
[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<Direction> for AxialCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^ trait is not stable as const yet
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #143773 <https://github.com/rust-lang/rust/issues/143773> for more information
[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 <https://github.com/rust-lang/rust/issues/143802> for more information
[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 <https://github.com/rust-lang/rust/issues/143802> for more information
[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<isize> for AxialCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^^ trait is not stable as const yet
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #143802 <https://github.com/rust-lang/rust/issues/143802> for more information
[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<isize> for AxialCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^^ trait is not stable as const yet
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #143802 <https://github.com/rust-lang/rust/issues/143802> for more information
[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<AxialCoordinates> for DoubledCoordinates<{ DoubledSystem::Height }> {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #143773 <https://github.com/rust-lang/rust/issues/143773> for more information
[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<AxialCoordinates> for DoubledCoordinates<{ DoubledSystem::Width }> {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #143773 <https://github.com/rust-lang/rust/issues/143773> for more information
[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<CubeCoordinates> for DoubledCoordinates<{ DoubledSystem::Height }> {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #143773 <https://github.com/rust-lang/rust/issues/143773> for more information
[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<CubeCoordinates> for DoubledCoordinates<{ DoubledSystem::Width }> {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^ trait is not stable as const yet
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #143773 <https://github.com/rust-lang/rust/issues/143773> for more information
[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<Direction> for DoubledCoordinates<{ DoubledSystem::Height }> {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^ trait is not stable as const yet
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #143773 <https://github.com/rust-lang/rust/issues/143773> for more information
[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<Direction> for DoubledCoordinates<{ DoubledSystem::Width }> {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^ trait is not stable as const yet
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #143773 <https://github.com/rust-lang/rust/issues/143773> for more information
[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 S: DoubledSystem> const Add for DoubledCoordinates<S> {
[INFO] [stdout]      |                                    ^^^ trait is not stable as const yet
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #143802 <https://github.com/rust-lang/rust/issues/143802> for more information
[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 S: DoubledSystem> const Sub for DoubledCoordinates<S> {
[INFO] [stdout]      |                                    ^^^ trait is not stable as const yet
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #143802 <https://github.com/rust-lang/rust/issues/143802> for more information
[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 S: DoubledSystem> const Mul<isize> for DoubledCoordinates<S> {
[INFO] [stdout]      |                                    ^^^^^^^^^^ trait is not stable as const yet
[INFO] [stdout]      |
[INFO] [stdout]      = note: see issue #143802 <https://github.com/rust-lang/rust/issues/143802> for more information
[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 S: OffsetSystem> const From<OffsetCoordinates<S>> 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 S: OffsetSystem> const From<OffsetCoordinates<S>> 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<const S: OffsetSystem> {
[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<const S: OffsetSystem> OffsetCoordinates<S> {
[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 S: OffsetSystem> const Add for OffsetCoordinates<S> {
[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 S: OffsetSystem> const Sub for OffsetCoordinates<S> {
[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: const `impl` for trait `AddAssign` which is not `const`
[INFO] [stdout]    --> src/lib.rs:538:35
[INFO] [stdout]     |
[INFO] [stdout] 538 | impl<const S: OffsetSystem> const AddAssign for OffsetCoordinates<S> {
[INFO] [stdout]     |                                   ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `AddAssign` which is not `const`
[INFO] [stdout]    --> src/lib.rs:623:12
[INFO] [stdout]     |
[INFO] [stdout] 623 | impl const AddAssign for Rotation {
[INFO] [stdout]     |            ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `AddAssign` which is not `const`
[INFO] [stdout]     --> src/lib.rs:1059:12
[INFO] [stdout]      |
[INFO] [stdout] 1059 | impl const AddAssign for CubeCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]      = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `AddAssign` which is not `const`
[INFO] [stdout]     --> src/lib.rs:1260:12
[INFO] [stdout]      |
[INFO] [stdout] 1260 | impl const AddAssign for AxialCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]      = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `AddAssign` which is not `const`
[INFO] [stdout]     --> src/lib.rs:1565:36
[INFO] [stdout]      |
[INFO] [stdout] 1565 | impl<const S: DoubledSystem> const AddAssign for DoubledCoordinates<S> {
[INFO] [stdout]      |                                    ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]      = note: adding a non-const method body in the future would be a breaking change
[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 S: OffsetSystem> const AddAssign for OffsetCoordinates<S> {
[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: const `impl` for trait `SubAssign` which is not `const`
[INFO] [stdout]    --> src/lib.rs:543:35
[INFO] [stdout]     |
[INFO] [stdout] 543 | impl<const S: OffsetSystem> const SubAssign for OffsetCoordinates<S> {
[INFO] [stdout]     |                                   ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `SubAssign` which is not `const`
[INFO] [stdout]    --> src/lib.rs:628:12
[INFO] [stdout]     |
[INFO] [stdout] 628 | impl const SubAssign for Rotation {
[INFO] [stdout]     |            ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `SubAssign` which is not `const`
[INFO] [stdout]     --> src/lib.rs:1064:12
[INFO] [stdout]      |
[INFO] [stdout] 1064 | impl const SubAssign for CubeCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]      = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `SubAssign` which is not `const`
[INFO] [stdout]     --> src/lib.rs:1265:12
[INFO] [stdout]      |
[INFO] [stdout] 1265 | impl const SubAssign for AxialCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]      = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `SubAssign` which is not `const`
[INFO] [stdout]     --> src/lib.rs:1570:36
[INFO] [stdout]      |
[INFO] [stdout] 1570 | impl<const S: DoubledSystem> const SubAssign for DoubledCoordinates<S> {
[INFO] [stdout]      |                                    ^^^^^^^^^ this trait is not `const`
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]      = note: adding a non-const method body in the future would be a breaking change
[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 S: OffsetSystem> const SubAssign for OffsetCoordinates<S> {
[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 S: OffsetSystem> const Mul<isize> for OffsetCoordinates<S> {
[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 S: OffsetSystem> const Div<isize> for OffsetCoordinates<S> {
[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: const `impl` for trait `MulAssign` which is not `const`
[INFO] [stdout]    --> src/lib.rs:568:35
[INFO] [stdout]     |
[INFO] [stdout] 568 | impl<const S: OffsetSystem> const MulAssign<isize> for OffsetCoordinates<S> {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `MulAssign` which is not `const`
[INFO] [stdout]     --> src/lib.rs:1080:12
[INFO] [stdout]      |
[INFO] [stdout] 1080 | impl const MulAssign<isize> for CubeCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]      = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `MulAssign` which is not `const`
[INFO] [stdout]     --> src/lib.rs:1290:12
[INFO] [stdout]      |
[INFO] [stdout] 1290 | impl const MulAssign<isize> for AxialCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]      = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `MulAssign` which is not `const`
[INFO] [stdout]     --> src/lib.rs:1585:36
[INFO] [stdout]      |
[INFO] [stdout] 1585 | impl<const S: DoubledSystem> const MulAssign<isize> for DoubledCoordinates<S> {
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]      = note: adding a non-const method body in the future would be a breaking change
[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 S: OffsetSystem> const MulAssign<isize> for OffsetCoordinates<S> {
[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: const `impl` for trait `DivAssign` which is not `const`
[INFO] [stdout]    --> src/lib.rs:573:35
[INFO] [stdout]     |
[INFO] [stdout] 573 | impl<const S: OffsetSystem> const DivAssign<isize> for OffsetCoordinates<S> {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `DivAssign` which is not `const`
[INFO] [stdout]     --> src/lib.rs:1295:12
[INFO] [stdout]      |
[INFO] [stdout] 1295 | impl const DivAssign<isize> for AxialCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `const` ensures all default method bodies are `const`
[INFO] [stdout]      = note: adding a non-const method body in the future would be a breaking change
[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 S: OffsetSystem> const DivAssign<isize> for OffsetCoordinates<S> {
[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<const S: DoubledSystem> {
[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<const S: DoubledSystem> DoubledCoordinates<S> {
[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 S: DoubledSystem> const Add for DoubledCoordinates<S> {
[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 S: DoubledSystem> const Sub for DoubledCoordinates<S> {
[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 S: DoubledSystem> const AddAssign for DoubledCoordinates<S> {
[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 S: DoubledSystem> const SubAssign for DoubledCoordinates<S> {
[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 S: DoubledSystem> const Mul<isize> for DoubledCoordinates<S> {
[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 S: DoubledSystem> const MulAssign<isize> for DoubledCoordinates<S> {
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[INFO] [stdout] error[E0015]: cannot call non-const function `std::cmp::max::<isize>` 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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[INFO] [stdout] error[E0015]: cannot call non-const function `std::cmp::max::<isize>` 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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[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] 
[INFO] [stdout] Some errors have detailed explanations: E0015, E0554, E0635, E0658, E0741.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0015`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `hex-coordinates` (lib) due to 280 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "47994336631dc7313194fb57a1bda247365ab3024eb6257b228a9f5d56b4bb5c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "47994336631dc7313194fb57a1bda247365ab3024eb6257b228a9f5d56b4bb5c", kill_on_drop: false }`
[INFO] [stdout] 47994336631dc7313194fb57a1bda247365ab3024eb6257b228a9f5d56b4bb5c
