[INFO] fetching crate hex-coordinates 0.1.3...
[INFO] checking hex-coordinates-0.1.3 against master#c2f2db79ca3024f68d22b45aa22b570775c2c4ad for pr-124157
[INFO] extracting crate hex-coordinates 0.1.3 into /workspace/builds/worker-3-tc1/source
[INFO] validating manifest of crates.io crate hex-coordinates 0.1.3 on toolchain c2f2db79ca3024f68d22b45aa22b570775c2c4ad
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "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-3-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "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" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c0817fa8dd8ff5e65b037f99cb9a4b80ee7bb4b1587ccdadad54b6fe315f51d7
[INFO] running `Command { std: "docker" "start" "-a" "c0817fa8dd8ff5e65b037f99cb9a4b80ee7bb4b1587ccdadad54b6fe315f51d7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c0817fa8dd8ff5e65b037f99cb9a4b80ee7bb4b1587ccdadad54b6fe315f51d7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c0817fa8dd8ff5e65b037f99cb9a4b80ee7bb4b1587ccdadad54b6fe315f51d7", kill_on_drop: false }`
[INFO] [stdout] c0817fa8dd8ff5e65b037f99cb9a4b80ee7bb4b1587ccdadad54b6fe315f51d7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+c2f2db79ca3024f68d22b45aa22b570775c2c4ad" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a16cd4c1fa1d6d7fdc6ddab9c2467124662cafeb412f5d54044b7b64c752299c
[INFO] running `Command { std: "docker" "start" "-a" "a16cd4c1fa1d6d7fdc6ddab9c2467124662cafeb412f5d54044b7b64c752299c", kill_on_drop: false }`
[INFO] [stderr]     Checking hex-coordinates v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]     --> src/lib.rs:1595:9
[INFO] [stdout]      |
[INFO] [stdout] 1595 |     use super::*;
[INFO] [stdout]      |         ^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[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[E0635]: unknown feature `const_convert`
[INFO] [stdout]  --> src/lib.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![feature(const_convert)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `OffsetSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:159:15
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl<const S: OffsetSystem> const From<OffsetCoordinates<S>> for Row {
[INFO] [stdout]     |               ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 91  + #[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: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: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[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: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[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: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[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: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[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: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[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[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[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[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[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: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[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: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[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[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: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: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: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[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]    --> src/lib.rs:206:9
[INFO] [stdout]     |
[INFO] [stdout] 206 |         *self + Self::from((parity, direction))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:518:1
[INFO] [stdout]     |
[INFO] [stdout] 518 | impl<const S: OffsetSystem> const Add for OffsetCoordinates<S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]    --> src/lib.rs:249:9
[INFO] [stdout]     |
[INFO] [stdout] 249 |         *self + Self::from((parity, direction))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:518:1
[INFO] [stdout]     |
[INFO] [stdout] 518 | impl<const S: OffsetSystem> const Add for OffsetCoordinates<S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]    --> src/lib.rs:292:9
[INFO] [stdout]     |
[INFO] [stdout] 292 |         *self + Self::from((parity, direction))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:518:1
[INFO] [stdout]     |
[INFO] [stdout] 518 | impl<const S: OffsetSystem> const Add for OffsetCoordinates<S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]    --> src/lib.rs:335:9
[INFO] [stdout]     |
[INFO] [stdout] 335 |         *self + Self::from((parity, direction))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:518:1
[INFO] [stdout]     |
[INFO] [stdout] 518 | impl<const S: OffsetSystem> const Add for OffsetCoordinates<S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]    --> src/lib.rs:206:9
[INFO] [stdout]     |
[INFO] [stdout] 206 |         *self + Self::from((parity, direction))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:518:1
[INFO] [stdout]     |
[INFO] [stdout] 518 | impl<const S: OffsetSystem> const Add for OffsetCoordinates<S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]    --> src/lib.rs:249:9
[INFO] [stdout]     |
[INFO] [stdout] 249 |         *self + Self::from((parity, direction))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:518:1
[INFO] [stdout]     |
[INFO] [stdout] 518 | impl<const S: OffsetSystem> const Add for OffsetCoordinates<S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]    --> src/lib.rs:292:9
[INFO] [stdout]     |
[INFO] [stdout] 292 |         *self + Self::from((parity, direction))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:518:1
[INFO] [stdout]     |
[INFO] [stdout] 518 | impl<const S: OffsetSystem> const Add for OffsetCoordinates<S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]    --> src/lib.rs:335:9
[INFO] [stdout]     |
[INFO] [stdout] 335 |         *self + Self::from((parity, direction))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:518:1
[INFO] [stdout]     |
[INFO] [stdout] 518 | impl<const S: OffsetSystem> const Add for OffsetCoordinates<S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]     --> src/lib.rs:803:9
[INFO] [stdout]      |
[INFO] [stdout] 803  |         *self + Self::from(direction)
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:1037:1
[INFO] [stdout]      |
[INFO] [stdout] 1037 | impl const Add for CubeCoordinates {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:809:12
[INFO] [stdout]     |
[INFO] [stdout] 809 |         (((*self.q - *other.q).abs() + (*self.r - *other.r).abs() + (*self.s - *other.s).abs()) / 2)
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:809:22
[INFO] [stdout]     |
[INFO] [stdout] 809 |         (((*self.q - *other.q).abs() + (*self.r - *other.r).abs() + (*self.s - *other.s).abs()) / 2)
[INFO] [stdout]     |                      ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:809:41
[INFO] [stdout]     |
[INFO] [stdout] 809 |         (((*self.q - *other.q).abs() + (*self.r - *other.r).abs() + (*self.s - *other.s).abs()) / 2)
[INFO] [stdout]     |                                         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:809:51
[INFO] [stdout]     |
[INFO] [stdout] 809 |         (((*self.q - *other.q).abs() + (*self.r - *other.r).abs() + (*self.s - *other.s).abs()) / 2)
[INFO] [stdout]     |                                                   ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:809:70
[INFO] [stdout]     |
[INFO] [stdout] 809 |         (((*self.q - *other.q).abs() + (*self.r - *other.r).abs() + (*self.s - *other.s).abs()) / 2)
[INFO] [stdout]     |                                                                      ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:809:80
[INFO] [stdout]     |
[INFO] [stdout] 809 |         (((*self.q - *other.q).abs() + (*self.r - *other.r).abs() + (*self.s - *other.s).abs()) / 2)
[INFO] [stdout]     |                                                                                ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:1048:1
[INFO] [stdout]      |
[INFO] [stdout] 1048 | impl const Sub for CubeCoordinates {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:865:31
[INFO] [stdout]     |
[INFO] [stdout] 865 |                 q: Immutable(-*vec.s),
[INFO] [stdout]     |                               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:845:31
[INFO] [stdout]     |
[INFO] [stdout] 845 |                 q: Immutable(-*vec.r),
[INFO] [stdout]     |                               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:846:31
[INFO] [stdout]     |
[INFO] [stdout] 846 |                 r: Immutable(-*vec.s),
[INFO] [stdout]     |                               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:847:31
[INFO] [stdout]     |
[INFO] [stdout] 847 |                 s: Immutable(-*vec.q),
[INFO] [stdout]     |                               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:850:30
[INFO] [stdout]     |
[INFO] [stdout] 850 |                 q: Immutable(*vec.s),
[INFO] [stdout]     |                              ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:851:30
[INFO] [stdout]     |
[INFO] [stdout] 851 |                 r: Immutable(*vec.q),
[INFO] [stdout]     |                              ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:852:30
[INFO] [stdout]     |
[INFO] [stdout] 852 |                 s: Immutable(*vec.r),
[INFO] [stdout]     |                              ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:855:31
[INFO] [stdout]     |
[INFO] [stdout] 855 |                 q: Immutable(-*vec.q),
[INFO] [stdout]     |                               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:856:31
[INFO] [stdout]     |
[INFO] [stdout] 856 |                 r: Immutable(-*vec.r),
[INFO] [stdout]     |                               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:857:31
[INFO] [stdout]     |
[INFO] [stdout] 857 |                 s: Immutable(-*vec.s),
[INFO] [stdout]     |                               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:860:30
[INFO] [stdout]     |
[INFO] [stdout] 860 |                 q: Immutable(*vec.r),
[INFO] [stdout]     |                              ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:861:30
[INFO] [stdout]     |
[INFO] [stdout] 861 |                 r: Immutable(*vec.s),
[INFO] [stdout]     |                              ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:862:30
[INFO] [stdout]     |
[INFO] [stdout] 862 |                 s: Immutable(*vec.q),
[INFO] [stdout]     |                              ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:866:31
[INFO] [stdout]     |
[INFO] [stdout] 866 |                 r: Immutable(-*vec.q),
[INFO] [stdout]     |                               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:867:31
[INFO] [stdout]     |
[INFO] [stdout] 867 |                 s: Immutable(-*vec.r),
[INFO] [stdout]     |                               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]     --> src/lib.rs:870:9
[INFO] [stdout]      |
[INFO] [stdout] 870  |         rotated + center
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:1037:1
[INFO] [stdout]      |
[INFO] [stdout] 1037 | impl const Add for CubeCoordinates {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:880:26
[INFO] [stdout]     |
[INFO] [stdout] 880 |             q: Immutable(*self.q / rhs),
[INFO] [stdout]     |                          ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:881:26
[INFO] [stdout]     |
[INFO] [stdout] 881 |             r: Immutable(*self.r / rhs),
[INFO] [stdout]     |                          ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:882:26
[INFO] [stdout]     |
[INFO] [stdout] 882 |             s: Immutable(*self.s / rhs),
[INFO] [stdout]     |                          ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:884:12
[INFO] [stdout]     |
[INFO] [stdout] 884 |         if *result.q + *result.r + *result.s == 0 {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:884:24
[INFO] [stdout]     |
[INFO] [stdout] 884 |         if *result.q + *result.r + *result.s == 0 {
[INFO] [stdout]     |                        ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:884:36
[INFO] [stdout]     |
[INFO] [stdout] 884 |         if *result.q + *result.r + *result.s == 0 {
[INFO] [stdout]     |                                    ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/result.rs:1940:1
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/result.rs:1959:1
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]     --> src/lib.rs:803:9
[INFO] [stdout]      |
[INFO] [stdout] 803  |         *self + Self::from(direction)
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:1037:1
[INFO] [stdout]      |
[INFO] [stdout] 1037 | impl const Add for CubeCoordinates {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:809:12
[INFO] [stdout]     |
[INFO] [stdout] 809 |         (((*self.q - *other.q).abs() + (*self.r - *other.r).abs() + (*self.s - *other.s).abs()) / 2)
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:809:22
[INFO] [stdout]     |
[INFO] [stdout] 809 |         (((*self.q - *other.q).abs() + (*self.r - *other.r).abs() + (*self.s - *other.s).abs()) / 2)
[INFO] [stdout]     |                      ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:809:41
[INFO] [stdout]     |
[INFO] [stdout] 809 |         (((*self.q - *other.q).abs() + (*self.r - *other.r).abs() + (*self.s - *other.s).abs()) / 2)
[INFO] [stdout]     |                                         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:809:51
[INFO] [stdout]     |
[INFO] [stdout] 809 |         (((*self.q - *other.q).abs() + (*self.r - *other.r).abs() + (*self.s - *other.s).abs()) / 2)
[INFO] [stdout]     |                                                   ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:809:70
[INFO] [stdout]     |
[INFO] [stdout] 809 |         (((*self.q - *other.q).abs() + (*self.r - *other.r).abs() + (*self.s - *other.s).abs()) / 2)
[INFO] [stdout]     |                                                                      ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:809:80
[INFO] [stdout]     |
[INFO] [stdout] 809 |         (((*self.q - *other.q).abs() + (*self.r - *other.r).abs() + (*self.s - *other.s).abs()) / 2)
[INFO] [stdout]     |                                                                                ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]     --> src/lib.rs:1108:9
[INFO] [stdout]      |
[INFO] [stdout] 1108 |         *self + Self::from(direction)
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:1240:1
[INFO] [stdout]      |
[INFO] [stdout] 1240 | impl const Add for AxialCoordinates {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:1048:1
[INFO] [stdout]      |
[INFO] [stdout] 1048 | impl const Sub for CubeCoordinates {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:865:31
[INFO] [stdout]     |
[INFO] [stdout] 865 |                 q: Immutable(-*vec.s),
[INFO] [stdout]     |                               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:1250:1
[INFO] [stdout]      |
[INFO] [stdout] 1250 | impl const Sub for AxialCoordinates {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:845:31
[INFO] [stdout]     |
[INFO] [stdout] 845 |                 q: Immutable(-*vec.r),
[INFO] [stdout]     |                               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]     --> src/lib.rs:1168:9
[INFO] [stdout]      |
[INFO] [stdout] 1168 |         rotated + center
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:1240:1
[INFO] [stdout]      |
[INFO] [stdout] 1240 | impl const Add for AxialCoordinates {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:846:31
[INFO] [stdout]     |
[INFO] [stdout] 846 |                 r: Immutable(-*vec.s),
[INFO] [stdout]     |                               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:847:31
[INFO] [stdout]     |
[INFO] [stdout] 847 |                 s: Immutable(-*vec.q),
[INFO] [stdout]     |                               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:850:30
[INFO] [stdout]     |
[INFO] [stdout] 850 |                 q: Immutable(*vec.s),
[INFO] [stdout]     |                              ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:851:30
[INFO] [stdout]     |
[INFO] [stdout] 851 |                 r: Immutable(*vec.q),
[INFO] [stdout]     |                              ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:852:30
[INFO] [stdout]     |
[INFO] [stdout] 852 |                 s: Immutable(*vec.r),
[INFO] [stdout]     |                              ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:855:31
[INFO] [stdout]     |
[INFO] [stdout] 855 |                 q: Immutable(-*vec.q),
[INFO] [stdout]     |                               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:856:31
[INFO] [stdout]     |
[INFO] [stdout] 856 |                 r: Immutable(-*vec.r),
[INFO] [stdout]     |                               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:857:31
[INFO] [stdout]     |
[INFO] [stdout] 857 |                 s: Immutable(-*vec.s),
[INFO] [stdout]     |                               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:860:30
[INFO] [stdout]     |
[INFO] [stdout] 860 |                 q: Immutable(*vec.r),
[INFO] [stdout]     |                              ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:861:30
[INFO] [stdout]     |
[INFO] [stdout] 861 |                 r: Immutable(*vec.s),
[INFO] [stdout]     |                              ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:862:30
[INFO] [stdout]     |
[INFO] [stdout] 862 |                 s: Immutable(*vec.q),
[INFO] [stdout]     |                              ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:866:31
[INFO] [stdout]     |
[INFO] [stdout] 866 |                 r: Immutable(-*vec.q),
[INFO] [stdout]     |                               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:867:31
[INFO] [stdout]     |
[INFO] [stdout] 867 |                 s: Immutable(-*vec.r),
[INFO] [stdout]     |                               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]     --> src/lib.rs:870:9
[INFO] [stdout]      |
[INFO] [stdout] 870  |         rotated + center
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:1037:1
[INFO] [stdout]      |
[INFO] [stdout] 1037 | impl const Add for CubeCoordinates {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:880:26
[INFO] [stdout]     |
[INFO] [stdout] 880 |             q: Immutable(*self.q / rhs),
[INFO] [stdout]     |                          ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:881:26
[INFO] [stdout]     |
[INFO] [stdout] 881 |             r: Immutable(*self.r / rhs),
[INFO] [stdout]     |                          ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:882:26
[INFO] [stdout]     |
[INFO] [stdout] 882 |             s: Immutable(*self.s / rhs),
[INFO] [stdout]     |                          ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:884:12
[INFO] [stdout]     |
[INFO] [stdout] 884 |         if *result.q + *result.r + *result.s == 0 {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:884:24
[INFO] [stdout]     |
[INFO] [stdout] 884 |         if *result.q + *result.r + *result.s == 0 {
[INFO] [stdout]     |                        ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:884:36
[INFO] [stdout]     |
[INFO] [stdout] 884 |         if *result.q + *result.r + *result.s == 0 {
[INFO] [stdout]     |                                    ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/result.rs:1940:1
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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/c2f2db79ca3024f68d22b45aa22b570775c2c4ad/library/core/src/result.rs:1959:1
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]     --> src/lib.rs:1363:9
[INFO] [stdout]      |
[INFO] [stdout] 1363 |         *self + Self::from(direction)
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:1545:1
[INFO] [stdout]      |
[INFO] [stdout] 1545 | impl<const S: DoubledSystem> const Add for DoubledCoordinates<S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]     --> src/lib.rs:1369:21
[INFO] [stdout]      |
[INFO] [stdout] 1369 |         let dcol = (*self.col - *other.col).abs();
[INFO] [stdout]      |                     ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]     --> src/lib.rs:47:5
[INFO] [stdout]      |
[INFO] [stdout] 47   |     type Target = T;
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:46:1
[INFO] [stdout]      |
[INFO] [stdout] 46   | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]     --> src/lib.rs:1369:33
[INFO] [stdout]      |
[INFO] [stdout] 1369 |         let dcol = (*self.col - *other.col).abs();
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]     --> src/lib.rs:47:5
[INFO] [stdout]      |
[INFO] [stdout] 47   |     type Target = T;
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:46:1
[INFO] [stdout]      |
[INFO] [stdout] 46   | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]     --> src/lib.rs:1370:21
[INFO] [stdout]      |
[INFO] [stdout] 1370 |         let drow = (*self.row - *other.row).abs();
[INFO] [stdout]      |                     ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]     --> src/lib.rs:47:5
[INFO] [stdout]      |
[INFO] [stdout] 47   |     type Target = T;
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:46:1
[INFO] [stdout]      |
[INFO] [stdout] 46   | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]     --> src/lib.rs:1370:33
[INFO] [stdout]      |
[INFO] [stdout] 1370 |         let drow = (*self.row - *other.row).abs();
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]     --> src/lib.rs:47:5
[INFO] [stdout]      |
[INFO] [stdout] 47   |     type Target = T;
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:46:1
[INFO] [stdout]      |
[INFO] [stdout] 46   | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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<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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]     --> src/lib.rs:1108:9
[INFO] [stdout]      |
[INFO] [stdout] 1108 |         *self + Self::from(direction)
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:1240:1
[INFO] [stdout]      |
[INFO] [stdout] 1240 | impl const Add for AxialCoordinates {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]     --> src/lib.rs:1406:9
[INFO] [stdout]      |
[INFO] [stdout] 1406 |         *self + Self::from(direction)
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:1545:1
[INFO] [stdout]      |
[INFO] [stdout] 1545 | impl<const S: DoubledSystem> const Add for DoubledCoordinates<S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:1250:1
[INFO] [stdout]      |
[INFO] [stdout] 1250 | impl const Sub for AxialCoordinates {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]     --> src/lib.rs:1412:21
[INFO] [stdout]      |
[INFO] [stdout] 1412 |         let dcol = (*self.col - *other.col).abs();
[INFO] [stdout]      |                     ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]     --> src/lib.rs:47:5
[INFO] [stdout]      |
[INFO] [stdout] 47   |     type Target = T;
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:46:1
[INFO] [stdout]      |
[INFO] [stdout] 46   | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]     --> src/lib.rs:1168:9
[INFO] [stdout]      |
[INFO] [stdout] 1168 |         rotated + center
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:1240:1
[INFO] [stdout]      |
[INFO] [stdout] 1240 | impl const Add for AxialCoordinates {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]     --> src/lib.rs:1412:33
[INFO] [stdout]      |
[INFO] [stdout] 1412 |         let dcol = (*self.col - *other.col).abs();
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]     --> src/lib.rs:47:5
[INFO] [stdout]      |
[INFO] [stdout] 47   |     type Target = T;
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:46:1
[INFO] [stdout]      |
[INFO] [stdout] 46   | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]     --> src/lib.rs:1413:21
[INFO] [stdout]      |
[INFO] [stdout] 1413 |         let drow = (*self.row - *other.row).abs();
[INFO] [stdout]      |                     ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]     --> src/lib.rs:47:5
[INFO] [stdout]      |
[INFO] [stdout] 47   |     type Target = T;
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:46:1
[INFO] [stdout]      |
[INFO] [stdout] 46   | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]     --> src/lib.rs:1413:33
[INFO] [stdout]      |
[INFO] [stdout] 1413 |         let drow = (*self.row - *other.row).abs();
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]     --> src/lib.rs:47:5
[INFO] [stdout]      |
[INFO] [stdout] 47   |     type Target = T;
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:46:1
[INFO] [stdout]      |
[INFO] [stdout] 46   | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]     --> src/lib.rs:1363:9
[INFO] [stdout]      |
[INFO] [stdout] 1363 |         *self + Self::from(direction)
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:1545:1
[INFO] [stdout]      |
[INFO] [stdout] 1545 | impl<const S: DoubledSystem> const Add for DoubledCoordinates<S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]     --> src/lib.rs:1369:21
[INFO] [stdout]      |
[INFO] [stdout] 1369 |         let dcol = (*self.col - *other.col).abs();
[INFO] [stdout]      |                     ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]     --> src/lib.rs:47:5
[INFO] [stdout]      |
[INFO] [stdout] 47   |     type Target = T;
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:46:1
[INFO] [stdout]      |
[INFO] [stdout] 46   | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]     --> src/lib.rs:1369:33
[INFO] [stdout]      |
[INFO] [stdout] 1369 |         let dcol = (*self.col - *other.col).abs();
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]     --> src/lib.rs:47:5
[INFO] [stdout]      |
[INFO] [stdout] 47   |     type Target = T;
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:46:1
[INFO] [stdout]      |
[INFO] [stdout] 46   | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]     --> src/lib.rs:1370:21
[INFO] [stdout]      |
[INFO] [stdout] 1370 |         let drow = (*self.row - *other.row).abs();
[INFO] [stdout]      |                     ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]     --> src/lib.rs:47:5
[INFO] [stdout]      |
[INFO] [stdout] 47   |     type Target = T;
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:46:1
[INFO] [stdout]      |
[INFO] [stdout] 46   | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]     --> src/lib.rs:1370:33
[INFO] [stdout]      |
[INFO] [stdout] 1370 |         let drow = (*self.row - *other.row).abs();
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]     --> src/lib.rs:47:5
[INFO] [stdout]      |
[INFO] [stdout] 47   |     type Target = T;
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:46:1
[INFO] [stdout]      |
[INFO] [stdout] 46   | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]     --> src/lib.rs:1406:9
[INFO] [stdout]      |
[INFO] [stdout] 1406 |         *self + Self::from(direction)
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:1545:1
[INFO] [stdout]      |
[INFO] [stdout] 1545 | impl<const S: DoubledSystem> const Add for DoubledCoordinates<S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]     --> src/lib.rs:1412:21
[INFO] [stdout]      |
[INFO] [stdout] 1412 |         let dcol = (*self.col - *other.col).abs();
[INFO] [stdout]      |                     ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]     --> src/lib.rs:47:5
[INFO] [stdout]      |
[INFO] [stdout] 47   |     type Target = T;
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:46:1
[INFO] [stdout]      |
[INFO] [stdout] 46   | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]     --> src/lib.rs:1412:33
[INFO] [stdout]      |
[INFO] [stdout] 1412 |         let dcol = (*self.col - *other.col).abs();
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]     --> src/lib.rs:47:5
[INFO] [stdout]      |
[INFO] [stdout] 47   |     type Target = T;
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:46:1
[INFO] [stdout]      |
[INFO] [stdout] 46   | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]     --> src/lib.rs:1413:21
[INFO] [stdout]      |
[INFO] [stdout] 1413 |         let drow = (*self.row - *other.row).abs();
[INFO] [stdout]      |                     ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]     --> src/lib.rs:47:5
[INFO] [stdout]      |
[INFO] [stdout] 47   |     type Target = T;
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:46:1
[INFO] [stdout]      |
[INFO] [stdout] 46   | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]     --> src/lib.rs:1413:33
[INFO] [stdout]      |
[INFO] [stdout] 1413 |         let drow = (*self.row - *other.row).abs();
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]     --> src/lib.rs:47:5
[INFO] [stdout]      |
[INFO] [stdout] 47   |     type Target = T;
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:46:1
[INFO] [stdout]      |
[INFO] [stdout] 46   | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 124 previous errors; 1 warning emitted
[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: aborting due to 124 previous errors
[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] [stderr] error: could not compile `hex-coordinates` (lib test) due to 125 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `hex-coordinates` (lib) due to 125 previous errors
[INFO] running `Command { std: "docker" "inspect" "a16cd4c1fa1d6d7fdc6ddab9c2467124662cafeb412f5d54044b7b64c752299c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a16cd4c1fa1d6d7fdc6ddab9c2467124662cafeb412f5d54044b7b64c752299c", kill_on_drop: false }`
[INFO] [stdout] a16cd4c1fa1d6d7fdc6ddab9c2467124662cafeb412f5d54044b7b64c752299c
[INFO] checking hex-coordinates-0.1.3 against try#9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88 for pr-124157
[INFO] extracting crate hex-coordinates 0.1.3 into /workspace/builds/worker-3-tc2/source
[INFO] validating manifest of crates.io crate hex-coordinates 0.1.3 on toolchain 9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "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-3-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "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" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d62537409b646496561060f2ccb57bb37b0649713299878ebe4de334bb4d3124
[INFO] running `Command { std: "docker" "start" "-a" "d62537409b646496561060f2ccb57bb37b0649713299878ebe4de334bb4d3124", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d62537409b646496561060f2ccb57bb37b0649713299878ebe4de334bb4d3124", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d62537409b646496561060f2ccb57bb37b0649713299878ebe4de334bb4d3124", kill_on_drop: false }`
[INFO] [stdout] d62537409b646496561060f2ccb57bb37b0649713299878ebe4de334bb4d3124
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9cb14f2b6b8814fef5511464259c3ed08358db25f506c0de63f8debf9bb98b0b
[INFO] running `Command { std: "docker" "start" "-a" "9cb14f2b6b8814fef5511464259c3ed08358db25f506c0de63f8debf9bb98b0b", kill_on_drop: false }`
[INFO] [stderr]     Checking hex-coordinates v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]     --> src/lib.rs:1595:9
[INFO] [stdout]      |
[INFO] [stdout] 1595 |     use super::*;
[INFO] [stdout]      |         ^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[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[E0635]: unknown feature `const_convert`
[INFO] [stdout]  --> src/lib.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | #![feature(const_convert)]
[INFO] [stdout]   |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0741]: `OffsetSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stdout]    --> src/lib.rs:159:15
[INFO] [stdout]     |
[INFO] [stdout] 159 | impl<const S: OffsetSystem> const From<OffsetCoordinates<S>> for Row {
[INFO] [stdout]     |               ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stdout]     |
[INFO] [stdout] 91  + #[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: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: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: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[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[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[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[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[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: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[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[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: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: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[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[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[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: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[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[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: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: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: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[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]    --> src/lib.rs:206:9
[INFO] [stdout]     |
[INFO] [stdout] 206 |         *self + Self::from((parity, direction))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:518:1
[INFO] [stdout]     |
[INFO] [stdout] 518 | impl<const S: OffsetSystem> const Add for OffsetCoordinates<S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]    --> src/lib.rs:249:9
[INFO] [stdout]     |
[INFO] [stdout] 249 |         *self + Self::from((parity, direction))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:518:1
[INFO] [stdout]     |
[INFO] [stdout] 518 | impl<const S: OffsetSystem> const Add for OffsetCoordinates<S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]    --> src/lib.rs:292:9
[INFO] [stdout]     |
[INFO] [stdout] 292 |         *self + Self::from((parity, direction))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:518:1
[INFO] [stdout]     |
[INFO] [stdout] 518 | impl<const S: OffsetSystem> const Add for OffsetCoordinates<S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]    --> src/lib.rs:335:9
[INFO] [stdout]     |
[INFO] [stdout] 335 |         *self + Self::from((parity, direction))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:518:1
[INFO] [stdout]     |
[INFO] [stdout] 518 | impl<const S: OffsetSystem> const Add for OffsetCoordinates<S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]    --> src/lib.rs:206:9
[INFO] [stdout]     |
[INFO] [stdout] 206 |         *self + Self::from((parity, direction))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:518:1
[INFO] [stdout]     |
[INFO] [stdout] 518 | impl<const S: OffsetSystem> const Add for OffsetCoordinates<S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]    --> src/lib.rs:249:9
[INFO] [stdout]     |
[INFO] [stdout] 249 |         *self + Self::from((parity, direction))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:518:1
[INFO] [stdout]     |
[INFO] [stdout] 518 | impl<const S: OffsetSystem> const Add for OffsetCoordinates<S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]    --> src/lib.rs:292:9
[INFO] [stdout]     |
[INFO] [stdout] 292 |         *self + Self::from((parity, direction))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:518:1
[INFO] [stdout]     |
[INFO] [stdout] 518 | impl<const S: OffsetSystem> const Add for OffsetCoordinates<S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]    --> src/lib.rs:335:9
[INFO] [stdout]     |
[INFO] [stdout] 335 |         *self + Self::from((parity, direction))
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:518:1
[INFO] [stdout]     |
[INFO] [stdout] 518 | impl<const S: OffsetSystem> const Add for OffsetCoordinates<S> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]     --> src/lib.rs:803:9
[INFO] [stdout]      |
[INFO] [stdout] 803  |         *self + Self::from(direction)
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:1037:1
[INFO] [stdout]      |
[INFO] [stdout] 1037 | impl const Add for CubeCoordinates {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:809:12
[INFO] [stdout]     |
[INFO] [stdout] 809 |         (((*self.q - *other.q).abs() + (*self.r - *other.r).abs() + (*self.s - *other.s).abs()) / 2)
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:809:22
[INFO] [stdout]     |
[INFO] [stdout] 809 |         (((*self.q - *other.q).abs() + (*self.r - *other.r).abs() + (*self.s - *other.s).abs()) / 2)
[INFO] [stdout]     |                      ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:809:41
[INFO] [stdout]     |
[INFO] [stdout] 809 |         (((*self.q - *other.q).abs() + (*self.r - *other.r).abs() + (*self.s - *other.s).abs()) / 2)
[INFO] [stdout]     |                                         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:809:51
[INFO] [stdout]     |
[INFO] [stdout] 809 |         (((*self.q - *other.q).abs() + (*self.r - *other.r).abs() + (*self.s - *other.s).abs()) / 2)
[INFO] [stdout]     |                                                   ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:809:70
[INFO] [stdout]     |
[INFO] [stdout] 809 |         (((*self.q - *other.q).abs() + (*self.r - *other.r).abs() + (*self.s - *other.s).abs()) / 2)
[INFO] [stdout]     |                                                                      ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:809:80
[INFO] [stdout]     |
[INFO] [stdout] 809 |         (((*self.q - *other.q).abs() + (*self.r - *other.r).abs() + (*self.s - *other.s).abs()) / 2)
[INFO] [stdout]     |                                                                                ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:1048:1
[INFO] [stdout]      |
[INFO] [stdout] 1048 | impl const Sub for CubeCoordinates {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:865:31
[INFO] [stdout]     |
[INFO] [stdout] 865 |                 q: Immutable(-*vec.s),
[INFO] [stdout]     |                               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:845:31
[INFO] [stdout]     |
[INFO] [stdout] 845 |                 q: Immutable(-*vec.r),
[INFO] [stdout]     |                               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:846:31
[INFO] [stdout]     |
[INFO] [stdout] 846 |                 r: Immutable(-*vec.s),
[INFO] [stdout]     |                               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:847:31
[INFO] [stdout]     |
[INFO] [stdout] 847 |                 s: Immutable(-*vec.q),
[INFO] [stdout]     |                               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:850:30
[INFO] [stdout]     |
[INFO] [stdout] 850 |                 q: Immutable(*vec.s),
[INFO] [stdout]     |                              ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:851:30
[INFO] [stdout]     |
[INFO] [stdout] 851 |                 r: Immutable(*vec.q),
[INFO] [stdout]     |                              ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:852:30
[INFO] [stdout]     |
[INFO] [stdout] 852 |                 s: Immutable(*vec.r),
[INFO] [stdout]     |                              ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:855:31
[INFO] [stdout]     |
[INFO] [stdout] 855 |                 q: Immutable(-*vec.q),
[INFO] [stdout]     |                               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:856:31
[INFO] [stdout]     |
[INFO] [stdout] 856 |                 r: Immutable(-*vec.r),
[INFO] [stdout]     |                               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:857:31
[INFO] [stdout]     |
[INFO] [stdout] 857 |                 s: Immutable(-*vec.s),
[INFO] [stdout]     |                               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:860:30
[INFO] [stdout]     |
[INFO] [stdout] 860 |                 q: Immutable(*vec.r),
[INFO] [stdout]     |                              ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:861:30
[INFO] [stdout]     |
[INFO] [stdout] 861 |                 r: Immutable(*vec.s),
[INFO] [stdout]     |                              ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:862:30
[INFO] [stdout]     |
[INFO] [stdout] 862 |                 s: Immutable(*vec.q),
[INFO] [stdout]     |                              ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:866:31
[INFO] [stdout]     |
[INFO] [stdout] 866 |                 r: Immutable(-*vec.q),
[INFO] [stdout]     |                               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:867:31
[INFO] [stdout]     |
[INFO] [stdout] 867 |                 s: Immutable(-*vec.r),
[INFO] [stdout]     |                               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]     --> src/lib.rs:870:9
[INFO] [stdout]      |
[INFO] [stdout] 870  |         rotated + center
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:1037:1
[INFO] [stdout]      |
[INFO] [stdout] 1037 | impl const Add for CubeCoordinates {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:880:26
[INFO] [stdout]     |
[INFO] [stdout] 880 |             q: Immutable(*self.q / rhs),
[INFO] [stdout]     |                          ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:881:26
[INFO] [stdout]     |
[INFO] [stdout] 881 |             r: Immutable(*self.r / rhs),
[INFO] [stdout]     |                          ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:882:26
[INFO] [stdout]     |
[INFO] [stdout] 882 |             s: Immutable(*self.s / rhs),
[INFO] [stdout]     |                          ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:884:12
[INFO] [stdout]     |
[INFO] [stdout] 884 |         if *result.q + *result.r + *result.s == 0 {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:884:24
[INFO] [stdout]     |
[INFO] [stdout] 884 |         if *result.q + *result.r + *result.s == 0 {
[INFO] [stdout]     |                        ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:884:36
[INFO] [stdout]     |
[INFO] [stdout] 884 |         if *result.q + *result.r + *result.s == 0 {
[INFO] [stdout]     |                                    ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/core/src/result.rs:1940:1
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/core/src/result.rs:1959:1
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]     --> src/lib.rs:803:9
[INFO] [stdout]      |
[INFO] [stdout] 803  |         *self + Self::from(direction)
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:1037:1
[INFO] [stdout]      |
[INFO] [stdout] 1037 | impl const Add for CubeCoordinates {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]     --> src/lib.rs:1108:9
[INFO] [stdout]      |
[INFO] [stdout] 1108 |         *self + Self::from(direction)
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:1240:1
[INFO] [stdout]      |
[INFO] [stdout] 1240 | impl const Add for AxialCoordinates {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:809:12
[INFO] [stdout]     |
[INFO] [stdout] 809 |         (((*self.q - *other.q).abs() + (*self.r - *other.r).abs() + (*self.s - *other.s).abs()) / 2)
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:809:22
[INFO] [stdout]     |
[INFO] [stdout] 809 |         (((*self.q - *other.q).abs() + (*self.r - *other.r).abs() + (*self.s - *other.s).abs()) / 2)
[INFO] [stdout]     |                      ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:809:41
[INFO] [stdout]     |
[INFO] [stdout] 809 |         (((*self.q - *other.q).abs() + (*self.r - *other.r).abs() + (*self.s - *other.s).abs()) / 2)
[INFO] [stdout]     |                                         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:1250:1
[INFO] [stdout]      |
[INFO] [stdout] 1250 | impl const Sub for AxialCoordinates {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]     --> src/lib.rs:1168:9
[INFO] [stdout]      |
[INFO] [stdout] 1168 |         rotated + center
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:1240:1
[INFO] [stdout]      |
[INFO] [stdout] 1240 | impl const Add for AxialCoordinates {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:809:51
[INFO] [stdout]     |
[INFO] [stdout] 809 |         (((*self.q - *other.q).abs() + (*self.r - *other.r).abs() + (*self.s - *other.s).abs()) / 2)
[INFO] [stdout]     |                                                   ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:809:70
[INFO] [stdout]     |
[INFO] [stdout] 809 |         (((*self.q - *other.q).abs() + (*self.r - *other.r).abs() + (*self.s - *other.s).abs()) / 2)
[INFO] [stdout]     |                                                                      ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:809:80
[INFO] [stdout]     |
[INFO] [stdout] 809 |         (((*self.q - *other.q).abs() + (*self.r - *other.r).abs() + (*self.s - *other.s).abs()) / 2)
[INFO] [stdout]     |                                                                                ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:1048:1
[INFO] [stdout]      |
[INFO] [stdout] 1048 | impl const Sub for CubeCoordinates {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:865:31
[INFO] [stdout]     |
[INFO] [stdout] 865 |                 q: Immutable(-*vec.s),
[INFO] [stdout]     |                               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:845:31
[INFO] [stdout]     |
[INFO] [stdout] 845 |                 q: Immutable(-*vec.r),
[INFO] [stdout]     |                               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:846:31
[INFO] [stdout]     |
[INFO] [stdout] 846 |                 r: Immutable(-*vec.s),
[INFO] [stdout]     |                               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:847:31
[INFO] [stdout]     |
[INFO] [stdout] 847 |                 s: Immutable(-*vec.q),
[INFO] [stdout]     |                               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:850:30
[INFO] [stdout]     |
[INFO] [stdout] 850 |                 q: Immutable(*vec.s),
[INFO] [stdout]     |                              ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:851:30
[INFO] [stdout]     |
[INFO] [stdout] 851 |                 r: Immutable(*vec.q),
[INFO] [stdout]     |                              ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:852:30
[INFO] [stdout]     |
[INFO] [stdout] 852 |                 s: Immutable(*vec.r),
[INFO] [stdout]     |                              ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:855:31
[INFO] [stdout]     |
[INFO] [stdout] 855 |                 q: Immutable(-*vec.q),
[INFO] [stdout]     |                               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:856:31
[INFO] [stdout]     |
[INFO] [stdout] 856 |                 r: Immutable(-*vec.r),
[INFO] [stdout]     |                               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:857:31
[INFO] [stdout]     |
[INFO] [stdout] 857 |                 s: Immutable(-*vec.s),
[INFO] [stdout]     |                               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:860:30
[INFO] [stdout]     |
[INFO] [stdout] 860 |                 q: Immutable(*vec.r),
[INFO] [stdout]     |                              ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:861:30
[INFO] [stdout]     |
[INFO] [stdout] 861 |                 r: Immutable(*vec.s),
[INFO] [stdout]     |                              ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]     --> src/lib.rs:1363:9
[INFO] [stdout]      |
[INFO] [stdout] 1363 |         *self + Self::from(direction)
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:1545:1
[INFO] [stdout]      |
[INFO] [stdout] 1545 | impl<const S: DoubledSystem> const Add for DoubledCoordinates<S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:862:30
[INFO] [stdout]     |
[INFO] [stdout] 862 |                 s: Immutable(*vec.q),
[INFO] [stdout]     |                              ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:866:31
[INFO] [stdout]     |
[INFO] [stdout] 866 |                 r: Immutable(-*vec.q),
[INFO] [stdout]     |                               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:867:31
[INFO] [stdout]     |
[INFO] [stdout] 867 |                 s: Immutable(-*vec.r),
[INFO] [stdout]     |                               ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]     --> src/lib.rs:870:9
[INFO] [stdout]      |
[INFO] [stdout] 870  |         rotated + center
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:1037:1
[INFO] [stdout]      |
[INFO] [stdout] 1037 | impl const Add for CubeCoordinates {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:880:26
[INFO] [stdout]     |
[INFO] [stdout] 880 |             q: Immutable(*self.q / rhs),
[INFO] [stdout]     |                          ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:881:26
[INFO] [stdout]     |
[INFO] [stdout] 881 |             r: Immutable(*self.r / rhs),
[INFO] [stdout]     |                          ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:882:26
[INFO] [stdout]     |
[INFO] [stdout] 882 |             s: Immutable(*self.s / rhs),
[INFO] [stdout]     |                          ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:884:12
[INFO] [stdout]     |
[INFO] [stdout] 884 |         if *result.q + *result.r + *result.s == 0 {
[INFO] [stdout]     |            ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:884:24
[INFO] [stdout]     |
[INFO] [stdout] 884 |         if *result.q + *result.r + *result.s == 0 {
[INFO] [stdout]     |                        ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]    --> src/lib.rs:884:36
[INFO] [stdout]     |
[INFO] [stdout] 884 |         if *result.q + *result.r + *result.s == 0 {
[INFO] [stdout]     |                                    ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]    --> src/lib.rs:47:5
[INFO] [stdout]     |
[INFO] [stdout] 47  |     type Target = T;
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]    --> src/lib.rs:46:1
[INFO] [stdout]     |
[INFO] [stdout] 46  | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/core/src/result.rs:1940:1
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[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/9c7b5f5b6b8ec32bbbcf9f07fc0e5208da6c5f88/library/core/src/result.rs:1959:1
[INFO] [stdout]     = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]     |
[INFO] [stdout] 34  + #![feature(effects)]
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]     --> src/lib.rs:1369:21
[INFO] [stdout]      |
[INFO] [stdout] 1369 |         let dcol = (*self.col - *other.col).abs();
[INFO] [stdout]      |                     ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]     --> src/lib.rs:47:5
[INFO] [stdout]      |
[INFO] [stdout] 47   |     type Target = T;
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:46:1
[INFO] [stdout]      |
[INFO] [stdout] 46   | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]     --> src/lib.rs:1369:33
[INFO] [stdout]      |
[INFO] [stdout] 1369 |         let dcol = (*self.col - *other.col).abs();
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]     --> src/lib.rs:47:5
[INFO] [stdout]      |
[INFO] [stdout] 47   |     type Target = T;
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:46:1
[INFO] [stdout]      |
[INFO] [stdout] 46   | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]     --> src/lib.rs:1370:21
[INFO] [stdout]      |
[INFO] [stdout] 1370 |         let drow = (*self.row - *other.row).abs();
[INFO] [stdout]      |                     ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]     --> src/lib.rs:47:5
[INFO] [stdout]      |
[INFO] [stdout] 47   |     type Target = T;
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:46:1
[INFO] [stdout]      |
[INFO] [stdout] 46   | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]     --> src/lib.rs:1370:33
[INFO] [stdout]      |
[INFO] [stdout] 1370 |         let drow = (*self.row - *other.row).abs();
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]     --> src/lib.rs:47:5
[INFO] [stdout]      |
[INFO] [stdout] 47   |     type Target = T;
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:46:1
[INFO] [stdout]      |
[INFO] [stdout] 46   | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]     --> src/lib.rs:1406:9
[INFO] [stdout]      |
[INFO] [stdout] 1406 |         *self + Self::from(direction)
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:1545:1
[INFO] [stdout]      |
[INFO] [stdout] 1545 | impl<const S: DoubledSystem> const Add for DoubledCoordinates<S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]     --> src/lib.rs:1412:21
[INFO] [stdout]      |
[INFO] [stdout] 1412 |         let dcol = (*self.col - *other.col).abs();
[INFO] [stdout]      |                     ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]     --> src/lib.rs:47:5
[INFO] [stdout]      |
[INFO] [stdout] 47   |     type Target = T;
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:46:1
[INFO] [stdout]      |
[INFO] [stdout] 46   | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]     --> src/lib.rs:1412:33
[INFO] [stdout]      |
[INFO] [stdout] 1412 |         let dcol = (*self.col - *other.col).abs();
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]     --> src/lib.rs:47:5
[INFO] [stdout]      |
[INFO] [stdout] 47   |     type Target = T;
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:46:1
[INFO] [stdout]      |
[INFO] [stdout] 46   | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]     --> src/lib.rs:1413:21
[INFO] [stdout]      |
[INFO] [stdout] 1413 |         let drow = (*self.row - *other.row).abs();
[INFO] [stdout]      |                     ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]     --> src/lib.rs:47:5
[INFO] [stdout]      |
[INFO] [stdout] 47   |     type Target = T;
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:46:1
[INFO] [stdout]      |
[INFO] [stdout] 46   | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]     --> src/lib.rs:1413:33
[INFO] [stdout]      |
[INFO] [stdout] 1413 |         let drow = (*self.row - *other.row).abs();
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]     --> src/lib.rs:47:5
[INFO] [stdout]      |
[INFO] [stdout] 47   |     type Target = T;
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:46:1
[INFO] [stdout]      |
[INFO] [stdout] 46   | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]     --> src/lib.rs:1108:9
[INFO] [stdout]      |
[INFO] [stdout] 1108 |         *self + Self::from(direction)
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:1240:1
[INFO] [stdout]      |
[INFO] [stdout] 1240 | impl const Add for AxialCoordinates {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:1250:1
[INFO] [stdout]      |
[INFO] [stdout] 1250 | impl const Sub for AxialCoordinates {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]     --> src/lib.rs:1168:9
[INFO] [stdout]      |
[INFO] [stdout] 1168 |         rotated + center
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:1240:1
[INFO] [stdout]      |
[INFO] [stdout] 1240 | impl const Add for AxialCoordinates {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 124 previous errors
[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 `<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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]     --> src/lib.rs:1363:9
[INFO] [stdout]      |
[INFO] [stdout] 1363 |         *self + Self::from(direction)
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:1545:1
[INFO] [stdout]      |
[INFO] [stdout] 1545 | impl<const S: DoubledSystem> const Add for DoubledCoordinates<S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]     --> src/lib.rs:1369:21
[INFO] [stdout]      |
[INFO] [stdout] 1369 |         let dcol = (*self.col - *other.col).abs();
[INFO] [stdout]      |                     ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]     --> src/lib.rs:47:5
[INFO] [stdout]      |
[INFO] [stdout] 47   |     type Target = T;
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:46:1
[INFO] [stdout]      |
[INFO] [stdout] 46   | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]     --> src/lib.rs:1369:33
[INFO] [stdout]      |
[INFO] [stdout] 1369 |         let dcol = (*self.col - *other.col).abs();
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]     --> src/lib.rs:47:5
[INFO] [stdout]      |
[INFO] [stdout] 47   |     type Target = T;
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:46:1
[INFO] [stdout]      |
[INFO] [stdout] 46   | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]     --> src/lib.rs:1370:21
[INFO] [stdout]      |
[INFO] [stdout] 1370 |         let drow = (*self.row - *other.row).abs();
[INFO] [stdout]      |                     ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]     --> src/lib.rs:47:5
[INFO] [stdout]      |
[INFO] [stdout] 47   |     type Target = T;
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:46:1
[INFO] [stdout]      |
[INFO] [stdout] 46   | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]     --> src/lib.rs:1370:33
[INFO] [stdout]      |
[INFO] [stdout] 1370 |         let drow = (*self.row - *other.row).abs();
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]     --> src/lib.rs:47:5
[INFO] [stdout]      |
[INFO] [stdout] 47   |     type Target = T;
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:46:1
[INFO] [stdout]      |
[INFO] [stdout] 46   | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot call non-const operator in constant functions
[INFO] [stdout]     --> src/lib.rs:1406:9
[INFO] [stdout]      |
[INFO] [stdout] 1406 |         *self + Self::from(direction)
[INFO] [stdout]      |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:1545:1
[INFO] [stdout]      |
[INFO] [stdout] 1545 | impl<const S: DoubledSystem> const Add for DoubledCoordinates<S> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]     --> src/lib.rs:1412:21
[INFO] [stdout]      |
[INFO] [stdout] 1412 |         let dcol = (*self.col - *other.col).abs();
[INFO] [stdout]      |                     ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]     --> src/lib.rs:47:5
[INFO] [stdout]      |
[INFO] [stdout] 47   |     type Target = T;
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:46:1
[INFO] [stdout]      |
[INFO] [stdout] 46   | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]     --> src/lib.rs:1412:33
[INFO] [stdout]      |
[INFO] [stdout] 1412 |         let dcol = (*self.col - *other.col).abs();
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]     --> src/lib.rs:47:5
[INFO] [stdout]      |
[INFO] [stdout] 47   |     type Target = T;
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:46:1
[INFO] [stdout]      |
[INFO] [stdout] 46   | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]     --> src/lib.rs:1413:21
[INFO] [stdout]      |
[INFO] [stdout] 1413 |         let drow = (*self.row - *other.row).abs();
[INFO] [stdout]      |                     ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]     --> src/lib.rs:47:5
[INFO] [stdout]      |
[INFO] [stdout] 47   |     type Target = T;
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:46:1
[INFO] [stdout]      |
[INFO] [stdout] 46   | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0015]: cannot perform deref coercion on `Immutable<isize>` in constant functions
[INFO] [stdout]     --> src/lib.rs:1413:33
[INFO] [stdout]      |
[INFO] [stdout] 1413 |         let drow = (*self.row - *other.row).abs();
[INFO] [stdout]      |                                 ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: attempting to deref into `isize`
[INFO] [stdout] note: deref defined here
[INFO] [stdout]     --> src/lib.rs:47:5
[INFO] [stdout]      |
[INFO] [stdout] 47   |     type Target = T;
[INFO] [stdout]      |     ^^^^^^^^^^^
[INFO] [stdout] note: impl defined here, but it is not `const`
[INFO] [stdout]     --> src/lib.rs:46:1
[INFO] [stdout]      |
[INFO] [stdout] 46   | impl<T> const Deref for Immutable<T> {
[INFO] [stdout]      | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      = note: calls in constant functions are limited to constant functions, tuple structs and tuple variants
[INFO] [stdout] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `hex-coordinates` (lib) due to 125 previous errors
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[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] help: add `#![feature(effects)]` to the crate attributes to enable
[INFO] [stdout]      |
[INFO] [stdout] 34   + #![feature(effects)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 124 previous errors; 1 warning emitted
[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] [stderr] error: could not compile `hex-coordinates` (lib test) due to 125 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "9cb14f2b6b8814fef5511464259c3ed08358db25f506c0de63f8debf9bb98b0b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9cb14f2b6b8814fef5511464259c3ed08358db25f506c0de63f8debf9bb98b0b", kill_on_drop: false }`
[INFO] [stdout] 9cb14f2b6b8814fef5511464259c3ed08358db25f506c0de63f8debf9bb98b0b
