[INFO] fetching crate ncollide_entities 0.5.1... [INFO] testing ncollide_entities-0.5.1 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate ncollide_entities 0.5.1 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate ncollide_entities 0.5.1 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ncollide_entities 0.5.1 [INFO] finished tweaking crates.io crate ncollide_entities 0.5.1 [INFO] tweaked toml for crates.io crate ncollide_entities 0.5.1 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b618f836a7a1a928cc38722e7d825b4e00b296533beb3ea4c8796db6cbf4dd30 [INFO] running `Command { std: "docker" "start" "-a" "b618f836a7a1a928cc38722e7d825b4e00b296533beb3ea4c8796db6cbf4dd30", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b618f836a7a1a928cc38722e7d825b4e00b296533beb3ea4c8796db6cbf4dd30", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b618f836a7a1a928cc38722e7d825b4e00b296533beb3ea4c8796db6cbf4dd30", kill_on_drop: false }` [INFO] [stdout] b618f836a7a1a928cc38722e7d825b4e00b296533beb3ea4c8796db6cbf4dd30 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 66deb10bda523501efefd00a0b1a86639bf40630a44a9a47257ba6b67d8da728 [INFO] running `Command { std: "docker" "start" "-a" "66deb10bda523501efefd00a0b1a86639bf40630a44a9a47257ba6b67d8da728", kill_on_drop: false }` [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling nalgebra v0.8.2 [INFO] [stderr] Compiling ncollide_entities v0.5.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0463]: can't find crate for `ncollide_math` [INFO] [stdout] --> lib.rs:15:1 [INFO] [stdout] | [INFO] [stdout] 15 | extern crate ncollide_math as math; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `ncollide_utils` [INFO] [stdout] --> lib.rs:16:1 [INFO] [stdout] | [INFO] [stdout] 16 | extern crate ncollide_utils as utils; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> shape/minkowski_sum.rs:239:31 [INFO] [stdout] | [INFO] [stdout] 239 | let _0_5: ::Scalar = na::cast(0.5f64); [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> shape/minkowski_sum.rs:254:31 [INFO] [stdout] | [INFO] [stdout] 254 | let _0_5: ::Scalar = na::cast(0.5f64); [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> shape/minkowski_sum.rs:378:35 [INFO] [stdout] | [INFO] [stdout] 378 | impl Repeat<::Scalar> for AnnotatedPoint

{ [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> shape/minkowski_sum.rs:379:30 [INFO] [stdout] | [INFO] [stdout] 379 | fn repeat(_: ::Scalar) -> AnnotatedPoint

{ [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> shape/minkowski_sum.rs:384:30 [INFO] [stdout] | [INFO] [stdout] 384 | impl

NumPoint<::Scalar> for AnnotatedPoint

[INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> shape/minkowski_sum.rs:388:32 [INFO] [stdout] | [INFO] [stdout] 388 | impl

FloatPoint<::Scalar> for AnnotatedPoint

[INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> shape/base_mesh.rs:23:49 [INFO] [stdout] | [INFO] [stdout] 23 | uvs: Option::Scalar>>>>, [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> shape/base_mesh.rs:50:60 [INFO] [stdout] | [INFO] [stdout] 50 | uvs: Option::Scalar>>>>, [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> shape/base_mesh.rs:116:61 [INFO] [stdout] | [INFO] [stdout] 116 | pub fn uvs(&self) -> &Option::Scalar>>>> { [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> shape/trimesh.rs:29:60 [INFO] [stdout] | [INFO] [stdout] 29 | uvs: Option::Scalar>>>>, [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> shape/trimesh.rs:66:61 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn uvs(&self) -> &Option::Scalar>>>> { [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> shape/polyline.rs:30:60 [INFO] [stdout] | [INFO] [stdout] 30 | uvs: Option::Scalar>>>>, [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> shape/polyline.rs:67:61 [INFO] [stdout] | [INFO] [stdout] 67 | pub fn uvs(&self) -> &Option::Scalar>>>> { [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> support_map/utils_support_map.rs:10:27 [INFO] [stdout] | [INFO] [stdout] 10 | let _max: ::Scalar = Bounded::max_value(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> support_map/ball_support_map.rs:8:51 [INFO] [stdout] | [INFO] [stdout] 8 | impl< P, M> SupportMap for Ball<::Scalar> [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> support_map/capsule_support_map.rs:9:53 [INFO] [stdout] | [INFO] [stdout] 9 | impl SupportMap for Capsule<::Scalar> [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> support_map/cone_support_map.rs:9:50 [INFO] [stdout] | [INFO] [stdout] 9 | impl SupportMap for Cone<::Scalar> [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> support_map/cylinder_support_map.rs:10:54 [INFO] [stdout] | [INFO] [stdout] 10 | impl SupportMap for Cylinder<::Scalar> [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> bounding_volume/aabb.rs:84:36 [INFO] [stdout] | [INFO] [stdout] 84 | impl

BoundingVolume<::Scalar> for AABB

[INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> bounding_volume/aabb.rs:113:46 [INFO] [stdout] | [INFO] [stdout] 113 | fn loosen(&mut self, amount: ::Scalar) { [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> bounding_volume/aabb.rs:120:44 [INFO] [stdout] | [INFO] [stdout] 120 | fn loosened(&self, amount: ::Scalar) -> AABB

{ [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> bounding_volume/aabb.rs:129:47 [INFO] [stdout] | [INFO] [stdout] 129 | fn tighten(&mut self, amount: ::Scalar) { [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> bounding_volume/aabb.rs:137:45 [INFO] [stdout] | [INFO] [stdout] 137 | fn tightened(&self, amount: ::Scalar) -> AABB

{ [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> bounding_volume/aabb_support_map.rs:8:63 [INFO] [stdout] | [INFO] [stdout] 8 | impl HasBoundingVolume> for Cone<::Scalar> [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> bounding_volume/aabb_support_map.rs:17:67 [INFO] [stdout] | [INFO] [stdout] 17 | impl HasBoundingVolume> for Cylinder<::Scalar> [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> bounding_volume/aabb_support_map.rs:26:66 [INFO] [stdout] | [INFO] [stdout] 26 | impl HasBoundingVolume> for Capsule<::Scalar> [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> bounding_volume/aabb_ball.rs:9:53 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn ball_aabb

(center: &P, radius: ::Scalar) -> AABB

[INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> bounding_volume/aabb_ball.rs:14:63 [INFO] [stdout] | [INFO] [stdout] 14 | impl HasBoundingVolume> for Ball<::Scalar> [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> bounding_volume/aabb_plane.rs:15:31 [INFO] [stdout] | [INFO] [stdout] 15 | let half: ::Scalar = na::cast(0.5f64); [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> bounding_volume/aabb_compound.rs:16:87 [INFO] [stdout] | [INFO] [stdout] 16 | let half_extents = (*bv.maxs() - *bv.mins()) / na::cast::::Scalar>(2.0); [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> bounding_volume/aabb_mesh.rs:18:87 [INFO] [stdout] | [INFO] [stdout] 18 | let half_extents = (*bv.maxs() - *bv.mins()) * na::cast::::Scalar>(0.5); [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> bounding_volume/aabb_utils.rs:23:47 [INFO] [stdout] | [INFO] [stdout] 23 | basis[d] = -na::one::<::Scalar>(); [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> bounding_volume/aabb_repr.rs:16:63 [INFO] [stdout] | [INFO] [stdout] 16 | if let Some(b) = repr.downcast_ref::::Scalar>>() { [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> bounding_volume/aabb_repr.rs:19:71 [INFO] [stdout] | [INFO] [stdout] 19 | else if let Some(c) = repr.downcast_ref::::Scalar>>() { [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> bounding_volume/aabb_repr.rs:25:68 [INFO] [stdout] | [INFO] [stdout] 25 | else if let Some(c) = repr.downcast_ref::::Scalar>>() { [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> bounding_volume/aabb_repr.rs:34:72 [INFO] [stdout] | [INFO] [stdout] 34 | else if let Some(c) = repr.downcast_ref::::Scalar>>() { [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> bounding_volume/bounding_sphere.rs:22:25 [INFO] [stdout] | [INFO] [stdout] 22 | radius: ::Scalar [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> bounding_volume/bounding_sphere.rs:28:47 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn new(center: P, radius: ::Scalar) -> BoundingSphere

{ [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> bounding_volume/bounding_sphere.rs:43:41 [INFO] [stdout] | [INFO] [stdout] 43 | pub fn radius(&self) -> ::Scalar { [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> bounding_volume/bounding_sphere.rs:54:36 [INFO] [stdout] | [INFO] [stdout] 54 | impl

BoundingVolume<::Scalar> for BoundingSphere

[INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> bounding_volume/bounding_sphere.rs:121:46 [INFO] [stdout] | [INFO] [stdout] 121 | fn loosen(&mut self, amount: ::Scalar) { [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> bounding_volume/bounding_sphere.rs:127:44 [INFO] [stdout] | [INFO] [stdout] 127 | fn loosened(&self, amount: ::Scalar) -> BoundingSphere

{ [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> bounding_volume/bounding_sphere.rs:133:47 [INFO] [stdout] | [INFO] [stdout] 133 | fn tighten(&mut self, amount: ::Scalar) { [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> bounding_volume/bounding_sphere.rs:140:45 [INFO] [stdout] | [INFO] [stdout] 140 | fn tightened(&self, amount: ::Scalar) -> BoundingSphere

{ [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> bounding_volume/bounding_sphere_cone.rs:9:73 [INFO] [stdout] | [INFO] [stdout] 9 | impl HasBoundingVolume> for Cone<::Scalar> [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> bounding_volume/bounding_sphere_ball.rs:8:73 [INFO] [stdout] | [INFO] [stdout] 8 | impl HasBoundingVolume> for Ball<::Scalar> [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> bounding_volume/bounding_sphere_cylinder.rs:9:77 [INFO] [stdout] | [INFO] [stdout] 9 | impl HasBoundingVolume> for Cylinder<::Scalar> [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> bounding_volume/bounding_sphere_capsule.rs:8:76 [INFO] [stdout] | [INFO] [stdout] 8 | impl HasBoundingVolume> for Capsule<::Scalar> [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> bounding_volume/bounding_sphere_utils.rs:9:92 [INFO] [stdout] | [INFO] [stdout] 9 | pub fn point_cloud_bounding_sphere_with_center

(pts: &[P], center: P) -> (P, ::Scalar) [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> bounding_volume/bounding_sphere_utils.rs:28:69 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn point_cloud_bounding_sphere

(pts: &[P]) -> (P, ::Scalar) [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> bounding_volume/bounding_sphere_repr.rs:17:63 [INFO] [stdout] | [INFO] [stdout] 17 | if let Some(b) = repr.downcast_ref::::Scalar>>() { [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> bounding_volume/bounding_sphere_repr.rs:20:71 [INFO] [stdout] | [INFO] [stdout] 20 | else if let Some(c) = repr.downcast_ref::::Scalar>>() { [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> bounding_volume/bounding_sphere_repr.rs:26:68 [INFO] [stdout] | [INFO] [stdout] 26 | else if let Some(c) = repr.downcast_ref::::Scalar>>() { [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> bounding_volume/bounding_sphere_repr.rs:35:72 [INFO] [stdout] | [INFO] [stdout] 35 | else if let Some(c) = repr.downcast_ref::::Scalar>>() { [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `OwnedAllocationCache` [INFO] [stdout] --> partitioning/dbvt.rs:34:20 [INFO] [stdout] | [INFO] [stdout] 34 | cache: OwnedAllocationCache::new(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ use of undeclared type `OwnedAllocationCache` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> partitioning/dbvt.rs:43:52 [INFO] [stdout] | [INFO] [stdout] 43 | BV: 'static + BoundingVolume<::Scalar> + Translation + Clone, [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> partitioning/dbvt.rs:308:52 [INFO] [stdout] | [INFO] [stdout] 308 | BV: 'static + BoundingVolume<::Scalar>, [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> partitioning/dbvt.rs:310:48 [INFO] [stdout] | [INFO] [stdout] 310 | fn sqdist_to(&self, to: &P) -> ::Scalar { [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> partitioning/dbvt.rs:324:75 [INFO] [stdout] | [INFO] [stdout] 324 | BV: 'static + Translation + BoundingVolume<::Scalar>, [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> partitioning/dbvt.rs:333:75 [INFO] [stdout] | [INFO] [stdout] 333 | BV: 'static + Translation + BoundingVolume<::Scalar>, [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `RefWithCost` [INFO] [stdout] --> partitioning/bvt.rs:180:38 [INFO] [stdout] | [INFO] [stdout] 180 | Some(cost) => queue.push(RefWithCost::new(self, cost)), [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `RefWithCost` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `RefWithCost` [INFO] [stdout] --> partitioning/bvt.rs:196:52 [INFO] [stdout] | [INFO] [stdout] 196 | ... queue.push(RefWithCost::new(&**left, -lcost)) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `RefWithCost` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `RefWithCost` [INFO] [stdout] --> partitioning/bvt.rs:205:52 [INFO] [stdout] | [INFO] [stdout] 205 | ... queue.push(RefWithCost::new(&**right, -rcost)) [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared type `RefWithCost` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> inspection/maybe_as_support_map.rs:52:41 [INFO] [stdout] | [INFO] [stdout] 52 | impl_support_map_repr!(Ball<::Scalar>); [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> inspection/maybe_as_support_map.rs:53:44 [INFO] [stdout] | [INFO] [stdout] 53 | impl_support_map_repr!(Capsule<::Scalar>); [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> inspection/maybe_as_support_map.rs:54:41 [INFO] [stdout] | [INFO] [stdout] 54 | impl_support_map_repr!(Cone<::Scalar>); [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Vector` [INFO] [stdout] --> inspection/maybe_as_support_map.rs:57:45 [INFO] [stdout] | [INFO] [stdout] 57 | impl_support_map_repr!(Cylinder<::Scalar>); [INFO] [stdout] | ^^^^^^ use of undeclared type `Vector` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Vector` in this scope [INFO] [stdout] --> shape/plane.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | impl Plane { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> shape/plane.rs:41:14 [INFO] [stdout] | [INFO] [stdout] 41 | where P: Point { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Vector` in this scope [INFO] [stdout] --> shape/cuboid.rs:13:9 [INFO] [stdout] | [INFO] [stdout] 13 | impl Cuboid { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> shape/minkowski_sum.rs:234:14 [INFO] [stdout] | [INFO] [stdout] 234 | where P: Point { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> shape/minkowski_sum.rs:250:14 [INFO] [stdout] | [INFO] [stdout] 250 | where P: Point { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Scalar` in this scope [INFO] [stdout] --> shape/minkowski_sum.rs:345:14 [INFO] [stdout] | [INFO] [stdout] 345 | where N: Scalar, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> shape/minkowski_sum.rs:378:9 [INFO] [stdout] | [INFO] [stdout] 378 | impl Repeat<::Scalar> for AnnotatedPoint

{ [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> shape/minkowski_sum.rs:385:14 [INFO] [stdout] | [INFO] [stdout] 385 | where P: Point { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> shape/minkowski_sum.rs:389:14 [INFO] [stdout] | [INFO] [stdout] 389 | where P: Point { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> shape/minkowski_sum.rs:392:9 [INFO] [stdout] | [INFO] [stdout] 392 | impl

Point for AnnotatedPoint

[INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> shape/minkowski_sum.rs:393:14 [INFO] [stdout] | [INFO] [stdout] 393 | where P: Point { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> shape/base_mesh.rs:18:24 [INFO] [stdout] | [INFO] [stdout] 18 | pub struct BaseMesh { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> shape/base_mesh.rs:29:14 [INFO] [stdout] | [INFO] [stdout] 29 | where P: Point { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> shape/base_mesh.rs:44:14 [INFO] [stdout] | [INFO] [stdout] 44 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> shape/base_mesh.rs:89:14 [INFO] [stdout] | [INFO] [stdout] 89 | where P: Point { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> shape/base_mesh.rs:134:14 [INFO] [stdout] | [INFO] [stdout] 134 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> shape/trimesh.rs:11:23 [INFO] [stdout] | [INFO] [stdout] 11 | pub struct TriMesh { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> shape/trimesh.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 15 | impl Clone for TriMesh

{ [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> shape/trimesh.rs:24:14 [INFO] [stdout] | [INFO] [stdout] 24 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> shape/trimesh.rs:39:14 [INFO] [stdout] | [INFO] [stdout] 39 | where P: Point { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> shape/trimesh.rs:83:9 [INFO] [stdout] | [INFO] [stdout] 83 | impl TriMesh

{ [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> shape/polyline.rs:12:24 [INFO] [stdout] | [INFO] [stdout] 12 | pub struct Polyline { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> shape/polyline.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 16 | impl Clone for Polyline

{ [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> shape/polyline.rs:25:14 [INFO] [stdout] | [INFO] [stdout] 25 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> shape/polyline.rs:40:14 [INFO] [stdout] | [INFO] [stdout] 40 | where P: Point { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> shape/polyline.rs:84:9 [INFO] [stdout] | [INFO] [stdout] 84 | impl Polyline

{ [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Scalar` in this scope [INFO] [stdout] --> shape/ball.rs:10:9 [INFO] [stdout] | [INFO] [stdout] 10 | impl Ball { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Scalar` in this scope [INFO] [stdout] --> shape/capsule.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | where N: Scalar { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Scalar` in this scope [INFO] [stdout] --> shape/cone.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | where N: Scalar { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Scalar` in this scope [INFO] [stdout] --> shape/cylinder.rs:15:14 [INFO] [stdout] | [INFO] [stdout] 15 | where N: Scalar { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> shape/compound.rs:17:24 [INFO] [stdout] | [INFO] [stdout] 17 | pub struct Compound { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> shape/compound.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | impl Clone for Compound { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> shape/compound.rs:34:20 [INFO] [stdout] | [INFO] [stdout] 34 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Isometry` in this scope [INFO] [stdout] --> shape/compound.rs:36:20 [INFO] [stdout] | [INFO] [stdout] 36 | M: Isometry { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> shape/compound.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 60 | impl Compound { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> shape/composite_shape.rs:13:29 [INFO] [stdout] | [INFO] [stdout] 13 | pub trait CompositeShape { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> shape/composite_shape.rs:30:14 [INFO] [stdout] | [INFO] [stdout] 30 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> shape/composite_shape.rs:63:14 [INFO] [stdout] | [INFO] [stdout] 63 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Isometry` in this scope [INFO] [stdout] --> shape/composite_shape.rs:64:14 [INFO] [stdout] | [INFO] [stdout] 64 | M: Isometry { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> shape/composite_shape.rs:96:14 [INFO] [stdout] | [INFO] [stdout] 96 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Isometry` in this scope [INFO] [stdout] --> shape/composite_shape.rs:97:14 [INFO] [stdout] | [INFO] [stdout] 97 | M: Isometry { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> support_map/support_map.rs:9:25 [INFO] [stdout] | [INFO] [stdout] 9 | pub trait SupportMap { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> support_map/utils_support_map.rs:9:14 [INFO] [stdout] | [INFO] [stdout] 9 | where P: Point { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> support_map/cuboid_support_map.rs:9:14 [INFO] [stdout] | [INFO] [stdout] 9 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> support_map/ball_support_map.rs:9:14 [INFO] [stdout] | [INFO] [stdout] 9 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> support_map/capsule_support_map.rs:10:14 [INFO] [stdout] | [INFO] [stdout] 10 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> support_map/cone_support_map.rs:10:14 [INFO] [stdout] | [INFO] [stdout] 10 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> support_map/cylinder_support_map.rs:11:14 [INFO] [stdout] | [INFO] [stdout] 11 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> support_map/convex_support_map.rs:9:14 [INFO] [stdout] | [INFO] [stdout] 9 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> support_map/reflection_support_map.rs:7:14 [INFO] [stdout] | [INFO] [stdout] 7 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> support_map/triangle_support_map.rs:9:14 [INFO] [stdout] | [INFO] [stdout] 9 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> support_map/segment_support_map.rs:9:14 [INFO] [stdout] | [INFO] [stdout] 9 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> support_map/minkowski_sum_support_map.rs:8:15 [INFO] [stdout] | [INFO] [stdout] 8 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> support_map/minkowski_sum_support_map.rs:19:15 [INFO] [stdout] | [INFO] [stdout] 19 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> support_map/minkowski_sum_support_map.rs:39:15 [INFO] [stdout] | [INFO] [stdout] 39 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> bounding_volume/aabb.rs:24:9 [INFO] [stdout] | [INFO] [stdout] 24 | impl AABB

{ [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> bounding_volume/aabb.rs:41:9 [INFO] [stdout] | [INFO] [stdout] 41 | impl AABB

{ [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> bounding_volume/aabb.rs:70:14 [INFO] [stdout] | [INFO] [stdout] 70 | where P: Point { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> bounding_volume/aabb.rs:85:14 [INFO] [stdout] | [INFO] [stdout] 85 | where P: Point { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> bounding_volume/aabb.rs:145:14 [INFO] [stdout] | [INFO] [stdout] 145 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> bounding_volume/aabb_cuboid.rs:8:14 [INFO] [stdout] | [INFO] [stdout] 8 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> bounding_volume/aabb_support_map.rs:9:14 [INFO] [stdout] | [INFO] [stdout] 9 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> bounding_volume/aabb_support_map.rs:18:14 [INFO] [stdout] | [INFO] [stdout] 18 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> bounding_volume/aabb_support_map.rs:27:14 [INFO] [stdout] | [INFO] [stdout] 27 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> bounding_volume/aabb_support_map.rs:36:14 [INFO] [stdout] | [INFO] [stdout] 36 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> bounding_volume/aabb_support_map.rs:46:14 [INFO] [stdout] | [INFO] [stdout] 46 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> bounding_volume/aabb_ball.rs:10:14 [INFO] [stdout] | [INFO] [stdout] 10 | where P: Point { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> bounding_volume/aabb_ball.rs:15:14 [INFO] [stdout] | [INFO] [stdout] 15 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> bounding_volume/aabb_plane.rs:9:14 [INFO] [stdout] | [INFO] [stdout] 9 | where P: Point { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> bounding_volume/aabb_convex.rs:8:14 [INFO] [stdout] | [INFO] [stdout] 8 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> bounding_volume/aabb_compound.rs:8:14 [INFO] [stdout] | [INFO] [stdout] 8 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> bounding_volume/aabb_mesh.rs:9:14 [INFO] [stdout] | [INFO] [stdout] 9 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> bounding_volume/aabb_mesh.rs:26:14 [INFO] [stdout] | [INFO] [stdout] 26 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> bounding_volume/aabb_mesh.rs:36:14 [INFO] [stdout] | [INFO] [stdout] 36 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> bounding_volume/aabb_utils.rs:11:18 [INFO] [stdout] | [INFO] [stdout] 11 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> bounding_volume/aabb_utils.rs:35:14 [INFO] [stdout] | [INFO] [stdout] 35 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> bounding_volume/aabb_repr.rs:9:14 [INFO] [stdout] | [INFO] [stdout] 9 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Isometry` in this scope [INFO] [stdout] --> bounding_volume/aabb_repr.rs:11:14 [INFO] [stdout] | [INFO] [stdout] 11 | M: Isometry { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> bounding_volume/bounding_sphere.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> bounding_volume/bounding_sphere.rs:20:30 [INFO] [stdout] | [INFO] [stdout] 20 | pub struct BoundingSphere { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> bounding_volume/bounding_sphere.rs:26:14 [INFO] [stdout] | [INFO] [stdout] 26 | where P: Point { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> bounding_volume/bounding_sphere.rs:55:14 [INFO] [stdout] | [INFO] [stdout] 55 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> bounding_volume/bounding_sphere.rs:148:14 [INFO] [stdout] | [INFO] [stdout] 148 | where P: Point { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> bounding_volume/bounding_sphere_cuboid.rs:10:14 [INFO] [stdout] | [INFO] [stdout] 10 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> bounding_volume/bounding_sphere_cone.rs:10:14 [INFO] [stdout] | [INFO] [stdout] 10 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> bounding_volume/bounding_sphere_ball.rs:9:14 [INFO] [stdout] | [INFO] [stdout] 9 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> bounding_volume/bounding_sphere_cylinder.rs:10:14 [INFO] [stdout] | [INFO] [stdout] 10 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> bounding_volume/bounding_sphere_capsule.rs:9:14 [INFO] [stdout] | [INFO] [stdout] 9 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> bounding_volume/bounding_sphere_plane.rs:9:14 [INFO] [stdout] | [INFO] [stdout] 9 | where P: Point { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> bounding_volume/bounding_sphere_convex.rs:9:14 [INFO] [stdout] | [INFO] [stdout] 9 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> bounding_volume/bounding_sphere_compound.rs:8:15 [INFO] [stdout] | [INFO] [stdout] 8 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Isometry` in this scope [INFO] [stdout] --> bounding_volume/bounding_sphere_compound.rs:10:15 [INFO] [stdout] | [INFO] [stdout] 10 | M: Isometry, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> bounding_volume/bounding_sphere_triangle.rs:9:14 [INFO] [stdout] | [INFO] [stdout] 9 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> bounding_volume/bounding_sphere_segment.rs:9:14 [INFO] [stdout] | [INFO] [stdout] 9 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> bounding_volume/bounding_sphere_mesh.rs:9:14 [INFO] [stdout] | [INFO] [stdout] 9 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> bounding_volume/bounding_sphere_mesh.rs:21:14 [INFO] [stdout] | [INFO] [stdout] 21 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> bounding_volume/bounding_sphere_mesh.rs:30:14 [INFO] [stdout] | [INFO] [stdout] 30 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> bounding_volume/bounding_sphere_utils.rs:10:14 [INFO] [stdout] | [INFO] [stdout] 10 | where P: Point { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> bounding_volume/bounding_sphere_utils.rs:29:14 [INFO] [stdout] | [INFO] [stdout] 29 | where P: Point { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> bounding_volume/bounding_sphere_repr.rs:10:14 [INFO] [stdout] | [INFO] [stdout] 10 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Isometry` in this scope [INFO] [stdout] --> bounding_volume/bounding_sphere_repr.rs:12:14 [INFO] [stdout] | [INFO] [stdout] 12 | M: Isometry { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OwnedAllocationCache` in this scope [INFO] [stdout] --> partitioning/dbvt.rs:21:24 [INFO] [stdout] | [INFO] [stdout] 21 | type Cache = OwnedAllocationCache>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> partitioning/dbvt.rs:42:15 [INFO] [stdout] | [INFO] [stdout] 42 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> partitioning/dbvt.rs:116:9 [INFO] [stdout] | [INFO] [stdout] 116 | impl, B> DBVTInternal { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> partitioning/dbvt.rs:217:9 [INFO] [stdout] | [INFO] [stdout] 217 | impl + 'static> DBVTLeaf { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> partitioning/dbvt.rs:307:15 [INFO] [stdout] | [INFO] [stdout] 307 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> partitioning/dbvt.rs:323:15 [INFO] [stdout] | [INFO] [stdout] 323 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> partitioning/dbvt.rs:332:15 [INFO] [stdout] | [INFO] [stdout] 332 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Scalar` in this scope [INFO] [stdout] --> partitioning/bvt.rs:81:20 [INFO] [stdout] | [INFO] [stdout] 81 | where N: Scalar, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Vector` in this scope [INFO] [stdout] --> partitioning/bvt.rs:114:18 [INFO] [stdout] | [INFO] [stdout] 114 | where V: Vector, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Scalar` in this scope [INFO] [stdout] --> partitioning/bvt.rs:173:20 [INFO] [stdout] | [INFO] [stdout] 173 | where N: Scalar, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RefWithCost` in this scope [INFO] [stdout] --> partitioning/bvt.rs:175:35 [INFO] [stdout] | [INFO] [stdout] 175 | let mut queue: BinaryHeap>> = BinaryHeap::new(); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Vector` in this scope [INFO] [stdout] --> partitioning/bvt.rs:242:15 [INFO] [stdout] | [INFO] [stdout] 242 | where V: Vector, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Vector` in this scope [INFO] [stdout] --> partitioning/bvt.rs:300:15 [INFO] [stdout] | [INFO] [stdout] 300 | where V: Vector, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> inspection/maybe_as_composite_shape.rs:35:22 [INFO] [stdout] | [INFO] [stdout] 35 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 51 | impl_composite_shape_repr!(Compound); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_composite_shape_repr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Isometry` in this scope [INFO] [stdout] --> inspection/maybe_as_composite_shape.rs:36:22 [INFO] [stdout] | [INFO] [stdout] 36 | M: Isometry { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 51 | impl_composite_shape_repr!(Compound); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_composite_shape_repr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> inspection/maybe_as_composite_shape.rs:35:22 [INFO] [stdout] | [INFO] [stdout] 35 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 52 | impl_composite_shape_repr!(TriMesh

); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_composite_shape_repr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Isometry` in this scope [INFO] [stdout] --> inspection/maybe_as_composite_shape.rs:36:22 [INFO] [stdout] | [INFO] [stdout] 36 | M: Isometry { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 52 | impl_composite_shape_repr!(TriMesh

); [INFO] [stdout] | -------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_composite_shape_repr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> inspection/maybe_as_composite_shape.rs:35:22 [INFO] [stdout] | [INFO] [stdout] 35 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 53 | impl_composite_shape_repr!(Polyline

); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_composite_shape_repr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Isometry` in this scope [INFO] [stdout] --> inspection/maybe_as_composite_shape.rs:36:22 [INFO] [stdout] | [INFO] [stdout] 36 | M: Isometry { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 53 | impl_composite_shape_repr!(Polyline

); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_composite_shape_repr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> inspection/maybe_as_support_map.rs:36:22 [INFO] [stdout] | [INFO] [stdout] 36 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 52 | impl_support_map_repr!(Ball<::Scalar>); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_support_map_repr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Isometry` in this scope [INFO] [stdout] --> inspection/maybe_as_support_map.rs:37:22 [INFO] [stdout] | [INFO] [stdout] 37 | M: Isometry { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 52 | impl_support_map_repr!(Ball<::Scalar>); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_support_map_repr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> inspection/maybe_as_support_map.rs:36:22 [INFO] [stdout] | [INFO] [stdout] 36 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 53 | impl_support_map_repr!(Capsule<::Scalar>); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_support_map_repr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Isometry` in this scope [INFO] [stdout] --> inspection/maybe_as_support_map.rs:37:22 [INFO] [stdout] | [INFO] [stdout] 37 | M: Isometry { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 53 | impl_support_map_repr!(Capsule<::Scalar>); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_support_map_repr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> inspection/maybe_as_support_map.rs:36:22 [INFO] [stdout] | [INFO] [stdout] 36 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 54 | impl_support_map_repr!(Cone<::Scalar>); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_support_map_repr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Isometry` in this scope [INFO] [stdout] --> inspection/maybe_as_support_map.rs:37:22 [INFO] [stdout] | [INFO] [stdout] 37 | M: Isometry { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 54 | impl_support_map_repr!(Cone<::Scalar>); [INFO] [stdout] | --------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_support_map_repr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> inspection/maybe_as_support_map.rs:36:22 [INFO] [stdout] | [INFO] [stdout] 36 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 55 | impl_support_map_repr!(ConvexHull

); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_support_map_repr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Isometry` in this scope [INFO] [stdout] --> inspection/maybe_as_support_map.rs:37:22 [INFO] [stdout] | [INFO] [stdout] 37 | M: Isometry { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 55 | impl_support_map_repr!(ConvexHull

); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_support_map_repr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> inspection/maybe_as_support_map.rs:36:22 [INFO] [stdout] | [INFO] [stdout] 36 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 56 | impl_support_map_repr!(Cuboid); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_support_map_repr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Isometry` in this scope [INFO] [stdout] --> inspection/maybe_as_support_map.rs:37:22 [INFO] [stdout] | [INFO] [stdout] 37 | M: Isometry { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 56 | impl_support_map_repr!(Cuboid); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_support_map_repr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> inspection/maybe_as_support_map.rs:36:22 [INFO] [stdout] | [INFO] [stdout] 36 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 57 | impl_support_map_repr!(Cylinder<::Scalar>); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_support_map_repr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Isometry` in this scope [INFO] [stdout] --> inspection/maybe_as_support_map.rs:37:22 [INFO] [stdout] | [INFO] [stdout] 37 | M: Isometry { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 57 | impl_support_map_repr!(Cylinder<::Scalar>); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_support_map_repr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> inspection/maybe_as_support_map.rs:36:22 [INFO] [stdout] | [INFO] [stdout] 36 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 58 | impl_support_map_repr!(Segment

); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_support_map_repr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Isometry` in this scope [INFO] [stdout] --> inspection/maybe_as_support_map.rs:37:22 [INFO] [stdout] | [INFO] [stdout] 37 | M: Isometry { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 58 | impl_support_map_repr!(Segment

); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_support_map_repr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Point` in this scope [INFO] [stdout] --> inspection/maybe_as_support_map.rs:36:22 [INFO] [stdout] | [INFO] [stdout] 36 | where P: Point, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 59 | impl_support_map_repr!(Triangle

); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_support_map_repr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0405]: cannot find trait `Isometry` in this scope [INFO] [stdout] --> inspection/maybe_as_support_map.rs:37:22 [INFO] [stdout] | [INFO] [stdout] 37 | M: Isometry { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 59 | impl_support_map_repr!(Triangle

); [INFO] [stdout] | ----------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `impl_support_map_repr` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> shape/plane.rs:10:35 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(PartialEq, Debug, Clone, RustcEncodable, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> shape/plane.rs:10:51 [INFO] [stdout] | [INFO] [stdout] 10 | #[derive(PartialEq, Debug, Clone, RustcEncodable, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> shape/cuboid.rs:8:35 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(PartialEq, Debug, Clone, RustcEncodable, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> shape/cuboid.rs:8:51 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(PartialEq, Debug, Clone, RustcEncodable, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> shape/minkowski_sum.rs:121:30 [INFO] [stdout] | [INFO] [stdout] 121 | #[derive(Clone, Copy, Debug, RustcEncodable, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> shape/minkowski_sum.rs:121:46 [INFO] [stdout] | [INFO] [stdout] 121 | #[derive(Clone, Copy, Debug, RustcEncodable, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> shape/segment.rs:9:35 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(PartialEq, Debug, Clone, RustcEncodable, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> shape/segment.rs:9:51 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(PartialEq, Debug, Clone, RustcEncodable, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> shape/triangle.rs:9:35 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(PartialEq, Debug, Clone, RustcEncodable, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> shape/triangle.rs:9:51 [INFO] [stdout] | [INFO] [stdout] 9 | #[derive(PartialEq, Debug, Clone, RustcEncodable, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> shape/base_mesh.rs:14:38 [INFO] [stdout] | [INFO] [stdout] 14 | fn new_with_vertices_and_indices(&[P], &I) -> Self; [INFO] [stdout] | ^^^^ help: try naming the parameter or explicitly ignoring it: `_: &[P]` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> shape/base_mesh.rs:14:44 [INFO] [stdout] | [INFO] [stdout] 14 | fn new_with_vertices_and_indices(&[P], &I) -> Self; [INFO] [stdout] | ^^ help: try naming the parameter or explicitly ignoring it: `_: &I` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> shape/ball.rs:5:35 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(PartialEq, Debug, Clone, RustcEncodable, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> shape/ball.rs:5:51 [INFO] [stdout] | [INFO] [stdout] 5 | #[derive(PartialEq, Debug, Clone, RustcEncodable, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> shape/capsule.rs:6:35 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(PartialEq, Debug, Clone, RustcEncodable, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> shape/capsule.rs:6:51 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(PartialEq, Debug, Clone, RustcEncodable, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> shape/cone.rs:6:35 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(PartialEq, Debug, Clone, RustcEncodable, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> shape/cone.rs:6:51 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(PartialEq, Debug, Clone, RustcEncodable, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> shape/cylinder.rs:8:35 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(PartialEq, Debug, Clone, RustcEncodable, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> shape/cylinder.rs:8:51 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(PartialEq, Debug, Clone, RustcEncodable, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> shape/torus.rs:3:35 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(PartialEq, Debug, Clone, RustcEncodable, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> shape/torus.rs:3:51 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(PartialEq, Debug, Clone, RustcEncodable, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> shape/convex.rs:2:35 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(PartialEq, Debug, Clone, RustcEncodable, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> shape/convex.rs:2:51 [INFO] [stdout] | [INFO] [stdout] 2 | #[derive(PartialEq, Debug, Clone, RustcEncodable, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> shape/composite_shape.rs:17:27 [INFO] [stdout] | [INFO] [stdout] 17 | fn map_part_at(&self, usize, &mut FnMut(&M, &Repr)); [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> shape/composite_shape.rs:17:34 [INFO] [stdout] | [INFO] [stdout] 17 | fn map_part_at(&self, usize, &mut FnMut(&M, &Repr)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut FnMut(&M, &Repr)` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> shape/composite_shape.rs:20:39 [INFO] [stdout] | [INFO] [stdout] 20 | fn map_transformed_part_at(&self, usize, m: &M, &mut FnMut(&M, &Repr)); [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: usize` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> shape/composite_shape.rs:20:53 [INFO] [stdout] | [INFO] [stdout] 20 | fn map_transformed_part_at(&self, usize, m: &M, &mut FnMut(&M, &Repr)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &mut FnMut(&M, &Repr)` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> bounding_volume/bounding_volume.rs:14:26 [INFO] [stdout] | [INFO] [stdout] 14 | fn intersects(&self, &Self) -> bool; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Self` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> bounding_volume/bounding_volume.rs:17:24 [INFO] [stdout] | [INFO] [stdout] 17 | fn contains(&self, &Self) -> bool; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Self` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> bounding_volume/bounding_volume.rs:20:25 [INFO] [stdout] | [INFO] [stdout] 20 | fn merge(&mut self, &Self); [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Self` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> bounding_volume/bounding_volume.rs:23:22 [INFO] [stdout] | [INFO] [stdout] 23 | fn merged(&self, &Self) -> Self; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &Self` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> bounding_volume/bounding_volume.rs:26:26 [INFO] [stdout] | [INFO] [stdout] 26 | fn loosen(&mut self, N); [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: N` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> bounding_volume/bounding_volume.rs:29:24 [INFO] [stdout] | [INFO] [stdout] 29 | fn loosened(&self, N) -> Self; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: N` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> bounding_volume/bounding_volume.rs:32:27 [INFO] [stdout] | [INFO] [stdout] 32 | fn tighten(&mut self, N); [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: N` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> bounding_volume/bounding_volume.rs:35:25 [INFO] [stdout] | [INFO] [stdout] 35 | fn tightened(&self, N) -> Self; [INFO] [stdout] | ^ help: try naming the parameter or explicitly ignoring it: `_: N` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> bounding_volume/aabb.rs:18:35 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug, PartialEq, Clone, RustcEncodable, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> bounding_volume/aabb.rs:18:51 [INFO] [stdout] | [INFO] [stdout] 18 | #[derive(Debug, PartialEq, Clone, RustcEncodable, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> bounding_volume/bounding_sphere.rs:19:35 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Debug, PartialEq, Clone, RustcEncodable, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> bounding_volume/bounding_sphere.rs:19:51 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Debug, PartialEq, Clone, RustcEncodable, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> partitioning/dbvt.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(RustcEncodable, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> partitioning/dbvt.rs:15:26 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(RustcEncodable, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> partitioning/bvt.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Clone, RustcEncodable, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> partitioning/bvt.rs:14:33 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Clone, RustcEncodable, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcEncodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> partitioning/bvt.rs:20:17 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Clone, RustcEncodable, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `RustcDecodable`: rustc-serialize is deprecated and no longer supported [INFO] [stdout] --> partitioning/bvt.rs:20:33 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Clone, RustcEncodable, RustcDecodable)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> partitioning/bvt_visitor.rs:8:34 [INFO] [stdout] | [INFO] [stdout] 8 | fn visit_internal(&mut self, &BV) -> bool; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: &BV` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> partitioning/bvt_visitor.rs:11:30 [INFO] [stdout] | [INFO] [stdout] 11 | fn visit_leaf(&mut self, &B, &BV); [INFO] [stdout] | ^^ help: try naming the parameter or explicitly ignoring it: `_: &B` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> partitioning/bvt_visitor.rs:11:34 [INFO] [stdout] | [INFO] [stdout] 11 | fn visit_leaf(&mut self, &B, &BV); [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: &BV` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> partitioning/bvtt_visitor.rs:5:43 [INFO] [stdout] | [INFO] [stdout] 5 | fn visit_internal_internal(&mut self, &BV, &BV) -> bool; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: &BV` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> partitioning/bvtt_visitor.rs:5:48 [INFO] [stdout] | [INFO] [stdout] 5 | fn visit_internal_internal(&mut self, &BV, &BV) -> bool; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: &BV` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> partitioning/bvtt_visitor.rs:7:35 [INFO] [stdout] | [INFO] [stdout] 7 | fn visit_leaf_leaf(&mut self, &B, &BV, &B, &BV); [INFO] [stdout] | ^^ help: try naming the parameter or explicitly ignoring it: `_: &B` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> partitioning/bvtt_visitor.rs:7:39 [INFO] [stdout] | [INFO] [stdout] 7 | fn visit_leaf_leaf(&mut self, &B, &BV, &B, &BV); [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: &BV` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> partitioning/bvtt_visitor.rs:7:44 [INFO] [stdout] | [INFO] [stdout] 7 | fn visit_leaf_leaf(&mut self, &B, &BV, &B, &BV); [INFO] [stdout] | ^^ help: try naming the parameter or explicitly ignoring it: `_: &B` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> partitioning/bvtt_visitor.rs:7:48 [INFO] [stdout] | [INFO] [stdout] 7 | fn visit_leaf_leaf(&mut self, &B, &BV, &B, &BV); [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: &BV` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> partitioning/bvtt_visitor.rs:9:39 [INFO] [stdout] | [INFO] [stdout] 9 | fn visit_internal_leaf(&mut self, &BV, &B, &BV) -> bool; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: &BV` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> partitioning/bvtt_visitor.rs:9:44 [INFO] [stdout] | [INFO] [stdout] 9 | fn visit_internal_leaf(&mut self, &BV, &B, &BV) -> bool; [INFO] [stdout] | ^^ help: try naming the parameter or explicitly ignoring it: `_: &B` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> partitioning/bvtt_visitor.rs:9:48 [INFO] [stdout] | [INFO] [stdout] 9 | fn visit_internal_leaf(&mut self, &BV, &B, &BV) -> bool; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: &BV` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> partitioning/bvtt_visitor.rs:11:39 [INFO] [stdout] | [INFO] [stdout] 11 | fn visit_leaf_internal(&mut self, &B, &BV, &BV) -> bool; [INFO] [stdout] | ^^ help: try naming the parameter or explicitly ignoring it: `_: &B` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> partitioning/bvtt_visitor.rs:11:43 [INFO] [stdout] | [INFO] [stdout] 11 | fn visit_leaf_internal(&mut self, &B, &BV, &BV) -> bool; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: &BV` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> partitioning/bvtt_visitor.rs:11:48 [INFO] [stdout] | [INFO] [stdout] 11 | fn visit_leaf_internal(&mut self, &B, &BV, &BV) -> bool; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: &BV` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> partitioning/bvt_cost_fn.rs:7:35 [INFO] [stdout] | [INFO] [stdout] 7 | fn compute_bv_cost(&mut self, &BV) -> Option; [INFO] [stdout] | ^^^ help: try naming the parameter or explicitly ignoring it: `_: &BV` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> partitioning/bvt_cost_fn.rs:9:34 [INFO] [stdout] | [INFO] [stdout] 9 | fn compute_b_cost(&mut self, &B) -> Option<(N, Self::UserData)>; [INFO] [stdout] | ^^ help: try naming the parameter or explicitly ignoring it: `_: &B` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> inspection/mod.rs:23:21 [INFO] [stdout] | [INFO] [stdout] 23 | pub type Repr2 = Repr, Isometry2>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 23 - pub type Repr2 = Repr, Isometry2>; [INFO] [stdout] 23 + pub type Repr2 = dyn Repr, Isometry2>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> inspection/mod.rs:25:21 [INFO] [stdout] | [INFO] [stdout] 25 | pub type Repr3 = Repr, Isometry3>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 25 - pub type Repr3 = Repr, Isometry3>; [INFO] [stdout] 25 + pub type Repr3 = dyn Repr, Isometry3>; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0220]: associated type `Vect` not found for `P` [INFO] [stdout] --> shape/base_mesh.rs:23:41 [INFO] [stdout] | [INFO] [stdout] 23 | uvs: Option::Scalar>>>>, [INFO] [stdout] | ^^^^ associated type `Vect` not found [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0220]: associated type `Vect` not found for `P` [INFO] [stdout] --> shape/base_mesh.rs:24:33 [INFO] [stdout] | [INFO] [stdout] 24 | normals: Option>>, [INFO] [stdout] | ^^^^ associated type `Vect` not found [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 207 previous errors; 65 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0220, E0405, E0412, E0433, E0463. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0220`. [INFO] [stdout] [INFO] [stderr] error: could not compile `ncollide_entities` due to 208 previous errors; 65 warnings emitted [INFO] running `Command { std: "docker" "inspect" "66deb10bda523501efefd00a0b1a86639bf40630a44a9a47257ba6b67d8da728", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "66deb10bda523501efefd00a0b1a86639bf40630a44a9a47257ba6b67d8da728", kill_on_drop: false }` [INFO] [stdout] 66deb10bda523501efefd00a0b1a86639bf40630a44a9a47257ba6b67d8da728