hex-coordinates 0.1.3

A library for handling hex coordinates.
Documentation
Build #2240306 2025-06-19 05:32:39

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# rustc version
rustc 1.89.0-nightly (c68340350 2025-06-18)# docs.rs version
docsrs 0.6.0 (0a8149e8 2025-06-15)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/hex-coordinates-0.1.3/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/hex-coordinates-0.1.3/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250618-1.89.0-nightly-c68340350\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 35e51c58b935f2d6b7bd11cdeafd42176b5a3a7363f05a7a53cc9b25310ae870
[INFO] running `Command { std: "docker" "start" "-a" "35e51c58b935f2d6b7bd11cdeafd42176b5a3a7363f05a7a53cc9b25310ae870", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting hex-coordinates v0.1.3 (/opt/rustwide/workdir)
[INFO] [stderr] error: const `impl` for trait `From` which is not marked with `#[const_trait]`
[INFO] [stderr]    --> src/lib.rs:159:35
[INFO] [stderr]     |
[INFO] [stderr] 159 | impl<const S: OffsetSystem> const From<OffsetCoordinates<S>> for Row {
[INFO] [stderr]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stderr]     |
[INFO] [stderr]     = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `From` which is not marked with `#[const_trait]`
[INFO] [stderr]    --> src/lib.rs:176:35
[INFO] [stderr]     |
[INFO] [stderr] 176 | impl<const S: OffsetSystem> const From<OffsetCoordinates<S>> for Col {
[INFO] [stderr]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stderr]     |
[INFO] [stderr]     = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `From` which is not marked with `#[const_trait]`
[INFO] [stderr]    --> src/lib.rs:374:12
[INFO] [stderr]     |
[INFO] [stderr] 374 | impl const From<AxialCoordinates> for OffsetCoordinates<{ OffsetSystem::OddR }> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stderr]     |
[INFO] [stderr]     = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `From` which is not marked with `#[const_trait]`
[INFO] [stderr]    --> src/lib.rs:381:12
[INFO] [stderr]     |
[INFO] [stderr] 381 | impl const From<AxialCoordinates> for OffsetCoordinates<{ OffsetSystem::EvenR }> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stderr]     |
[INFO] [stderr]     = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `From` which is not marked with `#[const_trait]`
[INFO] [stderr]    --> src/lib.rs:388:12
[INFO] [stderr]     |
[INFO] [stderr] 388 | impl const From<AxialCoordinates> for OffsetCoordinates<{ OffsetSystem::OddQ }> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stderr]     |
[INFO] [stderr]     = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `From` which is not marked with `#[const_trait]`
[INFO] [stderr]    --> src/lib.rs:395:12
[INFO] [stderr]     |
[INFO] [stderr] 395 | impl const From<AxialCoordinates> for OffsetCoordinates<{ OffsetSystem::EvenQ }> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stderr]     |
[INFO] [stderr]     = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `From` which is not marked with `#[const_trait]`
[INFO] [stderr]    --> src/lib.rs:402:12
[INFO] [stderr]     |
[INFO] [stderr] 402 | impl const From<CubeCoordinates> for OffsetCoordinates<{ OffsetSystem::OddR }> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stderr]     |
[INFO] [stderr]     = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `From` which is not marked with `#[const_trait]`
[INFO] [stderr]    --> src/lib.rs:409:12
[INFO] [stderr]     |
[INFO] [stderr] 409 | impl const From<CubeCoordinates> for OffsetCoordinates<{ OffsetSystem::EvenR }> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stderr]     |
[INFO] [stderr]     = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `From` which is not marked with `#[const_trait]`
[INFO] [stderr]    --> src/lib.rs:416:12
[INFO] [stderr]     |
[INFO] [stderr] 416 | impl const From<CubeCoordinates> for OffsetCoordinates<{ OffsetSystem::OddQ }> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stderr]     |
[INFO] [stderr]     = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `From` which is not marked with `#[const_trait]`
[INFO] [stderr]    --> src/lib.rs:423:12
[INFO] [stderr]     |
[INFO] [stderr] 423 | impl const From<CubeCoordinates> for OffsetCoordinates<{ OffsetSystem::EvenQ }> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stderr]     |
[INFO] [stderr]     = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `From` which is not marked with `#[const_trait]`
[INFO] [stderr]    --> src/lib.rs:430:12
[INFO] [stderr]     |
[INFO] [stderr] 430 | impl const From<(Row, Direction)> for OffsetCoordinates<{ OffsetSystem::OddR }> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stderr]     |
[INFO] [stderr]     = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `From` which is not marked with `#[const_trait]`
[INFO] [stderr]    --> src/lib.rs:452:12
[INFO] [stderr]     |
[INFO] [stderr] 452 | impl const From<(Row, Direction)> for OffsetCoordinates<{ OffsetSystem::EvenR }> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stderr]     |
[INFO] [stderr]     = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `From` which is not marked with `#[const_trait]`
[INFO] [stderr]    --> src/lib.rs:474:12
[INFO] [stderr]     |
[INFO] [stderr] 474 | impl const From<(Col, Direction)> for OffsetCoordinates<{ OffsetSystem::OddQ }> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stderr]     |
[INFO] [stderr]     = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `From` which is not marked with `#[const_trait]`
[INFO] [stderr]    --> src/lib.rs:496:12
[INFO] [stderr]     |
[INFO] [stderr] 496 | impl const From<(Col, Direction)> for OffsetCoordinates<{ OffsetSystem::EvenQ }> {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stderr]     |
[INFO] [stderr]     = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `From` which is not marked with `#[const_trait]`
[INFO] [stderr]    --> src/lib.rs:633:12
[INFO] [stderr]     |
[INFO] [stderr] 633 | impl const From<u8> for Rotation {
[INFO] [stderr]     |            ^^^^^^^^ this trait is not `const`
[INFO] [stderr]     |
[INFO] [stderr]     = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `From` which is not marked with `#[const_trait]`
[INFO] [stderr]    --> src/lib.rs:924:12
[INFO] [stderr]     |
[INFO] [stderr] 924 | impl const From<OffsetCoordinates<{ OffsetSystem::OddR }>> for CubeCoordinates {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stderr]     |
[INFO] [stderr]     = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `From` which is not marked with `#[const_trait]`
[INFO] [stderr]    --> src/lib.rs:935:12
[INFO] [stderr]     |
[INFO] [stderr] 935 | impl const From<OffsetCoordinates<{ OffsetSystem::EvenR }>> for CubeCoordinates {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stderr]     |
[INFO] [stderr]     = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `From` which is not marked with `#[const_trait]`
[INFO] [stderr]    --> src/lib.rs:946:12
[INFO] [stderr]     |
[INFO] [stderr] 946 | impl const From<OffsetCoordinates<{ OffsetSystem::OddQ }>> for CubeCoordinates {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stderr]     |
[INFO] [stderr]     = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `From` which is not marked with `#[const_trait]`
[INFO] [stderr]    --> src/lib.rs:957:12
[INFO] [stderr]     |
[INFO] [stderr] 957 | impl const From<OffsetCoordinates<{ OffsetSystem::EvenQ }>> for CubeCoordinates {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stderr]     |
[INFO] [stderr]     = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `From` which is not marked with `#[const_trait]`
[INFO] [stderr]    --> src/lib.rs:968:12
[INFO] [stderr]     |
[INFO] [stderr] 968 | impl const From<AxialCoordinates> for CubeCoordinates {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stderr]     |
[INFO] [stderr]     = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `From` which is not marked with `#[const_trait]`
[INFO] [stderr]    --> src/lib.rs:977:12
[INFO] [stderr]     |
[INFO] [stderr] 977 | impl const From<DoubledCoordinates<{ DoubledSystem::Height }>> for CubeCoordinates {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stderr]     |
[INFO] [stderr]     = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `From` which is not marked with `#[const_trait]`
[INFO] [stderr]    --> src/lib.rs:990:12
[INFO] [stderr]     |
[INFO] [stderr] 990 | impl const From<DoubledCoordinates<{ DoubledSystem::Width }>> for CubeCoordinates {
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stderr]     |
[INFO] [stderr]     = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `From` which is not marked with `#[const_trait]`
[INFO] [stderr]     --> src/lib.rs:1001:12
[INFO] [stderr]      |
[INFO] [stderr] 1001 | impl const From<Direction> for CubeCoordinates {
[INFO] [stderr]      |            ^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stderr]      |
[INFO] [stderr]      = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]      = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `From` which is not marked with `#[const_trait]`
[INFO] [stderr]     --> src/lib.rs:1179:12
[INFO] [stderr]      |
[INFO] [stderr] 1179 | impl const From<CubeCoordinates> for AxialCoordinates {
[INFO] [stderr]      |            ^^^^^^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stderr]      |
[INFO] [stderr]      = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]      = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `From` which is not marked with `#[const_trait]`
[INFO] [stderr]     --> src/lib.rs:1184:12
[INFO] [stderr]      |
[INFO] [stderr] 1184 | impl const From<OffsetCoordinates<{ OffsetSystem::OddR }>> for AxialCoordinates {
[INFO] [stderr]      |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stderr]      |
[INFO] [stderr]      = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]      = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `From` which is not marked with `#[const_trait]`
[INFO] [stderr]     --> src/lib.rs:1191:12
[INFO] [stderr]      |
[INFO] [stderr] 1191 | impl const From<OffsetCoordinates<{ OffsetSystem::EvenR }>> for AxialCoordinates {
[INFO] [stderr]      |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stderr]      |
[INFO] [stderr]      = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]      = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `From` which is not marked with `#[const_trait]`
[INFO] [stderr]     --> src/lib.rs:1198:12
[INFO] [stderr]      |
[INFO] [stderr] 1198 | impl const From<OffsetCoordinates<{ OffsetSystem::OddQ }>> for AxialCoordinates {
[INFO] [stderr]      |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stderr]      |
[INFO] [stderr]      = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]      = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `From` which is not marked with `#[const_trait]`
[INFO] [stderr]     --> src/lib.rs:1205:12
[INFO] [stderr]      |
[INFO] [stderr] 1205 | impl const From<OffsetCoordinates<{ OffsetSystem::EvenQ }>> for AxialCoordinates {
[INFO] [stderr]      |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stderr]      |
[INFO] [stderr]      = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]      = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `From` which is not marked with `#[const_trait]`
[INFO] [stderr]     --> src/lib.rs:1212:12
[INFO] [stderr]      |
[INFO] [stderr] 1212 | impl const From<DoubledCoordinates<{ DoubledSystem::Height }>> for AxialCoordinates {
[INFO] [stderr]      |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stderr]      |
[INFO] [stderr]      = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]      = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `From` which is not marked with `#[const_trait]`
[INFO] [stderr]     --> src/lib.rs:1221:12
[INFO] [stderr]      |
[INFO] [stderr] 1221 | impl const From<DoubledCoordinates<{ DoubledSystem::Width }>> for AxialCoordinates {
[INFO] [stderr]      |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stderr]      |
[INFO] [stderr]      = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]      = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `From` which is not marked with `#[const_trait]`
[INFO] [stderr]     --> src/lib.rs:1228:12
[INFO] [stderr]      |
[INFO] [stderr] 1228 | impl const From<Direction> for AxialCoordinates {
[INFO] [stderr]      |            ^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stderr]      |
[INFO] [stderr]      = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]      = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `From` which is not marked with `#[const_trait]`
[INFO] [stderr]     --> src/lib.rs:1445:12
[INFO] [stderr]      |
[INFO] [stderr] 1445 | impl const From<AxialCoordinates> for DoubledCoordinates<{ DoubledSystem::Height }> {
[INFO] [stderr]      |            ^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stderr]      |
[INFO] [stderr]      = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]      = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `From` which is not marked with `#[const_trait]`
[INFO] [stderr]     --> src/lib.rs:1455:12
[INFO] [stderr]      |
[INFO] [stderr] 1455 | impl const From<AxialCoordinates> for DoubledCoordinates<{ DoubledSystem::Width }> {
[INFO] [stderr]      |            ^^^^^^^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stderr]      |
[INFO] [stderr]      = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]      = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `From` which is not marked with `#[const_trait]`
[INFO] [stderr]     --> src/lib.rs:1465:12
[INFO] [stderr]      |
[INFO] [stderr] 1465 | impl const From<CubeCoordinates> for DoubledCoordinates<{ DoubledSystem::Height }> {
[INFO] [stderr]      |            ^^^^^^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stderr]      |
[INFO] [stderr]      = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]      = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `From` which is not marked with `#[const_trait]`
[INFO] [stderr]     --> src/lib.rs:1475:12
[INFO] [stderr]      |
[INFO] [stderr] 1475 | impl const From<CubeCoordinates> for DoubledCoordinates<{ DoubledSystem::Width }> {
[INFO] [stderr]      |            ^^^^^^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stderr]      |
[INFO] [stderr]      = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]      = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `From` which is not marked with `#[const_trait]`
[INFO] [stderr]     --> src/lib.rs:1485:12
[INFO] [stderr]      |
[INFO] [stderr] 1485 | impl const From<Direction> for DoubledCoordinates<{ DoubledSystem::Height }> {
[INFO] [stderr]      |            ^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stderr]      |
[INFO] [stderr]      = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]      = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `From` which is not marked with `#[const_trait]`
[INFO] [stderr]     --> src/lib.rs:1515:12
[INFO] [stderr]      |
[INFO] [stderr] 1515 | impl const From<Direction> for DoubledCoordinates<{ DoubledSystem::Width }> {
[INFO] [stderr]      |            ^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stderr]      |
[INFO] [stderr]      = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]      = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error[E0741]: `OffsetSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stderr]    --> src/lib.rs:159:15
[INFO] [stderr]     |
[INFO] [stderr] 159 | impl<const S: OffsetSystem> const From<OffsetCoordinates<S>> for Row {
[INFO] [stderr]     |               ^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stderr]     |
[INFO] [stderr] 91  - pub enum OffsetSystem {
[INFO] [stderr] 91  + #[derive(ConstParamTy)]
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0741]: `OffsetSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stderr]    --> src/lib.rs:176:15
[INFO] [stderr]     |
[INFO] [stderr] 176 | impl<const S: OffsetSystem> const From<OffsetCoordinates<S>> for Col {
[INFO] [stderr]     |               ^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stderr]     |
[INFO] [stderr] 91  - pub enum OffsetSystem {
[INFO] [stderr] 91  + #[derive(ConstParamTy)]
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0741]: `OffsetSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stderr]    --> src/lib.rs:188:39
[INFO] [stderr]     |
[INFO] [stderr] 188 | pub struct OffsetCoordinates<const S: OffsetSystem> {
[INFO] [stderr]     |                                       ^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stderr]     |
[INFO] [stderr] 91  - pub enum OffsetSystem {
[INFO] [stderr] 91  + #[derive(ConstParamTy)]
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0741]: `OffsetSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stderr]    --> src/lib.rs:195:15
[INFO] [stderr]     |
[INFO] [stderr] 195 | impl<const S: OffsetSystem> OffsetCoordinates<S> {
[INFO] [stderr]     |               ^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stderr]     |
[INFO] [stderr] 91  - pub enum OffsetSystem {
[INFO] [stderr] 91  + #[derive(ConstParamTy)]
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error[E0741]: `OffsetSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stderr]    --> src/lib.rs:518:15
[INFO] [stderr]     |
[INFO] [stderr] 518 | impl<const S: OffsetSystem> const Add for OffsetCoordinates<S> {
[INFO] [stderr]     |               ^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stderr]     |
[INFO] [stderr] 91  - pub enum OffsetSystem {
[INFO] [stderr] 91  + #[derive(ConstParamTy)]
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `Sub` which is not marked with `#[const_trait]`
[INFO] [stderr]    --> src/lib.rs:528:35
[INFO] [stderr]     |
[INFO] [stderr] 528 | impl<const S: OffsetSystem> const Sub for OffsetCoordinates<S> {
[INFO] [stderr]     |                                   ^^^ this trait is not `const`
[INFO] [stderr]     |
[INFO] [stderr]     = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `Sub` which is not marked with `#[const_trait]`
[INFO] [stderr]    --> src/lib.rs:615:12
[INFO] [stderr]     |
[INFO] [stderr] 615 | impl const Sub for Rotation {
[INFO] [stderr]     |            ^^^ this trait is not `const`
[INFO] [stderr]     |
[INFO] [stderr]     = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `Sub` which is not marked with `#[const_trait]`
[INFO] [stderr]     --> src/lib.rs:1048:12
[INFO] [stderr]      |
[INFO] [stderr] 1048 | impl const Sub for CubeCoordinates {
[INFO] [stderr]      |            ^^^ this trait is not `const`
[INFO] [stderr]      |
[INFO] [stderr]      = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]      = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `Sub` which is not marked with `#[const_trait]`
[INFO] [stderr]     --> src/lib.rs:1250:12
[INFO] [stderr]      |
[INFO] [stderr] 1250 | impl const Sub for AxialCoordinates {
[INFO] [stderr]      |            ^^^ this trait is not `const`
[INFO] [stderr]      |
[INFO] [stderr]      = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]      = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `Sub` which is not marked with `#[const_trait]`
[INFO] [stderr]     --> src/lib.rs:1555:36
[INFO] [stderr]      |
[INFO] [stderr] 1555 | impl<const S: DoubledSystem> const Sub for DoubledCoordinates<S> {
[INFO] [stderr]      |                                    ^^^ this trait is not `const`
[INFO] [stderr]      |
[INFO] [stderr]      = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]      = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error[E0741]: `OffsetSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stderr]    --> src/lib.rs:528:15
[INFO] [stderr]     |
[INFO] [stderr] 528 | impl<const S: OffsetSystem> const Sub for OffsetCoordinates<S> {
[INFO] [stderr]     |               ^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stderr]     |
[INFO] [stderr] 91  - pub enum OffsetSystem {
[INFO] [stderr] 91  + #[derive(ConstParamTy)]
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `AddAssign` which is not marked with `#[const_trait]`
[INFO] [stderr]    --> src/lib.rs:538:35
[INFO] [stderr]     |
[INFO] [stderr] 538 | impl<const S: OffsetSystem> const AddAssign for OffsetCoordinates<S> {
[INFO] [stderr]     |                                   ^^^^^^^^^ this trait is not `const`
[INFO] [stderr]     |
[INFO] [stderr]     = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `AddAssign` which is not marked with `#[const_trait]`
[INFO] [stderr]    --> src/lib.rs:623:12
[INFO] [stderr]     |
[INFO] [stderr] 623 | impl const AddAssign for Rotation {
[INFO] [stderr]     |            ^^^^^^^^^ this trait is not `const`
[INFO] [stderr]     |
[INFO] [stderr]     = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `AddAssign` which is not marked with `#[const_trait]`
[INFO] [stderr]     --> src/lib.rs:1059:12
[INFO] [stderr]      |
[INFO] [stderr] 1059 | impl const AddAssign for CubeCoordinates {
[INFO] [stderr]      |            ^^^^^^^^^ this trait is not `const`
[INFO] [stderr]      |
[INFO] [stderr]      = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]      = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `AddAssign` which is not marked with `#[const_trait]`
[INFO] [stderr]     --> src/lib.rs:1260:12
[INFO] [stderr]      |
[INFO] [stderr] 1260 | impl const AddAssign for AxialCoordinates {
[INFO] [stderr]      |            ^^^^^^^^^ this trait is not `const`
[INFO] [stderr]      |
[INFO] [stderr]      = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]      = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `AddAssign` which is not marked with `#[const_trait]`
[INFO] [stderr]     --> src/lib.rs:1565:36
[INFO] [stderr]      |
[INFO] [stderr] 1565 | impl<const S: DoubledSystem> const AddAssign for DoubledCoordinates<S> {
[INFO] [stderr]      |                                    ^^^^^^^^^ this trait is not `const`
[INFO] [stderr]      |
[INFO] [stderr]      = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]      = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error[E0741]: `OffsetSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stderr]    --> src/lib.rs:538:15
[INFO] [stderr]     |
[INFO] [stderr] 538 | impl<const S: OffsetSystem> const AddAssign for OffsetCoordinates<S> {
[INFO] [stderr]     |               ^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stderr]     |
[INFO] [stderr] 91  - pub enum OffsetSystem {
[INFO] [stderr] 91  + #[derive(ConstParamTy)]
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `SubAssign` which is not marked with `#[const_trait]`
[INFO] [stderr]    --> src/lib.rs:543:35
[INFO] [stderr]     |
[INFO] [stderr] 543 | impl<const S: OffsetSystem> const SubAssign for OffsetCoordinates<S> {
[INFO] [stderr]     |                                   ^^^^^^^^^ this trait is not `const`
[INFO] [stderr]     |
[INFO] [stderr]     = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `SubAssign` which is not marked with `#[const_trait]`
[INFO] [stderr]    --> src/lib.rs:628:12
[INFO] [stderr]     |
[INFO] [stderr] 628 | impl const SubAssign for Rotation {
[INFO] [stderr]     |            ^^^^^^^^^ this trait is not `const`
[INFO] [stderr]     |
[INFO] [stderr]     = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `SubAssign` which is not marked with `#[const_trait]`
[INFO] [stderr]     --> src/lib.rs:1064:12
[INFO] [stderr]      |
[INFO] [stderr] 1064 | impl const SubAssign for CubeCoordinates {
[INFO] [stderr]      |            ^^^^^^^^^ this trait is not `const`
[INFO] [stderr]      |
[INFO] [stderr]      = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]      = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `SubAssign` which is not marked with `#[const_trait]`
[INFO] [stderr]     --> src/lib.rs:1265:12
[INFO] [stderr]      |
[INFO] [stderr] 1265 | impl const SubAssign for AxialCoordinates {
[INFO] [stderr]      |            ^^^^^^^^^ this trait is not `const`
[INFO] [stderr]      |
[INFO] [stderr]      = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]      = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `SubAssign` which is not marked with `#[const_trait]`
[INFO] [stderr]     --> src/lib.rs:1570:36
[INFO] [stderr]      |
[INFO] [stderr] 1570 | impl<const S: DoubledSystem> const SubAssign for DoubledCoordinates<S> {
[INFO] [stderr]      |                                    ^^^^^^^^^ this trait is not `const`
[INFO] [stderr]      |
[INFO] [stderr]      = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]      = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error[E0741]: `OffsetSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stderr]    --> src/lib.rs:543:15
[INFO] [stderr]     |
[INFO] [stderr] 543 | impl<const S: OffsetSystem> const SubAssign for OffsetCoordinates<S> {
[INFO] [stderr]     |               ^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stderr]     |
[INFO] [stderr] 91  - pub enum OffsetSystem {
[INFO] [stderr] 91  + #[derive(ConstParamTy)]
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `Mul` which is not marked with `#[const_trait]`
[INFO] [stderr]    --> src/lib.rs:548:35
[INFO] [stderr]     |
[INFO] [stderr] 548 | impl<const S: OffsetSystem> const Mul<isize> for OffsetCoordinates<S> {
[INFO] [stderr]     |                                   ^^^^^^^^^^ this trait is not `const`
[INFO] [stderr]     |
[INFO] [stderr]     = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `Mul` which is not marked with `#[const_trait]`
[INFO] [stderr]     --> src/lib.rs:1069:12
[INFO] [stderr]      |
[INFO] [stderr] 1069 | impl const Mul<isize> for CubeCoordinates {
[INFO] [stderr]      |            ^^^^^^^^^^ this trait is not `const`
[INFO] [stderr]      |
[INFO] [stderr]      = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]      = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `Mul` which is not marked with `#[const_trait]`
[INFO] [stderr]     --> src/lib.rs:1270:12
[INFO] [stderr]      |
[INFO] [stderr] 1270 | impl const Mul<isize> for AxialCoordinates {
[INFO] [stderr]      |            ^^^^^^^^^^ this trait is not `const`
[INFO] [stderr]      |
[INFO] [stderr]      = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]      = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `Mul` which is not marked with `#[const_trait]`
[INFO] [stderr]     --> src/lib.rs:1575:36
[INFO] [stderr]      |
[INFO] [stderr] 1575 | impl<const S: DoubledSystem> const Mul<isize> for DoubledCoordinates<S> {
[INFO] [stderr]      |                                    ^^^^^^^^^^ this trait is not `const`
[INFO] [stderr]      |
[INFO] [stderr]      = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]      = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error[E0741]: `OffsetSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stderr]    --> src/lib.rs:548:15
[INFO] [stderr]     |
[INFO] [stderr] 548 | impl<const S: OffsetSystem> const Mul<isize> for OffsetCoordinates<S> {
[INFO] [stderr]     |               ^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stderr]     |
[INFO] [stderr] 91  - pub enum OffsetSystem {
[INFO] [stderr] 91  + #[derive(ConstParamTy)]
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `Div` which is not marked with `#[const_trait]`
[INFO] [stderr]    --> src/lib.rs:558:35
[INFO] [stderr]     |
[INFO] [stderr] 558 | impl<const S: OffsetSystem> const Div<isize> for OffsetCoordinates<S> {
[INFO] [stderr]     |                                   ^^^^^^^^^^ this trait is not `const`
[INFO] [stderr]     |
[INFO] [stderr]     = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `Div` which is not marked with `#[const_trait]`
[INFO] [stderr]     --> src/lib.rs:1280:12
[INFO] [stderr]      |
[INFO] [stderr] 1280 | impl const Div<isize> for AxialCoordinates {
[INFO] [stderr]      |            ^^^^^^^^^^ this trait is not `const`
[INFO] [stderr]      |
[INFO] [stderr]      = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]      = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error[E0741]: `OffsetSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stderr]    --> src/lib.rs:558:15
[INFO] [stderr]     |
[INFO] [stderr] 558 | impl<const S: OffsetSystem> const Div<isize> for OffsetCoordinates<S> {
[INFO] [stderr]     |               ^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stderr]     |
[INFO] [stderr] 91  - pub enum OffsetSystem {
[INFO] [stderr] 91  + #[derive(ConstParamTy)]
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `MulAssign` which is not marked with `#[const_trait]`
[INFO] [stderr]    --> src/lib.rs:568:35
[INFO] [stderr]     |
[INFO] [stderr] 568 | impl<const S: OffsetSystem> const MulAssign<isize> for OffsetCoordinates<S> {
[INFO] [stderr]     |                                   ^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stderr]     |
[INFO] [stderr]     = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `MulAssign` which is not marked with `#[const_trait]`
[INFO] [stderr]     --> src/lib.rs:1080:12
[INFO] [stderr]      |
[INFO] [stderr] 1080 | impl const MulAssign<isize> for CubeCoordinates {
[INFO] [stderr]      |            ^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stderr]      |
[INFO] [stderr]      = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]      = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `MulAssign` which is not marked with `#[const_trait]`
[INFO] [stderr]     --> src/lib.rs:1290:12
[INFO] [stderr]      |
[INFO] [stderr] 1290 | impl const MulAssign<isize> for AxialCoordinates {
[INFO] [stderr]      |            ^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stderr]      |
[INFO] [stderr]      = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]      = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `MulAssign` which is not marked with `#[const_trait]`
[INFO] [stderr]     --> src/lib.rs:1585:36
[INFO] [stderr]      |
[INFO] [stderr] 1585 | impl<const S: DoubledSystem> const MulAssign<isize> for DoubledCoordinates<S> {
[INFO] [stderr]      |                                    ^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stderr]      |
[INFO] [stderr]      = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]      = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error[E0741]: `OffsetSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stderr]    --> src/lib.rs:568:15
[INFO] [stderr]     |
[INFO] [stderr] 568 | impl<const S: OffsetSystem> const MulAssign<isize> for OffsetCoordinates<S> {
[INFO] [stderr]     |               ^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stderr]     |
[INFO] [stderr] 91  - pub enum OffsetSystem {
[INFO] [stderr] 91  + #[derive(ConstParamTy)]
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `DivAssign` which is not marked with `#[const_trait]`
[INFO] [stderr]    --> src/lib.rs:573:35
[INFO] [stderr]     |
[INFO] [stderr] 573 | impl<const S: OffsetSystem> const DivAssign<isize> for OffsetCoordinates<S> {
[INFO] [stderr]     |                                   ^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stderr]     |
[INFO] [stderr]     = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `DivAssign` which is not marked with `#[const_trait]`
[INFO] [stderr]     --> src/lib.rs:1295:12
[INFO] [stderr]      |
[INFO] [stderr] 1295 | impl const DivAssign<isize> for AxialCoordinates {
[INFO] [stderr]      |            ^^^^^^^^^^^^^^^^ this trait is not `const`
[INFO] [stderr]      |
[INFO] [stderr]      = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]      = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error[E0741]: `OffsetSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stderr]    --> src/lib.rs:573:15
[INFO] [stderr]     |
[INFO] [stderr] 573 | impl<const S: OffsetSystem> const DivAssign<isize> for OffsetCoordinates<S> {
[INFO] [stderr]     |               ^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stderr]     |
[INFO] [stderr] 91  - pub enum OffsetSystem {
[INFO] [stderr] 91  + #[derive(ConstParamTy)]
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `TryFrom` which is not marked with `#[const_trait]`
[INFO] [stderr]    --> src/lib.rs:653:12
[INFO] [stderr]     |
[INFO] [stderr] 653 | impl const TryFrom<i16> for Rotation {
[INFO] [stderr]     |            ^^^^^^^^^^^^ this trait is not `const`
[INFO] [stderr]     |
[INFO] [stderr]     = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error: const `impl` for trait `TryFrom` which is not marked with `#[const_trait]`
[INFO] [stderr]    --> src/lib.rs:679:12
[INFO] [stderr]     |
[INFO] [stderr] 679 | impl const TryFrom<f32> for Rotation {
[INFO] [stderr]     |            ^^^^^^^^^^^^ this trait is not `const`
[INFO] [stderr]     |
[INFO] [stderr]     = note: marking a trait with `#[const_trait]` ensures all default method bodies are `const`
[INFO] [stderr]     = note: adding a non-const method body in the future would be a breaking change
[INFO] [stderr] 
[INFO] [stderr] error[E0741]: `DoubledSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stderr]     --> src/lib.rs:1336:40
[INFO] [stderr]      |
[INFO] [stderr] 1336 | pub struct DoubledCoordinates<const S: DoubledSystem> {
[INFO] [stderr]      |                                        ^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stderr]      |
[INFO] [stderr] 1303 - pub enum DoubledSystem {
[INFO] [stderr] 1303 + #[derive(ConstParamTy)]
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] error[E0741]: `DoubledSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stderr]     --> src/lib.rs:1342:15
[INFO] [stderr]      |
[INFO] [stderr] 1342 | impl<const S: DoubledSystem> DoubledCoordinates<S> {
[INFO] [stderr]      |               ^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stderr]      |
[INFO] [stderr] 1303 - pub enum DoubledSystem {
[INFO] [stderr] 1303 + #[derive(ConstParamTy)]
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] error[E0741]: `DoubledSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stderr]     --> src/lib.rs:1545:15
[INFO] [stderr]      |
[INFO] [stderr] 1545 | impl<const S: DoubledSystem> const Add for DoubledCoordinates<S> {
[INFO] [stderr]      |               ^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stderr]      |
[INFO] [stderr] 1303 - pub enum DoubledSystem {
[INFO] [stderr] 1303 + #[derive(ConstParamTy)]
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] error[E0741]: `DoubledSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stderr]     --> src/lib.rs:1555:15
[INFO] [stderr]      |
[INFO] [stderr] 1555 | impl<const S: DoubledSystem> const Sub for DoubledCoordinates<S> {
[INFO] [stderr]      |               ^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stderr]      |
[INFO] [stderr] 1303 - pub enum DoubledSystem {
[INFO] [stderr] 1303 + #[derive(ConstParamTy)]
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] error[E0741]: `DoubledSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stderr]     --> src/lib.rs:1565:15
[INFO] [stderr]      |
[INFO] [stderr] 1565 | impl<const S: DoubledSystem> const AddAssign for DoubledCoordinates<S> {
[INFO] [stderr]      |               ^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stderr]      |
[INFO] [stderr] 1303 - pub enum DoubledSystem {
[INFO] [stderr] 1303 + #[derive(ConstParamTy)]
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] error[E0741]: `DoubledSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stderr]     --> src/lib.rs:1570:15
[INFO] [stderr]      |
[INFO] [stderr] 1570 | impl<const S: DoubledSystem> const SubAssign for DoubledCoordinates<S> {
[INFO] [stderr]      |               ^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stderr]      |
[INFO] [stderr] 1303 - pub enum DoubledSystem {
[INFO] [stderr] 1303 + #[derive(ConstParamTy)]
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] error[E0741]: `DoubledSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stderr]     --> src/lib.rs:1575:15
[INFO] [stderr]      |
[INFO] [stderr] 1575 | impl<const S: DoubledSystem> const Mul<isize> for DoubledCoordinates<S> {
[INFO] [stderr]      |               ^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stderr]      |
[INFO] [stderr] 1303 - pub enum DoubledSystem {
[INFO] [stderr] 1303 + #[derive(ConstParamTy)]
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] error[E0741]: `DoubledSystem` must implement `ConstParamTy` to be used as the type of a const generic parameter
[INFO] [stderr]     --> src/lib.rs:1585:15
[INFO] [stderr]      |
[INFO] [stderr] 1585 | impl<const S: DoubledSystem> const MulAssign<isize> for DoubledCoordinates<S> {
[INFO] [stderr]      |               ^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr] help: add `#[derive(ConstParamTy)]` to the struct
[INFO] [stderr]      |
[INFO] [stderr] 1303 - pub enum DoubledSystem {
[INFO] [stderr] 1303 + #[derive(ConstParamTy)]
[INFO] [stderr]      |
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0741`.
[INFO] [stderr] error: could not document `hex-coordinates`
[INFO] running `Command { std: "docker" "inspect" "35e51c58b935f2d6b7bd11cdeafd42176b5a3a7363f05a7a53cc9b25310ae870", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "35e51c58b935f2d6b7bd11cdeafd42176b5a3a7363f05a7a53cc9b25310ae870", kill_on_drop: false }`
[INFO] [stdout] 35e51c58b935f2d6b7bd11cdeafd42176b5a3a7363f05a7a53cc9b25310ae870