[INFO] fetching crate coord 0.11.1... [INFO] checking coord-0.11.1 against try#e61be1c89a2b3fd02452eef3c6186592711e4772 for pr-98456 [INFO] extracting crate coord 0.11.1 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate coord 0.11.1 on toolchain e61be1c89a2b3fd02452eef3c6186592711e4772 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+e61be1c89a2b3fd02452eef3c6186592711e4772" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate coord 0.11.1 [INFO] finished tweaking crates.io crate coord 0.11.1 [INFO] tweaked toml for crates.io crate coord 0.11.1 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+e61be1c89a2b3fd02452eef3c6186592711e4772" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+e61be1c89a2b3fd02452eef3c6186592711e4772" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+e61be1c89a2b3fd02452eef3c6186592711e4772" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bd7a5bbdf19b75dc2bd4bda5b54d5578244dd57f883bddce6ef943785433c7f6 [INFO] running `Command { std: "docker" "start" "-a" "bd7a5bbdf19b75dc2bd4bda5b54d5578244dd57f883bddce6ef943785433c7f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bd7a5bbdf19b75dc2bd4bda5b54d5578244dd57f883bddce6ef943785433c7f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bd7a5bbdf19b75dc2bd4bda5b54d5578244dd57f883bddce6ef943785433c7f6", kill_on_drop: false }` [INFO] [stdout] bd7a5bbdf19b75dc2bd4bda5b54d5578244dd57f883bddce6ef943785433c7f6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+e61be1c89a2b3fd02452eef3c6186592711e4772" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 941a084f31c3a7d418f18c324296c5d34b99be481e53132d2f320dabcd369ed3 [INFO] running `Command { std: "docker" "start" "-a" "941a084f31c3a7d418f18c324296c5d34b99be481e53132d2f320dabcd369ed3", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Checking rustc-serialize v0.3.24 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking num-complex v0.1.43 [INFO] [stderr] Checking num-bigint v0.1.44 [INFO] [stderr] Checking num-rational v0.1.42 [INFO] [stderr] Checking num v0.1.42 [INFO] [stderr] Checking coord v0.11.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: the feature `euclidean_division` has been stable since 1.38.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:50:12 [INFO] [stdout] | [INFO] [stdout] 50 | #![feature(euclidean_division)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `alloc` has been stable since 1.36.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:48:12 [INFO] [stdout] | [INFO] [stdout] 48 | #![feature(alloc)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/vec1.rs:26:44 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn new(x: T) -> Self { Self { x, ..Default::default() } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` declared on the struct `Vec1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec1.rs:66:50 [INFO] [stdout] | [INFO] [stdout] 66 | fn from(item: T) -> Self { Self { x: item, ..Default::default() } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec1<_>` [INFO] [stdout] --> src/vec1.rs:19:23 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec1.rs:70:56 [INFO] [stdout] | [INFO] [stdout] 70 | fn from(arr: [T; 1]) -> Self { Self { x: arr[0], ..Default::default() } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec1<_>` [INFO] [stdout] --> src/vec1.rs:19:23 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec1.rs:80:15 [INFO] [stdout] | [INFO] [stdout] 80 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec1<_>` [INFO] [stdout] --> src/vec1.rs:19:23 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec1.rs:90:15 [INFO] [stdout] | [INFO] [stdout] 90 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec1<_>` [INFO] [stdout] --> src/vec1.rs:19:23 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec1.rs:100:15 [INFO] [stdout] | [INFO] [stdout] 100 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec1<_>` [INFO] [stdout] --> src/vec1.rs:19:23 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec1.rs:110:15 [INFO] [stdout] | [INFO] [stdout] 110 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec1<_>` [INFO] [stdout] --> src/vec1.rs:19:23 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec1.rs:122:15 [INFO] [stdout] | [INFO] [stdout] 122 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec1<_>` [INFO] [stdout] --> src/vec1.rs:19:23 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec1.rs:132:15 [INFO] [stdout] | [INFO] [stdout] 132 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec1<_>` [INFO] [stdout] --> src/vec1.rs:19:23 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec1.rs:142:15 [INFO] [stdout] | [INFO] [stdout] 142 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec1<_>` [INFO] [stdout] --> src/vec1.rs:19:23 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec1.rs:152:15 [INFO] [stdout] | [INFO] [stdout] 152 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec1<_>` [INFO] [stdout] --> src/vec1.rs:19:23 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec1.rs:163:15 [INFO] [stdout] | [INFO] [stdout] 163 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec1<_>` [INFO] [stdout] --> src/vec1.rs:19:23 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec1.rs:172:15 [INFO] [stdout] | [INFO] [stdout] 172 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec1<_>` [INFO] [stdout] --> src/vec1.rs:19:23 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec1.rs:181:15 [INFO] [stdout] | [INFO] [stdout] 181 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec1<_>` [INFO] [stdout] --> src/vec1.rs:19:23 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec1.rs:190:15 [INFO] [stdout] | [INFO] [stdout] 190 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec1<_>` [INFO] [stdout] --> src/vec1.rs:19:23 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec1.rs:201:15 [INFO] [stdout] | [INFO] [stdout] 201 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec1<_>` [INFO] [stdout] --> src/vec1.rs:19:23 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec1.rs:210:15 [INFO] [stdout] | [INFO] [stdout] 210 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec1<_>` [INFO] [stdout] --> src/vec1.rs:19:23 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec1.rs:219:15 [INFO] [stdout] | [INFO] [stdout] 219 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec1<_>` [INFO] [stdout] --> src/vec1.rs:19:23 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec1.rs:228:15 [INFO] [stdout] | [INFO] [stdout] 228 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec1<_>` [INFO] [stdout] --> src/vec1.rs:19:23 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec2.rs:28:53 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn new(x: T, y: T) -> Self { Self { x, y, ..Default::default() } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec2<_>` [INFO] [stdout] --> src/vec2.rs:20:23 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec2.rs:70:67 [INFO] [stdout] | [INFO] [stdout] 70 | fn from(arr: [T; 2]) -> Self { Self { x: arr[0], y: arr[1], ..Default::default() } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec2<_>` [INFO] [stdout] --> src/vec2.rs:20:23 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `euclidean_division` has been stable since 1.38.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:50:12 [INFO] [stdout] | [INFO] [stdout] 50 | #![feature(euclidean_division)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec2.rs:74:65 [INFO] [stdout] | [INFO] [stdout] 74 | fn from(tup: (T, T)) -> Self { Self { x: tup.0, y: tup.1, ..Default::default() } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec2<_>` [INFO] [stdout] --> src/vec2.rs:20:23 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `alloc` has been stable since 1.36.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:48:12 [INFO] [stdout] | [INFO] [stdout] 48 | #![feature(alloc)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec2.rs:85:15 [INFO] [stdout] | [INFO] [stdout] 85 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec2<_>` [INFO] [stdout] --> src/vec2.rs:20:23 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec2.rs:96:15 [INFO] [stdout] | [INFO] [stdout] 96 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec2<_>` [INFO] [stdout] --> src/vec2.rs:20:23 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec2.rs:107:15 [INFO] [stdout] | [INFO] [stdout] 107 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec2<_>` [INFO] [stdout] --> src/vec2.rs:20:23 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec2.rs:118:15 [INFO] [stdout] | [INFO] [stdout] 118 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec2<_>` [INFO] [stdout] --> src/vec2.rs:20:23 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec2.rs:131:15 [INFO] [stdout] | [INFO] [stdout] 131 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec2<_>` [INFO] [stdout] --> src/vec2.rs:20:23 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec2.rs:142:15 [INFO] [stdout] | [INFO] [stdout] 142 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec2<_>` [INFO] [stdout] --> src/vec2.rs:20:23 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec2.rs:153:15 [INFO] [stdout] | [INFO] [stdout] 153 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec2<_>` [INFO] [stdout] --> src/vec2.rs:20:23 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec2.rs:164:15 [INFO] [stdout] | [INFO] [stdout] 164 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec2<_>` [INFO] [stdout] --> src/vec2.rs:20:23 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec2.rs:176:15 [INFO] [stdout] | [INFO] [stdout] 176 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec2<_>` [INFO] [stdout] --> src/vec2.rs:20:23 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec2.rs:186:15 [INFO] [stdout] | [INFO] [stdout] 186 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec2<_>` [INFO] [stdout] --> src/vec2.rs:20:23 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec2.rs:196:15 [INFO] [stdout] | [INFO] [stdout] 196 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec2<_>` [INFO] [stdout] --> src/vec2.rs:20:23 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec2.rs:206:15 [INFO] [stdout] | [INFO] [stdout] 206 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec2<_>` [INFO] [stdout] --> src/vec2.rs:20:23 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec2.rs:218:15 [INFO] [stdout] | [INFO] [stdout] 218 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec2<_>` [INFO] [stdout] --> src/vec2.rs:20:23 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec2.rs:228:15 [INFO] [stdout] | [INFO] [stdout] 228 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec2<_>` [INFO] [stdout] --> src/vec2.rs:20:23 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec2.rs:238:15 [INFO] [stdout] | [INFO] [stdout] 238 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec2<_>` [INFO] [stdout] --> src/vec2.rs:20:23 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec2.rs:248:15 [INFO] [stdout] | [INFO] [stdout] 248 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec2<_>` [INFO] [stdout] --> src/vec2.rs:20:23 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec3.rs:30:62 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn new(x: T, y: T, z: T) -> Self { Self { x, y, z, ..Default::default() } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec3<_>` [INFO] [stdout] --> src/vec3.rs:21:23 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec3.rs:74:78 [INFO] [stdout] | [INFO] [stdout] 74 | fn from(arr: [T; 3]) -> Self { Self { x: arr[0], y: arr[1], z: arr[2], ..Default::default() } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec3<_>` [INFO] [stdout] --> src/vec3.rs:21:23 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec3.rs:78:78 [INFO] [stdout] | [INFO] [stdout] 78 | fn from(tup: (T, T, T)) -> Self { Self { x: tup.0, y: tup.1, z: tup.2, ..Default::default() } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec3<_>` [INFO] [stdout] --> src/vec3.rs:21:23 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec3.rs:90:15 [INFO] [stdout] | [INFO] [stdout] 90 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec3<_>` [INFO] [stdout] --> src/vec3.rs:21:23 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec3.rs:102:15 [INFO] [stdout] | [INFO] [stdout] 102 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec3<_>` [INFO] [stdout] --> src/vec3.rs:21:23 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec3.rs:114:15 [INFO] [stdout] | [INFO] [stdout] 114 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec3<_>` [INFO] [stdout] --> src/vec3.rs:21:23 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec3.rs:126:15 [INFO] [stdout] | [INFO] [stdout] 126 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec3<_>` [INFO] [stdout] --> src/vec3.rs:21:23 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec3.rs:140:15 [INFO] [stdout] | [INFO] [stdout] 140 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec3<_>` [INFO] [stdout] --> src/vec3.rs:21:23 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec3.rs:152:15 [INFO] [stdout] | [INFO] [stdout] 152 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec3<_>` [INFO] [stdout] --> src/vec3.rs:21:23 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec3.rs:164:15 [INFO] [stdout] | [INFO] [stdout] 164 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec3<_>` [INFO] [stdout] --> src/vec3.rs:21:23 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec3.rs:176:15 [INFO] [stdout] | [INFO] [stdout] 176 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec3<_>` [INFO] [stdout] --> src/vec3.rs:21:23 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec3.rs:189:15 [INFO] [stdout] | [INFO] [stdout] 189 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec3<_>` [INFO] [stdout] --> src/vec3.rs:21:23 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec3.rs:200:15 [INFO] [stdout] | [INFO] [stdout] 200 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec3<_>` [INFO] [stdout] --> src/vec3.rs:21:23 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec3.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec3<_>` [INFO] [stdout] --> src/vec3.rs:21:23 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec3.rs:222:15 [INFO] [stdout] | [INFO] [stdout] 222 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec3<_>` [INFO] [stdout] --> src/vec3.rs:21:23 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec3.rs:235:15 [INFO] [stdout] | [INFO] [stdout] 235 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec3<_>` [INFO] [stdout] --> src/vec3.rs:21:23 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec3.rs:246:15 [INFO] [stdout] | [INFO] [stdout] 246 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec3<_>` [INFO] [stdout] --> src/vec3.rs:21:23 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec3.rs:257:15 [INFO] [stdout] | [INFO] [stdout] 257 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec3<_>` [INFO] [stdout] --> src/vec3.rs:21:23 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec3.rs:268:15 [INFO] [stdout] | [INFO] [stdout] 268 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec3<_>` [INFO] [stdout] --> src/vec3.rs:21:23 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec4.rs:32:71 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn new(x: T, y: T, z: T, w: T) -> Self { Self { x, y, z, w, ..Default::default() } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec4<_>` [INFO] [stdout] --> src/vec4.rs:22:23 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec4.rs:78:89 [INFO] [stdout] | [INFO] [stdout] 78 | fn from(arr: [T; 4]) -> Self { Self { x: arr[0], y: arr[1], z: arr[2], w: arr[3], ..Default::default() } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec4<_>` [INFO] [stdout] --> src/vec4.rs:22:23 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec4.rs:82:91 [INFO] [stdout] | [INFO] [stdout] 82 | fn from(tup: (T, T, T, T)) -> Self { Self { x: tup.0, y: tup.1, z: tup.2, w: tup.3, ..Default::default() } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec4<_>` [INFO] [stdout] --> src/vec4.rs:22:23 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec4.rs:95:15 [INFO] [stdout] | [INFO] [stdout] 95 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec4<_>` [INFO] [stdout] --> src/vec4.rs:22:23 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec4.rs:108:15 [INFO] [stdout] | [INFO] [stdout] 108 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec4<_>` [INFO] [stdout] --> src/vec4.rs:22:23 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec4.rs:121:15 [INFO] [stdout] | [INFO] [stdout] 121 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec4<_>` [INFO] [stdout] --> src/vec4.rs:22:23 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec4.rs:134:15 [INFO] [stdout] | [INFO] [stdout] 134 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec4<_>` [INFO] [stdout] --> src/vec4.rs:22:23 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec4.rs:149:15 [INFO] [stdout] | [INFO] [stdout] 149 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec4<_>` [INFO] [stdout] --> src/vec4.rs:22:23 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec4.rs:162:15 [INFO] [stdout] | [INFO] [stdout] 162 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec4<_>` [INFO] [stdout] --> src/vec4.rs:22:23 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec4.rs:175:15 [INFO] [stdout] | [INFO] [stdout] 175 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec4<_>` [INFO] [stdout] --> src/vec4.rs:22:23 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec4.rs:188:15 [INFO] [stdout] | [INFO] [stdout] 188 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec4<_>` [INFO] [stdout] --> src/vec4.rs:22:23 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec4.rs:202:15 [INFO] [stdout] | [INFO] [stdout] 202 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec4<_>` [INFO] [stdout] --> src/vec4.rs:22:23 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec4.rs:214:15 [INFO] [stdout] | [INFO] [stdout] 214 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec4<_>` [INFO] [stdout] --> src/vec4.rs:22:23 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec4.rs:226:15 [INFO] [stdout] | [INFO] [stdout] 226 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec4<_>` [INFO] [stdout] --> src/vec4.rs:22:23 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec4.rs:238:15 [INFO] [stdout] | [INFO] [stdout] 238 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec4<_>` [INFO] [stdout] --> src/vec4.rs:22:23 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec4.rs:252:15 [INFO] [stdout] | [INFO] [stdout] 252 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec4<_>` [INFO] [stdout] --> src/vec4.rs:22:23 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec4.rs:264:15 [INFO] [stdout] | [INFO] [stdout] 264 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec4<_>` [INFO] [stdout] --> src/vec4.rs:22:23 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec4.rs:276:15 [INFO] [stdout] | [INFO] [stdout] 276 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec4<_>` [INFO] [stdout] --> src/vec4.rs:22:23 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec4.rs:288:15 [INFO] [stdout] | [INFO] [stdout] 288 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `Vec4<_>` [INFO] [stdout] --> src/vec4.rs:22:23 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 76 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0282, E0283. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stderr] error: could not compile `coord` due to 77 previous errors; 2 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/vec1.rs:26:44 [INFO] [stdout] | [INFO] [stdout] 26 | pub fn new(x: T) -> Self { Self { x, ..Default::default() } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` declared on the struct `Vec1` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec1.rs:66:50 [INFO] [stdout] | [INFO] [stdout] 66 | fn from(item: T) -> Self { Self { x: item, ..Default::default() } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec1::Vec1<_>` [INFO] [stdout] --> src/vec1.rs:19:23 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec1.rs:70:56 [INFO] [stdout] | [INFO] [stdout] 70 | fn from(arr: [T; 1]) -> Self { Self { x: arr[0], ..Default::default() } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec1::Vec1<_>` [INFO] [stdout] --> src/vec1.rs:19:23 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec1.rs:80:15 [INFO] [stdout] | [INFO] [stdout] 80 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec1::Vec1<_>` [INFO] [stdout] --> src/vec1.rs:19:23 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec1.rs:90:15 [INFO] [stdout] | [INFO] [stdout] 90 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec1::Vec1<_>` [INFO] [stdout] --> src/vec1.rs:19:23 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec1.rs:100:15 [INFO] [stdout] | [INFO] [stdout] 100 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec1::Vec1<_>` [INFO] [stdout] --> src/vec1.rs:19:23 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec1.rs:110:15 [INFO] [stdout] | [INFO] [stdout] 110 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec1::Vec1<_>` [INFO] [stdout] --> src/vec1.rs:19:23 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec1.rs:122:15 [INFO] [stdout] | [INFO] [stdout] 122 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec1::Vec1<_>` [INFO] [stdout] --> src/vec1.rs:19:23 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec1.rs:132:15 [INFO] [stdout] | [INFO] [stdout] 132 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec1::Vec1<_>` [INFO] [stdout] --> src/vec1.rs:19:23 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec1.rs:142:15 [INFO] [stdout] | [INFO] [stdout] 142 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec1::Vec1<_>` [INFO] [stdout] --> src/vec1.rs:19:23 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec1.rs:152:15 [INFO] [stdout] | [INFO] [stdout] 152 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec1::Vec1<_>` [INFO] [stdout] --> src/vec1.rs:19:23 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec1.rs:163:15 [INFO] [stdout] | [INFO] [stdout] 163 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec1::Vec1<_>` [INFO] [stdout] --> src/vec1.rs:19:23 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec1.rs:172:15 [INFO] [stdout] | [INFO] [stdout] 172 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec1::Vec1<_>` [INFO] [stdout] --> src/vec1.rs:19:23 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec1.rs:181:15 [INFO] [stdout] | [INFO] [stdout] 181 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec1::Vec1<_>` [INFO] [stdout] --> src/vec1.rs:19:23 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec1.rs:190:15 [INFO] [stdout] | [INFO] [stdout] 190 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec1::Vec1<_>` [INFO] [stdout] --> src/vec1.rs:19:23 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec1.rs:201:15 [INFO] [stdout] | [INFO] [stdout] 201 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec1::Vec1<_>` [INFO] [stdout] --> src/vec1.rs:19:23 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec1.rs:210:15 [INFO] [stdout] | [INFO] [stdout] 210 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec1::Vec1<_>` [INFO] [stdout] --> src/vec1.rs:19:23 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec1.rs:219:15 [INFO] [stdout] | [INFO] [stdout] 219 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec1::Vec1<_>` [INFO] [stdout] --> src/vec1.rs:19:23 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec1.rs:228:15 [INFO] [stdout] | [INFO] [stdout] 228 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec1::Vec1<_>` [INFO] [stdout] --> src/vec1.rs:19:23 [INFO] [stdout] | [INFO] [stdout] 19 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec2.rs:28:53 [INFO] [stdout] | [INFO] [stdout] 28 | pub fn new(x: T, y: T) -> Self { Self { x, y, ..Default::default() } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec2::Vec2<_>` [INFO] [stdout] --> src/vec2.rs:20:23 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec2.rs:70:67 [INFO] [stdout] | [INFO] [stdout] 70 | fn from(arr: [T; 2]) -> Self { Self { x: arr[0], y: arr[1], ..Default::default() } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec2::Vec2<_>` [INFO] [stdout] --> src/vec2.rs:20:23 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec2.rs:74:65 [INFO] [stdout] | [INFO] [stdout] 74 | fn from(tup: (T, T)) -> Self { Self { x: tup.0, y: tup.1, ..Default::default() } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec2::Vec2<_>` [INFO] [stdout] --> src/vec2.rs:20:23 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec2.rs:85:15 [INFO] [stdout] | [INFO] [stdout] 85 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec2::Vec2<_>` [INFO] [stdout] --> src/vec2.rs:20:23 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec2.rs:96:15 [INFO] [stdout] | [INFO] [stdout] 96 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec2::Vec2<_>` [INFO] [stdout] --> src/vec2.rs:20:23 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec2.rs:107:15 [INFO] [stdout] | [INFO] [stdout] 107 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec2::Vec2<_>` [INFO] [stdout] --> src/vec2.rs:20:23 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec2.rs:118:15 [INFO] [stdout] | [INFO] [stdout] 118 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec2::Vec2<_>` [INFO] [stdout] --> src/vec2.rs:20:23 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec2.rs:131:15 [INFO] [stdout] | [INFO] [stdout] 131 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec2::Vec2<_>` [INFO] [stdout] --> src/vec2.rs:20:23 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec2.rs:142:15 [INFO] [stdout] | [INFO] [stdout] 142 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec2::Vec2<_>` [INFO] [stdout] --> src/vec2.rs:20:23 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec2.rs:153:15 [INFO] [stdout] | [INFO] [stdout] 153 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec2::Vec2<_>` [INFO] [stdout] --> src/vec2.rs:20:23 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec2.rs:164:15 [INFO] [stdout] | [INFO] [stdout] 164 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec2::Vec2<_>` [INFO] [stdout] --> src/vec2.rs:20:23 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec2.rs:176:15 [INFO] [stdout] | [INFO] [stdout] 176 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec2::Vec2<_>` [INFO] [stdout] --> src/vec2.rs:20:23 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec2.rs:186:15 [INFO] [stdout] | [INFO] [stdout] 186 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec2::Vec2<_>` [INFO] [stdout] --> src/vec2.rs:20:23 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec2.rs:196:15 [INFO] [stdout] | [INFO] [stdout] 196 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec2::Vec2<_>` [INFO] [stdout] --> src/vec2.rs:20:23 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec2.rs:206:15 [INFO] [stdout] | [INFO] [stdout] 206 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec2::Vec2<_>` [INFO] [stdout] --> src/vec2.rs:20:23 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec2.rs:218:15 [INFO] [stdout] | [INFO] [stdout] 218 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec2::Vec2<_>` [INFO] [stdout] --> src/vec2.rs:20:23 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec2.rs:228:15 [INFO] [stdout] | [INFO] [stdout] 228 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec2::Vec2<_>` [INFO] [stdout] --> src/vec2.rs:20:23 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec2.rs:238:15 [INFO] [stdout] | [INFO] [stdout] 238 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec2::Vec2<_>` [INFO] [stdout] --> src/vec2.rs:20:23 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec2.rs:248:15 [INFO] [stdout] | [INFO] [stdout] 248 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec2::Vec2<_>` [INFO] [stdout] --> src/vec2.rs:20:23 [INFO] [stdout] | [INFO] [stdout] 20 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec3.rs:30:62 [INFO] [stdout] | [INFO] [stdout] 30 | pub fn new(x: T, y: T, z: T) -> Self { Self { x, y, z, ..Default::default() } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec3::Vec3<_>` [INFO] [stdout] --> src/vec3.rs:21:23 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec3.rs:74:78 [INFO] [stdout] | [INFO] [stdout] 74 | fn from(arr: [T; 3]) -> Self { Self { x: arr[0], y: arr[1], z: arr[2], ..Default::default() } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec3::Vec3<_>` [INFO] [stdout] --> src/vec3.rs:21:23 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec3.rs:78:78 [INFO] [stdout] | [INFO] [stdout] 78 | fn from(tup: (T, T, T)) -> Self { Self { x: tup.0, y: tup.1, z: tup.2, ..Default::default() } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec3::Vec3<_>` [INFO] [stdout] --> src/vec3.rs:21:23 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec3.rs:90:15 [INFO] [stdout] | [INFO] [stdout] 90 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec3::Vec3<_>` [INFO] [stdout] --> src/vec3.rs:21:23 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec3.rs:102:15 [INFO] [stdout] | [INFO] [stdout] 102 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec3::Vec3<_>` [INFO] [stdout] --> src/vec3.rs:21:23 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec3.rs:114:15 [INFO] [stdout] | [INFO] [stdout] 114 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec3::Vec3<_>` [INFO] [stdout] --> src/vec3.rs:21:23 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec3.rs:126:15 [INFO] [stdout] | [INFO] [stdout] 126 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec3::Vec3<_>` [INFO] [stdout] --> src/vec3.rs:21:23 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec3.rs:140:15 [INFO] [stdout] | [INFO] [stdout] 140 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec3::Vec3<_>` [INFO] [stdout] --> src/vec3.rs:21:23 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec3.rs:152:15 [INFO] [stdout] | [INFO] [stdout] 152 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec3::Vec3<_>` [INFO] [stdout] --> src/vec3.rs:21:23 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec3.rs:164:15 [INFO] [stdout] | [INFO] [stdout] 164 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec3::Vec3<_>` [INFO] [stdout] --> src/vec3.rs:21:23 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec3.rs:176:15 [INFO] [stdout] | [INFO] [stdout] 176 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec3::Vec3<_>` [INFO] [stdout] --> src/vec3.rs:21:23 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec3.rs:189:15 [INFO] [stdout] | [INFO] [stdout] 189 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec3::Vec3<_>` [INFO] [stdout] --> src/vec3.rs:21:23 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec3.rs:200:15 [INFO] [stdout] | [INFO] [stdout] 200 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec3::Vec3<_>` [INFO] [stdout] --> src/vec3.rs:21:23 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec3.rs:211:15 [INFO] [stdout] | [INFO] [stdout] 211 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec3::Vec3<_>` [INFO] [stdout] --> src/vec3.rs:21:23 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec3.rs:222:15 [INFO] [stdout] | [INFO] [stdout] 222 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec3::Vec3<_>` [INFO] [stdout] --> src/vec3.rs:21:23 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec3.rs:235:15 [INFO] [stdout] | [INFO] [stdout] 235 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec3::Vec3<_>` [INFO] [stdout] --> src/vec3.rs:21:23 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec3.rs:246:15 [INFO] [stdout] | [INFO] [stdout] 246 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec3::Vec3<_>` [INFO] [stdout] --> src/vec3.rs:21:23 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec3.rs:257:15 [INFO] [stdout] | [INFO] [stdout] 257 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec3::Vec3<_>` [INFO] [stdout] --> src/vec3.rs:21:23 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec3.rs:268:15 [INFO] [stdout] | [INFO] [stdout] 268 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec3::Vec3<_>` [INFO] [stdout] --> src/vec3.rs:21:23 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec4.rs:32:71 [INFO] [stdout] | [INFO] [stdout] 32 | pub fn new(x: T, y: T, z: T, w: T) -> Self { Self { x, y, z, w, ..Default::default() } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec4::Vec4<_>` [INFO] [stdout] --> src/vec4.rs:22:23 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec4.rs:78:89 [INFO] [stdout] | [INFO] [stdout] 78 | fn from(arr: [T; 4]) -> Self { Self { x: arr[0], y: arr[1], z: arr[2], w: arr[3], ..Default::default() } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec4::Vec4<_>` [INFO] [stdout] --> src/vec4.rs:22:23 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec4.rs:82:91 [INFO] [stdout] | [INFO] [stdout] 82 | fn from(tup: (T, T, T, T)) -> Self { Self { x: tup.0, y: tup.1, z: tup.2, w: tup.3, ..Default::default() } } [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec4::Vec4<_>` [INFO] [stdout] --> src/vec4.rs:22:23 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec4.rs:95:15 [INFO] [stdout] | [INFO] [stdout] 95 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec4::Vec4<_>` [INFO] [stdout] --> src/vec4.rs:22:23 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec4.rs:108:15 [INFO] [stdout] | [INFO] [stdout] 108 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec4::Vec4<_>` [INFO] [stdout] --> src/vec4.rs:22:23 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec4.rs:121:15 [INFO] [stdout] | [INFO] [stdout] 121 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec4::Vec4<_>` [INFO] [stdout] --> src/vec4.rs:22:23 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec4.rs:134:15 [INFO] [stdout] | [INFO] [stdout] 134 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec4::Vec4<_>` [INFO] [stdout] --> src/vec4.rs:22:23 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec4.rs:149:15 [INFO] [stdout] | [INFO] [stdout] 149 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec4::Vec4<_>` [INFO] [stdout] --> src/vec4.rs:22:23 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec4.rs:162:15 [INFO] [stdout] | [INFO] [stdout] 162 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec4::Vec4<_>` [INFO] [stdout] --> src/vec4.rs:22:23 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec4.rs:175:15 [INFO] [stdout] | [INFO] [stdout] 175 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec4::Vec4<_>` [INFO] [stdout] --> src/vec4.rs:22:23 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec4.rs:188:15 [INFO] [stdout] | [INFO] [stdout] 188 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec4::Vec4<_>` [INFO] [stdout] --> src/vec4.rs:22:23 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec4.rs:202:15 [INFO] [stdout] | [INFO] [stdout] 202 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec4::Vec4<_>` [INFO] [stdout] --> src/vec4.rs:22:23 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec4.rs:214:15 [INFO] [stdout] | [INFO] [stdout] 214 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec4::Vec4<_>` [INFO] [stdout] --> src/vec4.rs:22:23 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec4.rs:226:15 [INFO] [stdout] | [INFO] [stdout] 226 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec4::Vec4<_>` [INFO] [stdout] --> src/vec4.rs:22:23 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec4.rs:238:15 [INFO] [stdout] | [INFO] [stdout] 238 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec4::Vec4<_>` [INFO] [stdout] --> src/vec4.rs:22:23 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec4.rs:252:15 [INFO] [stdout] | [INFO] [stdout] 252 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec4::Vec4<_>` [INFO] [stdout] --> src/vec4.rs:22:23 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec4.rs:264:15 [INFO] [stdout] | [INFO] [stdout] 264 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec4::Vec4<_>` [INFO] [stdout] --> src/vec4.rs:22:23 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec4.rs:276:15 [INFO] [stdout] | [INFO] [stdout] 276 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec4::Vec4<_>` [INFO] [stdout] --> src/vec4.rs:22:23 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0283]: type annotations needed [INFO] [stdout] --> src/vec4.rs:288:15 [INFO] [stdout] | [INFO] [stdout] 288 | ..Default::default() [INFO] [stdout] | ^^^^^^^^^^^^^^^^ cannot infer type for type parameter `T` [INFO] [stdout] | [INFO] [stdout] = note: cannot satisfy `_: VecItem` [INFO] [stdout] note: required because of the requirements on the impl of `Default` for `vec4::Vec4<_>` [INFO] [stdout] --> src/vec4.rs:22:23 [INFO] [stdout] | [INFO] [stdout] 22 | #[derive(Copy, Clone, Default, Hash, Eq, PartialEq)] [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] = note: this error originates in the derive macro `Default` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 76 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0282, E0283. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stderr] error: could not compile `coord` due to 77 previous errors; 2 warnings emitted [INFO] running `Command { std: "docker" "inspect" "941a084f31c3a7d418f18c324296c5d34b99be481e53132d2f320dabcd369ed3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "941a084f31c3a7d418f18c324296c5d34b99be481e53132d2f320dabcd369ed3", kill_on_drop: false }` [INFO] [stdout] 941a084f31c3a7d418f18c324296c5d34b99be481e53132d2f320dabcd369ed3