[INFO] fetching crate g_math 0.6.1...
[INFO] documenting g_math-0.6.1 against 824336ad4127ce295849937a24c08a4aeff6ada7 for pr-162169
[INFO] extracting crate g_math 0.6.1 into /workspace/builds/worker-6-tc1/source
[INFO] removed /workspace/builds/worker-6-tc1/source/.cargo/config.toml
[INFO] started tweaking crates.io crate g_math 0.6.1
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate g_math 0.6.1
[INFO] tweaked toml for crates.io crate g_math 0.6.1 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate g_math 0.6.1 on toolchain 824336ad4127ce295849937a24c08a4aeff6ada7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate g_math 0.6.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded web-sys v0.3.92
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 418ecdd8661f6fb21c4df79ec7735cd95bea531d9270c5f60413c2f46cda88b9
[INFO] running `Command { std: "docker" "start" "418ecdd8661f6fb21c4df79ec7735cd95bea531d9270c5f60413c2f46cda88b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "418ecdd8661f6fb21c4df79ec7735cd95bea531d9270c5f60413c2f46cda88b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "418ecdd8661f6fb21c4df79ec7735cd95bea531d9270c5f60413c2f46cda88b9" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "418ecdd8661f6fb21c4df79ec7735cd95bea531d9270c5f60413c2f46cda88b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "418ecdd8661f6fb21c4df79ec7735cd95bea531d9270c5f60413c2f46cda88b9" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling num-rational v0.4.2
[INFO] [stderr]    Compiling g_math v0.6.1 (/opt/rustwide/workdir)
[INFO] [stderr]  Documenting g_math v0.6.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `j`
[INFO] [stdout]    --> src/fixed_point/imperative/fixed_vector.rs:287:50
[INFO] [stdout]     |
[INFO] [stdout] 287 |     /// Outer product: u ⊗ v → Matrix where M[i][j] = u[i] * v[j].
[INFO] [stdout]     |                                                  ^ no item named `j` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `i`
[INFO] [stdout]    --> src/fixed_point/imperative/fixed_vector.rs:287:57
[INFO] [stdout]     |
[INFO] [stdout] 287 |     /// Outer product: u ⊗ v → Matrix where M[i][j] = u[i] * v[j].
[INFO] [stdout]     |                                                         ^ no item named `i` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `j`
[INFO] [stdout]    --> src/fixed_point/imperative/fixed_vector.rs:287:64
[INFO] [stdout]     |
[INFO] [stdout] 287 |     /// Outer product: u ⊗ v → Matrix where M[i][j] = u[i] * v[j].
[INFO] [stdout]     |                                                                ^ no item named `j` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `j`
[INFO] [stdout]   --> src/fixed_point/imperative/fixed_matrix.rs:86:38
[INFO] [stdout]    |
[INFO] [stdout] 86 |     /// Create from a function: M[i][j] = f(i, j).
[INFO] [stdout]    |                                      ^ no item named `j` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `j`
[INFO] [stdout]    --> src/fixed_point/imperative/fixed_matrix.rs:118:26
[INFO] [stdout]     |
[INFO] [stdout] 118 |     /// Transpose: Aᵀ[i][j] = A[j][i].
[INFO] [stdout]     |                          ^ no item named `j` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `i`
[INFO] [stdout]    --> src/fixed_point/imperative/fixed_matrix.rs:118:36
[INFO] [stdout]     |
[INFO] [stdout] 118 |     /// Transpose: Aᵀ[i][j] = A[j][i].
[INFO] [stdout]     |                                    ^ no item named `i` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `i`
[INFO] [stdout]    --> src/fixed_point/imperative/compute_matrix.rs:215:40
[INFO] [stdout]     |
[INFO] [stdout] 215 | /// Compute-tier sub-dot: init - sum(a[i] * b[i])
[INFO] [stdout]     |                                        ^ no item named `i` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `i`
[INFO] [stdout]    --> src/fixed_point/imperative/compute_matrix.rs:215:47
[INFO] [stdout]     |
[INFO] [stdout] 215 | /// Compute-tier sub-dot: init - sum(a[i] * b[i])
[INFO] [stdout]     |                                               ^ no item named `i` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `i`
[INFO] [stdout]    --> src/fixed_point/imperative/decompose.rs:475:44
[INFO] [stdout]     |
[INFO] [stdout] 475 |     /// Determinant: det(A) = product(L[i][i])^2.
[INFO] [stdout]     |                                            ^ no item named `i` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `j`
[INFO] [stdout]    --> src/fixed_point/imperative/decompose.rs:509:21
[INFO] [stdout]     |
[INFO] [stdout] 509 | ///    to zero A[i][j] (and A[j][i] by symmetry).
[INFO] [stdout]     |                     ^ no item named `j` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `i`
[INFO] [stdout]    --> src/fixed_point/imperative/decompose.rs:509:34
[INFO] [stdout]     |
[INFO] [stdout] 509 | ///    to zero A[i][j] (and A[j][i] by symmetry).
[INFO] [stdout]     |                                  ^ no item named `i` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `0`
[INFO] [stdout]    --> src/fixed_point/imperative/manifold.rs:201:47
[INFO] [stdout]     |
[INFO] [stdout] 201 |     /// Minkowski inner product: <u,v>_M = -u[0]*v[0] + sum_{i>0} u[i]*v[i].
[INFO] [stdout]     |                                               ^ no item named `0` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `0`
[INFO] [stdout]    --> src/fixed_point/imperative/manifold.rs:201:52
[INFO] [stdout]     |
[INFO] [stdout] 201 |     /// Minkowski inner product: <u,v>_M = -u[0]*v[0] + sum_{i>0} u[i]*v[i].
[INFO] [stdout]     |                                                    ^ no item named `0` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `i`
[INFO] [stdout]    --> src/fixed_point/imperative/manifold.rs:201:69
[INFO] [stdout]     |
[INFO] [stdout] 201 |     /// Minkowski inner product: <u,v>_M = -u[0]*v[0] + sum_{i>0} u[i]*v[i].
[INFO] [stdout]     |                                                                     ^ no item named `i` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `i`
[INFO] [stdout]    --> src/fixed_point/imperative/manifold.rs:201:74
[INFO] [stdout]     |
[INFO] [stdout] 201 |     /// Minkowski inner product: <u,v>_M = -u[0]*v[0] + sum_{i>0} u[i]*v[i].
[INFO] [stdout]     |                                                                          ^ no item named `i` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `ω`
[INFO] [stdout]    --> src/fixed_point/imperative/lie_group.rs:101:26
[INFO] [stdout]     |
[INFO] [stdout] 101 |     /// R = I + sinc(θ)·[ω]× + half_cosc(θ)·[ω]×²
[INFO] [stdout]     |                          ^ no item named `ω` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `ω`
[INFO] [stdout]    --> src/fixed_point/imperative/lie_group.rs:101:46
[INFO] [stdout]     |
[INFO] [stdout] 101 |     /// R = I + sinc(θ)·[ω]× + half_cosc(θ)·[ω]×²
[INFO] [stdout]     |                                              ^ no item named `ω` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `0`
[INFO] [stdout]    --> src/fixed_point/imperative/lie_group.rs:743:50
[INFO] [stdout]     |
[INFO] [stdout] 743 |     /// Layout: first (n-1) entries = diagonal d[0]..d[n-2],
[INFO] [stdout]     |                                                  ^ no item named `0` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `0`
[INFO] [stdout]    --> src/fixed_point/imperative/lie_group.rs:745:22
[INFO] [stdout]     |
[INFO] [stdout] 745 |     /// d[n-1] = -(d[0]+...+d[n-2]) enforces tr=0.
[INFO] [stdout]     |                      ^ no item named `0` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `0`
[INFO] [stdout]    --> src/fixed_point/imperative/tensor.rs:348:43
[INFO] [stdout]     |
[INFO] [stdout] 348 | /// Transpose (reorder indices): T'_{perm[0], perm[1], ...} = T_{0, 1, ...}.
[INFO] [stdout]     |                                           ^ no item named `0` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1`
[INFO] [stdout]    --> src/fixed_point/imperative/tensor.rs:348:52
[INFO] [stdout]     |
[INFO] [stdout] 348 | /// Transpose (reorder indices): T'_{perm[0], perm[1], ...} = T_{0, 1, ...}.
[INFO] [stdout]     |                                                    ^ no item named `1` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `n`
[INFO] [stdout]    --> src/fixed_point/imperative/tensor_decompose.rs:130:34
[INFO] [stdout]     |
[INFO] [stdout] 130 |     /// Factor matrices: factors[n] is d_n × r_n.
[INFO] [stdout]     |                                  ^ no item named `n` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `n`
[INFO] [stdout]    --> src/fixed_point/imperative/tensor_decompose.rs:159:67
[INFO] [stdout]     |
[INFO] [stdout] 159 | /// `ranks[n]` specifies the truncation rank for mode n. If ranks[n] >= d_n,
[INFO] [stdout]     |                                                                   ^ no item named `n` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `n`
[INFO] [stdout]    --> src/fixed_point/imperative/tensor_decompose.rs:196:34
[INFO] [stdout]     |
[INFO] [stdout] 196 |     /// Factor matrices: factors[n] is d_n × R (columns are the rank-1 vectors).
[INFO] [stdout]     |                                  ^ no item named `n` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `i`
[INFO] [stdout]    --> src/fixed_point/imperative/ode.rs:481:62
[INFO] [stdout]     |
[INFO] [stdout] 481 | /// Infinity norm of the difference of two vectors: max_i |a[i] - b[i]|.
[INFO] [stdout]     |                                                              ^ no item named `i` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `i`
[INFO] [stdout]    --> src/fixed_point/imperative/ode.rs:481:69
[INFO] [stdout]     |
[INFO] [stdout] 481 | /// Infinity norm of the difference of two vectors: max_i |a[i] - b[i]|.
[INFO] [stdout]     |                                                                     ^ no item named `i` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `a,b`
[INFO] [stdout]    --> src/fixed_point/imperative/projective.rs:255:13
[INFO] [stdout]     |
[INFO] [stdout] 255 |     ///   [[a,b],[c,d]] * [[a',b'],[c',d']]
[INFO] [stdout]     |             ^^^ no item named `a,b` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `c,d`
[INFO] [stdout]    --> src/fixed_point/imperative/projective.rs:255:19
[INFO] [stdout]     |
[INFO] [stdout] 255 |     ///   [[a,b],[c,d]] * [[a',b'],[c',d']]
[INFO] [stdout]     |                   ^^^ no item named `c,d` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `a,b`
[INFO] [stdout]    --> src/fixed_point/imperative/projective.rs:281:62
[INFO] [stdout]     |
[INFO] [stdout] 281 |     /// Convert to the corresponding 2×2 projective matrix [[a,b],[c,d]].
[INFO] [stdout]     |                                                              ^^^ no item named `a,b` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `c,d`
[INFO] [stdout]    --> src/fixed_point/imperative/projective.rs:281:68
[INFO] [stdout]     |
[INFO] [stdout] 281 |     /// Convert to the corresponding 2×2 projective matrix [[a,b],[c,d]].
[INFO] [stdout]     |                                                                    ^^^ no item named `c,d` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `dim`
[INFO] [stdout]    --> src/fixed_point/imperative/serialization.rs:293:23
[INFO] [stdout]     |
[INFO] [stdout] 293 |     /// - Euclidean: [dim]
[INFO] [stdout]     |                       ^^^ no item named `dim` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `dim`
[INFO] [stdout]    --> src/fixed_point/imperative/serialization.rs:294:20
[INFO] [stdout]     |
[INFO] [stdout] 294 |     /// - Sphere: [dim]
[INFO] [stdout]     |                    ^^^ no item named `dim` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `dim`
[INFO] [stdout]    --> src/fixed_point/imperative/serialization.rs:295:24
[INFO] [stdout]     |
[INFO] [stdout] 295 |     /// - Hyperbolic: [dim]
[INFO] [stdout]     |                        ^^^ no item named `dim` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `n`
[INFO] [stdout]    --> src/fixed_point/imperative/serialization.rs:296:17
[INFO] [stdout]     |
[INFO] [stdout] 296 |     /// - SPD: [n]
[INFO] [stdout]     |                 ^ no item named `n` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `ConfidenceScore`
[INFO] [stdout]   --> src/fixed_point/core_types/domain_metadata.rs:73:16
[INFO] [stdout]    |
[INFO] [stdout] 73 | /// - [12-19]: ConfidenceScore (8 bits = 0-255)
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^ no item named `ConfidenceScore` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `PatternId`
[INFO] [stdout]   --> src/fixed_point/core_types/domain_metadata.rs:74:16
[INFO] [stdout]    |
[INFO] [stdout] 74 | /// - [20-27]: PatternId (8 bits = 256 patterns)
[INFO] [stdout]    |                ^^^^^^^^^ no item named `PatternId` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Reserved`
[INFO] [stdout]   --> src/fixed_point/core_types/domain_metadata.rs:75:16
[INFO] [stdout]    |
[INFO] [stdout] 75 | /// - [28-31]: Reserved (4 bits)
[INFO] [stdout]    |                ^^^^^^^^ no item named `Reserved` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `TierLevel`
[INFO] [stdout]   --> src/fixed_point/core_types/domain_metadata.rs:71:16
[INFO] [stdout]    |
[INFO] [stdout] 71 | /// - [6-8]:   TierLevel (3 bits = 8 tiers, 0-7)
[INFO] [stdout]    |                ^^^^^^^^^ no item named `TierLevel` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `DecimalPlaces`
[INFO] [stdout]   --> src/fixed_point/core_types/domain_metadata.rs:72:16
[INFO] [stdout]    |
[INFO] [stdout] 72 | /// - [9-11]:  DecimalPlaces (3 bits)
[INFO] [stdout]    |                ^^^^^^^^^^^^^ no item named `DecimalPlaces` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1,0`
[INFO] [stdout]    --> src/fixed_point/imperative/curvature.rs:516:53
[INFO] [stdout]     |
[INFO] [stdout] 516 |     /// These are derived analytically from g = r²[[1,0],[0,sin²θ]].
[INFO] [stdout]     |                                                     ^^^ no item named `1,0` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `0,sin²θ`
[INFO] [stdout]    --> src/fixed_point/imperative/curvature.rs:516:59
[INFO] [stdout]     |
[INFO] [stdout] 516 |     /// These are derived analytically from g = r²[[1,0],[0,sin²θ]].
[INFO] [stdout]     |                                                           ^^^^^^^ no item named `0,sin²θ` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `ComputeStorage`
[INFO] [stdout]    --> src/fixed_point/imperative/compute_matrix.rs:137:30
[INFO] [stdout]     |
[INFO] [stdout] 137 |     /// Extract column as Vec<ComputeStorage>.
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stdout] help: try marking as source code
[INFO] [stdout]     |
[INFO] [stdout] 137 |     /// Extract column as `Vec<ComputeStorage>`.
[INFO] [stdout]     |                           +                   +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `DECIMALS`
[INFO] [stdout]    --> src/fixed_point/domains/decimal_fixed/transcendental/decimal_compute.rs:683:21
[INFO] [stdout]     |
[INFO] [stdout] 683 | /// For DecimalFixed<DECIMALS>: value is `real × 10^dp`. Result is `real × 10^DECIMAL_COMPUTE_DP`.
[INFO] [stdout]     |                     ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: try marking as source code
[INFO] [stdout]     |
[INFO] [stdout] 683 | /// For `DecimalFixed<DECIMALS>`: value is `real × 10^dp`. Result is `real × 10^DECIMAL_COMPUTE_DP`.
[INFO] [stdout]     |         +                      +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `N`
[INFO] [stdout]   --> src/fixed_point/core_types/domain_metadata.rs:13:42
[INFO] [stdout]    |
[INFO] [stdout] 13 |     /// Decimal fixed-point (DecimalFixed<N>)
[INFO] [stdout]    |                                          ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: try marking as source code
[INFO] [stdout]    |
[INFO] [stdout] 13 |     /// Decimal fixed-point (`DecimalFixed<N>`)
[INFO] [stdout]    |                              +               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `op`
[INFO] [stdout]   --> src/bin/gmath.rs:10:19
[INFO] [stdout]    |
[INFO] [stdout] 10 | //! Usage:  gmath <op> <args...>   (run `gmath help`)
[INFO] [stdout]    |                   ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.57s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/g_math/index.html and 1 other file
[INFO] running `Command { std: "docker" "inspect" "418ecdd8661f6fb21c4df79ec7735cd95bea531d9270c5f60413c2f46cda88b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-w" "/opt/rustwide/workdir" "--user" "0:0" "418ecdd8661f6fb21c4df79ec7735cd95bea531d9270c5f60413c2f46cda88b9" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]  Documenting g_math v0.6.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `j`
[INFO] [stdout]    --> src/fixed_point/imperative/fixed_vector.rs:287:50
[INFO] [stdout]     |
[INFO] [stdout] 287 |     /// Outer product: u ⊗ v → Matrix where M[i][j] = u[i] * v[j].
[INFO] [stdout]     |                                                  ^ no item named `j` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `i`
[INFO] [stdout]    --> src/fixed_point/imperative/fixed_vector.rs:287:57
[INFO] [stdout]     |
[INFO] [stdout] 287 |     /// Outer product: u ⊗ v → Matrix where M[i][j] = u[i] * v[j].
[INFO] [stdout]     |                                                         ^ no item named `i` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `j`
[INFO] [stdout]    --> src/fixed_point/imperative/fixed_vector.rs:287:64
[INFO] [stdout]     |
[INFO] [stdout] 287 |     /// Outer product: u ⊗ v → Matrix where M[i][j] = u[i] * v[j].
[INFO] [stdout]     |                                                                ^ no item named `j` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `j`
[INFO] [stdout]   --> src/fixed_point/imperative/fixed_matrix.rs:86:38
[INFO] [stdout]    |
[INFO] [stdout] 86 |     /// Create from a function: M[i][j] = f(i, j).
[INFO] [stdout]    |                                      ^ no item named `j` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `j`
[INFO] [stdout]    --> src/fixed_point/imperative/fixed_matrix.rs:118:26
[INFO] [stdout]     |
[INFO] [stdout] 118 |     /// Transpose: Aᵀ[i][j] = A[j][i].
[INFO] [stdout]     |                          ^ no item named `j` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `i`
[INFO] [stdout]    --> src/fixed_point/imperative/fixed_matrix.rs:118:36
[INFO] [stdout]     |
[INFO] [stdout] 118 |     /// Transpose: Aᵀ[i][j] = A[j][i].
[INFO] [stdout]     |                                    ^ no item named `i` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `i`
[INFO] [stdout]    --> src/fixed_point/imperative/decompose.rs:475:44
[INFO] [stdout]     |
[INFO] [stdout] 475 |     /// Determinant: det(A) = product(L[i][i])^2.
[INFO] [stdout]     |                                            ^ no item named `i` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `j`
[INFO] [stdout]    --> src/fixed_point/imperative/decompose.rs:509:21
[INFO] [stdout]     |
[INFO] [stdout] 509 | ///    to zero A[i][j] (and A[j][i] by symmetry).
[INFO] [stdout]     |                     ^ no item named `j` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `i`
[INFO] [stdout]    --> src/fixed_point/imperative/decompose.rs:509:34
[INFO] [stdout]     |
[INFO] [stdout] 509 | ///    to zero A[i][j] (and A[j][i] by symmetry).
[INFO] [stdout]     |                                  ^ no item named `i` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `ω`
[INFO] [stdout]    --> src/fixed_point/imperative/lie_group.rs:101:26
[INFO] [stdout]     |
[INFO] [stdout] 101 |     /// R = I + sinc(θ)·[ω]× + half_cosc(θ)·[ω]×²
[INFO] [stdout]     |                          ^ no item named `ω` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `ω`
[INFO] [stdout]    --> src/fixed_point/imperative/lie_group.rs:101:46
[INFO] [stdout]     |
[INFO] [stdout] 101 |     /// R = I + sinc(θ)·[ω]× + half_cosc(θ)·[ω]×²
[INFO] [stdout]     |                                              ^ no item named `ω` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `0`
[INFO] [stdout]    --> src/fixed_point/imperative/lie_group.rs:743:50
[INFO] [stdout]     |
[INFO] [stdout] 743 |     /// Layout: first (n-1) entries = diagonal d[0]..d[n-2],
[INFO] [stdout]     |                                                  ^ no item named `0` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `0`
[INFO] [stdout]    --> src/fixed_point/imperative/lie_group.rs:745:22
[INFO] [stdout]     |
[INFO] [stdout] 745 |     /// d[n-1] = -(d[0]+...+d[n-2]) enforces tr=0.
[INFO] [stdout]     |                      ^ no item named `0` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `0`
[INFO] [stdout]    --> src/fixed_point/imperative/tensor.rs:348:43
[INFO] [stdout]     |
[INFO] [stdout] 348 | /// Transpose (reorder indices): T'_{perm[0], perm[1], ...} = T_{0, 1, ...}.
[INFO] [stdout]     |                                           ^ no item named `0` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1`
[INFO] [stdout]    --> src/fixed_point/imperative/tensor.rs:348:52
[INFO] [stdout]     |
[INFO] [stdout] 348 | /// Transpose (reorder indices): T'_{perm[0], perm[1], ...} = T_{0, 1, ...}.
[INFO] [stdout]     |                                                    ^ no item named `1` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `n`
[INFO] [stdout]    --> src/fixed_point/imperative/tensor_decompose.rs:130:34
[INFO] [stdout]     |
[INFO] [stdout] 130 |     /// Factor matrices: factors[n] is d_n × r_n.
[INFO] [stdout]     |                                  ^ no item named `n` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `n`
[INFO] [stdout]    --> src/fixed_point/imperative/tensor_decompose.rs:159:67
[INFO] [stdout]     |
[INFO] [stdout] 159 | /// `ranks[n]` specifies the truncation rank for mode n. If ranks[n] >= d_n,
[INFO] [stdout]     |                                                                   ^ no item named `n` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `n`
[INFO] [stdout]    --> src/fixed_point/imperative/tensor_decompose.rs:196:34
[INFO] [stdout]     |
[INFO] [stdout] 196 |     /// Factor matrices: factors[n] is d_n × R (columns are the rank-1 vectors).
[INFO] [stdout]     |                                  ^ no item named `n` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `a,b`
[INFO] [stdout]    --> src/fixed_point/imperative/projective.rs:255:13
[INFO] [stdout]     |
[INFO] [stdout] 255 |     ///   [[a,b],[c,d]] * [[a',b'],[c',d']]
[INFO] [stdout]     |             ^^^ no item named `a,b` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `c,d`
[INFO] [stdout]    --> src/fixed_point/imperative/projective.rs:255:19
[INFO] [stdout]     |
[INFO] [stdout] 255 |     ///   [[a,b],[c,d]] * [[a',b'],[c',d']]
[INFO] [stdout]     |                   ^^^ no item named `c,d` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `a,b`
[INFO] [stdout]    --> src/fixed_point/imperative/projective.rs:281:62
[INFO] [stdout]     |
[INFO] [stdout] 281 |     /// Convert to the corresponding 2×2 projective matrix [[a,b],[c,d]].
[INFO] [stdout]     |                                                              ^^^ no item named `a,b` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `c,d`
[INFO] [stdout]    --> src/fixed_point/imperative/projective.rs:281:68
[INFO] [stdout]     |
[INFO] [stdout] 281 |     /// Convert to the corresponding 2×2 projective matrix [[a,b],[c,d]].
[INFO] [stdout]     |                                                                    ^^^ no item named `c,d` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `dim`
[INFO] [stdout]    --> src/fixed_point/imperative/serialization.rs:293:23
[INFO] [stdout]     |
[INFO] [stdout] 293 |     /// - Euclidean: [dim]
[INFO] [stdout]     |                       ^^^ no item named `dim` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `dim`
[INFO] [stdout]    --> src/fixed_point/imperative/serialization.rs:294:20
[INFO] [stdout]     |
[INFO] [stdout] 294 |     /// - Sphere: [dim]
[INFO] [stdout]     |                    ^^^ no item named `dim` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `dim`
[INFO] [stdout]    --> src/fixed_point/imperative/serialization.rs:295:24
[INFO] [stdout]     |
[INFO] [stdout] 295 |     /// - Hyperbolic: [dim]
[INFO] [stdout]     |                        ^^^ no item named `dim` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `n`
[INFO] [stdout]    --> src/fixed_point/imperative/serialization.rs:296:17
[INFO] [stdout]     |
[INFO] [stdout] 296 |     /// - SPD: [n]
[INFO] [stdout]     |                 ^ no item named `n` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `ConfidenceScore`
[INFO] [stdout]   --> src/fixed_point/core_types/domain_metadata.rs:73:16
[INFO] [stdout]    |
[INFO] [stdout] 73 | /// - [12-19]: ConfidenceScore (8 bits = 0-255)
[INFO] [stdout]    |                ^^^^^^^^^^^^^^^ no item named `ConfidenceScore` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `PatternId`
[INFO] [stdout]   --> src/fixed_point/core_types/domain_metadata.rs:74:16
[INFO] [stdout]    |
[INFO] [stdout] 74 | /// - [20-27]: PatternId (8 bits = 256 patterns)
[INFO] [stdout]    |                ^^^^^^^^^ no item named `PatternId` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Reserved`
[INFO] [stdout]   --> src/fixed_point/core_types/domain_metadata.rs:75:16
[INFO] [stdout]    |
[INFO] [stdout] 75 | /// - [28-31]: Reserved (4 bits)
[INFO] [stdout]    |                ^^^^^^^^ no item named `Reserved` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `TierLevel`
[INFO] [stdout]   --> src/fixed_point/core_types/domain_metadata.rs:71:16
[INFO] [stdout]    |
[INFO] [stdout] 71 | /// - [6-8]:   TierLevel (3 bits = 8 tiers, 0-7)
[INFO] [stdout]    |                ^^^^^^^^^ no item named `TierLevel` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `DecimalPlaces`
[INFO] [stdout]   --> src/fixed_point/core_types/domain_metadata.rs:72:16
[INFO] [stdout]    |
[INFO] [stdout] 72 | /// - [9-11]:  DecimalPlaces (3 bits)
[INFO] [stdout]    |                ^^^^^^^^^^^^^ no item named `DecimalPlaces` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1,0`
[INFO] [stdout]    --> src/fixed_point/imperative/curvature.rs:516:53
[INFO] [stdout]     |
[INFO] [stdout] 516 |     /// These are derived analytically from g = r²[[1,0],[0,sin²θ]].
[INFO] [stdout]     |                                                     ^^^ no item named `1,0` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `0,sin²θ`
[INFO] [stdout]    --> src/fixed_point/imperative/curvature.rs:516:59
[INFO] [stdout]     |
[INFO] [stdout] 516 |     /// These are derived analytically from g = r²[[1,0],[0,sin²θ]].
[INFO] [stdout]     |                                                           ^^^^^^^ no item named `0,sin²θ` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `DECIMALS`
[INFO] [stdout]    --> src/fixed_point/domains/decimal_fixed/transcendental/decimal_compute.rs:683:21
[INFO] [stdout]     |
[INFO] [stdout] 683 | /// For DecimalFixed<DECIMALS>: value is `real × 10^dp`. Result is `real × 10^DECIMAL_COMPUTE_DP`.
[INFO] [stdout]     |                     ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stdout] help: try marking as source code
[INFO] [stdout]     |
[INFO] [stdout] 683 | /// For `DecimalFixed<DECIMALS>`: value is `real × 10^dp`. Result is `real × 10^DECIMAL_COMPUTE_DP`.
[INFO] [stdout]     |         +                      +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `N`
[INFO] [stdout]   --> src/fixed_point/core_types/domain_metadata.rs:13:42
[INFO] [stdout]    |
[INFO] [stdout] 13 |     /// Decimal fixed-point (DecimalFixed<N>)
[INFO] [stdout]    |                                          ^^^
[INFO] [stdout]    |
[INFO] [stdout] help: try marking as source code
[INFO] [stdout]    |
[INFO] [stdout] 13 |     /// Decimal fixed-point (`DecimalFixed<N>`)
[INFO] [stdout]    |                              +               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.18s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/g_math/index.html
[INFO] running `Command { std: "docker" "inspect" "418ecdd8661f6fb21c4df79ec7735cd95bea531d9270c5f60413c2f46cda88b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "418ecdd8661f6fb21c4df79ec7735cd95bea531d9270c5f60413c2f46cda88b9", kill_on_drop: false }`
[INFO] [stdout] 418ecdd8661f6fb21c4df79ec7735cd95bea531d9270c5f60413c2f46cda88b9
