[INFO] fetching crate mini-math 0.1.4... [INFO] testing mini-math-0.1.4 against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] extracting crate mini-math 0.1.4 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate mini-math 0.1.4 on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate mini-math 0.1.4 [INFO] finished tweaking crates.io crate mini-math 0.1.4 [INFO] tweaked toml for crates.io crate mini-math 0.1.4 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a7944541b1bffa81840c0d6f23d105f12f3da2aa169c3d63c4e44d31c3c53072 [INFO] running `Command { std: "docker" "start" "-a" "a7944541b1bffa81840c0d6f23d105f12f3da2aa169c3d63c4e44d31c3c53072", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a7944541b1bffa81840c0d6f23d105f12f3da2aa169c3d63c4e44d31c3c53072", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a7944541b1bffa81840c0d6f23d105f12f3da2aa169c3d63c4e44d31c3c53072", kill_on_drop: false }` [INFO] [stdout] a7944541b1bffa81840c0d6f23d105f12f3da2aa169c3d63c4e44d31c3c53072 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a2c596714337706e56a396a49cf21472fcd49606af4d4ca4963a27142af09f6b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "a2c596714337706e56a396a49cf21472fcd49606af4d4ca4963a27142af09f6b", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling zerocopy-derive v0.1.4 [INFO] [stderr] Compiling zerocopy v0.2.8 [INFO] [stderr] Compiling mini-math v0.1.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:67:31 [INFO] [stdout] | [INFO] [stdout] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 113 | scalar_op!(Add, add, Point, f32, Point, +); [INFO] [stdout] | ------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] = note: this warning originates in the macro `scalar_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 67 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 67 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:67:31 [INFO] [stdout] | [INFO] [stdout] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 114 | scalar_op!(Sub, sub, Point, f32, Point, -); [INFO] [stdout] | ------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `scalar_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 67 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 67 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:67:31 [INFO] [stdout] | [INFO] [stdout] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 115 | scalar_op!(Mul, mul, Point, f32, Point, *); [INFO] [stdout] | ------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `scalar_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 67 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 67 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:67:31 [INFO] [stdout] | [INFO] [stdout] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 116 | scalar_op!(Div, div, Point, f32, Point, /); [INFO] [stdout] | ------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `scalar_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 67 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 67 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:79:31 [INFO] [stdout] | [INFO] [stdout] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 117 | scalar_assign_op!(AddAssign, add_assign, Point, f32, +=); [INFO] [stdout] | -------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `scalar_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 79 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 79 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:79:31 [INFO] [stdout] | [INFO] [stdout] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 118 | scalar_assign_op!(SubAssign, sub_assign, Point, f32, -=); [INFO] [stdout] | -------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `scalar_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 79 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 79 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:79:31 [INFO] [stdout] | [INFO] [stdout] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 119 | scalar_assign_op!(MulAssign, mul_assign, Point, f32, *=); [INFO] [stdout] | -------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `scalar_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 79 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 79 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:79:31 [INFO] [stdout] | [INFO] [stdout] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 120 | scalar_assign_op!(DivAssign, div_assign, Point, f32, /=); [INFO] [stdout] | -------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `scalar_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 79 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 79 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:67:31 [INFO] [stdout] | [INFO] [stdout] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 122 | scalar_op!(Add, add, Vector, f32, Vector, +); [INFO] [stdout] | -------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `scalar_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 67 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 67 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:67:31 [INFO] [stdout] | [INFO] [stdout] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 123 | scalar_op!(Sub, sub, Vector, f32, Vector, -); [INFO] [stdout] | -------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `scalar_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 67 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 67 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:67:31 [INFO] [stdout] | [INFO] [stdout] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 124 | scalar_op!(Mul, mul, Vector, f32, Vector, *); [INFO] [stdout] | -------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `scalar_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 67 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 67 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:67:31 [INFO] [stdout] | [INFO] [stdout] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 125 | scalar_op!(Div, div, Vector, f32, Vector, /); [INFO] [stdout] | -------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `scalar_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 67 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 67 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:79:31 [INFO] [stdout] | [INFO] [stdout] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 126 | scalar_assign_op!(AddAssign, add_assign, Vector, f32, +=); [INFO] [stdout] | --------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `scalar_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 79 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 79 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:79:31 [INFO] [stdout] | [INFO] [stdout] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 127 | scalar_assign_op!(SubAssign, sub_assign, Vector, f32, -=); [INFO] [stdout] | --------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `scalar_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 79 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 79 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:79:31 [INFO] [stdout] | [INFO] [stdout] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 128 | scalar_assign_op!(MulAssign, mul_assign, Vector, f32, *=); [INFO] [stdout] | --------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `scalar_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 79 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 79 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:79:31 [INFO] [stdout] | [INFO] [stdout] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 129 | scalar_assign_op!(DivAssign, div_assign, Vector, f32, /=); [INFO] [stdout] | --------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `scalar_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 79 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 79 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:91:31 [INFO] [stdout] | [INFO] [stdout] 91 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 131 | vector_op!(Add, add, Vector, Vector, Vector, +); [INFO] [stdout] | ----------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `vector_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 91 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 91 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:91:31 [INFO] [stdout] | [INFO] [stdout] 91 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 132 | vector_op!(Sub, sub, Vector, Vector, Vector, -); [INFO] [stdout] | ----------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `vector_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 91 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 91 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:103:31 [INFO] [stdout] | [INFO] [stdout] 103 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 133 | vector_assign_op!(AddAssign, add_assign, Vector, Vector, +=); [INFO] [stdout] | ------------------------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `vector_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 103 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 103 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:103:31 [INFO] [stdout] | [INFO] [stdout] 103 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 134 | vector_assign_op!(SubAssign, sub_assign, Vector, Vector, -=); [INFO] [stdout] | ------------------------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `vector_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 103 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 103 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:91:31 [INFO] [stdout] | [INFO] [stdout] 91 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 136 | vector_op!(Add, add, Point, Vector, Point, +); [INFO] [stdout] | --------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `vector_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 91 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 91 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:91:31 [INFO] [stdout] | [INFO] [stdout] 91 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 137 | vector_op!(Sub, sub, Point, Vector, Point, -); [INFO] [stdout] | --------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `vector_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 91 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 91 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:91:31 [INFO] [stdout] | [INFO] [stdout] 91 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 138 | vector_op!(Sub, sub, Point, Point, Vector, -); [INFO] [stdout] | --------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `vector_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 91 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 91 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:103:31 [INFO] [stdout] | [INFO] [stdout] 103 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 139 | vector_assign_op!(AddAssign, add_assign, Point, Vector, +=); [INFO] [stdout] | ----------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `vector_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 103 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 103 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:103:31 [INFO] [stdout] | [INFO] [stdout] 103 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 140 | vector_assign_op!(SubAssign, sub_assign, Point, Vector, -=); [INFO] [stdout] | ----------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `vector_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 103 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 103 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 25 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 26.02s [INFO] running `Command { std: "docker" "inspect" "a2c596714337706e56a396a49cf21472fcd49606af4d4ca4963a27142af09f6b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a2c596714337706e56a396a49cf21472fcd49606af4d4ca4963a27142af09f6b", kill_on_drop: false }` [INFO] [stdout] a2c596714337706e56a396a49cf21472fcd49606af4d4ca4963a27142af09f6b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] afcf80ac96689c12afc528986fa64dbc6b8fc22f03b0496712f311211d823632 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "afcf80ac96689c12afc528986fa64dbc6b8fc22f03b0496712f311211d823632", kill_on_drop: false }` [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:67:31 [INFO] [stdout] | [INFO] [stdout] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 113 | scalar_op!(Add, add, Point, f32, Point, +); [INFO] [stdout] | ------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] = note: this warning originates in the macro `scalar_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 67 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 67 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:67:31 [INFO] [stdout] | [INFO] [stdout] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 114 | scalar_op!(Sub, sub, Point, f32, Point, -); [INFO] [stdout] | ------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `scalar_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 67 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 67 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:67:31 [INFO] [stdout] | [INFO] [stdout] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 115 | scalar_op!(Mul, mul, Point, f32, Point, *); [INFO] [stdout] | ------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `scalar_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 67 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 67 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:67:31 [INFO] [stdout] | [INFO] [stdout] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 116 | scalar_op!(Div, div, Point, f32, Point, /); [INFO] [stdout] | ------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `scalar_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 67 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 67 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:79:31 [INFO] [stdout] | [INFO] [stdout] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 117 | scalar_assign_op!(AddAssign, add_assign, Point, f32, +=); [INFO] [stdout] | -------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `scalar_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 79 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 79 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:79:31 [INFO] [stdout] | [INFO] [stdout] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 118 | scalar_assign_op!(SubAssign, sub_assign, Point, f32, -=); [INFO] [stdout] | -------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `scalar_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 79 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 79 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:79:31 [INFO] [stdout] | [INFO] [stdout] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 119 | scalar_assign_op!(MulAssign, mul_assign, Point, f32, *=); [INFO] [stdout] | -------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `scalar_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 79 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 79 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:79:31 [INFO] [stdout] | [INFO] [stdout] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 120 | scalar_assign_op!(DivAssign, div_assign, Point, f32, /=); [INFO] [stdout] | -------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `scalar_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 79 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 79 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:67:31 [INFO] [stdout] | [INFO] [stdout] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 122 | scalar_op!(Add, add, Vector, f32, Vector, +); [INFO] [stdout] | -------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `scalar_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 67 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 67 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:67:31 [INFO] [stdout] | [INFO] [stdout] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 123 | scalar_op!(Sub, sub, Vector, f32, Vector, -); [INFO] [stdout] | -------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `scalar_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 67 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 67 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:67:31 [INFO] [stdout] | [INFO] [stdout] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 124 | scalar_op!(Mul, mul, Vector, f32, Vector, *); [INFO] [stdout] | -------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `scalar_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 67 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 67 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:67:31 [INFO] [stdout] | [INFO] [stdout] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 125 | scalar_op!(Div, div, Vector, f32, Vector, /); [INFO] [stdout] | -------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `scalar_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 67 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 67 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:79:31 [INFO] [stdout] | [INFO] [stdout] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 126 | scalar_assign_op!(AddAssign, add_assign, Vector, f32, +=); [INFO] [stdout] | --------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `scalar_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 79 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 79 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:79:31 [INFO] [stdout] | [INFO] [stdout] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 127 | scalar_assign_op!(SubAssign, sub_assign, Vector, f32, -=); [INFO] [stdout] | --------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `scalar_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 79 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 79 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:79:31 [INFO] [stdout] | [INFO] [stdout] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 128 | scalar_assign_op!(MulAssign, mul_assign, Vector, f32, *=); [INFO] [stdout] | --------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `scalar_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 79 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 79 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:79:31 [INFO] [stdout] | [INFO] [stdout] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 129 | scalar_assign_op!(DivAssign, div_assign, Vector, f32, /=); [INFO] [stdout] | --------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `scalar_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 79 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 79 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:91:31 [INFO] [stdout] | [INFO] [stdout] 91 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 131 | vector_op!(Add, add, Vector, Vector, Vector, +); [INFO] [stdout] | ----------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `vector_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 91 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 91 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:91:31 [INFO] [stdout] | [INFO] [stdout] 91 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 132 | vector_op!(Sub, sub, Vector, Vector, Vector, -); [INFO] [stdout] | ----------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `vector_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 91 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 91 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:103:31 [INFO] [stdout] | [INFO] [stdout] 103 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 133 | vector_assign_op!(AddAssign, add_assign, Vector, Vector, +=); [INFO] [stdout] | ------------------------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `vector_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 103 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 103 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:103:31 [INFO] [stdout] | [INFO] [stdout] 103 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 134 | vector_assign_op!(SubAssign, sub_assign, Vector, Vector, -=); [INFO] [stdout] | ------------------------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `vector_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 103 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 103 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:91:31 [INFO] [stdout] | [INFO] [stdout] 91 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 136 | vector_op!(Add, add, Point, Vector, Point, +); [INFO] [stdout] | --------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `vector_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 91 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 91 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:91:31 [INFO] [stdout] | [INFO] [stdout] 91 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 137 | vector_op!(Sub, sub, Point, Vector, Point, -); [INFO] [stdout] | --------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `vector_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 91 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 91 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling mini-math v0.1.4 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:91:31 [INFO] [stdout] | [INFO] [stdout] 91 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 138 | vector_op!(Sub, sub, Point, Point, Vector, -); [INFO] [stdout] | --------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `vector_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 91 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 91 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:103:31 [INFO] [stdout] | [INFO] [stdout] 103 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 139 | vector_assign_op!(AddAssign, add_assign, Point, Vector, +=); [INFO] [stdout] | ----------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `vector_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 103 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 103 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:103:31 [INFO] [stdout] | [INFO] [stdout] 103 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 140 | vector_assign_op!(SubAssign, sub_assign, Point, Vector, -=); [INFO] [stdout] | ----------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `vector_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 103 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 103 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 25 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:67:31 [INFO] [stdout] | [INFO] [stdout] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 113 | scalar_op!(Add, add, Point, f32, Point, +); [INFO] [stdout] | ------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] = note: this warning originates in the macro `scalar_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 67 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 67 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:67:31 [INFO] [stdout] | [INFO] [stdout] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 114 | scalar_op!(Sub, sub, Point, f32, Point, -); [INFO] [stdout] | ------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `scalar_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 67 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 67 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:67:31 [INFO] [stdout] | [INFO] [stdout] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 115 | scalar_op!(Mul, mul, Point, f32, Point, *); [INFO] [stdout] | ------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `scalar_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 67 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 67 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:67:31 [INFO] [stdout] | [INFO] [stdout] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 116 | scalar_op!(Div, div, Point, f32, Point, /); [INFO] [stdout] | ------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `scalar_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 67 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 67 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:79:31 [INFO] [stdout] | [INFO] [stdout] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 117 | scalar_assign_op!(AddAssign, add_assign, Point, f32, +=); [INFO] [stdout] | -------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `scalar_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 79 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 79 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:79:31 [INFO] [stdout] | [INFO] [stdout] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 118 | scalar_assign_op!(SubAssign, sub_assign, Point, f32, -=); [INFO] [stdout] | -------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `scalar_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 79 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 79 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:79:31 [INFO] [stdout] | [INFO] [stdout] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 119 | scalar_assign_op!(MulAssign, mul_assign, Point, f32, *=); [INFO] [stdout] | -------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `scalar_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 79 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 79 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:79:31 [INFO] [stdout] | [INFO] [stdout] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 120 | scalar_assign_op!(DivAssign, div_assign, Point, f32, /=); [INFO] [stdout] | -------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `scalar_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 79 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 79 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:67:31 [INFO] [stdout] | [INFO] [stdout] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 122 | scalar_op!(Add, add, Vector, f32, Vector, +); [INFO] [stdout] | -------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `scalar_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 67 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 67 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:67:31 [INFO] [stdout] | [INFO] [stdout] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 123 | scalar_op!(Sub, sub, Vector, f32, Vector, -); [INFO] [stdout] | -------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `scalar_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 67 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 67 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:67:31 [INFO] [stdout] | [INFO] [stdout] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 124 | scalar_op!(Mul, mul, Vector, f32, Vector, *); [INFO] [stdout] | -------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `scalar_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 67 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 67 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:67:31 [INFO] [stdout] | [INFO] [stdout] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 125 | scalar_op!(Div, div, Vector, f32, Vector, /); [INFO] [stdout] | -------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `scalar_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 67 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 67 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:79:31 [INFO] [stdout] | [INFO] [stdout] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 126 | scalar_assign_op!(AddAssign, add_assign, Vector, f32, +=); [INFO] [stdout] | --------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `scalar_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 79 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 79 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:79:31 [INFO] [stdout] | [INFO] [stdout] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 127 | scalar_assign_op!(SubAssign, sub_assign, Vector, f32, -=); [INFO] [stdout] | --------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `scalar_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 79 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 79 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:79:31 [INFO] [stdout] | [INFO] [stdout] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 128 | scalar_assign_op!(MulAssign, mul_assign, Vector, f32, *=); [INFO] [stdout] | --------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `scalar_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 79 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 79 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:79:31 [INFO] [stdout] | [INFO] [stdout] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 129 | scalar_assign_op!(DivAssign, div_assign, Vector, f32, /=); [INFO] [stdout] | --------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `scalar_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 79 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 79 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:91:31 [INFO] [stdout] | [INFO] [stdout] 91 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 131 | vector_op!(Add, add, Vector, Vector, Vector, +); [INFO] [stdout] | ----------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `vector_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 91 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 91 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:91:31 [INFO] [stdout] | [INFO] [stdout] 91 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 132 | vector_op!(Sub, sub, Vector, Vector, Vector, -); [INFO] [stdout] | ----------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `vector_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 91 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 91 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:103:31 [INFO] [stdout] | [INFO] [stdout] 103 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 133 | vector_assign_op!(AddAssign, add_assign, Vector, Vector, +=); [INFO] [stdout] | ------------------------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `vector_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 103 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 103 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:103:31 [INFO] [stdout] | [INFO] [stdout] 103 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 134 | vector_assign_op!(SubAssign, sub_assign, Vector, Vector, -=); [INFO] [stdout] | ------------------------------------------------------------ [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `vector_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 103 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 103 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:91:31 [INFO] [stdout] | [INFO] [stdout] 91 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 136 | vector_op!(Add, add, Point, Vector, Point, +); [INFO] [stdout] | --------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `vector_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 91 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 91 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:91:31 [INFO] [stdout] | [INFO] [stdout] 91 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 137 | vector_op!(Sub, sub, Point, Vector, Point, -); [INFO] [stdout] | --------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `vector_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 91 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 91 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:91:31 [INFO] [stdout] | [INFO] [stdout] 91 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 138 | vector_op!(Sub, sub, Point, Point, Vector, -); [INFO] [stdout] | --------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `vector_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 91 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 91 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:103:31 [INFO] [stdout] | [INFO] [stdout] 103 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 139 | vector_assign_op!(AddAssign, add_assign, Point, Vector, +=); [INFO] [stdout] | ----------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `vector_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 103 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 103 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/operators.rs:103:31 [INFO] [stdout] | [INFO] [stdout] 103 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] | ^ ^ [INFO] [stdout] ... [INFO] [stdout] 140 | vector_assign_op!(SubAssign, sub_assign, Point, Vector, -=); [INFO] [stdout] | ----------------------------------------------------------- [INFO] [stdout] | | [INFO] [stdout] | in this macro invocation [INFO] [stdout] | in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `vector_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 103 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] 103 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 25 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.14s [INFO] running `Command { std: "docker" "inspect" "afcf80ac96689c12afc528986fa64dbc6b8fc22f03b0496712f311211d823632", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "afcf80ac96689c12afc528986fa64dbc6b8fc22f03b0496712f311211d823632", kill_on_drop: false }` [INFO] [stdout] afcf80ac96689c12afc528986fa64dbc6b8fc22f03b0496712f311211d823632 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] cde7a8ff082af9196325c940065060126009d26597f791557d197a7149a62e39 [INFO] running `Command { std: "docker" "start" "-a" "cde7a8ff082af9196325c940065060126009d26597f791557d197a7149a62e39", kill_on_drop: false }` [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 113 | scalar_op!(Add, add, Point, f32, Point, +); [INFO] [stderr] | ------------------------------------------ [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] = note: this warning originates in the macro `scalar_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 67 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] 67 + impl std::ops::$trait<$other_type> for $type { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 114 | scalar_op!(Sub, sub, Point, f32, Point, -); [INFO] [stderr] | ------------------------------------------ [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `scalar_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 67 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] 67 + impl std::ops::$trait<$other_type> for $type { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 115 | scalar_op!(Mul, mul, Point, f32, Point, *); [INFO] [stderr] | ------------------------------------------ [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `scalar_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 67 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] 67 + impl std::ops::$trait<$other_type> for $type { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 116 | scalar_op!(Div, div, Point, f32, Point, /); [INFO] [stderr] | ------------------------------------------ [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `scalar_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 67 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] 67 + impl std::ops::$trait<$other_type> for $type { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 117 | scalar_assign_op!(AddAssign, add_assign, Point, f32, +=); [INFO] [stderr] | -------------------------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `scalar_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 79 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] 79 + impl std::ops::$trait<$other_type> for $type { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 118 | scalar_assign_op!(SubAssign, sub_assign, Point, f32, -=); [INFO] [stderr] | -------------------------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `scalar_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 79 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] 79 + impl std::ops::$trait<$other_type> for $type { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 119 | scalar_assign_op!(MulAssign, mul_assign, Point, f32, *=); [INFO] [stderr] | -------------------------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `scalar_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 79 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] 79 + impl std::ops::$trait<$other_type> for $type { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 120 | scalar_assign_op!(DivAssign, div_assign, Point, f32, /=); [INFO] [stderr] | -------------------------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `scalar_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 79 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] 79 + impl std::ops::$trait<$other_type> for $type { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 122 | scalar_op!(Add, add, Vector, f32, Vector, +); [INFO] [stderr] | -------------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `scalar_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 67 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] 67 + impl std::ops::$trait<$other_type> for $type { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 123 | scalar_op!(Sub, sub, Vector, f32, Vector, -); [INFO] [stderr] | -------------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `scalar_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 67 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] 67 + impl std::ops::$trait<$other_type> for $type { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 124 | scalar_op!(Mul, mul, Vector, f32, Vector, *); [INFO] [stderr] | -------------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `scalar_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 67 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] 67 + impl std::ops::$trait<$other_type> for $type { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 125 | scalar_op!(Div, div, Vector, f32, Vector, /); [INFO] [stderr] | -------------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `scalar_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 67 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] 67 + impl std::ops::$trait<$other_type> for $type { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 126 | scalar_assign_op!(AddAssign, add_assign, Vector, f32, +=); [INFO] [stderr] | --------------------------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `scalar_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 79 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] 79 + impl std::ops::$trait<$other_type> for $type { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 127 | scalar_assign_op!(SubAssign, sub_assign, Vector, f32, -=); [INFO] [stderr] | --------------------------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `scalar_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 79 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] 79 + impl std::ops::$trait<$other_type> for $type { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 128 | scalar_assign_op!(MulAssign, mul_assign, Vector, f32, *=); [INFO] [stderr] | --------------------------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `scalar_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 79 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] 79 + impl std::ops::$trait<$other_type> for $type { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 129 | scalar_assign_op!(DivAssign, div_assign, Vector, f32, /=); [INFO] [stderr] | --------------------------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `scalar_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 79 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] 79 + impl std::ops::$trait<$other_type> for $type { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:91:31 [INFO] [stderr] | [INFO] [stderr] 91 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 131 | vector_op!(Add, add, Vector, Vector, Vector, +); [INFO] [stderr] | ----------------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `vector_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 91 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] 91 + impl std::ops::$trait<$other_type> for $type { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:91:31 [INFO] [stderr] | [INFO] [stderr] 91 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 132 | vector_op!(Sub, sub, Vector, Vector, Vector, -); [INFO] [stderr] | ----------------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `vector_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 91 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] 91 + impl std::ops::$trait<$other_type> for $type { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:103:31 [INFO] [stderr] | [INFO] [stderr] 103 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 133 | vector_assign_op!(AddAssign, add_assign, Vector, Vector, +=); [INFO] [stderr] | ------------------------------------------------------------ [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `vector_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 103 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] 103 + impl std::ops::$trait<$other_type> for $type { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:103:31 [INFO] [stderr] | [INFO] [stderr] 103 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 134 | vector_assign_op!(SubAssign, sub_assign, Vector, Vector, -=); [INFO] [stderr] | ------------------------------------------------------------ [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `vector_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 103 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] 103 + impl std::ops::$trait<$other_type> for $type { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:91:31 [INFO] [stderr] | [INFO] [stderr] 91 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 136 | vector_op!(Add, add, Point, Vector, Point, +); [INFO] [stderr] | --------------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `vector_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 91 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] 91 + impl std::ops::$trait<$other_type> for $type { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:91:31 [INFO] [stderr] | [INFO] [stderr] 91 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 137 | vector_op!(Sub, sub, Point, Vector, Point, -); [INFO] [stderr] | --------------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `vector_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 91 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] 91 + impl std::ops::$trait<$other_type> for $type { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:91:31 [INFO] [stderr] | [INFO] [stderr] 91 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 138 | vector_op!(Sub, sub, Point, Point, Vector, -); [INFO] [stderr] | --------------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `vector_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 91 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] 91 + impl std::ops::$trait<$other_type> for $type { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:103:31 [INFO] [stderr] | [INFO] [stderr] 103 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 139 | vector_assign_op!(AddAssign, add_assign, Point, Vector, +=); [INFO] [stderr] | ----------------------------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `vector_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 103 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] 103 + impl std::ops::$trait<$other_type> for $type { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> src/operators.rs:103:31 [INFO] [stderr] | [INFO] [stderr] 103 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 140 | vector_assign_op!(SubAssign, sub_assign, Point, Vector, -=); [INFO] [stderr] | ----------------------------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `vector_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 103 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] 103 + impl std::ops::$trait<$other_type> for $type { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `mini-math` (lib) generated 25 warnings [INFO] [stderr] warning: `mini-math` (lib test) generated 25 warnings (25 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/mini_math-b98c37c769eeefbd) [INFO] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test matrix::tests::invert ... ok [INFO] [stdout] test matrix::tests::identity ... ok [INFO] [stdout] test matrix::tests::translate ... ok [INFO] [stderr] Doc-tests mini-math [INFO] [stdout] test vector::tests::products ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> /opt/rustwide/workdir/src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 113 | scalar_op!(Add, add, Point, f32, Point, +); [INFO] [stderr] | ------------------------------------------ [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] = note: this warning originates in the macro `scalar_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 67 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] 67 + impl std::ops::$trait<$other_type> for $type { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> /opt/rustwide/workdir/src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 114 | scalar_op!(Sub, sub, Point, f32, Point, -); [INFO] [stderr] | ------------------------------------------ [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `scalar_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 67 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] 67 + impl std::ops::$trait<$other_type> for $type { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> /opt/rustwide/workdir/src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 115 | scalar_op!(Mul, mul, Point, f32, Point, *); [INFO] [stderr] | ------------------------------------------ [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `scalar_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 67 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] 67 + impl std::ops::$trait<$other_type> for $type { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> /opt/rustwide/workdir/src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 116 | scalar_op!(Div, div, Point, f32, Point, /); [INFO] [stderr] | ------------------------------------------ [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `scalar_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 67 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] 67 + impl std::ops::$trait<$other_type> for $type { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> /opt/rustwide/workdir/src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 117 | scalar_assign_op!(AddAssign, add_assign, Point, f32, +=); [INFO] [stderr] | -------------------------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `scalar_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 79 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] 79 + impl std::ops::$trait<$other_type> for $type { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> /opt/rustwide/workdir/src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 118 | scalar_assign_op!(SubAssign, sub_assign, Point, f32, -=); [INFO] [stderr] | -------------------------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `scalar_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 79 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] 79 + impl std::ops::$trait<$other_type> for $type { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> /opt/rustwide/workdir/src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 119 | scalar_assign_op!(MulAssign, mul_assign, Point, f32, *=); [INFO] [stderr] | -------------------------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `scalar_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 79 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] 79 + impl std::ops::$trait<$other_type> for $type { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> /opt/rustwide/workdir/src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 120 | scalar_assign_op!(DivAssign, div_assign, Point, f32, /=); [INFO] [stderr] | -------------------------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `scalar_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 79 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] 79 + impl std::ops::$trait<$other_type> for $type { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> /opt/rustwide/workdir/src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 122 | scalar_op!(Add, add, Vector, f32, Vector, +); [INFO] [stderr] | -------------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `scalar_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 67 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] 67 + impl std::ops::$trait<$other_type> for $type { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> /opt/rustwide/workdir/src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 123 | scalar_op!(Sub, sub, Vector, f32, Vector, -); [INFO] [stderr] | -------------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `scalar_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 67 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] 67 + impl std::ops::$trait<$other_type> for $type { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> /opt/rustwide/workdir/src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 124 | scalar_op!(Mul, mul, Vector, f32, Vector, *); [INFO] [stderr] | -------------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `scalar_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 67 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] 67 + impl std::ops::$trait<$other_type> for $type { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> /opt/rustwide/workdir/src/operators.rs:67:31 [INFO] [stderr] | [INFO] [stderr] 67 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 125 | scalar_op!(Div, div, Vector, f32, Vector, /); [INFO] [stderr] | -------------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `scalar_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 67 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] 67 + impl std::ops::$trait<$other_type> for $type { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> /opt/rustwide/workdir/src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 126 | scalar_assign_op!(AddAssign, add_assign, Vector, f32, +=); [INFO] [stderr] | --------------------------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `scalar_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 79 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] 79 + impl std::ops::$trait<$other_type> for $type { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> /opt/rustwide/workdir/src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 127 | scalar_assign_op!(SubAssign, sub_assign, Vector, f32, -=); [INFO] [stderr] | --------------------------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `scalar_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 79 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] 79 + impl std::ops::$trait<$other_type> for $type { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> /opt/rustwide/workdir/src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 128 | scalar_assign_op!(MulAssign, mul_assign, Vector, f32, *=); [INFO] [stderr] | --------------------------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `scalar_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 79 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] 79 + impl std::ops::$trait<$other_type> for $type { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> /opt/rustwide/workdir/src/operators.rs:79:31 [INFO] [stderr] | [INFO] [stderr] 79 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 129 | scalar_assign_op!(DivAssign, div_assign, Vector, f32, /=); [INFO] [stderr] | --------------------------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `scalar_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 79 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] 79 + impl std::ops::$trait<$other_type> for $type { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> /opt/rustwide/workdir/src/operators.rs:91:31 [INFO] [stderr] | [INFO] [stderr] 91 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 131 | vector_op!(Add, add, Vector, Vector, Vector, +); [INFO] [stderr] | ----------------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `vector_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 91 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] 91 + impl std::ops::$trait<$other_type> for $type { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> /opt/rustwide/workdir/src/operators.rs:91:31 [INFO] [stderr] | [INFO] [stderr] 91 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 132 | vector_op!(Sub, sub, Vector, Vector, Vector, -); [INFO] [stderr] | ----------------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `vector_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 91 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] 91 + impl std::ops::$trait<$other_type> for $type { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> /opt/rustwide/workdir/src/operators.rs:103:31 [INFO] [stderr] | [INFO] [stderr] 103 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 133 | vector_assign_op!(AddAssign, add_assign, Vector, Vector, +=); [INFO] [stderr] | ------------------------------------------------------------ [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `vector_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stderr] help: remove these parentheses [INFO] [stdout] running 0 tests [INFO] [stderr] | [INFO] [stdout] [INFO] [stderr] 103 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] 103 + impl std::ops::$trait<$other_type> for $type { [INFO] [stdout] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> /opt/rustwide/workdir/src/operators.rs:103:31 [INFO] [stderr] | [INFO] [stderr] 103 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 134 | vector_assign_op!(SubAssign, sub_assign, Vector, Vector, -=); [INFO] [stderr] | ------------------------------------------------------------ [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `vector_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 103 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] 103 + impl std::ops::$trait<$other_type> for $type { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> /opt/rustwide/workdir/src/operators.rs:91:31 [INFO] [stderr] | [INFO] [stderr] 91 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 136 | vector_op!(Add, add, Point, Vector, Point, +); [INFO] [stderr] | --------------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `vector_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 91 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] 91 + impl std::ops::$trait<$other_type> for $type { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> /opt/rustwide/workdir/src/operators.rs:91:31 [INFO] [stderr] | [INFO] [stderr] 91 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 137 | vector_op!(Sub, sub, Point, Vector, Point, -); [INFO] [stderr] | --------------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `vector_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 91 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] 91 + impl std::ops::$trait<$other_type> for $type { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> /opt/rustwide/workdir/src/operators.rs:91:31 [INFO] [stderr] | [INFO] [stderr] 91 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 138 | vector_op!(Sub, sub, Point, Point, Vector, -); [INFO] [stderr] | --------------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `vector_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 91 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] 91 + impl std::ops::$trait<$other_type> for $type { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> /opt/rustwide/workdir/src/operators.rs:103:31 [INFO] [stderr] | [INFO] [stderr] 103 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 139 | vector_assign_op!(AddAssign, add_assign, Point, Vector, +=); [INFO] [stderr] | ----------------------------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `vector_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 103 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] 103 + impl std::ops::$trait<$other_type> for $type { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> /opt/rustwide/workdir/src/operators.rs:103:31 [INFO] [stderr] | [INFO] [stderr] 103 | impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] | ^ ^ [INFO] [stderr] ... [INFO] [stderr] 140 | vector_assign_op!(SubAssign, sub_assign, Point, Vector, -=); [INFO] [stderr] | ----------------------------------------------------------- [INFO] [stderr] | | [INFO] [stderr] | in this macro invocation [INFO] [stderr] | in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in the macro `vector_assign_op` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 103 - impl std::ops::$trait<($other_type)> for $type { [INFO] [stderr] 103 + impl std::ops::$trait<$other_type> for $type { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: 25 warnings emitted [INFO] [stderr] [INFO] running `Command { std: "docker" "inspect" "cde7a8ff082af9196325c940065060126009d26597f791557d197a7149a62e39", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cde7a8ff082af9196325c940065060126009d26597f791557d197a7149a62e39", kill_on_drop: false }` [INFO] [stdout] cde7a8ff082af9196325c940065060126009d26597f791557d197a7149a62e39