[INFO] fetching crate space-partitioning 0.5.0... [INFO] documenting space-partitioning-0.5.0 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate space-partitioning 0.5.0 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate space-partitioning 0.5.0 on toolchain 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate space-partitioning 0.5.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate space-partitioning 0.5.0 [INFO] tweaked toml for crates.io crate space-partitioning 0.5.0 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate crates.io crate space-partitioning 0.5.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded piston2d-gfx_graphics v0.73.0 [INFO] [stderr] Downloaded piston_window v0.120.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 002624fb2e2e814115e09c61dba3937a84889f7da751fd68a1534c7949fb2b7c [INFO] running `Command { std: "docker" "start" "-a" "002624fb2e2e814115e09c61dba3937a84889f7da751fd68a1534c7949fb2b7c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "002624fb2e2e814115e09c61dba3937a84889f7da751fd68a1534c7949fb2b7c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "002624fb2e2e814115e09c61dba3937a84889f7da751fd68a1534c7949fb2b7c", kill_on_drop: false }` [INFO] [stdout] 002624fb2e2e814115e09c61dba3937a84889f7da751fd68a1534c7949fb2b7c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d8ac3146966a75109a138d60f7821b9d11b46b6e41c2890781336c72932b3fee [INFO] running `Command { std: "docker" "start" "-a" "d8ac3146966a75109a138d60f7821b9d11b46b6e41c2890781336c72932b3fee", kill_on_drop: false }` [INFO] [stderr] Checking smallvec v1.6.1 [INFO] [stderr] Documenting space-partitioning v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `other` [INFO] [stdout] --> src/intersections/intersects_with.rs:2:58 [INFO] [stdout] | [INFO] [stdout] 2 | /// Tests whether this element intersects with the [`other`]. [INFO] [stdout] | ^^^^^ no item named `other` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `x1` [INFO] [stdout] --> src/quadtree/aabb.rs:18:13 [INFO] [stdout] | [INFO] [stdout] 18 | /// * [`x1`] - The left-most X coordinate. [INFO] [stdout] | ^^ no item named `x1` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `y1` [INFO] [stdout] --> src/quadtree/aabb.rs:19:13 [INFO] [stdout] | [INFO] [stdout] 19 | /// * [`y1`] - The top-most Y coordinate. [INFO] [stdout] | ^^ no item named `y1` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `x2` [INFO] [stdout] --> src/quadtree/aabb.rs:20:13 [INFO] [stdout] | [INFO] [stdout] 20 | /// * [`x2`] - The right-most X coordinate. [INFO] [stdout] | ^^ no item named `x2` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `y2` [INFO] [stdout] --> src/quadtree/aabb.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | /// * [`y2`] - The bottom-most Y coordinate. [INFO] [stdout] | ^^ no item named `y2` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `first_child_or_element` [INFO] [stdout] --> src/quadtree/node.rs:77:53 [INFO] [stdout] | [INFO] [stdout] 77 | /// Leaf nodes do not contain data, and their [`first_child_or_element`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `first_child_or_element` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `first_child_or_element` [INFO] [stdout] --> src/quadtree/node.rs:86:50 [INFO] [stdout] | [INFO] [stdout] 86 | /// Leaf nodes may contain data, and their [`first_child_or_element`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `first_child_or_element` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `parent` [INFO] [stdout] --> src/quadtree/quadtree.rs:159:32 [INFO] [stdout] | [INFO] [stdout] 159 | /// Splits the specified [`parent`] node into four and distributes its [INFO] [stdout] | ^^^^^^ no item named `parent` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `mx` [INFO] [stdout] --> src/quadtree/quadtree.rs:216:13 [INFO] [stdout] | [INFO] [stdout] 216 | /// * [`mx`] - The center X coordinate of the parent node. [INFO] [stdout] | ^^ no item named `mx` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `my` [INFO] [stdout] --> src/quadtree/quadtree.rs:217:13 [INFO] [stdout] | [INFO] [stdout] 217 | /// * [`my`] - The center Y coordinate of the parent node. [INFO] [stdout] | ^^ no item named `my` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `first_child_index` [INFO] [stdout] --> src/quadtree/quadtree.rs:218:13 [INFO] [stdout] | [INFO] [stdout] 218 | /// * [`first_child_index`] - The index of the first child node. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `first_child_index` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `element_index` [INFO] [stdout] --> src/quadtree/quadtree.rs:219:13 [INFO] [stdout] | [INFO] [stdout] 219 | /// * [`element_index`] - The index of the element. [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `element_index` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `element` [INFO] [stdout] --> src/quadtree/quadtree.rs:220:13 [INFO] [stdout] | [INFO] [stdout] 220 | /// * [`element`] - The element data. [INFO] [stdout] | ^^^^^^^ no item named `element` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `element` [INFO] [stdout] --> src/quadtree/quadtree.rs:277:13 [INFO] [stdout] | [INFO] [stdout] 277 | /// * [`element`] - The element to remove. [INFO] [stdout] | ^^^^^^^ no item named `element` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `collect_relevant_quadrants_for_query` [INFO] [stdout] --> src/quadtree/quadtree.rs:505:16 [INFO] [stdout] | [INFO] [stdout] 505 | /// Like [`collect_relevant_quadrants_for_query()`] but optimized for mutations (inserts, deletes). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `collect_relevant_quadrants_for_query` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `collect_relevant_quadrants_for_mutation` [INFO] [stdout] --> src/quadtree/quadtree.rs:530:16 [INFO] [stdout] | [INFO] [stdout] 530 | /// Like [`collect_relevant_quadrants_for_mutation()`] but optimized for queries. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `collect_relevant_quadrants_for_mutation` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `rect` [INFO] [stdout] --> src/quadtree/quadtree.rs:652:13 [INFO] [stdout] | [INFO] [stdout] 652 | /// * [`rect`] - The rectangle to test for. [INFO] [stdout] | ^^^^ no item named `rect` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `rect` [INFO] [stdout] --> src/quadtree/quadtree.rs:672:13 [INFO] [stdout] | [INFO] [stdout] 672 | /// * [`rect`] - The rectangle to test for. [INFO] [stdout] | ^^^^ no item named `rect` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `candidate_fn` [INFO] [stdout] --> src/quadtree/quadtree.rs:673:13 [INFO] [stdout] | [INFO] [stdout] 673 | /// * [`candidate_fn`] - The function called for each candidate element's ID. [INFO] [stdout] | ^^^^^^^^^^^^ no item named `candidate_fn` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `element` [INFO] [stdout] --> src/quadtree/quadtree.rs:691:13 [INFO] [stdout] | [INFO] [stdout] 691 | /// * [`element`] - The element to test for. [INFO] [stdout] | ^^^^^^^ no item named `element` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `element` [INFO] [stdout] --> src/quadtree/quadtree.rs:715:13 [INFO] [stdout] | [INFO] [stdout] 715 | /// * [`element`] - The element to test for. [INFO] [stdout] | ^^^^^^^ no item named `element` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `candidate_fn` [INFO] [stdout] --> src/quadtree/quadtree.rs:716:13 [INFO] [stdout] | [INFO] [stdout] 716 | /// * [`candidate_fn`] - The function called for each candidate element's ID. [INFO] [stdout] | ^^^^^^^^^^^^ no item named `candidate_fn` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `other` [INFO] [stdout] --> src/quadtree/aabb.rs:47:13 [INFO] [stdout] | [INFO] [stdout] 47 | /// * [`other`] - The AABB to test for intersection. [INFO] [stdout] | ^^^^^ no item named `other` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 23 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.74s [INFO] running `Command { std: "docker" "inspect" "d8ac3146966a75109a138d60f7821b9d11b46b6e41c2890781336c72932b3fee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d8ac3146966a75109a138d60f7821b9d11b46b6e41c2890781336c72932b3fee", kill_on_drop: false }` [INFO] [stdout] d8ac3146966a75109a138d60f7821b9d11b46b6e41c2890781336c72932b3fee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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=warn" "-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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] 5f88bd2db5705d043ae204bebae56324c90e37f97031ff18b9cee69e26c7efb9 [INFO] running `Command { std: "docker" "start" "-a" "5f88bd2db5705d043ae204bebae56324c90e37f97031ff18b9cee69e26c7efb9", kill_on_drop: false }` [INFO] [stderr] Checking smallvec v1.6.1 [INFO] [stderr] Documenting space-partitioning v0.5.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `other` [INFO] [stdout] --> src/intersections/intersects_with.rs:2:58 [INFO] [stdout] | [INFO] [stdout] 2 | /// Tests whether this element intersects with the [`other`]. [INFO] [stdout] | ^^^^^ no item named `other` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `x1` [INFO] [stdout] --> src/quadtree/aabb.rs:18:13 [INFO] [stdout] | [INFO] [stdout] 18 | /// * [`x1`] - The left-most X coordinate. [INFO] [stdout] | ^^ no item named `x1` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `y1` [INFO] [stdout] --> src/quadtree/aabb.rs:19:13 [INFO] [stdout] | [INFO] [stdout] 19 | /// * [`y1`] - The top-most Y coordinate. [INFO] [stdout] | ^^ no item named `y1` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `x2` [INFO] [stdout] --> src/quadtree/aabb.rs:20:13 [INFO] [stdout] | [INFO] [stdout] 20 | /// * [`x2`] - The right-most X coordinate. [INFO] [stdout] | ^^ no item named `x2` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `y2` [INFO] [stdout] --> src/quadtree/aabb.rs:21:13 [INFO] [stdout] | [INFO] [stdout] 21 | /// * [`y2`] - The bottom-most Y coordinate. [INFO] [stdout] | ^^ no item named `y2` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `first_child_or_element` [INFO] [stdout] --> src/quadtree/node.rs:77:53 [INFO] [stdout] | [INFO] [stdout] 77 | /// Leaf nodes do not contain data, and their [`first_child_or_element`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `first_child_or_element` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `first_child_or_element` [INFO] [stdout] --> src/quadtree/node.rs:86:50 [INFO] [stdout] | [INFO] [stdout] 86 | /// Leaf nodes may contain data, and their [`first_child_or_element`] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ no item named `first_child_or_element` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `parent` [INFO] [stdout] --> src/quadtree/quadtree.rs:159:32 [INFO] [stdout] | [INFO] [stdout] 159 | /// Splits the specified [`parent`] node into four and distributes its [INFO] [stdout] | ^^^^^^ no item named `parent` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `mx` [INFO] [stdout] --> src/quadtree/quadtree.rs:216:13 [INFO] [stdout] | [INFO] [stdout] 216 | /// * [`mx`] - The center X coordinate of the parent node. [INFO] [stdout] | ^^ no item named `mx` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `my` [INFO] [stdout] --> src/quadtree/quadtree.rs:217:13 [INFO] [stdout] | [INFO] [stdout] 217 | /// * [`my`] - The center Y coordinate of the parent node. [INFO] [stdout] | ^^ no item named `my` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `first_child_index` [INFO] [stdout] --> src/quadtree/quadtree.rs:218:13 [INFO] [stdout] | [INFO] [stdout] 218 | /// * [`first_child_index`] - The index of the first child node. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ no item named `first_child_index` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `element_index` [INFO] [stdout] --> src/quadtree/quadtree.rs:219:13 [INFO] [stdout] | [INFO] [stdout] 219 | /// * [`element_index`] - The index of the element. [INFO] [stdout] | ^^^^^^^^^^^^^ no item named `element_index` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `element` [INFO] [stdout] --> src/quadtree/quadtree.rs:220:13 [INFO] [stdout] | [INFO] [stdout] 220 | /// * [`element`] - The element data. [INFO] [stdout] | ^^^^^^^ no item named `element` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `element` [INFO] [stdout] --> src/quadtree/quadtree.rs:277:13 [INFO] [stdout] | [INFO] [stdout] 277 | /// * [`element`] - The element to remove. [INFO] [stdout] | ^^^^^^^ no item named `element` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `collect_relevant_quadrants_for_query` [INFO] [stdout] --> src/quadtree/quadtree.rs:505:16 [INFO] [stdout] | [INFO] [stdout] 505 | /// Like [`collect_relevant_quadrants_for_query()`] but optimized for mutations (inserts, deletes). [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `collect_relevant_quadrants_for_query` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `collect_relevant_quadrants_for_mutation` [INFO] [stdout] --> src/quadtree/quadtree.rs:530:16 [INFO] [stdout] | [INFO] [stdout] 530 | /// Like [`collect_relevant_quadrants_for_mutation()`] but optimized for queries. [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `collect_relevant_quadrants_for_mutation` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `rect` [INFO] [stdout] --> src/quadtree/quadtree.rs:652:13 [INFO] [stdout] | [INFO] [stdout] 652 | /// * [`rect`] - The rectangle to test for. [INFO] [stdout] | ^^^^ no item named `rect` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `rect` [INFO] [stdout] --> src/quadtree/quadtree.rs:672:13 [INFO] [stdout] | [INFO] [stdout] 672 | /// * [`rect`] - The rectangle to test for. [INFO] [stdout] | ^^^^ no item named `rect` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `candidate_fn` [INFO] [stdout] --> src/quadtree/quadtree.rs:673:13 [INFO] [stdout] | [INFO] [stdout] 673 | /// * [`candidate_fn`] - The function called for each candidate element's ID. [INFO] [stdout] | ^^^^^^^^^^^^ no item named `candidate_fn` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `element` [INFO] [stdout] --> src/quadtree/quadtree.rs:691:13 [INFO] [stdout] | [INFO] [stdout] 691 | /// * [`element`] - The element to test for. [INFO] [stdout] | ^^^^^^^ no item named `element` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `element` [INFO] [stdout] --> src/quadtree/quadtree.rs:715:13 [INFO] [stdout] | [INFO] [stdout] 715 | /// * [`element`] - The element to test for. [INFO] [stdout] | ^^^^^^^ no item named `element` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `candidate_fn` [INFO] [stdout] --> src/quadtree/quadtree.rs:716:13 [INFO] [stdout] | [INFO] [stdout] 716 | /// * [`candidate_fn`] - The function called for each candidate element's ID. [INFO] [stdout] | ^^^^^^^^^^^^ no item named `candidate_fn` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `other` [INFO] [stdout] --> src/quadtree/aabb.rs:47:13 [INFO] [stdout] | [INFO] [stdout] 47 | /// * [`other`] - The AABB to test for intersection. [INFO] [stdout] | ^^^^^ no item named `other` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 23 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.63s [INFO] running `Command { std: "docker" "inspect" "5f88bd2db5705d043ae204bebae56324c90e37f97031ff18b9cee69e26c7efb9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5f88bd2db5705d043ae204bebae56324c90e37f97031ff18b9cee69e26c7efb9", kill_on_drop: false }` [INFO] [stdout] 5f88bd2db5705d043ae204bebae56324c90e37f97031ff18b9cee69e26c7efb9