[INFO] fetching crate cumath 0.2.7... [INFO] documenting cumath-0.2.7 against try#6ee483316d2e4581572121d60a955affb2032eb3+cargoflags=-Zrustdoc-scrape-examples for scrape-examples [INFO] extracting crate cumath 0.2.7 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate cumath 0.2.7 on toolchain 6ee483316d2e4581572121d60a955affb2032eb3 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6ee483316d2e4581572121d60a955affb2032eb3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate cumath 0.2.7 [INFO] finished tweaking crates.io crate cumath 0.2.7 [INFO] tweaked toml for crates.io crate cumath 0.2.7 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6ee483316d2e4581572121d60a955affb2032eb3" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+6ee483316d2e4581572121d60a955affb2032eb3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+6ee483316d2e4581572121d60a955affb2032eb3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4c156d9e83779eb92c5463f30e313de895f90b05829fe1c2e47959b7a7bcb509 [INFO] running `Command { std: "docker" "start" "-a" "4c156d9e83779eb92c5463f30e313de895f90b05829fe1c2e47959b7a7bcb509", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4c156d9e83779eb92c5463f30e313de895f90b05829fe1c2e47959b7a7bcb509", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4c156d9e83779eb92c5463f30e313de895f90b05829fe1c2e47959b7a7bcb509", kill_on_drop: false }` [INFO] [stdout] 4c156d9e83779eb92c5463f30e313de895f90b05829fe1c2e47959b7a7bcb509 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+6ee483316d2e4581572121d60a955affb2032eb3" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json" "-Zrustdoc-scrape-examples", kill_on_drop: false }` [INFO] [stdout] 84a3d35e3c851b5574232cb83eea19ed85af69a5a1b546973559d10053737e9d [INFO] running `Command { std: "docker" "start" "-a" "84a3d35e3c851b5574232cb83eea19ed85af69a5a1b546973559d10053737e9d", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.77 [INFO] [stderr] Compiling cumath v0.2.7 (/opt/rustwide/workdir) [INFO] [stderr] Scraping cumath v0.2.7 (/opt/rustwide/workdir) [INFO] [stderr] Documenting cumath v0.2.7 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `i` [INFO] [stdout] --> src/cuda_core/cublas.rs:60:11 [INFO] [stdout] | [INFO] [stdout] 60 | /// y[i] = y[i] + alpha*x[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] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `i` [INFO] [stdout] --> src/cuda_core/cublas.rs:60:18 [INFO] [stdout] | [INFO] [stdout] 60 | /// y[i] = y[i] + alpha*x[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/cuda_core/cublas.rs:60:31 [INFO] [stdout] | [INFO] [stdout] 60 | /// y[i] = y[i] + alpha*x[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/cuda_core/cublas.rs:68:11 [INFO] [stdout] | [INFO] [stdout] 68 | /// y[i] = y[i] * alpha [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/cuda_core/cublas.rs:68:18 [INFO] [stdout] | [INFO] [stdout] 68 | /// y[i] = y[i] * alpha [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 `inline` [INFO] [stdout] --> src/cuvector/view.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | /// [inline] [INFO] [stdout] | ^^^^^^ no item named `inline` 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 `inline` [INFO] [stdout] --> src/cuvector/ptr.rs:18:10 [INFO] [stdout] | [INFO] [stdout] 18 | /// [inline] [INFO] [stdout] | ^^^^^^ no item named `inline` 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 `inline` [INFO] [stdout] --> src/cuvector/ptr.rs:23:10 [INFO] [stdout] | [INFO] [stdout] 23 | /// [inline] [INFO] [stdout] | ^^^^^^ no item named `inline` 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 `inline` [INFO] [stdout] --> src/cuvector/ptr.rs:46:10 [INFO] [stdout] | [INFO] [stdout] 46 | /// [inline] [INFO] [stdout] | ^^^^^^ no item named `inline` 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 `inline` [INFO] [stdout] --> src/cuvector/ptr.rs:51:10 [INFO] [stdout] | [INFO] [stdout] 51 | /// [inline] [INFO] [stdout] | ^^^^^^ no item named `inline` 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 `inline` [INFO] [stdout] --> src/cuvector/ptr.rs:58:10 [INFO] [stdout] | [INFO] [stdout] 58 | /// [inline] [INFO] [stdout] | ^^^^^^ no item named `inline` 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/cuvector/math.rs:11:16 [INFO] [stdout] | [INFO] [stdout] 11 | /// output[i] = vector[i] + value [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/cuvector/math.rs:11:28 [INFO] [stdout] | [INFO] [stdout] 11 | /// output[i] = vector[i] + value [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/cuvector/math.rs:16:16 [INFO] [stdout] | [INFO] [stdout] 16 | /// output[i] = vector[i] * value [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/cuvector/math.rs:16:28 [INFO] [stdout] | [INFO] [stdout] 16 | /// output[i] = vector[i] * value [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/cuvector/math.rs:21:16 [INFO] [stdout] | [INFO] [stdout] 21 | /// output[i] = left_op[i] + right_op[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/cuvector/math.rs:21:29 [INFO] [stdout] | [INFO] [stdout] 21 | /// output[i] = left_op[i] + right_op[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/cuvector/math.rs:21:43 [INFO] [stdout] | [INFO] [stdout] 21 | /// output[i] = left_op[i] + right_op[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/cuvector/math.rs:30:16 [INFO] [stdout] | [INFO] [stdout] 30 | /// output[i] = left_op[i] - right_op[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/cuvector/math.rs:30:29 [INFO] [stdout] | [INFO] [stdout] 30 | /// output[i] = left_op[i] - right_op[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/cuvector/math.rs:30:43 [INFO] [stdout] | [INFO] [stdout] 30 | /// output[i] = left_op[i] - right_op[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/cuvector/math.rs:42:16 [INFO] [stdout] | [INFO] [stdout] 42 | /// output[i] = left_op[i] * right_op[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/cuvector/math.rs:42:29 [INFO] [stdout] | [INFO] [stdout] 42 | /// output[i] = left_op[i] * right_op[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/cuvector/math.rs:42:43 [INFO] [stdout] | [INFO] [stdout] 42 | /// output[i] = left_op[i] * right_op[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/cuvector/math.rs:55:11 [INFO] [stdout] | [INFO] [stdout] 55 | /// y[i] = a*y[i]+b [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/cuvector/math.rs:55:20 [INFO] [stdout] | [INFO] [stdout] 55 | /// y[i] = a*y[i]+b [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/cuvector/math.rs:60:11 [INFO] [stdout] | [INFO] [stdout] 60 | /// y[i] *= (a*x[i])+b [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/cuvector/math.rs:60:22 [INFO] [stdout] | [INFO] [stdout] 60 | /// y[i] *= (a*x[i])+b [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/cuvector/math.rs:68:11 [INFO] [stdout] | [INFO] [stdout] 68 | /// y[i] += x[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/cuvector/math.rs:68:19 [INFO] [stdout] | [INFO] [stdout] 68 | /// y[i] += x[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/cuvector/math.rs:68:26 [INFO] [stdout] | [INFO] [stdout] 68 | /// y[i] += x[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/cuvector/math.rs:77:11 [INFO] [stdout] | [INFO] [stdout] 77 | /// y[i] += x[i] * (a*v[i]+b) [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/cuvector/math.rs:77:19 [INFO] [stdout] | [INFO] [stdout] 77 | /// y[i] += x[i] * (a*v[i]+b) [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/cuvector/math.rs:77:29 [INFO] [stdout] | [INFO] [stdout] 77 | /// y[i] += x[i] * (a*v[i]+b) [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/cuvector/math.rs:90:16 [INFO] [stdout] | [INFO] [stdout] 90 | /// output[i] = vector[i] + value [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/cuvector/math.rs:90:28 [INFO] [stdout] | [INFO] [stdout] 90 | /// output[i] = vector[i] + value [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/cuvector/math.rs:95:16 [INFO] [stdout] | [INFO] [stdout] 95 | /// output[i] = vector[i] * value [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/cuvector/math.rs:95:28 [INFO] [stdout] | [INFO] [stdout] 95 | /// output[i] = vector[i] * value [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/cuvector/math.rs:100:16 [INFO] [stdout] | [INFO] [stdout] 100 | /// output[i] = left_op[i] + right_op[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/cuvector/math.rs:100:29 [INFO] [stdout] | [INFO] [stdout] 100 | /// output[i] = left_op[i] + right_op[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/cuvector/math.rs:100:43 [INFO] [stdout] | [INFO] [stdout] 100 | /// output[i] = left_op[i] + right_op[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/cuvector/math.rs:109:16 [INFO] [stdout] | [INFO] [stdout] 109 | /// output[i] = left_op[i] - right_op[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/cuvector/math.rs:109:29 [INFO] [stdout] | [INFO] [stdout] 109 | /// output[i] = left_op[i] - right_op[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/cuvector/math.rs:109:43 [INFO] [stdout] | [INFO] [stdout] 109 | /// output[i] = left_op[i] - right_op[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/cuvector/math.rs:121:16 [INFO] [stdout] | [INFO] [stdout] 121 | /// output[i] = left_op[i] * right_op[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/cuvector/math.rs:121:29 [INFO] [stdout] | [INFO] [stdout] 121 | /// output[i] = left_op[i] * right_op[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/cuvector/math.rs:121:43 [INFO] [stdout] | [INFO] [stdout] 121 | /// output[i] = left_op[i] * right_op[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/cuvector/math.rs:134:11 [INFO] [stdout] | [INFO] [stdout] 134 | /// y[i] = a*y[i]+b [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/cuvector/math.rs:134:20 [INFO] [stdout] | [INFO] [stdout] 134 | /// y[i] = a*y[i]+b [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/cuvector/math.rs:139:11 [INFO] [stdout] | [INFO] [stdout] 139 | /// y[i] *= (a*x[i])+b [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/cuvector/math.rs:139:22 [INFO] [stdout] | [INFO] [stdout] 139 | /// y[i] *= (a*x[i])+b [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/cuvector/math.rs:147:11 [INFO] [stdout] | [INFO] [stdout] 147 | /// y[i] += x[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/cuvector/math.rs:147:19 [INFO] [stdout] | [INFO] [stdout] 147 | /// y[i] += x[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/cuvector/math.rs:147:26 [INFO] [stdout] | [INFO] [stdout] 147 | /// y[i] += x[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/cuvector/math.rs:156:11 [INFO] [stdout] | [INFO] [stdout] 156 | /// y[i] += x[i] * (a*v[i]+b) [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/cuvector/math.rs:156:19 [INFO] [stdout] | [INFO] [stdout] 156 | /// y[i] += x[i] * (a*v[i]+b) [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/cuvector/math.rs:156:29 [INFO] [stdout] | [INFO] [stdout] 156 | /// y[i] += x[i] * (a*v[i]+b) [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/cuvector/math.rs:166:16 [INFO] [stdout] | [INFO] [stdout] 166 | /// output[i] = sigmoid(vector[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/cuvector/math.rs:166:36 [INFO] [stdout] | [INFO] [stdout] 166 | /// output[i] = sigmoid(vector[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/cuvector/math.rs:174:16 [INFO] [stdout] | [INFO] [stdout] 174 | /// output[i] = sigmoid_deriv(vector[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/cuvector/math.rs:174:42 [INFO] [stdout] | [INFO] [stdout] 174 | /// output[i] = sigmoid_deriv(vector[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/cuvector/math.rs:182:16 [INFO] [stdout] | [INFO] [stdout] 182 | /// output[i] = tanh(vector[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/cuvector/math.rs:182:33 [INFO] [stdout] | [INFO] [stdout] 182 | /// output[i] = tanh(vector[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/cuvector/math.rs:190:16 [INFO] [stdout] | [INFO] [stdout] 190 | /// output[i] = tanh(vector[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/cuvector/math.rs:190:33 [INFO] [stdout] | [INFO] [stdout] 190 | /// output[i] = tanh(vector[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/cuvector/math.rs:198:16 [INFO] [stdout] | [INFO] [stdout] 198 | /// output[i] = tanh(vector[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/cuvector/math.rs:198:33 [INFO] [stdout] | [INFO] [stdout] 198 | /// output[i] = tanh(vector[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/cuvector/math.rs:206:16 [INFO] [stdout] | [INFO] [stdout] 206 | /// output[i] = tanh(vector[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/cuvector/math.rs:206:33 [INFO] [stdout] | [INFO] [stdout] 206 | /// output[i] = tanh(vector[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 `inline` [INFO] [stdout] --> src/cuvector/mod.rs:49:10 [INFO] [stdout] | [INFO] [stdout] 49 | /// [inline] [INFO] [stdout] | ^^^^^^ no item named `inline` 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 `inline` [INFO] [stdout] --> src/cuvector/mod.rs:54:10 [INFO] [stdout] | [INFO] [stdout] 54 | /// [inline] [INFO] [stdout] | ^^^^^^ no item named `inline` 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 `inline` [INFO] [stdout] --> src/cuvector/mod.rs:59:10 [INFO] [stdout] | [INFO] [stdout] 59 | /// [inline] [INFO] [stdout] | ^^^^^^ no item named `inline` 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/cuvector/mod.rs:297:16 [INFO] [stdout] | [INFO] [stdout] 297 | /// vector[i] = sigmoid(vector[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/cuvector/mod.rs:297:36 [INFO] [stdout] | [INFO] [stdout] 297 | /// vector[i] = sigmoid(vector[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/cuvector/mod.rs:302:16 [INFO] [stdout] | [INFO] [stdout] 302 | /// vector[i] = sigmoid(vector[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/cuvector/mod.rs:302:36 [INFO] [stdout] | [INFO] [stdout] 302 | /// vector[i] = sigmoid(vector[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/cuvector/mod.rs:307:16 [INFO] [stdout] | [INFO] [stdout] 307 | /// vector[i] = tanh(vector[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/cuvector/mod.rs:307:33 [INFO] [stdout] | [INFO] [stdout] 307 | /// vector[i] = tanh(vector[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/cuvector/mod.rs:312:16 [INFO] [stdout] | [INFO] [stdout] 312 | /// vector[i] = tanh(vector[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/cuvector/mod.rs:312:33 [INFO] [stdout] | [INFO] [stdout] 312 | /// vector[i] = tanh(vector[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/cuvector/mod.rs:317:16 [INFO] [stdout] | [INFO] [stdout] 317 | /// vector[i] = sigmoid(vector[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/cuvector/mod.rs:317:36 [INFO] [stdout] | [INFO] [stdout] 317 | /// vector[i] = sigmoid(vector[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/cuvector/mod.rs:322:16 [INFO] [stdout] | [INFO] [stdout] 322 | /// vector[i] = tanh(vector[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/cuvector/mod.rs:322:33 [INFO] [stdout] | [INFO] [stdout] 322 | /// vector[i] = tanh(vector[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/cuvector/mod.rs:327:14 [INFO] [stdout] | [INFO] [stdout] 327 | /// self[i] = self[i] > threshold ? 1.0 : 0.0 [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/cuvector/mod.rs:327:24 [INFO] [stdout] | [INFO] [stdout] 327 | /// self[i] = self[i] > threshold ? 1.0 : 0.0 [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/cuvector/mod.rs:381:14 [INFO] [stdout] | [INFO] [stdout] 381 | /// self[i] = self[i] > threshold ? 1.0 : 0.0 [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/cuvector/mod.rs:381:24 [INFO] [stdout] | [INFO] [stdout] 381 | /// self[i] = self[i] > threshold ? 1.0 : 0.0 [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 `inline` [INFO] [stdout] --> src/cumatrix/view.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | /// [inline] [INFO] [stdout] | ^^^^^^ no item named `inline` 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 `inline` [INFO] [stdout] --> src/cumatrix/ptr.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | /// [inline] [INFO] [stdout] | ^^^^^^ no item named `inline` 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 `inline` [INFO] [stdout] --> src/cumatrix/ptr.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | /// [inline] [INFO] [stdout] | ^^^^^^ no item named `inline` 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 `inline` [INFO] [stdout] --> src/cumatrix/ptr.rs:27:10 [INFO] [stdout] | [INFO] [stdout] 27 | /// [inline] [INFO] [stdout] | ^^^^^^ no item named `inline` 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 `inline` [INFO] [stdout] --> src/cumatrix/ptr.rs:34:10 [INFO] [stdout] | [INFO] [stdout] 34 | /// [inline] [INFO] [stdout] | ^^^^^^ no item named `inline` 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 `inline` [INFO] [stdout] --> src/cumatrix/ptr.rs:51:10 [INFO] [stdout] | [INFO] [stdout] 51 | /// [inline] [INFO] [stdout] | ^^^^^^ no item named `inline` 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 `inline` [INFO] [stdout] --> src/cumatrix/ptr.rs:58:10 [INFO] [stdout] | [INFO] [stdout] 58 | /// [inline] [INFO] [stdout] | ^^^^^^ no item named `inline` 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 `inline` [INFO] [stdout] --> src/cumatrix/ptr.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | /// [inline] [INFO] [stdout] | ^^^^^^ no item named `inline` 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 `inline` [INFO] [stdout] --> src/cumatrix/ptr.rs:72:10 [INFO] [stdout] | [INFO] [stdout] 72 | /// [inline] [INFO] [stdout] | ^^^^^^ no item named `inline` 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 `inline` [INFO] [stdout] --> src/cumatrix/ptr.rs:79:10 [INFO] [stdout] | [INFO] [stdout] 79 | /// [inline] [INFO] [stdout] | ^^^^^^ no item named `inline` 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/cumatrix/math.rs:21:14 [INFO] [stdout] | [INFO] [stdout] 21 | /// y[i][j] = a*y[i][j]+b [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/cumatrix/math.rs:21:26 [INFO] [stdout] | [INFO] [stdout] 21 | /// y[i][j] = a*y[i][j]+b [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 `inline` [INFO] [stdout] --> src/cumatrix/mod.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | /// [inline] [INFO] [stdout] | ^^^^^^ no item named `inline` 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 `inline` [INFO] [stdout] --> src/cumatrix/mod.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | /// [inline] [INFO] [stdout] | ^^^^^^ no item named `inline` 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 `inline` [INFO] [stdout] --> src/cumatrix/mod.rs:70:10 [INFO] [stdout] | [INFO] [stdout] 70 | /// [inline] [INFO] [stdout] | ^^^^^^ no item named `inline` 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 `inline` [INFO] [stdout] --> src/cumatrix/mod.rs:75:10 [INFO] [stdout] | [INFO] [stdout] 75 | /// [inline] [INFO] [stdout] | ^^^^^^ no item named `inline` 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 `inline` [INFO] [stdout] --> src/cumatrix/mod.rs:80:10 [INFO] [stdout] | [INFO] [stdout] 80 | /// [inline] [INFO] [stdout] | ^^^^^^ no item named `inline` 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 `inline` [INFO] [stdout] --> src/cumatrix/mod.rs:85:10 [INFO] [stdout] | [INFO] [stdout] 85 | /// [inline] [INFO] [stdout] | ^^^^^^ no item named `inline` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 106 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.71s [INFO] running `Command { std: "docker" "inspect" "84a3d35e3c851b5574232cb83eea19ed85af69a5a1b546973559d10053737e9d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "84a3d35e3c851b5574232cb83eea19ed85af69a5a1b546973559d10053737e9d", kill_on_drop: false }` [INFO] [stdout] 84a3d35e3c851b5574232cb83eea19ed85af69a5a1b546973559d10053737e9d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:bb5b0feb4f87116a4ea905b7ff5bf5b85913db05e9f0fbc1abdd3168928d9075" "/opt/rustwide/cargo-home/bin/cargo" "+6ee483316d2e4581572121d60a955affb2032eb3" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json" "-Zrustdoc-scrape-examples", kill_on_drop: false }` [INFO] [stdout] 108daa0a6c0b123658fbf2785247dd0a96f5761cfd023afc275c177768bf39af [INFO] running `Command { std: "docker" "start" "-a" "108daa0a6c0b123658fbf2785247dd0a96f5761cfd023afc275c177768bf39af", kill_on_drop: false }` [INFO] [stderr] Compiling cumath v0.2.7 (/opt/rustwide/workdir) [INFO] [stderr] Scraping cumath v0.2.7 (/opt/rustwide/workdir) [INFO] [stderr] Documenting cumath v0.2.7 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `i` [INFO] [stdout] --> src/cuda_core/cublas.rs:60:11 [INFO] [stdout] | [INFO] [stdout] 60 | /// y[i] = y[i] + alpha*x[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] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `i` [INFO] [stdout] --> src/cuda_core/cublas.rs:60:18 [INFO] [stdout] | [INFO] [stdout] 60 | /// y[i] = y[i] + alpha*x[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/cuda_core/cublas.rs:60:31 [INFO] [stdout] | [INFO] [stdout] 60 | /// y[i] = y[i] + alpha*x[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/cuda_core/cublas.rs:68:11 [INFO] [stdout] | [INFO] [stdout] 68 | /// y[i] = y[i] * alpha [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/cuda_core/cublas.rs:68:18 [INFO] [stdout] | [INFO] [stdout] 68 | /// y[i] = y[i] * alpha [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 `inline` [INFO] [stdout] --> src/cuvector/view.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | /// [inline] [INFO] [stdout] | ^^^^^^ no item named `inline` 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 `inline` [INFO] [stdout] --> src/cuvector/ptr.rs:18:10 [INFO] [stdout] | [INFO] [stdout] 18 | /// [inline] [INFO] [stdout] | ^^^^^^ no item named `inline` 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 `inline` [INFO] [stdout] --> src/cuvector/ptr.rs:23:10 [INFO] [stdout] | [INFO] [stdout] 23 | /// [inline] [INFO] [stdout] | ^^^^^^ no item named `inline` 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 `inline` [INFO] [stdout] --> src/cuvector/ptr.rs:46:10 [INFO] [stdout] | [INFO] [stdout] 46 | /// [inline] [INFO] [stdout] | ^^^^^^ no item named `inline` 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 `inline` [INFO] [stdout] --> src/cuvector/ptr.rs:51:10 [INFO] [stdout] | [INFO] [stdout] 51 | /// [inline] [INFO] [stdout] | ^^^^^^ no item named `inline` 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 `inline` [INFO] [stdout] --> src/cuvector/ptr.rs:58:10 [INFO] [stdout] | [INFO] [stdout] 58 | /// [inline] [INFO] [stdout] | ^^^^^^ no item named `inline` 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/cuvector/math.rs:11:16 [INFO] [stdout] | [INFO] [stdout] 11 | /// output[i] = vector[i] + value [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/cuvector/math.rs:11:28 [INFO] [stdout] | [INFO] [stdout] 11 | /// output[i] = vector[i] + value [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/cuvector/math.rs:16:16 [INFO] [stdout] | [INFO] [stdout] 16 | /// output[i] = vector[i] * value [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/cuvector/math.rs:16:28 [INFO] [stdout] | [INFO] [stdout] 16 | /// output[i] = vector[i] * value [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/cuvector/math.rs:21:16 [INFO] [stdout] | [INFO] [stdout] 21 | /// output[i] = left_op[i] + right_op[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/cuvector/math.rs:21:29 [INFO] [stdout] | [INFO] [stdout] 21 | /// output[i] = left_op[i] + right_op[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/cuvector/math.rs:21:43 [INFO] [stdout] | [INFO] [stdout] 21 | /// output[i] = left_op[i] + right_op[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/cuvector/math.rs:30:16 [INFO] [stdout] | [INFO] [stdout] 30 | /// output[i] = left_op[i] - right_op[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/cuvector/math.rs:30:29 [INFO] [stdout] | [INFO] [stdout] 30 | /// output[i] = left_op[i] - right_op[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/cuvector/math.rs:30:43 [INFO] [stdout] | [INFO] [stdout] 30 | /// output[i] = left_op[i] - right_op[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/cuvector/math.rs:42:16 [INFO] [stdout] | [INFO] [stdout] 42 | /// output[i] = left_op[i] * right_op[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/cuvector/math.rs:42:29 [INFO] [stdout] | [INFO] [stdout] 42 | /// output[i] = left_op[i] * right_op[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/cuvector/math.rs:42:43 [INFO] [stdout] | [INFO] [stdout] 42 | /// output[i] = left_op[i] * right_op[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/cuvector/math.rs:55:11 [INFO] [stdout] | [INFO] [stdout] 55 | /// y[i] = a*y[i]+b [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/cuvector/math.rs:55:20 [INFO] [stdout] | [INFO] [stdout] 55 | /// y[i] = a*y[i]+b [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/cuvector/math.rs:60:11 [INFO] [stdout] | [INFO] [stdout] 60 | /// y[i] *= (a*x[i])+b [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/cuvector/math.rs:60:22 [INFO] [stdout] | [INFO] [stdout] 60 | /// y[i] *= (a*x[i])+b [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/cuvector/math.rs:68:11 [INFO] [stdout] | [INFO] [stdout] 68 | /// y[i] += x[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/cuvector/math.rs:68:19 [INFO] [stdout] | [INFO] [stdout] 68 | /// y[i] += x[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/cuvector/math.rs:68:26 [INFO] [stdout] | [INFO] [stdout] 68 | /// y[i] += x[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/cuvector/math.rs:77:11 [INFO] [stdout] | [INFO] [stdout] 77 | /// y[i] += x[i] * (a*v[i]+b) [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/cuvector/math.rs:77:19 [INFO] [stdout] | [INFO] [stdout] 77 | /// y[i] += x[i] * (a*v[i]+b) [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/cuvector/math.rs:77:29 [INFO] [stdout] | [INFO] [stdout] 77 | /// y[i] += x[i] * (a*v[i]+b) [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/cuvector/math.rs:90:16 [INFO] [stdout] | [INFO] [stdout] 90 | /// output[i] = vector[i] + value [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/cuvector/math.rs:90:28 [INFO] [stdout] | [INFO] [stdout] 90 | /// output[i] = vector[i] + value [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/cuvector/math.rs:95:16 [INFO] [stdout] | [INFO] [stdout] 95 | /// output[i] = vector[i] * value [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/cuvector/math.rs:95:28 [INFO] [stdout] | [INFO] [stdout] 95 | /// output[i] = vector[i] * value [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/cuvector/math.rs:100:16 [INFO] [stdout] | [INFO] [stdout] 100 | /// output[i] = left_op[i] + right_op[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/cuvector/math.rs:100:29 [INFO] [stdout] | [INFO] [stdout] 100 | /// output[i] = left_op[i] + right_op[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/cuvector/math.rs:100:43 [INFO] [stdout] | [INFO] [stdout] 100 | /// output[i] = left_op[i] + right_op[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/cuvector/math.rs:109:16 [INFO] [stdout] | [INFO] [stdout] 109 | /// output[i] = left_op[i] - right_op[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/cuvector/math.rs:109:29 [INFO] [stdout] | [INFO] [stdout] 109 | /// output[i] = left_op[i] - right_op[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/cuvector/math.rs:109:43 [INFO] [stdout] | [INFO] [stdout] 109 | /// output[i] = left_op[i] - right_op[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/cuvector/math.rs:121:16 [INFO] [stdout] | [INFO] [stdout] 121 | /// output[i] = left_op[i] * right_op[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/cuvector/math.rs:121:29 [INFO] [stdout] | [INFO] [stdout] 121 | /// output[i] = left_op[i] * right_op[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/cuvector/math.rs:121:43 [INFO] [stdout] | [INFO] [stdout] 121 | /// output[i] = left_op[i] * right_op[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/cuvector/math.rs:134:11 [INFO] [stdout] | [INFO] [stdout] 134 | /// y[i] = a*y[i]+b [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/cuvector/math.rs:134:20 [INFO] [stdout] | [INFO] [stdout] 134 | /// y[i] = a*y[i]+b [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/cuvector/math.rs:139:11 [INFO] [stdout] | [INFO] [stdout] 139 | /// y[i] *= (a*x[i])+b [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/cuvector/math.rs:139:22 [INFO] [stdout] | [INFO] [stdout] 139 | /// y[i] *= (a*x[i])+b [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/cuvector/math.rs:147:11 [INFO] [stdout] | [INFO] [stdout] 147 | /// y[i] += x[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/cuvector/math.rs:147:19 [INFO] [stdout] | [INFO] [stdout] 147 | /// y[i] += x[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/cuvector/math.rs:147:26 [INFO] [stdout] | [INFO] [stdout] 147 | /// y[i] += x[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/cuvector/math.rs:156:11 [INFO] [stdout] | [INFO] [stdout] 156 | /// y[i] += x[i] * (a*v[i]+b) [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/cuvector/math.rs:156:19 [INFO] [stdout] | [INFO] [stdout] 156 | /// y[i] += x[i] * (a*v[i]+b) [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/cuvector/math.rs:156:29 [INFO] [stdout] | [INFO] [stdout] 156 | /// y[i] += x[i] * (a*v[i]+b) [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/cuvector/math.rs:166:16 [INFO] [stdout] | [INFO] [stdout] 166 | /// output[i] = sigmoid(vector[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/cuvector/math.rs:166:36 [INFO] [stdout] | [INFO] [stdout] 166 | /// output[i] = sigmoid(vector[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/cuvector/math.rs:174:16 [INFO] [stdout] | [INFO] [stdout] 174 | /// output[i] = sigmoid_deriv(vector[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/cuvector/math.rs:174:42 [INFO] [stdout] | [INFO] [stdout] 174 | /// output[i] = sigmoid_deriv(vector[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/cuvector/math.rs:182:16 [INFO] [stdout] | [INFO] [stdout] 182 | /// output[i] = tanh(vector[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/cuvector/math.rs:182:33 [INFO] [stdout] | [INFO] [stdout] 182 | /// output[i] = tanh(vector[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/cuvector/math.rs:190:16 [INFO] [stdout] | [INFO] [stdout] 190 | /// output[i] = tanh(vector[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/cuvector/math.rs:190:33 [INFO] [stdout] | [INFO] [stdout] 190 | /// output[i] = tanh(vector[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/cuvector/math.rs:198:16 [INFO] [stdout] | [INFO] [stdout] 198 | /// output[i] = tanh(vector[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/cuvector/math.rs:198:33 [INFO] [stdout] | [INFO] [stdout] 198 | /// output[i] = tanh(vector[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/cuvector/math.rs:206:16 [INFO] [stdout] | [INFO] [stdout] 206 | /// output[i] = tanh(vector[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/cuvector/math.rs:206:33 [INFO] [stdout] | [INFO] [stdout] 206 | /// output[i] = tanh(vector[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 `inline` [INFO] [stdout] --> src/cuvector/mod.rs:49:10 [INFO] [stdout] | [INFO] [stdout] 49 | /// [inline] [INFO] [stdout] | ^^^^^^ no item named `inline` 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 `inline` [INFO] [stdout] --> src/cuvector/mod.rs:54:10 [INFO] [stdout] | [INFO] [stdout] 54 | /// [inline] [INFO] [stdout] | ^^^^^^ no item named `inline` 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 `inline` [INFO] [stdout] --> src/cuvector/mod.rs:59:10 [INFO] [stdout] | [INFO] [stdout] 59 | /// [inline] [INFO] [stdout] | ^^^^^^ no item named `inline` 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/cuvector/mod.rs:297:16 [INFO] [stdout] | [INFO] [stdout] 297 | /// vector[i] = sigmoid(vector[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/cuvector/mod.rs:297:36 [INFO] [stdout] | [INFO] [stdout] 297 | /// vector[i] = sigmoid(vector[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/cuvector/mod.rs:302:16 [INFO] [stdout] | [INFO] [stdout] 302 | /// vector[i] = sigmoid(vector[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/cuvector/mod.rs:302:36 [INFO] [stdout] | [INFO] [stdout] 302 | /// vector[i] = sigmoid(vector[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/cuvector/mod.rs:307:16 [INFO] [stdout] | [INFO] [stdout] 307 | /// vector[i] = tanh(vector[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/cuvector/mod.rs:307:33 [INFO] [stdout] | [INFO] [stdout] 307 | /// vector[i] = tanh(vector[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/cuvector/mod.rs:312:16 [INFO] [stdout] | [INFO] [stdout] 312 | /// vector[i] = tanh(vector[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/cuvector/mod.rs:312:33 [INFO] [stdout] | [INFO] [stdout] 312 | /// vector[i] = tanh(vector[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/cuvector/mod.rs:317:16 [INFO] [stdout] | [INFO] [stdout] 317 | /// vector[i] = sigmoid(vector[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/cuvector/mod.rs:317:36 [INFO] [stdout] | [INFO] [stdout] 317 | /// vector[i] = sigmoid(vector[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/cuvector/mod.rs:322:16 [INFO] [stdout] | [INFO] [stdout] 322 | /// vector[i] = tanh(vector[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/cuvector/mod.rs:322:33 [INFO] [stdout] | [INFO] [stdout] 322 | /// vector[i] = tanh(vector[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/cuvector/mod.rs:327:14 [INFO] [stdout] | [INFO] [stdout] 327 | /// self[i] = self[i] > threshold ? 1.0 : 0.0 [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/cuvector/mod.rs:327:24 [INFO] [stdout] | [INFO] [stdout] 327 | /// self[i] = self[i] > threshold ? 1.0 : 0.0 [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/cuvector/mod.rs:381:14 [INFO] [stdout] | [INFO] [stdout] 381 | /// self[i] = self[i] > threshold ? 1.0 : 0.0 [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/cuvector/mod.rs:381:24 [INFO] [stdout] | [INFO] [stdout] 381 | /// self[i] = self[i] > threshold ? 1.0 : 0.0 [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 `inline` [INFO] [stdout] --> src/cumatrix/view.rs:25:10 [INFO] [stdout] | [INFO] [stdout] 25 | /// [inline] [INFO] [stdout] | ^^^^^^ no item named `inline` 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 `inline` [INFO] [stdout] --> src/cumatrix/ptr.rs:13:10 [INFO] [stdout] | [INFO] [stdout] 13 | /// [inline] [INFO] [stdout] | ^^^^^^ no item named `inline` 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 `inline` [INFO] [stdout] --> src/cumatrix/ptr.rs:20:10 [INFO] [stdout] | [INFO] [stdout] 20 | /// [inline] [INFO] [stdout] | ^^^^^^ no item named `inline` 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 `inline` [INFO] [stdout] --> src/cumatrix/ptr.rs:27:10 [INFO] [stdout] | [INFO] [stdout] 27 | /// [inline] [INFO] [stdout] | ^^^^^^ no item named `inline` 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 `inline` [INFO] [stdout] --> src/cumatrix/ptr.rs:34:10 [INFO] [stdout] | [INFO] [stdout] 34 | /// [inline] [INFO] [stdout] | ^^^^^^ no item named `inline` 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 `inline` [INFO] [stdout] --> src/cumatrix/ptr.rs:51:10 [INFO] [stdout] | [INFO] [stdout] 51 | /// [inline] [INFO] [stdout] | ^^^^^^ no item named `inline` 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 `inline` [INFO] [stdout] --> src/cumatrix/ptr.rs:58:10 [INFO] [stdout] | [INFO] [stdout] 58 | /// [inline] [INFO] [stdout] | ^^^^^^ no item named `inline` 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 `inline` [INFO] [stdout] --> src/cumatrix/ptr.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | /// [inline] [INFO] [stdout] | ^^^^^^ no item named `inline` 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 `inline` [INFO] [stdout] --> src/cumatrix/ptr.rs:72:10 [INFO] [stdout] | [INFO] [stdout] 72 | /// [inline] [INFO] [stdout] | ^^^^^^ no item named `inline` 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 `inline` [INFO] [stdout] --> src/cumatrix/ptr.rs:79:10 [INFO] [stdout] | [INFO] [stdout] 79 | /// [inline] [INFO] [stdout] | ^^^^^^ no item named `inline` 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/cumatrix/math.rs:21:14 [INFO] [stdout] | [INFO] [stdout] 21 | /// y[i][j] = a*y[i][j]+b [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/cumatrix/math.rs:21:26 [INFO] [stdout] | [INFO] [stdout] 21 | /// y[i][j] = a*y[i][j]+b [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 `inline` [INFO] [stdout] --> src/cumatrix/mod.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | /// [inline] [INFO] [stdout] | ^^^^^^ no item named `inline` 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 `inline` [INFO] [stdout] --> src/cumatrix/mod.rs:65:10 [INFO] [stdout] | [INFO] [stdout] 65 | /// [inline] [INFO] [stdout] | ^^^^^^ no item named `inline` 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 `inline` [INFO] [stdout] --> src/cumatrix/mod.rs:70:10 [INFO] [stdout] | [INFO] [stdout] 70 | /// [inline] [INFO] [stdout] | ^^^^^^ no item named `inline` 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 `inline` [INFO] [stdout] --> src/cumatrix/mod.rs:75:10 [INFO] [stdout] | [INFO] [stdout] 75 | /// [inline] [INFO] [stdout] | ^^^^^^ no item named `inline` 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 `inline` [INFO] [stdout] --> src/cumatrix/mod.rs:80:10 [INFO] [stdout] | [INFO] [stdout] 80 | /// [inline] [INFO] [stdout] | ^^^^^^ no item named `inline` 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 `inline` [INFO] [stdout] --> src/cumatrix/mod.rs:85:10 [INFO] [stdout] | [INFO] [stdout] 85 | /// [inline] [INFO] [stdout] | ^^^^^^ no item named `inline` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 106 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.15s [INFO] running `Command { std: "docker" "inspect" "108daa0a6c0b123658fbf2785247dd0a96f5761cfd023afc275c177768bf39af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "108daa0a6c0b123658fbf2785247dd0a96f5761cfd023afc275c177768bf39af", kill_on_drop: false }` [INFO] [stdout] 108daa0a6c0b123658fbf2785247dd0a96f5761cfd023afc275c177768bf39af