[INFO] fetching crate hex-coordinates 0.1.3...
[INFO] checking hex-coordinates-0.1.3 against master#39cb3386ddc6c71657418be28dbb3987eea4aa4b for pr-133536
[INFO] extracting crate hex-coordinates 0.1.3 into /workspace/builds/worker-4-tc1/source
[INFO] validating manifest of crates.io crate hex-coordinates 0.1.3 on toolchain 39cb3386ddc6c71657418be28dbb3987eea4aa4b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[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-4-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "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" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e08621574e587431cfaf992d653774246baa427cb2ba685e79b4c42cab8d26ac
[INFO] running `Command { std: "docker" "start" "-a" "e08621574e587431cfaf992d653774246baa427cb2ba685e79b4c42cab8d26ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e08621574e587431cfaf992d653774246baa427cb2ba685e79b4c42cab8d26ac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e08621574e587431cfaf992d653774246baa427cb2ba685e79b4c42cab8d26ac", kill_on_drop: false }`
[INFO] [stdout] e08621574e587431cfaf992d653774246baa427cb2ba685e79b4c42cab8d26ac
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+39cb3386ddc6c71657418be28dbb3987eea4aa4b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 209aba16f6b701989c1d09a162993039feb0ab73d5c065b0fad8bfef237c9c6d
[INFO] running `Command { std: "docker" "start" "-a" "209aba16f6b701989c1d09a162993039feb0ab73d5c065b0fad8bfef237c9c6d", kill_on_drop: false }`
[INFO] [stderr]     Checking hex-coordinates v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]     --> src/lib.rs:1595:9
[INFO] [stdout]      |
[INFO] [stdout] 1595 |     use super::*;
[INFO] [stdout]      |         ^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] 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_cmp`
[INFO] [stdout]  --> src/lib.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(const_cmp)]
[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] 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_cmp`
[INFO] [stdout]  --> src/lib.rs:3:12
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![feature(const_cmp)]
[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: const `impl` for trait `From` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:159:35
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl<const S: OffsetSystem> const From<OffsetCoordinates<S>> for Row {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:176:35
[INFO] [stdout]     |
[INFO] [stdout] 176 | impl<const S: OffsetSystem> const From<OffsetCoordinates<S>> for Col {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:374:12
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl const From<AxialCoordinates> for OffsetCoordinates<{ OffsetSystem::OddR }> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:381:12
[INFO] [stdout]     |
[INFO] [stdout] 381 | impl const From<AxialCoordinates> for OffsetCoordinates<{ OffsetSystem::EvenR }> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:388:12
[INFO] [stdout]     |
[INFO] [stdout] 388 | impl const From<AxialCoordinates> for OffsetCoordinates<{ OffsetSystem::OddQ }> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:395:12
[INFO] [stdout]     |
[INFO] [stdout] 395 | impl const From<AxialCoordinates> for OffsetCoordinates<{ OffsetSystem::EvenQ }> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:402:12
[INFO] [stdout]     |
[INFO] [stdout] 402 | impl const From<CubeCoordinates> for OffsetCoordinates<{ OffsetSystem::OddR }> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:409:12
[INFO] [stdout]     |
[INFO] [stdout] 409 | impl const From<CubeCoordinates> for OffsetCoordinates<{ OffsetSystem::EvenR }> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:416:12
[INFO] [stdout]     |
[INFO] [stdout] 416 | impl const From<CubeCoordinates> for OffsetCoordinates<{ OffsetSystem::OddQ }> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:423:12
[INFO] [stdout]     |
[INFO] [stdout] 423 | impl const From<CubeCoordinates> for OffsetCoordinates<{ OffsetSystem::EvenQ }> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:430:12
[INFO] [stdout]     |
[INFO] [stdout] 430 | impl const From<(Row, Direction)> for OffsetCoordinates<{ OffsetSystem::OddR }> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:452:12
[INFO] [stdout]     |
[INFO] [stdout] 452 | impl const From<(Row, Direction)> for OffsetCoordinates<{ OffsetSystem::EvenR }> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:474:12
[INFO] [stdout]     |
[INFO] [stdout] 474 | impl const From<(Col, Direction)> for OffsetCoordinates<{ OffsetSystem::OddQ }> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:496:12
[INFO] [stdout]     |
[INFO] [stdout] 496 | impl const From<(Col, Direction)> for OffsetCoordinates<{ OffsetSystem::EvenQ }> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:633:12
[INFO] [stdout]     |
[INFO] [stdout] 633 | impl const From<u8> for Rotation {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:924:12
[INFO] [stdout]     |
[INFO] [stdout] 924 | impl const From<OffsetCoordinates<{ OffsetSystem::OddR }>> for CubeCoordinates {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:935:12
[INFO] [stdout]     |
[INFO] [stdout] 935 | impl const From<OffsetCoordinates<{ OffsetSystem::EvenR }>> for CubeCoordinates {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:946:12
[INFO] [stdout]     |
[INFO] [stdout] 946 | impl const From<OffsetCoordinates<{ OffsetSystem::OddQ }>> for CubeCoordinates {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:957:12
[INFO] [stdout]     |
[INFO] [stdout] 957 | impl const From<OffsetCoordinates<{ OffsetSystem::EvenQ }>> for CubeCoordinates {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:968:12
[INFO] [stdout]     |
[INFO] [stdout] 968 | impl const From<AxialCoordinates> for CubeCoordinates {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:977:12
[INFO] [stdout]     |
[INFO] [stdout] 977 | impl const From<DoubledCoordinates<{ DoubledSystem::Height }>> for CubeCoordinates {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:990:12
[INFO] [stdout]     |
[INFO] [stdout] 990 | impl const From<DoubledCoordinates<{ DoubledSystem::Width }>> for CubeCoordinates {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:159:35
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl<const S: OffsetSystem> const From<OffsetCoordinates<S>> for Row {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:176:35
[INFO] [stdout]     |
[INFO] [stdout] 176 | impl<const S: OffsetSystem> const From<OffsetCoordinates<S>> for Col {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:374:12
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl const From<AxialCoordinates> for OffsetCoordinates<{ OffsetSystem::OddR }> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:381:12
[INFO] [stdout]     |
[INFO] [stdout] 381 | impl const From<AxialCoordinates> for OffsetCoordinates<{ OffsetSystem::EvenR }> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:388:12
[INFO] [stdout]     |
[INFO] [stdout] 388 | impl const From<AxialCoordinates> for OffsetCoordinates<{ OffsetSystem::OddQ }> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:395:12
[INFO] [stdout]     |
[INFO] [stdout] 395 | impl const From<AxialCoordinates> for OffsetCoordinates<{ OffsetSystem::EvenQ }> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:402:12
[INFO] [stdout]     |
[INFO] [stdout] 402 | impl const From<CubeCoordinates> for OffsetCoordinates<{ OffsetSystem::OddR }> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:409:12
[INFO] [stdout]     |
[INFO] [stdout] 409 | impl const From<CubeCoordinates> for OffsetCoordinates<{ OffsetSystem::EvenR }> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:416:12
[INFO] [stdout]     |
[INFO] [stdout] 416 | impl const From<CubeCoordinates> for OffsetCoordinates<{ OffsetSystem::OddQ }> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:423:12
[INFO] [stdout]     |
[INFO] [stdout] 423 | impl const From<CubeCoordinates> for OffsetCoordinates<{ OffsetSystem::EvenQ }> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:430:12
[INFO] [stdout]     |
[INFO] [stdout] 430 | impl const From<(Row, Direction)> for OffsetCoordinates<{ OffsetSystem::OddR }> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:452:12
[INFO] [stdout]     |
[INFO] [stdout] 452 | impl const From<(Row, Direction)> for OffsetCoordinates<{ OffsetSystem::EvenR }> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:474:12
[INFO] [stdout]     |
[INFO] [stdout] 474 | impl const From<(Col, Direction)> for OffsetCoordinates<{ OffsetSystem::OddQ }> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:496:12
[INFO] [stdout]     |
[INFO] [stdout] 496 | impl const From<(Col, Direction)> for OffsetCoordinates<{ OffsetSystem::EvenQ }> {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:633:12
[INFO] [stdout]     |
[INFO] [stdout] 633 | impl const From<u8> for Rotation {
[INFO] [stdout]     |            ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:924:12
[INFO] [stdout]     |
[INFO] [stdout] 924 | impl const From<OffsetCoordinates<{ OffsetSystem::OddR }>> for CubeCoordinates {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:935:12
[INFO] [stdout]     |
[INFO] [stdout] 935 | impl const From<OffsetCoordinates<{ OffsetSystem::EvenR }>> for CubeCoordinates {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1001:12
[INFO] [stdout]      |
[INFO] [stdout] 1001 | impl const From<Direction> for CubeCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1179:12
[INFO] [stdout]      |
[INFO] [stdout] 1179 | impl const From<CubeCoordinates> for AxialCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1184:12
[INFO] [stdout]      |
[INFO] [stdout] 1184 | impl const From<OffsetCoordinates<{ OffsetSystem::OddR }>> for AxialCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1191:12
[INFO] [stdout]      |
[INFO] [stdout] 1191 | impl const From<OffsetCoordinates<{ OffsetSystem::EvenR }>> for AxialCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1198:12
[INFO] [stdout]      |
[INFO] [stdout] 1198 | impl const From<OffsetCoordinates<{ OffsetSystem::OddQ }>> for AxialCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1205:12
[INFO] [stdout]      |
[INFO] [stdout] 1205 | impl const From<OffsetCoordinates<{ OffsetSystem::EvenQ }>> for AxialCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1212:12
[INFO] [stdout]      |
[INFO] [stdout] 1212 | impl const From<DoubledCoordinates<{ DoubledSystem::Height }>> for AxialCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1221:12
[INFO] [stdout]      |
[INFO] [stdout] 1221 | impl const From<DoubledCoordinates<{ DoubledSystem::Width }>> for AxialCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1228:12
[INFO] [stdout]      |
[INFO] [stdout] 1228 | impl const From<Direction> for AxialCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1445:12
[INFO] [stdout]      |
[INFO] [stdout] 1445 | impl const From<AxialCoordinates> for DoubledCoordinates<{ DoubledSystem::Height }> {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1455:12
[INFO] [stdout]      |
[INFO] [stdout] 1455 | impl const From<AxialCoordinates> for DoubledCoordinates<{ DoubledSystem::Width }> {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1465:12
[INFO] [stdout]      |
[INFO] [stdout] 1465 | impl const From<CubeCoordinates> for DoubledCoordinates<{ DoubledSystem::Height }> {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1475:12
[INFO] [stdout]      |
[INFO] [stdout] 1475 | impl const From<CubeCoordinates> for DoubledCoordinates<{ DoubledSystem::Width }> {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1485:12
[INFO] [stdout]      |
[INFO] [stdout] 1485 | impl const From<Direction> for DoubledCoordinates<{ DoubledSystem::Height }> {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1515:12
[INFO] [stdout]      |
[INFO] [stdout] 1515 | impl const From<Direction> for DoubledCoordinates<{ DoubledSystem::Width }> {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:946:12
[INFO] [stdout]     |
[INFO] [stdout] 946 | impl const From<OffsetCoordinates<{ OffsetSystem::OddQ }>> for CubeCoordinates {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:957:12
[INFO] [stdout]     |
[INFO] [stdout] 957 | impl const From<OffsetCoordinates<{ OffsetSystem::EvenQ }>> for CubeCoordinates {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:968:12
[INFO] [stdout]     |
[INFO] [stdout] 968 | impl const From<AxialCoordinates> for CubeCoordinates {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:977:12
[INFO] [stdout]     |
[INFO] [stdout] 977 | impl const From<DoubledCoordinates<{ DoubledSystem::Height }>> for CubeCoordinates {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:990:12
[INFO] [stdout]     |
[INFO] [stdout] 990 | impl const From<DoubledCoordinates<{ DoubledSystem::Width }>> for CubeCoordinates {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1001:12
[INFO] [stdout]      |
[INFO] [stdout] 1001 | impl const From<Direction> for CubeCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1179:12
[INFO] [stdout]      |
[INFO] [stdout] 1179 | impl const From<CubeCoordinates> for AxialCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1184:12
[INFO] [stdout]      |
[INFO] [stdout] 1184 | impl const From<OffsetCoordinates<{ OffsetSystem::OddR }>> for AxialCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1191:12
[INFO] [stdout]      |
[INFO] [stdout] 1191 | impl const From<OffsetCoordinates<{ OffsetSystem::EvenR }>> for AxialCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1198:12
[INFO] [stdout]      |
[INFO] [stdout] 1198 | impl const From<OffsetCoordinates<{ OffsetSystem::OddQ }>> for AxialCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1205:12
[INFO] [stdout]      |
[INFO] [stdout] 1205 | impl const From<OffsetCoordinates<{ OffsetSystem::EvenQ }>> for AxialCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1212:12
[INFO] [stdout]      |
[INFO] [stdout] 1212 | impl const From<DoubledCoordinates<{ DoubledSystem::Height }>> for AxialCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1221:12
[INFO] [stdout]      |
[INFO] [stdout] 1221 | impl const From<DoubledCoordinates<{ DoubledSystem::Width }>> for AxialCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1228:12
[INFO] [stdout]      |
[INFO] [stdout] 1228 | impl const From<Direction> for AxialCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1445:12
[INFO] [stdout]      |
[INFO] [stdout] 1445 | impl const From<AxialCoordinates> for DoubledCoordinates<{ DoubledSystem::Height }> {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1455:12
[INFO] [stdout]      |
[INFO] [stdout] 1455 | impl const From<AxialCoordinates> for DoubledCoordinates<{ DoubledSystem::Width }> {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1465:12
[INFO] [stdout]      |
[INFO] [stdout] 1465 | impl const From<CubeCoordinates> for DoubledCoordinates<{ DoubledSystem::Height }> {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1475:12
[INFO] [stdout]      |
[INFO] [stdout] 1475 | impl const From<CubeCoordinates> for DoubledCoordinates<{ DoubledSystem::Width }> {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1485:12
[INFO] [stdout]      |
[INFO] [stdout] 1485 | impl const From<Direction> for DoubledCoordinates<{ DoubledSystem::Height }> {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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 `From` which is not marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1515:12
[INFO] [stdout]      |
[INFO] [stdout] 1515 | impl const From<Direction> for DoubledCoordinates<{ DoubledSystem::Width }> {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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: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  + #[derive(ConstParamTy)]
[INFO] [stdout] 92  | pub enum OffsetSystem {
[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  + #[derive(ConstParamTy)]
[INFO] [stdout] 92  | pub enum OffsetSystem {
[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  + #[derive(ConstParamTy)]
[INFO] [stdout] 92  | pub enum OffsetSystem {
[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  + #[derive(ConstParamTy)]
[INFO] [stdout] 92  | pub enum OffsetSystem {
[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  + #[derive(ConstParamTy)]
[INFO] [stdout] 92  | pub enum OffsetSystem {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Sub` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:528:35
[INFO] [stdout]     |
[INFO] [stdout] 528 | impl<const S: OffsetSystem> const Sub for OffsetCoordinates<S> {
[INFO] [stdout]     |                                   ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `Sub` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:615:12
[INFO] [stdout]     |
[INFO] [stdout] 615 | impl const Sub for Rotation {
[INFO] [stdout]     |            ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `Sub` which is not marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1048:12
[INFO] [stdout]      |
[INFO] [stdout] 1048 | impl const Sub for CubeCoordinates {
[INFO] [stdout]      |            ^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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 `Sub` which is not marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1250:12
[INFO] [stdout]      |
[INFO] [stdout] 1250 | impl const Sub for AxialCoordinates {
[INFO] [stdout]      |            ^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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 `Sub` which is not marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1555:36
[INFO] [stdout]      |
[INFO] [stdout] 1555 | impl<const S: DoubledSystem> const Sub for DoubledCoordinates<S> {
[INFO] [stdout]      |                                    ^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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: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  + #[derive(ConstParamTy)]
[INFO] [stdout] 92  | pub enum OffsetSystem {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `AddAssign` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:538:35
[INFO] [stdout]     |
[INFO] [stdout] 538 | impl<const S: OffsetSystem> const AddAssign for OffsetCoordinates<S> {
[INFO] [stdout]     |                                   ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:623:12
[INFO] [stdout]     |
[INFO] [stdout] 623 | impl const AddAssign for Rotation {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1059:12
[INFO] [stdout]      |
[INFO] [stdout] 1059 | impl const AddAssign for CubeCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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 marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1260:12
[INFO] [stdout]      |
[INFO] [stdout] 1260 | impl const AddAssign for AxialCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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 marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1565:36
[INFO] [stdout]      |
[INFO] [stdout] 1565 | impl<const S: DoubledSystem> const AddAssign for DoubledCoordinates<S> {
[INFO] [stdout]      |                                    ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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  + #[derive(ConstParamTy)]
[INFO] [stdout] 92  | pub enum OffsetSystem {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `SubAssign` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:543:35
[INFO] [stdout]     |
[INFO] [stdout] 543 | impl<const S: OffsetSystem> const SubAssign for OffsetCoordinates<S> {
[INFO] [stdout]     |                                   ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:628:12
[INFO] [stdout]     |
[INFO] [stdout] 628 | impl const SubAssign for Rotation {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1064:12
[INFO] [stdout]      |
[INFO] [stdout] 1064 | impl const SubAssign for CubeCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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 marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1265:12
[INFO] [stdout]      |
[INFO] [stdout] 1265 | impl const SubAssign for AxialCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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 marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1570:36
[INFO] [stdout]      |
[INFO] [stdout] 1570 | impl<const S: DoubledSystem> const SubAssign for DoubledCoordinates<S> {
[INFO] [stdout]      |                                    ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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  + #[derive(ConstParamTy)]
[INFO] [stdout] 92  | pub enum OffsetSystem {
[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  + #[derive(ConstParamTy)]
[INFO] [stdout] 92  | pub enum OffsetSystem {
[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  + #[derive(ConstParamTy)]
[INFO] [stdout] 92  | pub enum OffsetSystem {
[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  + #[derive(ConstParamTy)]
[INFO] [stdout] 92  | pub enum OffsetSystem {
[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  + #[derive(ConstParamTy)]
[INFO] [stdout] 92  | pub enum OffsetSystem {
[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  + #[derive(ConstParamTy)]
[INFO] [stdout] 92  | pub enum OffsetSystem {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Sub` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:528:35
[INFO] [stdout]     |
[INFO] [stdout] 528 | impl<const S: OffsetSystem> const Sub for OffsetCoordinates<S> {
[INFO] [stdout]     |                                   ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `Sub` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:615:12
[INFO] [stdout]     |
[INFO] [stdout] 615 | impl const Sub for Rotation {
[INFO] [stdout]     |            ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `Sub` which is not marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1048:12
[INFO] [stdout]      |
[INFO] [stdout] 1048 | impl const Sub for CubeCoordinates {
[INFO] [stdout]      |            ^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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 `Sub` which is not marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1250:12
[INFO] [stdout]      |
[INFO] [stdout] 1250 | impl const Sub for AxialCoordinates {
[INFO] [stdout]      |            ^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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 `Sub` which is not marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1555:36
[INFO] [stdout]      |
[INFO] [stdout] 1555 | impl<const S: DoubledSystem> const Sub for DoubledCoordinates<S> {
[INFO] [stdout]      |                                    ^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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: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  + #[derive(ConstParamTy)]
[INFO] [stdout] 92  | pub enum OffsetSystem {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `AddAssign` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:538:35
[INFO] [stdout]     |
[INFO] [stdout] 538 | impl<const S: OffsetSystem> const AddAssign for OffsetCoordinates<S> {
[INFO] [stdout]     |                                   ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:623:12
[INFO] [stdout]     |
[INFO] [stdout] 623 | impl const AddAssign for Rotation {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1059:12
[INFO] [stdout]      |
[INFO] [stdout] 1059 | impl const AddAssign for CubeCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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 marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1260:12
[INFO] [stdout]      |
[INFO] [stdout] 1260 | impl const AddAssign for AxialCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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 marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1565:36
[INFO] [stdout]      |
[INFO] [stdout] 1565 | impl<const S: DoubledSystem> const AddAssign for DoubledCoordinates<S> {
[INFO] [stdout]      |                                    ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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  + #[derive(ConstParamTy)]
[INFO] [stdout] 92  | pub enum OffsetSystem {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `SubAssign` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:543:35
[INFO] [stdout]     |
[INFO] [stdout] 543 | impl<const S: OffsetSystem> const SubAssign for OffsetCoordinates<S> {
[INFO] [stdout]     |                                   ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:628:12
[INFO] [stdout]     |
[INFO] [stdout] 628 | impl const SubAssign for Rotation {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1064:12
[INFO] [stdout]      |
[INFO] [stdout] 1064 | impl const SubAssign for CubeCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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 marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1265:12
[INFO] [stdout]      |
[INFO] [stdout] 1265 | impl const SubAssign for AxialCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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 marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1570:36
[INFO] [stdout]      |
[INFO] [stdout] 1570 | impl<const S: DoubledSystem> const SubAssign for DoubledCoordinates<S> {
[INFO] [stdout]      |                                    ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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  + #[derive(ConstParamTy)]
[INFO] [stdout] 92  | pub enum OffsetSystem {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Mul` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:548:35
[INFO] [stdout]     |
[INFO] [stdout] 548 | impl<const S: OffsetSystem> const Mul<isize> for OffsetCoordinates<S> {
[INFO] [stdout]     |                                   ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `Mul` which is not marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1069:12
[INFO] [stdout]      |
[INFO] [stdout] 1069 | impl const Mul<isize> for CubeCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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 `Mul` which is not marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1270:12
[INFO] [stdout]      |
[INFO] [stdout] 1270 | impl const Mul<isize> for AxialCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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 `Mul` which is not marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1575:36
[INFO] [stdout]      |
[INFO] [stdout] 1575 | impl<const S: DoubledSystem> const Mul<isize> for DoubledCoordinates<S> {
[INFO] [stdout]      |                                    ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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: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  + #[derive(ConstParamTy)]
[INFO] [stdout] 92  | pub enum OffsetSystem {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Div` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:558:35
[INFO] [stdout]     |
[INFO] [stdout] 558 | impl<const S: OffsetSystem> const Div<isize> for OffsetCoordinates<S> {
[INFO] [stdout]     |                                   ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `Div` which is not marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1280:12
[INFO] [stdout]      |
[INFO] [stdout] 1280 | impl const Div<isize> for AxialCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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: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  + #[derive(ConstParamTy)]
[INFO] [stdout] 92  | pub enum OffsetSystem {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `MulAssign` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:568:35
[INFO] [stdout]     |
[INFO] [stdout] 568 | impl<const S: OffsetSystem> const MulAssign<isize> for OffsetCoordinates<S> {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1080:12
[INFO] [stdout]      |
[INFO] [stdout] 1080 | impl const MulAssign<isize> for CubeCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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 marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1290:12
[INFO] [stdout]      |
[INFO] [stdout] 1290 | impl const MulAssign<isize> for AxialCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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 marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1585:36
[INFO] [stdout]      |
[INFO] [stdout] 1585 | impl<const S: DoubledSystem> const MulAssign<isize> for DoubledCoordinates<S> {
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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  + #[derive(ConstParamTy)]
[INFO] [stdout] 92  | pub enum OffsetSystem {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `DivAssign` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:573:35
[INFO] [stdout]     |
[INFO] [stdout] 573 | impl<const S: OffsetSystem> const DivAssign<isize> for OffsetCoordinates<S> {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1295:12
[INFO] [stdout]      |
[INFO] [stdout] 1295 | impl const DivAssign<isize> for AxialCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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 `Mul` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:548:35
[INFO] [stdout]     |
[INFO] [stdout] 548 | impl<const S: OffsetSystem> const Mul<isize> for OffsetCoordinates<S> {
[INFO] [stdout]     |                                   ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `Mul` which is not marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1069:12
[INFO] [stdout]      |
[INFO] [stdout] 1069 | impl const Mul<isize> for CubeCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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 `Mul` which is not marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1270:12
[INFO] [stdout]      |
[INFO] [stdout] 1270 | impl const Mul<isize> for AxialCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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 `Mul` which is not marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1575:36
[INFO] [stdout]      |
[INFO] [stdout] 1575 | impl<const S: DoubledSystem> const Mul<isize> for DoubledCoordinates<S> {
[INFO] [stdout]      |                                    ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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: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  + #[derive(ConstParamTy)]
[INFO] [stdout] 92  | pub enum OffsetSystem {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `Div` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:558:35
[INFO] [stdout]     |
[INFO] [stdout] 558 | impl<const S: OffsetSystem> const Div<isize> for OffsetCoordinates<S> {
[INFO] [stdout]     |                                   ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `Div` which is not marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1280:12
[INFO] [stdout]      |
[INFO] [stdout] 1280 | impl const Div<isize> for AxialCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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: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  + #[derive(ConstParamTy)]
[INFO] [stdout] 92  | pub enum OffsetSystem {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `OffsetSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:573:15
[INFO] [stdout]     |
[INFO] [stdout] 573 | impl<const 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  + #[derive(ConstParamTy)]
[INFO] [stdout] 92  | pub enum OffsetSystem {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `MulAssign` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:568:35
[INFO] [stdout]     |
[INFO] [stdout] 568 | impl<const S: OffsetSystem> const MulAssign<isize> for OffsetCoordinates<S> {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1080:12
[INFO] [stdout]      |
[INFO] [stdout] 1080 | impl const MulAssign<isize> for CubeCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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 marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1290:12
[INFO] [stdout]      |
[INFO] [stdout] 1290 | impl const MulAssign<isize> for AxialCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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 marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1585:36
[INFO] [stdout]      |
[INFO] [stdout] 1585 | impl<const S: DoubledSystem> const MulAssign<isize> for DoubledCoordinates<S> {
[INFO] [stdout]      |                                    ^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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  + #[derive(ConstParamTy)]
[INFO] [stdout] 92  | pub enum OffsetSystem {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `DivAssign` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:573:35
[INFO] [stdout]     |
[INFO] [stdout] 573 | impl<const S: OffsetSystem> const DivAssign<isize> for OffsetCoordinates<S> {
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 marked with `#[const_trait]`
[INFO] [stdout]     --> src/lib.rs:1295:12
[INFO] [stdout]      |
[INFO] [stdout] 1295 | impl const DivAssign<isize> for AxialCoordinates {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: marking a trait with `#[const_trait]` 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  + #[derive(ConstParamTy)]
[INFO] [stdout] 92  | pub enum OffsetSystem {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: const `impl` for trait `TryFrom` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:653:12
[INFO] [stdout]     |
[INFO] [stdout] 653 | impl const TryFrom<i16> for Rotation {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `TryFrom` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:679:12
[INFO] [stdout]     |
[INFO] [stdout] 679 | impl const TryFrom<f32> for Rotation {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `TryFrom` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:653:12
[INFO] [stdout]     |
[INFO] [stdout] 653 | impl const TryFrom<i16> for Rotation {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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 `TryFrom` which is not marked with `#[const_trait]`
[INFO] [stdout]    --> src/lib.rs:679:12
[INFO] [stdout]     |
[INFO] [stdout] 679 | impl const TryFrom<f32> for Rotation {
[INFO] [stdout]     |            ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: marking a trait with `#[const_trait]` 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]: `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 + #[derive(ConstParamTy)]
[INFO] [stdout] 1304 | pub enum DoubledSystem {
[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 + #[derive(ConstParamTy)]
[INFO] [stdout] 1304 | pub enum DoubledSystem {
[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 + #[derive(ConstParamTy)]
[INFO] [stdout] 1304 | pub enum DoubledSystem {
[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 + #[derive(ConstParamTy)]
[INFO] [stdout] 1304 | pub enum DoubledSystem {
[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 + #[derive(ConstParamTy)]
[INFO] [stdout] 1304 | pub enum DoubledSystem {
[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 + #[derive(ConstParamTy)]
[INFO] [stdout] 1304 | pub enum DoubledSystem {
[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 + #[derive(ConstParamTy)]
[INFO] [stdout] 1304 | pub enum DoubledSystem {
[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 + #[derive(ConstParamTy)]
[INFO] [stdout] 1304 | pub enum DoubledSystem {
[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 + #[derive(ConstParamTy)]
[INFO] [stdout] 1304 | pub enum DoubledSystem {
[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 + #[derive(ConstParamTy)]
[INFO] [stdout] 1304 | pub enum DoubledSystem {
[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 + #[derive(ConstParamTy)]
[INFO] [stdout] 1304 | pub enum DoubledSystem {
[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 + #[derive(ConstParamTy)]
[INFO] [stdout] 1304 | pub enum DoubledSystem {
[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 + #[derive(ConstParamTy)]
[INFO] [stdout] 1304 | pub enum DoubledSystem {
[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 + #[derive(ConstParamTy)]
[INFO] [stdout] 1304 | pub enum DoubledSystem {
[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 + #[derive(ConstParamTy)]
[INFO] [stdout] 1304 | pub enum DoubledSystem {
[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 + #[derive(ConstParamTy)]
[INFO] [stdout] 1304 | pub enum DoubledSystem {
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<Row as From<OffsetCoordinates<OffsetSystem::OddR>>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:205:22
[INFO] [stdout]     |
[INFO] [stdout] 205 |         let parity = Row::from(*self);
[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[E0015]: cannot call non-const fn `<OffsetCoordinates<OffsetSystem::OddR> as From<(Row, Direction)>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:206:17
[INFO] [stdout]     |
[INFO] [stdout] 206 |         *self + Self::from((parity, direction))
[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[E0015]: cannot call non-const fn `<AxialCoordinates as From<OffsetCoordinates<OffsetSystem::OddR>>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:212:17
[INFO] [stdout]     |
[INFO] [stdout] 212 |         let a = AxialCoordinates::from(*self);
[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[E0015]: cannot call non-const fn `<AxialCoordinates as From<OffsetCoordinates<OffsetSystem::OddR>>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:213:17
[INFO] [stdout]     |
[INFO] [stdout] 213 |         let b = AxialCoordinates::from(other);
[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[E0015]: cannot call non-const fn `<AxialCoordinates as From<OffsetCoordinates<OffsetSystem::OddR>>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:232:26
[INFO] [stdout]     |
[INFO] [stdout] 232 |         let axial_self = AxialCoordinates::from(*self);
[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[E0015]: cannot call non-const fn `<AxialCoordinates as From<OffsetCoordinates<OffsetSystem::OddR>>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:233:28
[INFO] [stdout]     |
[INFO] [stdout] 233 |         let axial_center = AxialCoordinates::from(center);
[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[E0015]: cannot call non-const fn `<AxialCoordinates as Into<OffsetCoordinates<OffsetSystem::OddR>>>::into` in constant functions
[INFO] [stdout]    --> src/lib.rs:234:51
[INFO] [stdout]     |
[INFO] [stdout] 234 |         axial_self.rotate(axial_center, rotation).into()
[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[E0015]: cannot call non-const fn `<CubeCoordinates as From<OffsetCoordinates<OffsetSystem::OddR>>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:240:20
[INFO] [stdout]     |
[INFO] [stdout] 240 |         let cube = CubeCoordinates::from(*self);
[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[E0015]: cannot call non-const fn `<OffsetCoordinates<OffsetSystem::OddR> as From<CubeCoordinates>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:242:9
[INFO] [stdout]     |
[INFO] [stdout] 242 |         Self::from(reflected)
[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[E0015]: cannot call non-const fn `<Row as From<OffsetCoordinates<OffsetSystem::EvenR>>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:248:22
[INFO] [stdout]     |
[INFO] [stdout] 248 |         let parity = Row::from(*self);
[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[E0015]: cannot call non-const fn `<OffsetCoordinates<OffsetSystem::EvenR> as From<(Row, Direction)>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:249:17
[INFO] [stdout]     |
[INFO] [stdout] 249 |         *self + Self::from((parity, direction))
[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[E0015]: cannot call non-const fn `<AxialCoordinates as From<OffsetCoordinates<OffsetSystem::EvenR>>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:255:17
[INFO] [stdout]     |
[INFO] [stdout] 255 |         let a = AxialCoordinates::from(*self);
[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[E0015]: cannot call non-const fn `<AxialCoordinates as From<OffsetCoordinates<OffsetSystem::EvenR>>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:256:17
[INFO] [stdout]     |
[INFO] [stdout] 256 |         let b = AxialCoordinates::from(other);
[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[E0015]: cannot call non-const fn `<AxialCoordinates as From<OffsetCoordinates<OffsetSystem::EvenR>>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:275:26
[INFO] [stdout]     |
[INFO] [stdout] 275 |         let axial_self = AxialCoordinates::from(*self);
[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[E0015]: cannot call non-const fn `<AxialCoordinates as From<OffsetCoordinates<OffsetSystem::EvenR>>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:276:28
[INFO] [stdout]     |
[INFO] [stdout] 276 |         let axial_center = AxialCoordinates::from(center);
[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[E0015]: cannot call non-const fn `<AxialCoordinates as Into<OffsetCoordinates<OffsetSystem::EvenR>>>::into` in constant functions
[INFO] [stdout]    --> src/lib.rs:277:51
[INFO] [stdout]     |
[INFO] [stdout] 277 |         axial_self.rotate(axial_center, rotation).into()
[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[E0015]: cannot call non-const fn `<Row as From<OffsetCoordinates<OffsetSystem::OddR>>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:205:22
[INFO] [stdout]     |
[INFO] [stdout] 205 |         let parity = Row::from(*self);
[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[E0015]: cannot call non-const fn `<OffsetCoordinates<OffsetSystem::OddR> as From<(Row, Direction)>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:206:17
[INFO] [stdout]     |
[INFO] [stdout] 206 |         *self + Self::from((parity, direction))
[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[E0015]: cannot call non-const fn `<AxialCoordinates as From<OffsetCoordinates<OffsetSystem::OddR>>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:212:17
[INFO] [stdout]     |
[INFO] [stdout] 212 |         let a = AxialCoordinates::from(*self);
[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[E0015]: cannot call non-const fn `<AxialCoordinates as From<OffsetCoordinates<OffsetSystem::OddR>>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:213:17
[INFO] [stdout]     |
[INFO] [stdout] 213 |         let b = AxialCoordinates::from(other);
[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[E0015]: cannot call non-const fn `<AxialCoordinates as From<OffsetCoordinates<OffsetSystem::OddR>>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:232:26
[INFO] [stdout]     |
[INFO] [stdout] 232 |         let axial_self = AxialCoordinates::from(*self);
[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[E0015]: cannot call non-const fn `<CubeCoordinates as From<OffsetCoordinates<OffsetSystem::EvenR>>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:283:20
[INFO] [stdout]     |
[INFO] [stdout] 283 |         let cube = CubeCoordinates::from(*self);
[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[E0015]: cannot call non-const fn `<AxialCoordinates as From<OffsetCoordinates<OffsetSystem::OddR>>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:233:28
[INFO] [stdout]     |
[INFO] [stdout] 233 |         let axial_center = AxialCoordinates::from(center);
[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[E0015]: cannot call non-const fn `<AxialCoordinates as Into<OffsetCoordinates<OffsetSystem::OddR>>>::into` in constant functions
[INFO] [stdout]    --> src/lib.rs:234:51
[INFO] [stdout]     |
[INFO] [stdout] 234 |         axial_self.rotate(axial_center, rotation).into()
[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[E0015]: cannot call non-const fn `<OffsetCoordinates<OffsetSystem::EvenR> as From<CubeCoordinates>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:285:9
[INFO] [stdout]     |
[INFO] [stdout] 285 |         Self::from(reflected)
[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[E0015]: cannot call non-const fn `<CubeCoordinates as From<OffsetCoordinates<OffsetSystem::OddR>>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:240:20
[INFO] [stdout]     |
[INFO] [stdout] 240 |         let cube = CubeCoordinates::from(*self);
[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[E0015]: cannot call non-const fn `<OffsetCoordinates<OffsetSystem::OddR> as From<CubeCoordinates>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:242:9
[INFO] [stdout]     |
[INFO] [stdout] 242 |         Self::from(reflected)
[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[E0015]: cannot call non-const fn `<Row as From<OffsetCoordinates<OffsetSystem::EvenR>>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:248:22
[INFO] [stdout]     |
[INFO] [stdout] 248 |         let parity = Row::from(*self);
[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[E0015]: cannot call non-const fn `<Col as From<OffsetCoordinates<OffsetSystem::OddQ>>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:291:22
[INFO] [stdout]     |
[INFO] [stdout] 291 |         let parity = Col::from(*self);
[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[E0015]: cannot call non-const fn `<OffsetCoordinates<OffsetSystem::EvenR> as From<(Row, Direction)>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:249:17
[INFO] [stdout]     |
[INFO] [stdout] 249 |         *self + Self::from((parity, direction))
[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[E0015]: cannot call non-const fn `<OffsetCoordinates<OffsetSystem::OddQ> as From<(Col, Direction)>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:292:17
[INFO] [stdout]     |
[INFO] [stdout] 292 |         *self + Self::from((parity, direction))
[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[E0015]: cannot call non-const fn `<AxialCoordinates as From<OffsetCoordinates<OffsetSystem::EvenR>>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:255:17
[INFO] [stdout]     |
[INFO] [stdout] 255 |         let a = AxialCoordinates::from(*self);
[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[E0015]: cannot call non-const fn `<AxialCoordinates as From<OffsetCoordinates<OffsetSystem::OddQ>>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:298:17
[INFO] [stdout]     |
[INFO] [stdout] 298 |         let a = AxialCoordinates::from(*self);
[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[E0015]: cannot call non-const fn `<AxialCoordinates as From<OffsetCoordinates<OffsetSystem::OddQ>>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:299:17
[INFO] [stdout]     |
[INFO] [stdout] 299 |         let b = AxialCoordinates::from(other);
[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[E0015]: cannot call non-const fn `<AxialCoordinates as From<OffsetCoordinates<OffsetSystem::EvenR>>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:256:17
[INFO] [stdout]     |
[INFO] [stdout] 256 |         let b = AxialCoordinates::from(other);
[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[E0015]: cannot call non-const fn `<AxialCoordinates as From<OffsetCoordinates<OffsetSystem::OddQ>>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:318:26
[INFO] [stdout]     |
[INFO] [stdout] 318 |         let axial_self = AxialCoordinates::from(*self);
[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[E0015]: cannot call non-const fn `<AxialCoordinates as From<OffsetCoordinates<OffsetSystem::OddQ>>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:319:28
[INFO] [stdout]     |
[INFO] [stdout] 319 |         let axial_center = AxialCoordinates::from(center);
[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[E0015]: cannot call non-const fn `<AxialCoordinates as Into<OffsetCoordinates<OffsetSystem::OddQ>>>::into` in constant functions
[INFO] [stdout]    --> src/lib.rs:320:51
[INFO] [stdout]     |
[INFO] [stdout] 320 |         axial_self.rotate(axial_center, rotation).into()
[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[E0015]: cannot call non-const fn `<CubeCoordinates as From<OffsetCoordinates<OffsetSystem::OddQ>>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:326:20
[INFO] [stdout]     |
[INFO] [stdout] 326 |         let cube = CubeCoordinates::from(*self);
[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[E0015]: cannot call non-const fn `<OffsetCoordinates<OffsetSystem::OddQ> as From<CubeCoordinates>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:328:9
[INFO] [stdout]     |
[INFO] [stdout] 328 |         Self::from(reflected)
[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[E0015]: cannot call non-const fn `<Col as From<OffsetCoordinates<OffsetSystem::EvenQ>>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:334:22
[INFO] [stdout]     |
[INFO] [stdout] 334 |         let parity = Col::from(*self);
[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[E0015]: cannot call non-const fn `<OffsetCoordinates<OffsetSystem::EvenQ> as From<(Col, Direction)>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:335:17
[INFO] [stdout]     |
[INFO] [stdout] 335 |         *self + Self::from((parity, direction))
[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[E0015]: cannot call non-const fn `<AxialCoordinates as From<OffsetCoordinates<OffsetSystem::EvenQ>>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:341:17
[INFO] [stdout]     |
[INFO] [stdout] 341 |         let a = AxialCoordinates::from(*self);
[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[E0015]: cannot call non-const fn `<AxialCoordinates as From<OffsetCoordinates<OffsetSystem::EvenQ>>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:342:17
[INFO] [stdout]     |
[INFO] [stdout] 342 |         let b = AxialCoordinates::from(other);
[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[E0015]: cannot call non-const fn `<AxialCoordinates as From<OffsetCoordinates<OffsetSystem::EvenQ>>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:361:26
[INFO] [stdout]     |
[INFO] [stdout] 361 |         let axial_self = AxialCoordinates::from(*self);
[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[E0015]: cannot call non-const fn `<AxialCoordinates as From<OffsetCoordinates<OffsetSystem::EvenQ>>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:362:28
[INFO] [stdout]     |
[INFO] [stdout] 362 |         let axial_center = AxialCoordinates::from(center);
[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[E0015]: cannot call non-const fn `<AxialCoordinates as Into<OffsetCoordinates<OffsetSystem::EvenQ>>>::into` in constant functions
[INFO] [stdout]    --> src/lib.rs:363:51
[INFO] [stdout]     |
[INFO] [stdout] 363 |         axial_self.rotate(axial_center, rotation).into()
[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[E0015]: cannot call non-const fn `<CubeCoordinates as From<OffsetCoordinates<OffsetSystem::EvenQ>>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:369:20
[INFO] [stdout]     |
[INFO] [stdout] 369 |         let cube = CubeCoordinates::from(*self);
[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[E0015]: cannot call non-const fn `<OffsetCoordinates<OffsetSystem::EvenQ> as From<CubeCoordinates>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:371:9
[INFO] [stdout]     |
[INFO] [stdout] 371 |         Self::from(reflected)
[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[E0015]: cannot call non-const fn `<AxialCoordinates as From<OffsetCoordinates<OffsetSystem::EvenR>>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:275:26
[INFO] [stdout]     |
[INFO] [stdout] 275 |         let axial_self = AxialCoordinates::from(*self);
[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[E0015]: cannot call non-const fn `<AxialCoordinates as From<OffsetCoordinates<OffsetSystem::EvenR>>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:276:28
[INFO] [stdout]     |
[INFO] [stdout] 276 |         let axial_center = AxialCoordinates::from(center);
[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[E0015]: cannot call non-const fn `<AxialCoordinates as Into<OffsetCoordinates<OffsetSystem::EvenR>>>::into` in constant functions
[INFO] [stdout]    --> src/lib.rs:277:51
[INFO] [stdout]     |
[INFO] [stdout] 277 |         axial_self.rotate(axial_center, rotation).into()
[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[E0015]: cannot call non-const fn `<CubeCoordinates as From<OffsetCoordinates<OffsetSystem::EvenR>>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:283:20
[INFO] [stdout]     |
[INFO] [stdout] 283 |         let cube = CubeCoordinates::from(*self);
[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[E0015]: cannot call non-const fn `<OffsetCoordinates<OffsetSystem::EvenR> as From<CubeCoordinates>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:285:9
[INFO] [stdout]     |
[INFO] [stdout] 285 |         Self::from(reflected)
[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[E0015]: cannot call non-const fn `<Col as From<OffsetCoordinates<OffsetSystem::OddQ>>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:291:22
[INFO] [stdout]     |
[INFO] [stdout] 291 |         let parity = Col::from(*self);
[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[E0015]: cannot call non-const fn `<OffsetCoordinates<OffsetSystem::OddQ> as From<(Col, Direction)>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:292:17
[INFO] [stdout]     |
[INFO] [stdout] 292 |         *self + Self::from((parity, direction))
[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[E0015]: cannot call non-const fn `<AxialCoordinates as From<OffsetCoordinates<OffsetSystem::OddQ>>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:298:17
[INFO] [stdout]     |
[INFO] [stdout] 298 |         let a = AxialCoordinates::from(*self);
[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[E0015]: cannot call non-const fn `<AxialCoordinates as From<OffsetCoordinates<OffsetSystem::OddQ>>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:299:17
[INFO] [stdout]     |
[INFO] [stdout] 299 |         let b = AxialCoordinates::from(other);
[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[E0015]: cannot call non-const fn `<AxialCoordinates as From<OffsetCoordinates<OffsetSystem::OddQ>>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:318:26
[INFO] [stdout]     |
[INFO] [stdout] 318 |         let axial_self = AxialCoordinates::from(*self);
[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[E0015]: cannot call non-const fn `<AxialCoordinates as From<OffsetCoordinates<OffsetSystem::OddQ>>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:319:28
[INFO] [stdout]     |
[INFO] [stdout] 319 |         let axial_center = AxialCoordinates::from(center);
[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[E0015]: cannot call non-const fn `<AxialCoordinates as Into<OffsetCoordinates<OffsetSystem::OddQ>>>::into` in constant functions
[INFO] [stdout]    --> src/lib.rs:320:51
[INFO] [stdout]     |
[INFO] [stdout] 320 |         axial_self.rotate(axial_center, rotation).into()
[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[E0015]: cannot call non-const fn `<CubeCoordinates as From<OffsetCoordinates<OffsetSystem::OddQ>>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:326:20
[INFO] [stdout]     |
[INFO] [stdout] 326 |         let cube = CubeCoordinates::from(*self);
[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[E0015]: cannot call non-const fn `<OffsetCoordinates<OffsetSystem::OddQ> as From<CubeCoordinates>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:328:9
[INFO] [stdout]     |
[INFO] [stdout] 328 |         Self::from(reflected)
[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[E0015]: cannot call non-const fn `<Col as From<OffsetCoordinates<OffsetSystem::EvenQ>>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:334:22
[INFO] [stdout]     |
[INFO] [stdout] 334 |         let parity = Col::from(*self);
[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[E0015]: cannot call non-const fn `<OffsetCoordinates<OffsetSystem::EvenQ> as From<(Col, Direction)>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:335:17
[INFO] [stdout]     |
[INFO] [stdout] 335 |         *self + Self::from((parity, direction))
[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[E0015]: cannot call non-const fn `<AxialCoordinates as From<OffsetCoordinates<OffsetSystem::EvenQ>>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:341:17
[INFO] [stdout]     |
[INFO] [stdout] 341 |         let a = AxialCoordinates::from(*self);
[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[E0015]: cannot call non-const fn `<AxialCoordinates as From<OffsetCoordinates<OffsetSystem::EvenQ>>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:342:17
[INFO] [stdout]     |
[INFO] [stdout] 342 |         let b = AxialCoordinates::from(other);
[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[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]    --> src/lib.rs:545:17
[INFO] [stdout]     |
[INFO] [stdout] 545 |         *self = *self - other;
[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[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]    --> src/lib.rs:570:17
[INFO] [stdout]     |
[INFO] [stdout] 570 |         *self = *self * rhs;
[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[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]    --> src/lib.rs:575:17
[INFO] [stdout]     |
[INFO] [stdout] 575 |         *self = *self / rhs;
[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[E0015]: cannot call non-const fn `<Rotation as From<u8>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:612:9
[INFO] [stdout]     |
[INFO] [stdout] 612 |         Self::from(v)
[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[E0015]: cannot call non-const fn `<Rotation as From<u8>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:620:9
[INFO] [stdout]     |
[INFO] [stdout] 620 |         Self::from(v)
[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[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]    --> src/lib.rs:630:17
[INFO] [stdout]     |
[INFO] [stdout] 630 |         *self = *self - other;
[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[E0015]: cannot call non-const fn `<AxialCoordinates as From<OffsetCoordinates<OffsetSystem::EvenQ>>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:361:26
[INFO] [stdout]     |
[INFO] [stdout] 361 |         let axial_self = AxialCoordinates::from(*self);
[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[E0015]: cannot call non-const fn `<AxialCoordinates as From<OffsetCoordinates<OffsetSystem::EvenQ>>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:362:28
[INFO] [stdout]     |
[INFO] [stdout] 362 |         let axial_center = AxialCoordinates::from(center);
[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[E0015]: cannot call non-const fn `<AxialCoordinates as Into<OffsetCoordinates<OffsetSystem::EvenQ>>>::into` in constant functions
[INFO] [stdout]    --> src/lib.rs:363:51
[INFO] [stdout]     |
[INFO] [stdout] 363 |         axial_self.rotate(axial_center, rotation).into()
[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[E0015]: cannot call non-const fn `<CubeCoordinates as From<OffsetCoordinates<OffsetSystem::EvenQ>>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:369:20
[INFO] [stdout]     |
[INFO] [stdout] 369 |         let cube = CubeCoordinates::from(*self);
[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[E0015]: cannot call non-const fn `<OffsetCoordinates<OffsetSystem::EvenQ> as From<CubeCoordinates>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:371:9
[INFO] [stdout]     |
[INFO] [stdout] 371 |         Self::from(reflected)
[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[E0015]: cannot call non-const fn `<CubeCoordinates as From<Direction>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:803:17
[INFO] [stdout]     |
[INFO] [stdout] 803 |         *self + Self::from(direction)
[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[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]    --> src/lib.rs:841:19
[INFO] [stdout]     |
[INFO] [stdout] 841 |         let vec = *self - center;
[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[E0015]: `?` cannot determine the branch of `Result<CubeCoordinates, InvalidCubeCoordinate>` in constant functions
[INFO] [stdout]    --> src/lib.rs:897:22
[INFO] [stdout]     |
[INFO] [stdout] 897 |         let result = self.try_div(rhs)?;
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/result.rs:1985:1
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: `?` cannot convert from residual of `Result<(), InvalidCubeCoordinate>` in constant functions
[INFO] [stdout]    --> src/lib.rs:897:22
[INFO] [stdout]     |
[INFO] [stdout] 897 |         let result = self.try_div(rhs)?;
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/result.rs:2004:1
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]     --> src/lib.rs:1066:17
[INFO] [stdout]      |
[INFO] [stdout] 1066 |         *self = *self - other;
[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[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]     --> src/lib.rs:1082:17
[INFO] [stdout]      |
[INFO] [stdout] 1082 |         *self = *self * rhs;
[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[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]    --> src/lib.rs:545:17
[INFO] [stdout]     |
[INFO] [stdout] 545 |         *self = *self - other;
[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[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]    --> src/lib.rs:570:17
[INFO] [stdout]     |
[INFO] [stdout] 570 |         *self = *self * rhs;
[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[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]    --> src/lib.rs:575:17
[INFO] [stdout]     |
[INFO] [stdout] 575 |         *self = *self / rhs;
[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[E0015]: cannot call non-const fn `<Rotation as From<u8>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:612:9
[INFO] [stdout]     |
[INFO] [stdout] 612 |         Self::from(v)
[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[E0015]: cannot call non-const fn `<Rotation as From<u8>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:620:9
[INFO] [stdout]     |
[INFO] [stdout] 620 |         Self::from(v)
[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[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]    --> src/lib.rs:630:17
[INFO] [stdout]     |
[INFO] [stdout] 630 |         *self = *self - other;
[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[E0015]: cannot call non-const fn `<AxialCoordinates as From<Direction>>::from` in constant functions
[INFO] [stdout]     --> src/lib.rs:1108:17
[INFO] [stdout]      |
[INFO] [stdout] 1108 |         *self + Self::from(direction)
[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[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]     --> src/lib.rs:1144:19
[INFO] [stdout]      |
[INFO] [stdout] 1144 |         let vec = *self - center;
[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[E0015]: cannot call non-const fn `<CubeCoordinates as From<AxialCoordinates>>::from` in constant functions
[INFO] [stdout]     --> src/lib.rs:1174:20
[INFO] [stdout]      |
[INFO] [stdout] 1174 |         let cube = CubeCoordinates::from(*self);
[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[E0015]: cannot call non-const fn `<CubeCoordinates as From<Direction>>::from` in constant functions
[INFO] [stdout]    --> src/lib.rs:803:17
[INFO] [stdout]     |
[INFO] [stdout] 803 |         *self + Self::from(direction)
[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[E0015]: cannot call non-const fn `<AxialCoordinates as From<CubeCoordinates>>::from` in constant functions
[INFO] [stdout]     --> src/lib.rs:1176:9
[INFO] [stdout]      |
[INFO] [stdout] 1176 |         Self::from(reflected)
[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[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]    --> src/lib.rs:841:19
[INFO] [stdout]     |
[INFO] [stdout] 841 |         let vec = *self - center;
[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[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]     --> src/lib.rs:1267:17
[INFO] [stdout]      |
[INFO] [stdout] 1267 |         *self = *self - other;
[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[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]     --> src/lib.rs:1292:17
[INFO] [stdout]      |
[INFO] [stdout] 1292 |         *self = *self * rhs;
[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[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]     --> src/lib.rs:1297:17
[INFO] [stdout]      |
[INFO] [stdout] 1297 |         *self = *self / rhs;
[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[E0015]: `?` cannot determine the branch of `Result<CubeCoordinates, InvalidCubeCoordinate>` in constant functions
[INFO] [stdout]    --> src/lib.rs:897:22
[INFO] [stdout]     |
[INFO] [stdout] 897 |         let result = self.try_div(rhs)?;
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/result.rs:1985:1
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: `?` cannot convert from residual of `Result<(), InvalidCubeCoordinate>` in constant functions
[INFO] [stdout]    --> src/lib.rs:897:22
[INFO] [stdout]     |
[INFO] [stdout] 897 |         let result = self.try_div(rhs)?;
[INFO] [stdout]     |                      ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> /rustc/39cb3386ddc6c71657418be28dbb3987eea4aa4b/library/core/src/result.rs:2004:1
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `<DoubledCoordinates<DoubledSystem::Height> as From<Direction>>::from` in constant functions
[INFO] [stdout]     --> src/lib.rs:1363:17
[INFO] [stdout]      |
[INFO] [stdout] 1363 |         *self + Self::from(direction)
[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[E0015]: cannot call non-const fn `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[E0015]: cannot call non-const fn `<AxialCoordinates as From<DoubledCoordinates<DoubledSystem::Height>>>::from` in constant functions
[INFO] [stdout]     --> src/lib.rs:1389:26
[INFO] [stdout]      |
[INFO] [stdout] 1389 |         let axial_self = AxialCoordinates::from(*self);
[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[E0015]: cannot call non-const fn `<AxialCoordinates as From<DoubledCoordinates<DoubledSystem::Height>>>::from` in constant functions
[INFO] [stdout]     --> src/lib.rs:1390:28
[INFO] [stdout]      |
[INFO] [stdout] 1390 |         let axial_center = AxialCoordinates::from(center);
[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[E0015]: cannot call non-const fn `<AxialCoordinates as Into<DoubledCoordinates<DoubledSystem::Height>>>::into` in constant functions
[INFO] [stdout]     --> src/lib.rs:1391:51
[INFO] [stdout]      |
[INFO] [stdout] 1391 |         axial_self.rotate(axial_center, rotation).into()
[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[E0015]: cannot call non-const fn `<CubeCoordinates as From<DoubledCoordinates<DoubledSystem::Height>>>::from` in constant functions
[INFO] [stdout]     --> src/lib.rs:1397:20
[INFO] [stdout]      |
[INFO] [stdout] 1397 |         let cube = CubeCoordinates::from(*self);
[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[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]     --> src/lib.rs:1066:17
[INFO] [stdout]      |
[INFO] [stdout] 1066 |         *self = *self - other;
[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[E0015]: cannot call non-const fn `<DoubledCoordinates<DoubledSystem::Height> as From<CubeCoordinates>>::from` in constant functions
[INFO] [stdout]     --> src/lib.rs:1399:9
[INFO] [stdout]      |
[INFO] [stdout] 1399 |         Self::from(reflected)
[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[E0015]: cannot call non-const fn `<DoubledCoordinates<DoubledSystem::Width> as From<Direction>>::from` in constant functions
[INFO] [stdout]     --> src/lib.rs:1406:17
[INFO] [stdout]      |
[INFO] [stdout] 1406 |         *self + Self::from(direction)
[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[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]     --> src/lib.rs:1082:17
[INFO] [stdout]      |
[INFO] [stdout] 1082 |         *self = *self * rhs;
[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[E0015]: cannot call non-const fn `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[E0015]: cannot call non-const fn `<AxialCoordinates as From<DoubledCoordinates<DoubledSystem::Width>>>::from` in constant functions
[INFO] [stdout]     --> src/lib.rs:1432:26
[INFO] [stdout]      |
[INFO] [stdout] 1432 |         let axial_self = AxialCoordinates::from(*self);
[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[E0015]: cannot call non-const fn `<AxialCoordinates as From<DoubledCoordinates<DoubledSystem::Width>>>::from` in constant functions
[INFO] [stdout]     --> src/lib.rs:1433:28
[INFO] [stdout]      |
[INFO] [stdout] 1433 |         let axial_center = AxialCoordinates::from(center);
[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[E0015]: cannot call non-const fn `<AxialCoordinates as Into<DoubledCoordinates<DoubledSystem::Width>>>::into` in constant functions
[INFO] [stdout]     --> src/lib.rs:1434:51
[INFO] [stdout]      |
[INFO] [stdout] 1434 |         axial_self.rotate(axial_center, rotation).into()
[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[E0015]: cannot call non-const fn `<AxialCoordinates as From<Direction>>::from` in constant functions
[INFO] [stdout]     --> src/lib.rs:1108:17
[INFO] [stdout]      |
[INFO] [stdout] 1108 |         *self + Self::from(direction)
[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[E0015]: cannot call non-const fn `<CubeCoordinates as From<DoubledCoordinates<DoubledSystem::Width>>>::from` in constant functions
[INFO] [stdout]     --> src/lib.rs:1440:20
[INFO] [stdout]      |
[INFO] [stdout] 1440 |         let cube = CubeCoordinates::from(*self);
[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[E0015]: cannot call non-const fn `<DoubledCoordinates<DoubledSystem::Width> as From<CubeCoordinates>>::from` in constant functions
[INFO] [stdout]     --> src/lib.rs:1442:9
[INFO] [stdout]      |
[INFO] [stdout] 1442 |         Self::from(reflected)
[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[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]     --> src/lib.rs:1572:17
[INFO] [stdout]      |
[INFO] [stdout] 1572 |         *self = *self - other;
[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[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]     --> src/lib.rs:1144:19
[INFO] [stdout]      |
[INFO] [stdout] 1144 |         let vec = *self - center;
[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[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]     --> src/lib.rs:1587:17
[INFO] [stdout]      |
[INFO] [stdout] 1587 |         *self = *self * rhs;
[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[E0015]: cannot call non-const fn `<CubeCoordinates as From<AxialCoordinates>>::from` in constant functions
[INFO] [stdout]     --> src/lib.rs:1174:20
[INFO] [stdout]      |
[INFO] [stdout] 1174 |         let cube = CubeCoordinates::from(*self);
[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[E0015]: cannot call non-const fn `<AxialCoordinates as From<CubeCoordinates>>::from` in constant functions
[INFO] [stdout]     --> src/lib.rs:1176:9
[INFO] [stdout]      |
[INFO] [stdout] 1176 |         Self::from(reflected)
[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[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]     --> src/lib.rs:1267:17
[INFO] [stdout]      |
[INFO] [stdout] 1267 |         *self = *self - other;
[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[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]     --> src/lib.rs:1292:17
[INFO] [stdout]      |
[INFO] [stdout] 1292 |         *self = *self * rhs;
[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[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]     --> src/lib.rs:1297:17
[INFO] [stdout]      |
[INFO] [stdout] 1297 |         *self = *self / rhs;
[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[E0015]: cannot call non-const fn `<DoubledCoordinates<DoubledSystem::Height> as From<Direction>>::from` in constant functions
[INFO] [stdout]     --> src/lib.rs:1363:17
[INFO] [stdout]      |
[INFO] [stdout] 1363 |         *self + Self::from(direction)
[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] Some errors have detailed explanations: E0015, E0635, E0741.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0015`.
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const fn `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[E0015]: cannot call non-const fn `<AxialCoordinates as From<DoubledCoordinates<DoubledSystem::Height>>>::from` in constant functions
[INFO] [stdout]     --> src/lib.rs:1389:26
[INFO] [stdout]      |
[INFO] [stdout] 1389 |         let axial_self = AxialCoordinates::from(*self);
[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[E0015]: cannot call non-const fn `<AxialCoordinates as From<DoubledCoordinates<DoubledSystem::Height>>>::from` in constant functions
[INFO] [stdout]     --> src/lib.rs:1390:28
[INFO] [stdout]      |
[INFO] [stdout] 1390 |         let axial_center = AxialCoordinates::from(center);
[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[E0015]: cannot call non-const fn `<AxialCoordinates as Into<DoubledCoordinates<DoubledSystem::Height>>>::into` in constant functions
[INFO] [stdout]     --> src/lib.rs:1391:51
[INFO] [stdout]      |
[INFO] [stdout] 1391 |         axial_self.rotate(axial_center, rotation).into()
[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[E0015]: cannot call non-const fn `<CubeCoordinates as From<DoubledCoordinates<DoubledSystem::Height>>>::from` in constant functions
[INFO] [stdout]     --> src/lib.rs:1397:20
[INFO] [stdout]      |
[INFO] [stdout] 1397 |         let cube = CubeCoordinates::from(*self);
[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[E0015]: cannot call non-const fn `<DoubledCoordinates<DoubledSystem::Height> as From<CubeCoordinates>>::from` in constant functions
[INFO] [stdout]     --> src/lib.rs:1399:9
[INFO] [stdout]      |
[INFO] [stdout] 1399 |         Self::from(reflected)
[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[E0015]: cannot call non-const fn `<DoubledCoordinates<DoubledSystem::Width> as From<Direction>>::from` in constant functions
[INFO] [stdout]     --> src/lib.rs:1406:17
[INFO] [stdout]      |
[INFO] [stdout] 1406 |         *self + Self::from(direction)
[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[E0015]: cannot call non-const fn `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[E0015]: cannot call non-const fn `<AxialCoordinates as From<DoubledCoordinates<DoubledSystem::Width>>>::from` in constant functions
[INFO] [stdout]     --> src/lib.rs:1432:26
[INFO] [stdout]      |
[INFO] [stdout] 1432 |         let axial_self = AxialCoordinates::from(*self);
[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[E0015]: cannot call non-const fn `<AxialCoordinates as From<DoubledCoordinates<DoubledSystem::Width>>>::from` in constant functions
[INFO] [stdout]     --> src/lib.rs:1433:28
[INFO] [stdout]      |
[INFO] [stdout] 1433 |         let axial_center = AxialCoordinates::from(center);
[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[E0015]: cannot call non-const fn `<AxialCoordinates as Into<DoubledCoordinates<DoubledSystem::Width>>>::into` in constant functions
[INFO] [stdout]     --> src/lib.rs:1434:51
[INFO] [stdout]      |
[INFO] [stdout] 1434 |         axial_self.rotate(axial_center, rotation).into()
[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[E0015]: cannot call non-const fn `<CubeCoordinates as From<DoubledCoordinates<DoubledSystem::Width>>>::from` in constant functions
[INFO] [stdout]     --> src/lib.rs:1440:20
[INFO] [stdout]      |
[INFO] [stdout] 1440 |         let cube = CubeCoordinates::from(*self);
[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[E0015]: cannot call non-const fn `<DoubledCoordinates<DoubledSystem::Width> as From<CubeCoordinates>>::from` in constant functions
[INFO] [stdout]     --> src/lib.rs:1442:9
[INFO] [stdout]      |
[INFO] [stdout] 1442 |         Self::from(reflected)
[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[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]     --> src/lib.rs:1572:17
[INFO] [stdout]      |
[INFO] [stdout] 1572 |         *self = *self - other;
[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[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]     --> src/lib.rs:1587:17
[INFO] [stdout]      |
[INFO] [stdout] 1587 |         *self = *self * rhs;
[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] [stderr] error: could not compile `hex-coordinates` (lib) due to 159 previous errors; 2 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0015, E0635, 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 test) due to 159 previous errors; 3 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "209aba16f6b701989c1d09a162993039feb0ab73d5c065b0fad8bfef237c9c6d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "209aba16f6b701989c1d09a162993039feb0ab73d5c065b0fad8bfef237c9c6d", kill_on_drop: false }`
[INFO] [stdout] 209aba16f6b701989c1d09a162993039feb0ab73d5c065b0fad8bfef237c9c6d
