[INFO] fetching crate cgmath 0.18.0...
[INFO] checking cgmath-0.18.0 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate cgmath 0.18.0 into /workspace/builds/worker-0-tc1/source
[INFO] validating manifest of crates.io crate cgmath 0.18.0 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate cgmath 0.18.0
[INFO] finished tweaking crates.io crate cgmath 0.18.0
[INFO] tweaked toml for crates.io crate cgmath 0.18.0 written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded mint v0.5.9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a459f85cfd1034f79620597f852c5bd20b593f58b02df7337bff94d08457541f
[INFO] running `Command { std: "docker" "start" "-a" "a459f85cfd1034f79620597f852c5bd20b593f58b02df7337bff94d08457541f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a459f85cfd1034f79620597f852c5bd20b593f58b02df7337bff94d08457541f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a459f85cfd1034f79620597f852c5bd20b593f58b02df7337bff94d08457541f", kill_on_drop: false }`
[INFO] [stdout] a459f85cfd1034f79620597f852c5bd20b593f58b02df7337bff94d08457541f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5958824de51a52a8752581512fb4954e8dca1c053c8ca1953b2aa87a9acd060b
[INFO] running `Command { std: "docker" "start" "-a" "5958824de51a52a8752581512fb4954e8dca1c053c8ca1953b2aa87a9acd060b", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.197
[INFO] [stderr]    Compiling cgmath v0.18.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking approx v0.4.0
[INFO] [stdout] warning: the item `String` is imported redundantly
[INFO] [stdout]  --> build.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::string::String;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]  --> /rustc/30f74ff0dc4d66debc8b50724c446f817e5f75f4/library/std/src/prelude/mod.rs:105:13
[INFO] [stdout]   |
[INFO] [stdout]   = note: the item `String` is already defined here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 1 warning emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `approx` is imported redundantly
[INFO] [stdout]   --> src/num.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 16 | use approx;
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:56:1
[INFO] [stdout]    |
[INFO] [stdout] 56 | extern crate approx;
[INFO] [stdout]    | -------------------- the item `approx` is already imported here
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `approx` is imported redundantly
[INFO] [stdout]   --> src/structure.rs:23:5
[INFO] [stdout]    |
[INFO] [stdout] 23 | use approx;
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:56:1
[INFO] [stdout]    |
[INFO] [stdout] 56 | extern crate approx;
[INFO] [stdout]    | -------------------- the item `approx` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `approx` is imported redundantly
[INFO] [stdout]   --> src/matrix.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 31 | use approx;
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:56:1
[INFO] [stdout]    |
[INFO] [stdout] 56 | extern crate approx;
[INFO] [stdout]    | -------------------- the item `approx` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:38:13
[INFO] [stdout]      |
[INFO] [stdout] 38   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:39:13
[INFO] [stdout]      |
[INFO] [stdout] 39   |             default_fn!($op(self) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: `#[warn(unused_attributes)]` on by default
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:46:13
[INFO] [stdout]      |
[INFO] [stdout] 46   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:47:13
[INFO] [stdout]      |
[INFO] [stdout] 47   |             default_fn!($op(self) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:58:13
[INFO] [stdout]      |
[INFO] [stdout] 58   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:59:13
[INFO] [stdout]      |
[INFO] [stdout] 59   |             default_fn!($op(self, other: $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:66:13
[INFO] [stdout]      |
[INFO] [stdout] 66   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:67:13
[INFO] [stdout]      |
[INFO] [stdout] 67   |             default_fn!($op(self, other: $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:58:13
[INFO] [stdout]      |
[INFO] [stdout] 58   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:59:13
[INFO] [stdout]      |
[INFO] [stdout] 59   |             default_fn!($op(self, other: $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:66:13
[INFO] [stdout]      |
[INFO] [stdout] 66   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:67:13
[INFO] [stdout]      |
[INFO] [stdout] 67   |             default_fn!($op(self, other: $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:58:13
[INFO] [stdout]      |
[INFO] [stdout] 58   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:59:13
[INFO] [stdout]      |
[INFO] [stdout] 59   |             default_fn!($op(self, other: $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:66:13
[INFO] [stdout]      |
[INFO] [stdout] 66   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:67:13
[INFO] [stdout]      |
[INFO] [stdout] 67   |             default_fn!($op(self, other: $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:135:13
[INFO] [stdout]      |
[INFO] [stdout] 135  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:136:13
[INFO] [stdout]      |
[INFO] [stdout] 136  |             default_fn!( $op(&mut $lhs, $rhs: $Rhs) $body );
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_assignment_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:135:13
[INFO] [stdout]      |
[INFO] [stdout] 135  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:136:13
[INFO] [stdout]      |
[INFO] [stdout] 136  |             default_fn!( $op(&mut $lhs, $rhs: $Rhs) $body );
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_assignment_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:135:13
[INFO] [stdout]      |
[INFO] [stdout] 135  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:136:13
[INFO] [stdout]      |
[INFO] [stdout] 136  |             default_fn!( $op(&mut $lhs, $rhs: $Rhs) $body );
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_assignment_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:78:13
[INFO] [stdout]      |
[INFO] [stdout] 78   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:79:13
[INFO] [stdout]      |
[INFO] [stdout] 79   |             default_fn!( $op(self, other: $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:86:13
[INFO] [stdout]      |
[INFO] [stdout] 86   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:87:13
[INFO] [stdout]      |
[INFO] [stdout] 87   |             default_fn!( $op(self, other: &'a $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:94:13
[INFO] [stdout]      |
[INFO] [stdout] 94   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:95:13
[INFO] [stdout]      |
[INFO] [stdout] 95   |             default_fn!( $op(self, other: $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:102:13
[INFO] [stdout]      |
[INFO] [stdout] 102  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:103:13
[INFO] [stdout]      |
[INFO] [stdout] 103  |             default_fn!( $op(self, other: &'a $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:78:13
[INFO] [stdout]      |
[INFO] [stdout] 78   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:79:13
[INFO] [stdout]      |
[INFO] [stdout] 79   |             default_fn!( $op(self, other: $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:86:13
[INFO] [stdout]      |
[INFO] [stdout] 86   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:87:13
[INFO] [stdout]      |
[INFO] [stdout] 87   |             default_fn!( $op(self, other: &'a $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:94:13
[INFO] [stdout]      |
[INFO] [stdout] 94   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:95:13
[INFO] [stdout]      |
[INFO] [stdout] 95   |             default_fn!( $op(self, other: $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:102:13
[INFO] [stdout]      |
[INFO] [stdout] 102  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:103:13
[INFO] [stdout]      |
[INFO] [stdout] 103  |             default_fn!( $op(self, other: &'a $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1308:1
[INFO] [stdout]      |
[INFO] [stdout] 1308 | impl_matrix!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | --------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:38:13
[INFO] [stdout]      |
[INFO] [stdout] 38   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:39:13
[INFO] [stdout]      |
[INFO] [stdout] 39   |             default_fn!($op(self) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:46:13
[INFO] [stdout]      |
[INFO] [stdout] 46   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:47:13
[INFO] [stdout]      |
[INFO] [stdout] 47   |             default_fn!($op(self) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:58:13
[INFO] [stdout]      |
[INFO] [stdout] 58   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:59:13
[INFO] [stdout]      |
[INFO] [stdout] 59   |             default_fn!($op(self, other: $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:66:13
[INFO] [stdout]      |
[INFO] [stdout] 66   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:67:13
[INFO] [stdout]      |
[INFO] [stdout] 67   |             default_fn!($op(self, other: $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:58:13
[INFO] [stdout]      |
[INFO] [stdout] 58   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:59:13
[INFO] [stdout]      |
[INFO] [stdout] 59   |             default_fn!($op(self, other: $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:66:13
[INFO] [stdout]      |
[INFO] [stdout] 66   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:67:13
[INFO] [stdout]      |
[INFO] [stdout] 67   |             default_fn!($op(self, other: $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:58:13
[INFO] [stdout]      |
[INFO] [stdout] 58   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:59:13
[INFO] [stdout]      |
[INFO] [stdout] 59   |             default_fn!($op(self, other: $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:66:13
[INFO] [stdout]      |
[INFO] [stdout] 66   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:67:13
[INFO] [stdout]      |
[INFO] [stdout] 67   |             default_fn!($op(self, other: $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:135:13
[INFO] [stdout]      |
[INFO] [stdout] 135  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:136:13
[INFO] [stdout]      |
[INFO] [stdout] 136  |             default_fn!( $op(&mut $lhs, $rhs: $Rhs) $body );
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_assignment_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:135:13
[INFO] [stdout]      |
[INFO] [stdout] 135  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:136:13
[INFO] [stdout]      |
[INFO] [stdout] 136  |             default_fn!( $op(&mut $lhs, $rhs: $Rhs) $body );
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_assignment_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:135:13
[INFO] [stdout]      |
[INFO] [stdout] 135  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:136:13
[INFO] [stdout]      |
[INFO] [stdout] 136  |             default_fn!( $op(&mut $lhs, $rhs: $Rhs) $body );
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_assignment_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:78:13
[INFO] [stdout]      |
[INFO] [stdout] 78   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:79:13
[INFO] [stdout]      |
[INFO] [stdout] 79   |             default_fn!( $op(self, other: $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:86:13
[INFO] [stdout]      |
[INFO] [stdout] 86   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:87:13
[INFO] [stdout]      |
[INFO] [stdout] 87   |             default_fn!( $op(self, other: &'a $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:94:13
[INFO] [stdout]      |
[INFO] [stdout] 94   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:95:13
[INFO] [stdout]      |
[INFO] [stdout] 95   |             default_fn!( $op(self, other: $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:102:13
[INFO] [stdout]      |
[INFO] [stdout] 102  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:103:13
[INFO] [stdout]      |
[INFO] [stdout] 103  |             default_fn!( $op(self, other: &'a $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:78:13
[INFO] [stdout]      |
[INFO] [stdout] 78   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:79:13
[INFO] [stdout]      |
[INFO] [stdout] 79   |             default_fn!( $op(self, other: $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:86:13
[INFO] [stdout]      |
[INFO] [stdout] 86   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:87:13
[INFO] [stdout]      |
[INFO] [stdout] 87   |             default_fn!( $op(self, other: &'a $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:94:13
[INFO] [stdout]      |
[INFO] [stdout] 94   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:95:13
[INFO] [stdout]      |
[INFO] [stdout] 95   |             default_fn!( $op(self, other: $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:102:13
[INFO] [stdout]      |
[INFO] [stdout] 102  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:103:13
[INFO] [stdout]      |
[INFO] [stdout] 103  |             default_fn!( $op(self, other: &'a $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1309:1
[INFO] [stdout]      |
[INFO] [stdout] 1309 | impl_matrix!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | --------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:38:13
[INFO] [stdout]      |
[INFO] [stdout] 38   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:39:13
[INFO] [stdout]      |
[INFO] [stdout] 39   |             default_fn!($op(self) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:46:13
[INFO] [stdout]      |
[INFO] [stdout] 46   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:47:13
[INFO] [stdout]      |
[INFO] [stdout] 47   |             default_fn!($op(self) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:58:13
[INFO] [stdout]      |
[INFO] [stdout] 58   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:59:13
[INFO] [stdout]      |
[INFO] [stdout] 59   |             default_fn!($op(self, other: $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:66:13
[INFO] [stdout]      |
[INFO] [stdout] 66   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:67:13
[INFO] [stdout]      |
[INFO] [stdout] 67   |             default_fn!($op(self, other: $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:58:13
[INFO] [stdout]      |
[INFO] [stdout] 58   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:59:13
[INFO] [stdout]      |
[INFO] [stdout] 59   |             default_fn!($op(self, other: $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:66:13
[INFO] [stdout]      |
[INFO] [stdout] 66   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:67:13
[INFO] [stdout]      |
[INFO] [stdout] 67   |             default_fn!($op(self, other: $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:58:13
[INFO] [stdout]      |
[INFO] [stdout] 58   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:59:13
[INFO] [stdout]      |
[INFO] [stdout] 59   |             default_fn!($op(self, other: $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:66:13
[INFO] [stdout]      |
[INFO] [stdout] 66   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:67:13
[INFO] [stdout]      |
[INFO] [stdout] 67   |             default_fn!($op(self, other: $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:135:13
[INFO] [stdout]      |
[INFO] [stdout] 135  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:136:13
[INFO] [stdout]      |
[INFO] [stdout] 136  |             default_fn!( $op(&mut $lhs, $rhs: $Rhs) $body );
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_assignment_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:135:13
[INFO] [stdout]      |
[INFO] [stdout] 135  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:136:13
[INFO] [stdout]      |
[INFO] [stdout] 136  |             default_fn!( $op(&mut $lhs, $rhs: $Rhs) $body );
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_assignment_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:135:13
[INFO] [stdout]      |
[INFO] [stdout] 135  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:136:13
[INFO] [stdout]      |
[INFO] [stdout] 136  |             default_fn!( $op(&mut $lhs, $rhs: $Rhs) $body );
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_assignment_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:78:13
[INFO] [stdout]      |
[INFO] [stdout] 78   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:79:13
[INFO] [stdout]      |
[INFO] [stdout] 79   |             default_fn!( $op(self, other: $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:86:13
[INFO] [stdout]      |
[INFO] [stdout] 86   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:87:13
[INFO] [stdout]      |
[INFO] [stdout] 87   |             default_fn!( $op(self, other: &'a $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:94:13
[INFO] [stdout]      |
[INFO] [stdout] 94   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:95:13
[INFO] [stdout]      |
[INFO] [stdout] 95   |             default_fn!( $op(self, other: $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:102:13
[INFO] [stdout]      |
[INFO] [stdout] 102  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:103:13
[INFO] [stdout]      |
[INFO] [stdout] 103  |             default_fn!( $op(self, other: &'a $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:78:13
[INFO] [stdout]      |
[INFO] [stdout] 78   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:79:13
[INFO] [stdout]      |
[INFO] [stdout] 79   |             default_fn!( $op(self, other: $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:86:13
[INFO] [stdout]      |
[INFO] [stdout] 86   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:87:13
[INFO] [stdout]      |
[INFO] [stdout] 87   |             default_fn!( $op(self, other: &'a $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:94:13
[INFO] [stdout]      |
[INFO] [stdout] 94   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:95:13
[INFO] [stdout]      |
[INFO] [stdout] 95   |             default_fn!( $op(self, other: $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:102:13
[INFO] [stdout]      |
[INFO] [stdout] 102  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:103:13
[INFO] [stdout]      |
[INFO] [stdout] 103  |             default_fn!( $op(self, other: &'a $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:114:13
[INFO] [stdout]      |
[INFO] [stdout] 114  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:115:13
[INFO] [stdout]      |
[INFO] [stdout] 115  |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:122:13
[INFO] [stdout]      |
[INFO] [stdout] 122  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:123:13
[INFO] [stdout]      |
[INFO] [stdout] 123  |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1311:1
[INFO] [stdout]      |
[INFO] [stdout] 1311 | impl_matrix!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | --------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_matrix` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:78:13
[INFO] [stdout]      |
[INFO] [stdout] 78   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1321:1
[INFO] [stdout]      |
[INFO] [stdout] 1321 | impl_mv_operator!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | -------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:79:13
[INFO] [stdout]      |
[INFO] [stdout] 79   |             default_fn!( $op(self, other: $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1321:1
[INFO] [stdout]      |
[INFO] [stdout] 1321 | impl_mv_operator!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | -------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_mv_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:86:13
[INFO] [stdout]      |
[INFO] [stdout] 86   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1321:1
[INFO] [stdout]      |
[INFO] [stdout] 1321 | impl_mv_operator!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | -------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:87:13
[INFO] [stdout]      |
[INFO] [stdout] 87   |             default_fn!( $op(self, other: &'a $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1321:1
[INFO] [stdout]      |
[INFO] [stdout] 1321 | impl_mv_operator!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | -------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_mv_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:94:13
[INFO] [stdout]      |
[INFO] [stdout] 94   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1321:1
[INFO] [stdout]      |
[INFO] [stdout] 1321 | impl_mv_operator!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | -------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:95:13
[INFO] [stdout]      |
[INFO] [stdout] 95   |             default_fn!( $op(self, other: $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1321:1
[INFO] [stdout]      |
[INFO] [stdout] 1321 | impl_mv_operator!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | -------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_mv_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:102:13
[INFO] [stdout]      |
[INFO] [stdout] 102  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1321:1
[INFO] [stdout]      |
[INFO] [stdout] 1321 | impl_mv_operator!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | -------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:103:13
[INFO] [stdout]      |
[INFO] [stdout] 103  |             default_fn!( $op(self, other: &'a $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1321:1
[INFO] [stdout]      |
[INFO] [stdout] 1321 | impl_mv_operator!(Matrix2, Vector2 { x: 0, y: 1 });
[INFO] [stdout]      | -------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_mv_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:78:13
[INFO] [stdout]      |
[INFO] [stdout] 78   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1322:1
[INFO] [stdout]      |
[INFO] [stdout] 1322 | impl_mv_operator!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | -------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:79:13
[INFO] [stdout]      |
[INFO] [stdout] 79   |             default_fn!( $op(self, other: $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1322:1
[INFO] [stdout]      |
[INFO] [stdout] 1322 | impl_mv_operator!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | -------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_mv_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:86:13
[INFO] [stdout]      |
[INFO] [stdout] 86   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1322:1
[INFO] [stdout]      |
[INFO] [stdout] 1322 | impl_mv_operator!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | -------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:87:13
[INFO] [stdout]      |
[INFO] [stdout] 87   |             default_fn!( $op(self, other: &'a $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1322:1
[INFO] [stdout]      |
[INFO] [stdout] 1322 | impl_mv_operator!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | -------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_mv_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:94:13
[INFO] [stdout]      |
[INFO] [stdout] 94   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1322:1
[INFO] [stdout]      |
[INFO] [stdout] 1322 | impl_mv_operator!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | -------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:95:13
[INFO] [stdout]      |
[INFO] [stdout] 95   |             default_fn!( $op(self, other: $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1322:1
[INFO] [stdout]      |
[INFO] [stdout] 1322 | impl_mv_operator!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | -------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_mv_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:102:13
[INFO] [stdout]      |
[INFO] [stdout] 102  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1322:1
[INFO] [stdout]      |
[INFO] [stdout] 1322 | impl_mv_operator!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | -------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:103:13
[INFO] [stdout]      |
[INFO] [stdout] 103  |             default_fn!( $op(self, other: &'a $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1322:1
[INFO] [stdout]      |
[INFO] [stdout] 1322 | impl_mv_operator!(Matrix3, Vector3 { x: 0, y: 1, z: 2 });
[INFO] [stdout]      | -------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_mv_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:78:13
[INFO] [stdout]      |
[INFO] [stdout] 78   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1325:1
[INFO] [stdout]      |
[INFO] [stdout] 1325 | impl_mv_operator!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:79:13
[INFO] [stdout]      |
[INFO] [stdout] 79   |             default_fn!( $op(self, other: $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1325:1
[INFO] [stdout]      |
[INFO] [stdout] 1325 | impl_mv_operator!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_mv_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:86:13
[INFO] [stdout]      |
[INFO] [stdout] 86   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1325:1
[INFO] [stdout]      |
[INFO] [stdout] 1325 | impl_mv_operator!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:87:13
[INFO] [stdout]      |
[INFO] [stdout] 87   |             default_fn!( $op(self, other: &'a $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1325:1
[INFO] [stdout]      |
[INFO] [stdout] 1325 | impl_mv_operator!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_mv_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:94:13
[INFO] [stdout]      |
[INFO] [stdout] 94   |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1325:1
[INFO] [stdout]      |
[INFO] [stdout] 1325 | impl_mv_operator!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:95:13
[INFO] [stdout]      |
[INFO] [stdout] 95   |             default_fn!( $op(self, other: $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1325:1
[INFO] [stdout]      |
[INFO] [stdout] 1325 | impl_mv_operator!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_mv_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:102:13
[INFO] [stdout]      |
[INFO] [stdout] 102  |             #[inline]
[INFO] [stdout]      |             ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1325:1
[INFO] [stdout]      |
[INFO] [stdout] 1325 | impl_mv_operator!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:103:13
[INFO] [stdout]      |
[INFO] [stdout] 103  |             default_fn!( $op(self, other: &'a $Rhs) -> $Output {
[INFO] [stdout]      |             ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1325:1
[INFO] [stdout]      |
[INFO] [stdout] 1325 | impl_mv_operator!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 });
[INFO] [stdout]      | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_mv_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:78:13
[INFO] [stdout]      |
[INFO] [stdout] 78   |               #[inline]
[INFO] [stdout]      |               ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1334:1
[INFO] [stdout]      |
[INFO] [stdout] 1334 | / impl_operator!(<S: BaseFloat> Mul<Matrix2<S> > for Matrix2<S> {
[INFO] [stdout] 1335 | |     fn mul(lhs, rhs) -> Matrix2<S> {
[INFO] [stdout] 1336 | |         Matrix2::new(lhs.row(0).dot(rhs[0]), lhs.row(1).dot(rhs[0]),
[INFO] [stdout] 1337 | |                      lhs.row(0).dot(rhs[1]), lhs.row(1).dot(rhs[1]))
[INFO] [stdout] 1338 | |     }
[INFO] [stdout] 1339 | | });
[INFO] [stdout]      | |__- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:79:13
[INFO] [stdout]      |
[INFO] [stdout] 79   |               default_fn!( $op(self, other: $Rhs) -> $Output {
[INFO] [stdout]      |               ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1334:1
[INFO] [stdout]      |
[INFO] [stdout] 1334 | / impl_operator!(<S: BaseFloat> Mul<Matrix2<S> > for Matrix2<S> {
[INFO] [stdout] 1335 | |     fn mul(lhs, rhs) -> Matrix2<S> {
[INFO] [stdout] 1336 | |         Matrix2::new(lhs.row(0).dot(rhs[0]), lhs.row(1).dot(rhs[0]),
[INFO] [stdout] 1337 | |                      lhs.row(0).dot(rhs[1]), lhs.row(1).dot(rhs[1]))
[INFO] [stdout] 1338 | |     }
[INFO] [stdout] 1339 | | });
[INFO] [stdout]      | |__- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:86:13
[INFO] [stdout]      |
[INFO] [stdout] 86   |               #[inline]
[INFO] [stdout]      |               ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1334:1
[INFO] [stdout]      |
[INFO] [stdout] 1334 | / impl_operator!(<S: BaseFloat> Mul<Matrix2<S> > for Matrix2<S> {
[INFO] [stdout] 1335 | |     fn mul(lhs, rhs) -> Matrix2<S> {
[INFO] [stdout] 1336 | |         Matrix2::new(lhs.row(0).dot(rhs[0]), lhs.row(1).dot(rhs[0]),
[INFO] [stdout] 1337 | |                      lhs.row(0).dot(rhs[1]), lhs.row(1).dot(rhs[1]))
[INFO] [stdout] 1338 | |     }
[INFO] [stdout] 1339 | | });
[INFO] [stdout]      | |__- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:87:13
[INFO] [stdout]      |
[INFO] [stdout] 87   |               default_fn!( $op(self, other: &'a $Rhs) -> $Output {
[INFO] [stdout]      |               ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1334:1
[INFO] [stdout]      |
[INFO] [stdout] 1334 | / impl_operator!(<S: BaseFloat> Mul<Matrix2<S> > for Matrix2<S> {
[INFO] [stdout] 1335 | |     fn mul(lhs, rhs) -> Matrix2<S> {
[INFO] [stdout] 1336 | |         Matrix2::new(lhs.row(0).dot(rhs[0]), lhs.row(1).dot(rhs[0]),
[INFO] [stdout] 1337 | |                      lhs.row(0).dot(rhs[1]), lhs.row(1).dot(rhs[1]))
[INFO] [stdout] 1338 | |     }
[INFO] [stdout] 1339 | | });
[INFO] [stdout]      | |__- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:94:13
[INFO] [stdout]      |
[INFO] [stdout] 94   |               #[inline]
[INFO] [stdout]      |               ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1334:1
[INFO] [stdout]      |
[INFO] [stdout] 1334 | / impl_operator!(<S: BaseFloat> Mul<Matrix2<S> > for Matrix2<S> {
[INFO] [stdout] 1335 | |     fn mul(lhs, rhs) -> Matrix2<S> {
[INFO] [stdout] 1336 | |         Matrix2::new(lhs.row(0).dot(rhs[0]), lhs.row(1).dot(rhs[0]),
[INFO] [stdout] 1337 | |                      lhs.row(0).dot(rhs[1]), lhs.row(1).dot(rhs[1]))
[INFO] [stdout] 1338 | |     }
[INFO] [stdout] 1339 | | });
[INFO] [stdout]      | |__- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:95:13
[INFO] [stdout]      |
[INFO] [stdout] 95   |               default_fn!( $op(self, other: $Rhs) -> $Output {
[INFO] [stdout]      |               ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1334:1
[INFO] [stdout]      |
[INFO] [stdout] 1334 | / impl_operator!(<S: BaseFloat> Mul<Matrix2<S> > for Matrix2<S> {
[INFO] [stdout] 1335 | |     fn mul(lhs, rhs) -> Matrix2<S> {
[INFO] [stdout] 1336 | |         Matrix2::new(lhs.row(0).dot(rhs[0]), lhs.row(1).dot(rhs[0]),
[INFO] [stdout] 1337 | |                      lhs.row(0).dot(rhs[1]), lhs.row(1).dot(rhs[1]))
[INFO] [stdout] 1338 | |     }
[INFO] [stdout] 1339 | | });
[INFO] [stdout]      | |__- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:102:13
[INFO] [stdout]      |
[INFO] [stdout] 102  |               #[inline]
[INFO] [stdout]      |               ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1334:1
[INFO] [stdout]      |
[INFO] [stdout] 1334 | / impl_operator!(<S: BaseFloat> Mul<Matrix2<S> > for Matrix2<S> {
[INFO] [stdout] 1335 | |     fn mul(lhs, rhs) -> Matrix2<S> {
[INFO] [stdout] 1336 | |         Matrix2::new(lhs.row(0).dot(rhs[0]), lhs.row(1).dot(rhs[0]),
[INFO] [stdout] 1337 | |                      lhs.row(0).dot(rhs[1]), lhs.row(1).dot(rhs[1]))
[INFO] [stdout] 1338 | |     }
[INFO] [stdout] 1339 | | });
[INFO] [stdout]      | |__- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:103:13
[INFO] [stdout]      |
[INFO] [stdout] 103  |               default_fn!( $op(self, other: &'a $Rhs) -> $Output {
[INFO] [stdout]      |               ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1334:1
[INFO] [stdout]      |
[INFO] [stdout] 1334 | / impl_operator!(<S: BaseFloat> Mul<Matrix2<S> > for Matrix2<S> {
[INFO] [stdout] 1335 | |     fn mul(lhs, rhs) -> Matrix2<S> {
[INFO] [stdout] 1336 | |         Matrix2::new(lhs.row(0).dot(rhs[0]), lhs.row(1).dot(rhs[0]),
[INFO] [stdout] 1337 | |                      lhs.row(0).dot(rhs[1]), lhs.row(1).dot(rhs[1]))
[INFO] [stdout] 1338 | |     }
[INFO] [stdout] 1339 | | });
[INFO] [stdout]      | |__- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:78:13
[INFO] [stdout]      |
[INFO] [stdout] 78   |               #[inline]
[INFO] [stdout]      |               ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1341:1
[INFO] [stdout]      |
[INFO] [stdout] 1341 | / impl_operator!(<S: BaseFloat> Mul<Matrix3<S> > for Matrix3<S> {
[INFO] [stdout] 1342 | |     fn mul(lhs, rhs) -> Matrix3<S> {
[INFO] [stdout] 1343 | |         Matrix3::new(lhs.row(0).dot(rhs[0]), lhs.row(1).dot(rhs[0]), lhs.row(2).dot(rhs[0]),
[INFO] [stdout] 1344 | |                      lhs.row(0).dot(rhs[1]), lhs.row(1).dot(rhs[1]), lhs.row(2).dot(rhs[1]),
[INFO] [stdout] 1345 | |                      lhs.row(0).dot(rhs[2]), lhs.row(1).dot(rhs[2]), lhs.row(2).dot(rhs[2]))
[INFO] [stdout] 1346 | |     }
[INFO] [stdout] 1347 | | });
[INFO] [stdout]      | |__- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:79:13
[INFO] [stdout]      |
[INFO] [stdout] 79   |               default_fn!( $op(self, other: $Rhs) -> $Output {
[INFO] [stdout]      |               ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1341:1
[INFO] [stdout]      |
[INFO] [stdout] 1341 | / impl_operator!(<S: BaseFloat> Mul<Matrix3<S> > for Matrix3<S> {
[INFO] [stdout] 1342 | |     fn mul(lhs, rhs) -> Matrix3<S> {
[INFO] [stdout] 1343 | |         Matrix3::new(lhs.row(0).dot(rhs[0]), lhs.row(1).dot(rhs[0]), lhs.row(2).dot(rhs[0]),
[INFO] [stdout] 1344 | |                      lhs.row(0).dot(rhs[1]), lhs.row(1).dot(rhs[1]), lhs.row(2).dot(rhs[1]),
[INFO] [stdout] 1345 | |                      lhs.row(0).dot(rhs[2]), lhs.row(1).dot(rhs[2]), lhs.row(2).dot(rhs[2]))
[INFO] [stdout] 1346 | |     }
[INFO] [stdout] 1347 | | });
[INFO] [stdout]      | |__- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:86:13
[INFO] [stdout]      |
[INFO] [stdout] 86   |               #[inline]
[INFO] [stdout]      |               ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1341:1
[INFO] [stdout]      |
[INFO] [stdout] 1341 | / impl_operator!(<S: BaseFloat> Mul<Matrix3<S> > for Matrix3<S> {
[INFO] [stdout] 1342 | |     fn mul(lhs, rhs) -> Matrix3<S> {
[INFO] [stdout] 1343 | |         Matrix3::new(lhs.row(0).dot(rhs[0]), lhs.row(1).dot(rhs[0]), lhs.row(2).dot(rhs[0]),
[INFO] [stdout] 1344 | |                      lhs.row(0).dot(rhs[1]), lhs.row(1).dot(rhs[1]), lhs.row(2).dot(rhs[1]),
[INFO] [stdout] 1345 | |                      lhs.row(0).dot(rhs[2]), lhs.row(1).dot(rhs[2]), lhs.row(2).dot(rhs[2]))
[INFO] [stdout] 1346 | |     }
[INFO] [stdout] 1347 | | });
[INFO] [stdout]      | |__- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:87:13
[INFO] [stdout]      |
[INFO] [stdout] 87   |               default_fn!( $op(self, other: &'a $Rhs) -> $Output {
[INFO] [stdout]      |               ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1341:1
[INFO] [stdout]      |
[INFO] [stdout] 1341 | / impl_operator!(<S: BaseFloat> Mul<Matrix3<S> > for Matrix3<S> {
[INFO] [stdout] 1342 | |     fn mul(lhs, rhs) -> Matrix3<S> {
[INFO] [stdout] 1343 | |         Matrix3::new(lhs.row(0).dot(rhs[0]), lhs.row(1).dot(rhs[0]), lhs.row(2).dot(rhs[0]),
[INFO] [stdout] 1344 | |                      lhs.row(0).dot(rhs[1]), lhs.row(1).dot(rhs[1]), lhs.row(2).dot(rhs[1]),
[INFO] [stdout] 1345 | |                      lhs.row(0).dot(rhs[2]), lhs.row(1).dot(rhs[2]), lhs.row(2).dot(rhs[2]))
[INFO] [stdout] 1346 | |     }
[INFO] [stdout] 1347 | | });
[INFO] [stdout]      | |__- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:94:13
[INFO] [stdout]      |
[INFO] [stdout] 94   |               #[inline]
[INFO] [stdout]      |               ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1341:1
[INFO] [stdout]      |
[INFO] [stdout] 1341 | / impl_operator!(<S: BaseFloat> Mul<Matrix3<S> > for Matrix3<S> {
[INFO] [stdout] 1342 | |     fn mul(lhs, rhs) -> Matrix3<S> {
[INFO] [stdout] 1343 | |         Matrix3::new(lhs.row(0).dot(rhs[0]), lhs.row(1).dot(rhs[0]), lhs.row(2).dot(rhs[0]),
[INFO] [stdout] 1344 | |                      lhs.row(0).dot(rhs[1]), lhs.row(1).dot(rhs[1]), lhs.row(2).dot(rhs[1]),
[INFO] [stdout] 1345 | |                      lhs.row(0).dot(rhs[2]), lhs.row(1).dot(rhs[2]), lhs.row(2).dot(rhs[2]))
[INFO] [stdout] 1346 | |     }
[INFO] [stdout] 1347 | | });
[INFO] [stdout]      | |__- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:95:13
[INFO] [stdout]      |
[INFO] [stdout] 95   |               default_fn!( $op(self, other: $Rhs) -> $Output {
[INFO] [stdout]      |               ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1341:1
[INFO] [stdout]      |
[INFO] [stdout] 1341 | / impl_operator!(<S: BaseFloat> Mul<Matrix3<S> > for Matrix3<S> {
[INFO] [stdout] 1342 | |     fn mul(lhs, rhs) -> Matrix3<S> {
[INFO] [stdout] 1343 | |         Matrix3::new(lhs.row(0).dot(rhs[0]), lhs.row(1).dot(rhs[0]), lhs.row(2).dot(rhs[0]),
[INFO] [stdout] 1344 | |                      lhs.row(0).dot(rhs[1]), lhs.row(1).dot(rhs[1]), lhs.row(2).dot(rhs[1]),
[INFO] [stdout] 1345 | |                      lhs.row(0).dot(rhs[2]), lhs.row(1).dot(rhs[2]), lhs.row(2).dot(rhs[2]))
[INFO] [stdout] 1346 | |     }
[INFO] [stdout] 1347 | | });
[INFO] [stdout]      | |__- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:102:13
[INFO] [stdout]      |
[INFO] [stdout] 102  |               #[inline]
[INFO] [stdout]      |               ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1341:1
[INFO] [stdout]      |
[INFO] [stdout] 1341 | / impl_operator!(<S: BaseFloat> Mul<Matrix3<S> > for Matrix3<S> {
[INFO] [stdout] 1342 | |     fn mul(lhs, rhs) -> Matrix3<S> {
[INFO] [stdout] 1343 | |         Matrix3::new(lhs.row(0).dot(rhs[0]), lhs.row(1).dot(rhs[0]), lhs.row(2).dot(rhs[0]),
[INFO] [stdout] 1344 | |                      lhs.row(0).dot(rhs[1]), lhs.row(1).dot(rhs[1]), lhs.row(2).dot(rhs[1]),
[INFO] [stdout] 1345 | |                      lhs.row(0).dot(rhs[2]), lhs.row(1).dot(rhs[2]), lhs.row(2).dot(rhs[2]))
[INFO] [stdout] 1346 | |     }
[INFO] [stdout] 1347 | | });
[INFO] [stdout]      | |__- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:103:13
[INFO] [stdout]      |
[INFO] [stdout] 103  |               default_fn!( $op(self, other: &'a $Rhs) -> $Output {
[INFO] [stdout]      |               ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1341:1
[INFO] [stdout]      |
[INFO] [stdout] 1341 | / impl_operator!(<S: BaseFloat> Mul<Matrix3<S> > for Matrix3<S> {
[INFO] [stdout] 1342 | |     fn mul(lhs, rhs) -> Matrix3<S> {
[INFO] [stdout] 1343 | |         Matrix3::new(lhs.row(0).dot(rhs[0]), lhs.row(1).dot(rhs[0]), lhs.row(2).dot(rhs[0]),
[INFO] [stdout] 1344 | |                      lhs.row(0).dot(rhs[1]), lhs.row(1).dot(rhs[1]), lhs.row(2).dot(rhs[1]),
[INFO] [stdout] 1345 | |                      lhs.row(0).dot(rhs[2]), lhs.row(1).dot(rhs[2]), lhs.row(2).dot(rhs[2]))
[INFO] [stdout] 1346 | |     }
[INFO] [stdout] 1347 | | });
[INFO] [stdout]      | |__- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:78:13
[INFO] [stdout]      |
[INFO] [stdout] 78   |               #[inline]
[INFO] [stdout]      |               ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1355:1
[INFO] [stdout]      |
[INFO] [stdout] 1355 | / impl_operator!(<S: BaseFloat> Mul<Matrix4<S> > for Matrix4<S> {
[INFO] [stdout] 1356 | |     fn mul(lhs, rhs) -> Matrix4<S> {
[INFO] [stdout] 1357 | |         {
[INFO] [stdout] 1358 | |             let a = lhs[0];
[INFO] [stdout] ...    |
[INFO] [stdout] 1371 | |     }
[INFO] [stdout] 1372 | | });
[INFO] [stdout]      | |__- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:79:13
[INFO] [stdout]      |
[INFO] [stdout] 79   |               default_fn!( $op(self, other: $Rhs) -> $Output {
[INFO] [stdout]      |               ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1355:1
[INFO] [stdout]      |
[INFO] [stdout] 1355 | / impl_operator!(<S: BaseFloat> Mul<Matrix4<S> > for Matrix4<S> {
[INFO] [stdout] 1356 | |     fn mul(lhs, rhs) -> Matrix4<S> {
[INFO] [stdout] 1357 | |         {
[INFO] [stdout] 1358 | |             let a = lhs[0];
[INFO] [stdout] ...    |
[INFO] [stdout] 1371 | |     }
[INFO] [stdout] 1372 | | });
[INFO] [stdout]      | |__- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:86:13
[INFO] [stdout]      |
[INFO] [stdout] 86   |               #[inline]
[INFO] [stdout]      |               ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1355:1
[INFO] [stdout]      |
[INFO] [stdout] 1355 | / impl_operator!(<S: BaseFloat> Mul<Matrix4<S> > for Matrix4<S> {
[INFO] [stdout] 1356 | |     fn mul(lhs, rhs) -> Matrix4<S> {
[INFO] [stdout] 1357 | |         {
[INFO] [stdout] 1358 | |             let a = lhs[0];
[INFO] [stdout] ...    |
[INFO] [stdout] 1371 | |     }
[INFO] [stdout] 1372 | | });
[INFO] [stdout]      | |__- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:87:13
[INFO] [stdout]      |
[INFO] [stdout] 87   |               default_fn!( $op(self, other: &'a $Rhs) -> $Output {
[INFO] [stdout]      |               ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1355:1
[INFO] [stdout]      |
[INFO] [stdout] 1355 | / impl_operator!(<S: BaseFloat> Mul<Matrix4<S> > for Matrix4<S> {
[INFO] [stdout] 1356 | |     fn mul(lhs, rhs) -> Matrix4<S> {
[INFO] [stdout] 1357 | |         {
[INFO] [stdout] 1358 | |             let a = lhs[0];
[INFO] [stdout] ...    |
[INFO] [stdout] 1371 | |     }
[INFO] [stdout] 1372 | | });
[INFO] [stdout]      | |__- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:94:13
[INFO] [stdout]      |
[INFO] [stdout] 94   |               #[inline]
[INFO] [stdout]      |               ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1355:1
[INFO] [stdout]      |
[INFO] [stdout] 1355 | / impl_operator!(<S: BaseFloat> Mul<Matrix4<S> > for Matrix4<S> {
[INFO] [stdout] 1356 | |     fn mul(lhs, rhs) -> Matrix4<S> {
[INFO] [stdout] 1357 | |         {
[INFO] [stdout] 1358 | |             let a = lhs[0];
[INFO] [stdout] ...    |
[INFO] [stdout] 1371 | |     }
[INFO] [stdout] 1372 | | });
[INFO] [stdout]      | |__- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:95:13
[INFO] [stdout]      |
[INFO] [stdout] 95   |               default_fn!( $op(self, other: $Rhs) -> $Output {
[INFO] [stdout]      |               ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1355:1
[INFO] [stdout]      |
[INFO] [stdout] 1355 | / impl_operator!(<S: BaseFloat> Mul<Matrix4<S> > for Matrix4<S> {
[INFO] [stdout] 1356 | |     fn mul(lhs, rhs) -> Matrix4<S> {
[INFO] [stdout] 1357 | |         {
[INFO] [stdout] 1358 | |             let a = lhs[0];
[INFO] [stdout] ...    |
[INFO] [stdout] 1371 | |     }
[INFO] [stdout] 1372 | | });
[INFO] [stdout]      | |__- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]     --> src/macros.rs:102:13
[INFO] [stdout]      |
[INFO] [stdout] 102  |               #[inline]
[INFO] [stdout]      |               ^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1355:1
[INFO] [stdout]      |
[INFO] [stdout] 1355 | / impl_operator!(<S: BaseFloat> Mul<Matrix4<S> > for Matrix4<S> {
[INFO] [stdout] 1356 | |     fn mul(lhs, rhs) -> Matrix4<S> {
[INFO] [stdout] 1357 | |         {
[INFO] [stdout] 1358 | |             let a = lhs[0];
[INFO] [stdout] ...    |
[INFO] [stdout] 1371 | |     }
[INFO] [stdout] 1372 | | });
[INFO] [stdout]      | |__- in this macro invocation
[INFO] [stdout]      |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]     --> src/macros.rs:103:13
[INFO] [stdout]      |
[INFO] [stdout] 103  |               default_fn!( $op(self, other: &'a $Rhs) -> $Output {
[INFO] [stdout]      |               ^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]     ::: src/matrix.rs:1355:1
[INFO] [stdout]      |
[INFO] [stdout] 1355 | / impl_operator!(<S: BaseFloat> Mul<Matrix4<S> > for Matrix4<S> {
[INFO] [stdout] 1356 | |     fn mul(lhs, rhs) -> Matrix4<S> {
[INFO] [stdout] 1357 | |         {
[INFO] [stdout] 1358 | |             let a = lhs[0];
[INFO] [stdout] ...    |
[INFO] [stdout] 1371 | |     }
[INFO] [stdout] 1372 | | });
[INFO] [stdout]      | |__- in this macro invocation
[INFO] [stdout]      = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `approx` is imported redundantly
[INFO] [stdout]   --> src/quaternion.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 | use approx;
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:56:1
[INFO] [stdout]    |
[INFO] [stdout] 56 | extern crate approx;
[INFO] [stdout]    | -------------------- the item `approx` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/quaternion.rs:245:5
[INFO] [stdout]     |
[INFO] [stdout] 245 |     #[inline]
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/quaternion.rs:246:5
[INFO] [stdout]     |
[INFO] [stdout] 246 |     default_fn!( dot(self, other: Quaternion<S>) -> S {
[INFO] [stdout]     |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:38:13
[INFO] [stdout]     |
[INFO] [stdout] 38  |               #[inline]
[INFO] [stdout]     |               ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:275:1
[INFO] [stdout]     |
[INFO] [stdout] 275 | / impl_operator!(<S: BaseFloat> Neg for Quaternion<S> {
[INFO] [stdout] 276 | |     fn neg(quat) -> Quaternion<S> {
[INFO] [stdout] 277 | |         Quaternion::from_sv(-quat.s, -quat.v)
[INFO] [stdout] 278 | |     }
[INFO] [stdout] 279 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:39:13
[INFO] [stdout]     |
[INFO] [stdout] 39  |               default_fn!($op(self) -> $Output {
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:275:1
[INFO] [stdout]     |
[INFO] [stdout] 275 | / impl_operator!(<S: BaseFloat> Neg for Quaternion<S> {
[INFO] [stdout] 276 | |     fn neg(quat) -> Quaternion<S> {
[INFO] [stdout] 277 | |         Quaternion::from_sv(-quat.s, -quat.v)
[INFO] [stdout] 278 | |     }
[INFO] [stdout] 279 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:46:13
[INFO] [stdout]     |
[INFO] [stdout] 46  |               #[inline]
[INFO] [stdout]     |               ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:275:1
[INFO] [stdout]     |
[INFO] [stdout] 275 | / impl_operator!(<S: BaseFloat> Neg for Quaternion<S> {
[INFO] [stdout] 276 | |     fn neg(quat) -> Quaternion<S> {
[INFO] [stdout] 277 | |         Quaternion::from_sv(-quat.s, -quat.v)
[INFO] [stdout] 278 | |     }
[INFO] [stdout] 279 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:47:13
[INFO] [stdout]     |
[INFO] [stdout] 47  |               default_fn!($op(self) -> $Output {
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:275:1
[INFO] [stdout]     |
[INFO] [stdout] 275 | / impl_operator!(<S: BaseFloat> Neg for Quaternion<S> {
[INFO] [stdout] 276 | |     fn neg(quat) -> Quaternion<S> {
[INFO] [stdout] 277 | |         Quaternion::from_sv(-quat.s, -quat.v)
[INFO] [stdout] 278 | |     }
[INFO] [stdout] 279 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:58:13
[INFO] [stdout]     |
[INFO] [stdout] 58  |               #[inline]
[INFO] [stdout]     |               ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:281:1
[INFO] [stdout]     |
[INFO] [stdout] 281 | / impl_operator!(<S: BaseFloat> Mul<S> for Quaternion<S> {
[INFO] [stdout] 282 | |     fn mul(lhs, rhs) -> Quaternion<S> {
[INFO] [stdout] 283 | |         Quaternion::from_sv(lhs.s * rhs, lhs.v * rhs)
[INFO] [stdout] 284 | |     }
[INFO] [stdout] 285 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:59:13
[INFO] [stdout]     |
[INFO] [stdout] 59  |               default_fn!($op(self, other: $Rhs) -> $Output {
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:281:1
[INFO] [stdout]     |
[INFO] [stdout] 281 | / impl_operator!(<S: BaseFloat> Mul<S> for Quaternion<S> {
[INFO] [stdout] 282 | |     fn mul(lhs, rhs) -> Quaternion<S> {
[INFO] [stdout] 283 | |         Quaternion::from_sv(lhs.s * rhs, lhs.v * rhs)
[INFO] [stdout] 284 | |     }
[INFO] [stdout] 285 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:66:13
[INFO] [stdout]     |
[INFO] [stdout] 66  |               #[inline]
[INFO] [stdout]     |               ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:281:1
[INFO] [stdout]     |
[INFO] [stdout] 281 | / impl_operator!(<S: BaseFloat> Mul<S> for Quaternion<S> {
[INFO] [stdout] 282 | |     fn mul(lhs, rhs) -> Quaternion<S> {
[INFO] [stdout] 283 | |         Quaternion::from_sv(lhs.s * rhs, lhs.v * rhs)
[INFO] [stdout] 284 | |     }
[INFO] [stdout] 285 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:67:13
[INFO] [stdout]     |
[INFO] [stdout] 67  |               default_fn!($op(self, other: $Rhs) -> $Output {
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:281:1
[INFO] [stdout]     |
[INFO] [stdout] 281 | / impl_operator!(<S: BaseFloat> Mul<S> for Quaternion<S> {
[INFO] [stdout] 282 | |     fn mul(lhs, rhs) -> Quaternion<S> {
[INFO] [stdout] 283 | |         Quaternion::from_sv(lhs.s * rhs, lhs.v * rhs)
[INFO] [stdout] 284 | |     }
[INFO] [stdout] 285 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:135:13
[INFO] [stdout]     |
[INFO] [stdout] 135 |               #[inline]
[INFO] [stdout]     |               ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:287:1
[INFO] [stdout]     |
[INFO] [stdout] 287 | / impl_assignment_operator!(<S: BaseFloat> MulAssign<S> for Quaternion<S> {
[INFO] [stdout] 288 | |     fn mul_assign(&mut self, scalar) { self.s *= scalar; self.v *= scalar; }
[INFO] [stdout] 289 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:136:13
[INFO] [stdout]     |
[INFO] [stdout] 136 |               default_fn!( $op(&mut $lhs, $rhs: $Rhs) $body );
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:287:1
[INFO] [stdout]     |
[INFO] [stdout] 287 | / impl_assignment_operator!(<S: BaseFloat> MulAssign<S> for Quaternion<S> {
[INFO] [stdout] 288 | |     fn mul_assign(&mut self, scalar) { self.s *= scalar; self.v *= scalar; }
[INFO] [stdout] 289 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_assignment_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:58:13
[INFO] [stdout]     |
[INFO] [stdout] 58  |               #[inline]
[INFO] [stdout]     |               ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:291:1
[INFO] [stdout]     |
[INFO] [stdout] 291 | / impl_operator!(<S: BaseFloat> Div<S> for Quaternion<S> {
[INFO] [stdout] 292 | |     fn div(lhs, rhs) -> Quaternion<S> {
[INFO] [stdout] 293 | |         Quaternion::from_sv(lhs.s / rhs, lhs.v / rhs)
[INFO] [stdout] 294 | |     }
[INFO] [stdout] 295 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:59:13
[INFO] [stdout]     |
[INFO] [stdout] 59  |               default_fn!($op(self, other: $Rhs) -> $Output {
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:291:1
[INFO] [stdout]     |
[INFO] [stdout] 291 | / impl_operator!(<S: BaseFloat> Div<S> for Quaternion<S> {
[INFO] [stdout] 292 | |     fn div(lhs, rhs) -> Quaternion<S> {
[INFO] [stdout] 293 | |         Quaternion::from_sv(lhs.s / rhs, lhs.v / rhs)
[INFO] [stdout] 294 | |     }
[INFO] [stdout] 295 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:66:13
[INFO] [stdout]     |
[INFO] [stdout] 66  |               #[inline]
[INFO] [stdout]     |               ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:291:1
[INFO] [stdout]     |
[INFO] [stdout] 291 | / impl_operator!(<S: BaseFloat> Div<S> for Quaternion<S> {
[INFO] [stdout] 292 | |     fn div(lhs, rhs) -> Quaternion<S> {
[INFO] [stdout] 293 | |         Quaternion::from_sv(lhs.s / rhs, lhs.v / rhs)
[INFO] [stdout] 294 | |     }
[INFO] [stdout] 295 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:67:13
[INFO] [stdout]     |
[INFO] [stdout] 67  |               default_fn!($op(self, other: $Rhs) -> $Output {
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:291:1
[INFO] [stdout]     |
[INFO] [stdout] 291 | / impl_operator!(<S: BaseFloat> Div<S> for Quaternion<S> {
[INFO] [stdout] 292 | |     fn div(lhs, rhs) -> Quaternion<S> {
[INFO] [stdout] 293 | |         Quaternion::from_sv(lhs.s / rhs, lhs.v / rhs)
[INFO] [stdout] 294 | |     }
[INFO] [stdout] 295 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:135:13
[INFO] [stdout]     |
[INFO] [stdout] 135 |               #[inline]
[INFO] [stdout]     |               ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:297:1
[INFO] [stdout]     |
[INFO] [stdout] 297 | / impl_assignment_operator!(<S: BaseFloat> DivAssign<S> for Quaternion<S> {
[INFO] [stdout] 298 | |     fn div_assign(&mut self, scalar) { self.s /= scalar; self.v /= scalar; }
[INFO] [stdout] 299 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:136:13
[INFO] [stdout]     |
[INFO] [stdout] 136 |               default_fn!( $op(&mut $lhs, $rhs: $Rhs) $body );
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:297:1
[INFO] [stdout]     |
[INFO] [stdout] 297 | / impl_assignment_operator!(<S: BaseFloat> DivAssign<S> for Quaternion<S> {
[INFO] [stdout] 298 | |     fn div_assign(&mut self, scalar) { self.s /= scalar; self.v /= scalar; }
[INFO] [stdout] 299 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_assignment_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:58:13
[INFO] [stdout]     |
[INFO] [stdout] 58  |               #[inline]
[INFO] [stdout]     |               ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:301:1
[INFO] [stdout]     |
[INFO] [stdout] 301 | / impl_operator!(<S: BaseFloat> Rem<S> for Quaternion<S> {
[INFO] [stdout] 302 | |     fn rem(lhs, rhs) -> Quaternion<S> {
[INFO] [stdout] 303 | |         Quaternion::from_sv(lhs.s % rhs, lhs.v % rhs)
[INFO] [stdout] 304 | |     }
[INFO] [stdout] 305 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:59:13
[INFO] [stdout]     |
[INFO] [stdout] 59  |               default_fn!($op(self, other: $Rhs) -> $Output {
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:301:1
[INFO] [stdout]     |
[INFO] [stdout] 301 | / impl_operator!(<S: BaseFloat> Rem<S> for Quaternion<S> {
[INFO] [stdout] 302 | |     fn rem(lhs, rhs) -> Quaternion<S> {
[INFO] [stdout] 303 | |         Quaternion::from_sv(lhs.s % rhs, lhs.v % rhs)
[INFO] [stdout] 304 | |     }
[INFO] [stdout] 305 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:66:13
[INFO] [stdout]     |
[INFO] [stdout] 66  |               #[inline]
[INFO] [stdout]     |               ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:301:1
[INFO] [stdout]     |
[INFO] [stdout] 301 | / impl_operator!(<S: BaseFloat> Rem<S> for Quaternion<S> {
[INFO] [stdout] 302 | |     fn rem(lhs, rhs) -> Quaternion<S> {
[INFO] [stdout] 303 | |         Quaternion::from_sv(lhs.s % rhs, lhs.v % rhs)
[INFO] [stdout] 304 | |     }
[INFO] [stdout] 305 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:67:13
[INFO] [stdout]     |
[INFO] [stdout] 67  |               default_fn!($op(self, other: $Rhs) -> $Output {
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:301:1
[INFO] [stdout]     |
[INFO] [stdout] 301 | / impl_operator!(<S: BaseFloat> Rem<S> for Quaternion<S> {
[INFO] [stdout] 302 | |     fn rem(lhs, rhs) -> Quaternion<S> {
[INFO] [stdout] 303 | |         Quaternion::from_sv(lhs.s % rhs, lhs.v % rhs)
[INFO] [stdout] 304 | |     }
[INFO] [stdout] 305 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:135:13
[INFO] [stdout]     |
[INFO] [stdout] 135 |               #[inline]
[INFO] [stdout]     |               ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:307:1
[INFO] [stdout]     |
[INFO] [stdout] 307 | / impl_assignment_operator!(<S: BaseFloat> RemAssign<S> for Quaternion<S> {
[INFO] [stdout] 308 | |     fn rem_assign(&mut self, scalar) { self.s %= scalar; self.v %= scalar; }
[INFO] [stdout] 309 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:136:13
[INFO] [stdout]     |
[INFO] [stdout] 136 |               default_fn!( $op(&mut $lhs, $rhs: $Rhs) $body );
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:307:1
[INFO] [stdout]     |
[INFO] [stdout] 307 | / impl_assignment_operator!(<S: BaseFloat> RemAssign<S> for Quaternion<S> {
[INFO] [stdout] 308 | |     fn rem_assign(&mut self, scalar) { self.s %= scalar; self.v %= scalar; }
[INFO] [stdout] 309 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_assignment_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:78:13
[INFO] [stdout]     |
[INFO] [stdout] 78  |               #[inline]
[INFO] [stdout]     |               ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:311:1
[INFO] [stdout]     |
[INFO] [stdout] 311 | / impl_operator!(<S: BaseFloat> Mul<Vector3<S> > for Quaternion<S> {
[INFO] [stdout] 312 | |     fn mul(lhs, rhs) -> Vector3<S> {{
[INFO] [stdout] 313 | |         let rhs = rhs.clone();
[INFO] [stdout] 314 | |         let two: S = cast(2i8).unwrap();
[INFO] [stdout] ...   |
[INFO] [stdout] 317 | |     }}
[INFO] [stdout] 318 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:79:13
[INFO] [stdout]     |
[INFO] [stdout] 79  |               default_fn!( $op(self, other: $Rhs) -> $Output {
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:311:1
[INFO] [stdout]     |
[INFO] [stdout] 311 | / impl_operator!(<S: BaseFloat> Mul<Vector3<S> > for Quaternion<S> {
[INFO] [stdout] 312 | |     fn mul(lhs, rhs) -> Vector3<S> {{
[INFO] [stdout] 313 | |         let rhs = rhs.clone();
[INFO] [stdout] 314 | |         let two: S = cast(2i8).unwrap();
[INFO] [stdout] ...   |
[INFO] [stdout] 317 | |     }}
[INFO] [stdout] 318 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:86:13
[INFO] [stdout]     |
[INFO] [stdout] 86  |               #[inline]
[INFO] [stdout]     |               ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:311:1
[INFO] [stdout]     |
[INFO] [stdout] 311 | / impl_operator!(<S: BaseFloat> Mul<Vector3<S> > for Quaternion<S> {
[INFO] [stdout] 312 | |     fn mul(lhs, rhs) -> Vector3<S> {{
[INFO] [stdout] 313 | |         let rhs = rhs.clone();
[INFO] [stdout] 314 | |         let two: S = cast(2i8).unwrap();
[INFO] [stdout] ...   |
[INFO] [stdout] 317 | |     }}
[INFO] [stdout] 318 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:87:13
[INFO] [stdout]     |
[INFO] [stdout] 87  |               default_fn!( $op(self, other: &'a $Rhs) -> $Output {
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:311:1
[INFO] [stdout]     |
[INFO] [stdout] 311 | / impl_operator!(<S: BaseFloat> Mul<Vector3<S> > for Quaternion<S> {
[INFO] [stdout] 312 | |     fn mul(lhs, rhs) -> Vector3<S> {{
[INFO] [stdout] 313 | |         let rhs = rhs.clone();
[INFO] [stdout] 314 | |         let two: S = cast(2i8).unwrap();
[INFO] [stdout] ...   |
[INFO] [stdout] 317 | |     }}
[INFO] [stdout] 318 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:94:13
[INFO] [stdout]     |
[INFO] [stdout] 94  |               #[inline]
[INFO] [stdout]     |               ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:311:1
[INFO] [stdout]     |
[INFO] [stdout] 311 | / impl_operator!(<S: BaseFloat> Mul<Vector3<S> > for Quaternion<S> {
[INFO] [stdout] 312 | |     fn mul(lhs, rhs) -> Vector3<S> {{
[INFO] [stdout] 313 | |         let rhs = rhs.clone();
[INFO] [stdout] 314 | |         let two: S = cast(2i8).unwrap();
[INFO] [stdout] ...   |
[INFO] [stdout] 317 | |     }}
[INFO] [stdout] 318 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:95:13
[INFO] [stdout]     |
[INFO] [stdout] 95  |               default_fn!( $op(self, other: $Rhs) -> $Output {
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:311:1
[INFO] [stdout]     |
[INFO] [stdout] 311 | / impl_operator!(<S: BaseFloat> Mul<Vector3<S> > for Quaternion<S> {
[INFO] [stdout] 312 | |     fn mul(lhs, rhs) -> Vector3<S> {{
[INFO] [stdout] 313 | |         let rhs = rhs.clone();
[INFO] [stdout] 314 | |         let two: S = cast(2i8).unwrap();
[INFO] [stdout] ...   |
[INFO] [stdout] 317 | |     }}
[INFO] [stdout] 318 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:102:13
[INFO] [stdout]     |
[INFO] [stdout] 102 |               #[inline]
[INFO] [stdout]     |               ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:311:1
[INFO] [stdout]     |
[INFO] [stdout] 311 | / impl_operator!(<S: BaseFloat> Mul<Vector3<S> > for Quaternion<S> {
[INFO] [stdout] 312 | |     fn mul(lhs, rhs) -> Vector3<S> {{
[INFO] [stdout] 313 | |         let rhs = rhs.clone();
[INFO] [stdout] 314 | |         let two: S = cast(2i8).unwrap();
[INFO] [stdout] ...   |
[INFO] [stdout] 317 | |     }}
[INFO] [stdout] 318 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:103:13
[INFO] [stdout]     |
[INFO] [stdout] 103 |               default_fn!( $op(self, other: &'a $Rhs) -> $Output {
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:311:1
[INFO] [stdout]     |
[INFO] [stdout] 311 | / impl_operator!(<S: BaseFloat> Mul<Vector3<S> > for Quaternion<S> {
[INFO] [stdout] 312 | |     fn mul(lhs, rhs) -> Vector3<S> {{
[INFO] [stdout] 313 | |         let rhs = rhs.clone();
[INFO] [stdout] 314 | |         let two: S = cast(2i8).unwrap();
[INFO] [stdout] ...   |
[INFO] [stdout] 317 | |     }}
[INFO] [stdout] 318 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:78:13
[INFO] [stdout]     |
[INFO] [stdout] 78  |               #[inline]
[INFO] [stdout]     |               ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:320:1
[INFO] [stdout]     |
[INFO] [stdout] 320 | / impl_operator!(<S: BaseFloat> Add<Quaternion<S> > for Quaternion<S> {
[INFO] [stdout] 321 | |     fn add(lhs, rhs) -> Quaternion<S> {
[INFO] [stdout] 322 | |         Quaternion::from_sv(lhs.s + rhs.s, lhs.v + rhs.v)
[INFO] [stdout] 323 | |     }
[INFO] [stdout] 324 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:79:13
[INFO] [stdout]     |
[INFO] [stdout] 79  |               default_fn!( $op(self, other: $Rhs) -> $Output {
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:320:1
[INFO] [stdout]     |
[INFO] [stdout] 320 | / impl_operator!(<S: BaseFloat> Add<Quaternion<S> > for Quaternion<S> {
[INFO] [stdout] 321 | |     fn add(lhs, rhs) -> Quaternion<S> {
[INFO] [stdout] 322 | |         Quaternion::from_sv(lhs.s + rhs.s, lhs.v + rhs.v)
[INFO] [stdout] 323 | |     }
[INFO] [stdout] 324 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:86:13
[INFO] [stdout]     |
[INFO] [stdout] 86  |               #[inline]
[INFO] [stdout]     |               ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:320:1
[INFO] [stdout]     |
[INFO] [stdout] 320 | / impl_operator!(<S: BaseFloat> Add<Quaternion<S> > for Quaternion<S> {
[INFO] [stdout] 321 | |     fn add(lhs, rhs) -> Quaternion<S> {
[INFO] [stdout] 322 | |         Quaternion::from_sv(lhs.s + rhs.s, lhs.v + rhs.v)
[INFO] [stdout] 323 | |     }
[INFO] [stdout] 324 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:87:13
[INFO] [stdout]     |
[INFO] [stdout] 87  |               default_fn!( $op(self, other: &'a $Rhs) -> $Output {
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:320:1
[INFO] [stdout]     |
[INFO] [stdout] 320 | / impl_operator!(<S: BaseFloat> Add<Quaternion<S> > for Quaternion<S> {
[INFO] [stdout] 321 | |     fn add(lhs, rhs) -> Quaternion<S> {
[INFO] [stdout] 322 | |         Quaternion::from_sv(lhs.s + rhs.s, lhs.v + rhs.v)
[INFO] [stdout] 323 | |     }
[INFO] [stdout] 324 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:94:13
[INFO] [stdout]     |
[INFO] [stdout] 94  |               #[inline]
[INFO] [stdout]     |               ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:320:1
[INFO] [stdout]     |
[INFO] [stdout] 320 | / impl_operator!(<S: BaseFloat> Add<Quaternion<S> > for Quaternion<S> {
[INFO] [stdout] 321 | |     fn add(lhs, rhs) -> Quaternion<S> {
[INFO] [stdout] 322 | |         Quaternion::from_sv(lhs.s + rhs.s, lhs.v + rhs.v)
[INFO] [stdout] 323 | |     }
[INFO] [stdout] 324 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:95:13
[INFO] [stdout]     |
[INFO] [stdout] 95  |               default_fn!( $op(self, other: $Rhs) -> $Output {
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:320:1
[INFO] [stdout]     |
[INFO] [stdout] 320 | / impl_operator!(<S: BaseFloat> Add<Quaternion<S> > for Quaternion<S> {
[INFO] [stdout] 321 | |     fn add(lhs, rhs) -> Quaternion<S> {
[INFO] [stdout] 322 | |         Quaternion::from_sv(lhs.s + rhs.s, lhs.v + rhs.v)
[INFO] [stdout] 323 | |     }
[INFO] [stdout] 324 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:102:13
[INFO] [stdout]     |
[INFO] [stdout] 102 |               #[inline]
[INFO] [stdout]     |               ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:320:1
[INFO] [stdout]     |
[INFO] [stdout] 320 | / impl_operator!(<S: BaseFloat> Add<Quaternion<S> > for Quaternion<S> {
[INFO] [stdout] 321 | |     fn add(lhs, rhs) -> Quaternion<S> {
[INFO] [stdout] 322 | |         Quaternion::from_sv(lhs.s + rhs.s, lhs.v + rhs.v)
[INFO] [stdout] 323 | |     }
[INFO] [stdout] 324 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:103:13
[INFO] [stdout]     |
[INFO] [stdout] 103 |               default_fn!( $op(self, other: &'a $Rhs) -> $Output {
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:320:1
[INFO] [stdout]     |
[INFO] [stdout] 320 | / impl_operator!(<S: BaseFloat> Add<Quaternion<S> > for Quaternion<S> {
[INFO] [stdout] 321 | |     fn add(lhs, rhs) -> Quaternion<S> {
[INFO] [stdout] 322 | |         Quaternion::from_sv(lhs.s + rhs.s, lhs.v + rhs.v)
[INFO] [stdout] 323 | |     }
[INFO] [stdout] 324 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:135:13
[INFO] [stdout]     |
[INFO] [stdout] 135 |               #[inline]
[INFO] [stdout]     |               ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:326:1
[INFO] [stdout]     |
[INFO] [stdout] 326 | / impl_assignment_operator!(<S: BaseFloat> AddAssign<Quaternion<S> > for Quaternion<S> {
[INFO] [stdout] 327 | |     fn add_assign(&mut self, other) { self.s += other.s; self.v += other.v; }
[INFO] [stdout] 328 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:136:13
[INFO] [stdout]     |
[INFO] [stdout] 136 |               default_fn!( $op(&mut $lhs, $rhs: $Rhs) $body );
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:326:1
[INFO] [stdout]     |
[INFO] [stdout] 326 | / impl_assignment_operator!(<S: BaseFloat> AddAssign<Quaternion<S> > for Quaternion<S> {
[INFO] [stdout] 327 | |     fn add_assign(&mut self, other) { self.s += other.s; self.v += other.v; }
[INFO] [stdout] 328 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_assignment_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:78:13
[INFO] [stdout]     |
[INFO] [stdout] 78  |               #[inline]
[INFO] [stdout]     |               ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:330:1
[INFO] [stdout]     |
[INFO] [stdout] 330 | / impl_operator!(<S: BaseFloat> Sub<Quaternion<S> > for Quaternion<S> {
[INFO] [stdout] 331 | |     fn sub(lhs, rhs) -> Quaternion<S> {
[INFO] [stdout] 332 | |         Quaternion::from_sv(lhs.s - rhs.s, lhs.v - rhs.v)
[INFO] [stdout] 333 | |     }
[INFO] [stdout] 334 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:79:13
[INFO] [stdout]     |
[INFO] [stdout] 79  |               default_fn!( $op(self, other: $Rhs) -> $Output {
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:330:1
[INFO] [stdout]     |
[INFO] [stdout] 330 | / impl_operator!(<S: BaseFloat> Sub<Quaternion<S> > for Quaternion<S> {
[INFO] [stdout] 331 | |     fn sub(lhs, rhs) -> Quaternion<S> {
[INFO] [stdout] 332 | |         Quaternion::from_sv(lhs.s - rhs.s, lhs.v - rhs.v)
[INFO] [stdout] 333 | |     }
[INFO] [stdout] 334 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:86:13
[INFO] [stdout]     |
[INFO] [stdout] 86  |               #[inline]
[INFO] [stdout]     |               ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:330:1
[INFO] [stdout]     |
[INFO] [stdout] 330 | / impl_operator!(<S: BaseFloat> Sub<Quaternion<S> > for Quaternion<S> {
[INFO] [stdout] 331 | |     fn sub(lhs, rhs) -> Quaternion<S> {
[INFO] [stdout] 332 | |         Quaternion::from_sv(lhs.s - rhs.s, lhs.v - rhs.v)
[INFO] [stdout] 333 | |     }
[INFO] [stdout] 334 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:87:13
[INFO] [stdout]     |
[INFO] [stdout] 87  |               default_fn!( $op(self, other: &'a $Rhs) -> $Output {
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:330:1
[INFO] [stdout]     |
[INFO] [stdout] 330 | / impl_operator!(<S: BaseFloat> Sub<Quaternion<S> > for Quaternion<S> {
[INFO] [stdout] 331 | |     fn sub(lhs, rhs) -> Quaternion<S> {
[INFO] [stdout] 332 | |         Quaternion::from_sv(lhs.s - rhs.s, lhs.v - rhs.v)
[INFO] [stdout] 333 | |     }
[INFO] [stdout] 334 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:94:13
[INFO] [stdout]     |
[INFO] [stdout] 94  |               #[inline]
[INFO] [stdout]     |               ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:330:1
[INFO] [stdout]     |
[INFO] [stdout] 330 | / impl_operator!(<S: BaseFloat> Sub<Quaternion<S> > for Quaternion<S> {
[INFO] [stdout] 331 | |     fn sub(lhs, rhs) -> Quaternion<S> {
[INFO] [stdout] 332 | |         Quaternion::from_sv(lhs.s - rhs.s, lhs.v - rhs.v)
[INFO] [stdout] 333 | |     }
[INFO] [stdout] 334 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:95:13
[INFO] [stdout]     |
[INFO] [stdout] 95  |               default_fn!( $op(self, other: $Rhs) -> $Output {
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:330:1
[INFO] [stdout]     |
[INFO] [stdout] 330 | / impl_operator!(<S: BaseFloat> Sub<Quaternion<S> > for Quaternion<S> {
[INFO] [stdout] 331 | |     fn sub(lhs, rhs) -> Quaternion<S> {
[INFO] [stdout] 332 | |         Quaternion::from_sv(lhs.s - rhs.s, lhs.v - rhs.v)
[INFO] [stdout] 333 | |     }
[INFO] [stdout] 334 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:102:13
[INFO] [stdout]     |
[INFO] [stdout] 102 |               #[inline]
[INFO] [stdout]     |               ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:330:1
[INFO] [stdout]     |
[INFO] [stdout] 330 | / impl_operator!(<S: BaseFloat> Sub<Quaternion<S> > for Quaternion<S> {
[INFO] [stdout] 331 | |     fn sub(lhs, rhs) -> Quaternion<S> {
[INFO] [stdout] 332 | |         Quaternion::from_sv(lhs.s - rhs.s, lhs.v - rhs.v)
[INFO] [stdout] 333 | |     }
[INFO] [stdout] 334 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:103:13
[INFO] [stdout]     |
[INFO] [stdout] 103 |               default_fn!( $op(self, other: &'a $Rhs) -> $Output {
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:330:1
[INFO] [stdout]     |
[INFO] [stdout] 330 | / impl_operator!(<S: BaseFloat> Sub<Quaternion<S> > for Quaternion<S> {
[INFO] [stdout] 331 | |     fn sub(lhs, rhs) -> Quaternion<S> {
[INFO] [stdout] 332 | |         Quaternion::from_sv(lhs.s - rhs.s, lhs.v - rhs.v)
[INFO] [stdout] 333 | |     }
[INFO] [stdout] 334 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:135:13
[INFO] [stdout]     |
[INFO] [stdout] 135 |               #[inline]
[INFO] [stdout]     |               ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:336:1
[INFO] [stdout]     |
[INFO] [stdout] 336 | / impl_assignment_operator!(<S: BaseFloat> SubAssign<Quaternion<S> > for Quaternion<S> {
[INFO] [stdout] 337 | |     fn sub_assign(&mut self, other) { self.s -= other.s; self.v -= other.v; }
[INFO] [stdout] 338 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:136:13
[INFO] [stdout]     |
[INFO] [stdout] 136 |               default_fn!( $op(&mut $lhs, $rhs: $Rhs) $body );
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:336:1
[INFO] [stdout]     |
[INFO] [stdout] 336 | / impl_assignment_operator!(<S: BaseFloat> SubAssign<Quaternion<S> > for Quaternion<S> {
[INFO] [stdout] 337 | |     fn sub_assign(&mut self, other) { self.s -= other.s; self.v -= other.v; }
[INFO] [stdout] 338 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_assignment_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:78:13
[INFO] [stdout]     |
[INFO] [stdout] 78  |               #[inline]
[INFO] [stdout]     |               ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:340:1
[INFO] [stdout]     |
[INFO] [stdout] 340 | / impl_operator!(<S: BaseFloat> Mul<Quaternion<S> > for Quaternion<S> {
[INFO] [stdout] 341 | |     fn mul(lhs, rhs) -> Quaternion<S> {
[INFO] [stdout] 342 | |         Quaternion::new(
[INFO] [stdout] 343 | |             lhs.s * rhs.s - lhs.v.x * rhs.v.x - lhs.v.y * rhs.v.y - lhs.v.z * rhs.v.z,
[INFO] [stdout] ...   |
[INFO] [stdout] 348 | |     }
[INFO] [stdout] 349 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:79:13
[INFO] [stdout]     |
[INFO] [stdout] 79  |               default_fn!( $op(self, other: $Rhs) -> $Output {
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:340:1
[INFO] [stdout]     |
[INFO] [stdout] 340 | / impl_operator!(<S: BaseFloat> Mul<Quaternion<S> > for Quaternion<S> {
[INFO] [stdout] 341 | |     fn mul(lhs, rhs) -> Quaternion<S> {
[INFO] [stdout] 342 | |         Quaternion::new(
[INFO] [stdout] 343 | |             lhs.s * rhs.s - lhs.v.x * rhs.v.x - lhs.v.y * rhs.v.y - lhs.v.z * rhs.v.z,
[INFO] [stdout] ...   |
[INFO] [stdout] 348 | |     }
[INFO] [stdout] 349 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:86:13
[INFO] [stdout]     |
[INFO] [stdout] 86  |               #[inline]
[INFO] [stdout]     |               ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:340:1
[INFO] [stdout]     |
[INFO] [stdout] 340 | / impl_operator!(<S: BaseFloat> Mul<Quaternion<S> > for Quaternion<S> {
[INFO] [stdout] 341 | |     fn mul(lhs, rhs) -> Quaternion<S> {
[INFO] [stdout] 342 | |         Quaternion::new(
[INFO] [stdout] 343 | |             lhs.s * rhs.s - lhs.v.x * rhs.v.x - lhs.v.y * rhs.v.y - lhs.v.z * rhs.v.z,
[INFO] [stdout] ...   |
[INFO] [stdout] 348 | |     }
[INFO] [stdout] 349 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:87:13
[INFO] [stdout]     |
[INFO] [stdout] 87  |               default_fn!( $op(self, other: &'a $Rhs) -> $Output {
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:340:1
[INFO] [stdout]     |
[INFO] [stdout] 340 | / impl_operator!(<S: BaseFloat> Mul<Quaternion<S> > for Quaternion<S> {
[INFO] [stdout] 341 | |     fn mul(lhs, rhs) -> Quaternion<S> {
[INFO] [stdout] 342 | |         Quaternion::new(
[INFO] [stdout] 343 | |             lhs.s * rhs.s - lhs.v.x * rhs.v.x - lhs.v.y * rhs.v.y - lhs.v.z * rhs.v.z,
[INFO] [stdout] ...   |
[INFO] [stdout] 348 | |     }
[INFO] [stdout] 349 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:94:13
[INFO] [stdout]     |
[INFO] [stdout] 94  |               #[inline]
[INFO] [stdout]     |               ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:340:1
[INFO] [stdout]     |
[INFO] [stdout] 340 | / impl_operator!(<S: BaseFloat> Mul<Quaternion<S> > for Quaternion<S> {
[INFO] [stdout] 341 | |     fn mul(lhs, rhs) -> Quaternion<S> {
[INFO] [stdout] 342 | |         Quaternion::new(
[INFO] [stdout] 343 | |             lhs.s * rhs.s - lhs.v.x * rhs.v.x - lhs.v.y * rhs.v.y - lhs.v.z * rhs.v.z,
[INFO] [stdout] ...   |
[INFO] [stdout] 348 | |     }
[INFO] [stdout] 349 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:95:13
[INFO] [stdout]     |
[INFO] [stdout] 95  |               default_fn!( $op(self, other: $Rhs) -> $Output {
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:340:1
[INFO] [stdout]     |
[INFO] [stdout] 340 | / impl_operator!(<S: BaseFloat> Mul<Quaternion<S> > for Quaternion<S> {
[INFO] [stdout] 341 | |     fn mul(lhs, rhs) -> Quaternion<S> {
[INFO] [stdout] 342 | |         Quaternion::new(
[INFO] [stdout] 343 | |             lhs.s * rhs.s - lhs.v.x * rhs.v.x - lhs.v.y * rhs.v.y - lhs.v.z * rhs.v.z,
[INFO] [stdout] ...   |
[INFO] [stdout] 348 | |     }
[INFO] [stdout] 349 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:102:13
[INFO] [stdout]     |
[INFO] [stdout] 102 |               #[inline]
[INFO] [stdout]     |               ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:340:1
[INFO] [stdout]     |
[INFO] [stdout] 340 | / impl_operator!(<S: BaseFloat> Mul<Quaternion<S> > for Quaternion<S> {
[INFO] [stdout] 341 | |     fn mul(lhs, rhs) -> Quaternion<S> {
[INFO] [stdout] 342 | |         Quaternion::new(
[INFO] [stdout] 343 | |             lhs.s * rhs.s - lhs.v.x * rhs.v.x - lhs.v.y * rhs.v.y - lhs.v.z * rhs.v.z,
[INFO] [stdout] ...   |
[INFO] [stdout] 348 | |     }
[INFO] [stdout] 349 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:103:13
[INFO] [stdout]     |
[INFO] [stdout] 103 |               default_fn!( $op(self, other: &'a $Rhs) -> $Output {
[INFO] [stdout]     |               ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:340:1
[INFO] [stdout]     |
[INFO] [stdout] 340 | / impl_operator!(<S: BaseFloat> Mul<Quaternion<S> > for Quaternion<S> {
[INFO] [stdout] 341 | |     fn mul(lhs, rhs) -> Quaternion<S> {
[INFO] [stdout] 342 | |         Quaternion::new(
[INFO] [stdout] 343 | |             lhs.s * rhs.s - lhs.v.x * rhs.v.x - lhs.v.y * rhs.v.y - lhs.v.z * rhs.v.z,
[INFO] [stdout] ...   |
[INFO] [stdout] 348 | |     }
[INFO] [stdout] 349 | | });
[INFO] [stdout]     | |__- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:114:13
[INFO] [stdout]     |
[INFO] [stdout] 114 |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:371:1
[INFO] [stdout]     |
[INFO] [stdout] 371 | impl_scalar_mul!(f32);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:115:13
[INFO] [stdout]     |
[INFO] [stdout] 115 |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:371:1
[INFO] [stdout]     |
[INFO] [stdout] 371 | impl_scalar_mul!(f32);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_scalar_mul` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:122:13
[INFO] [stdout]     |
[INFO] [stdout] 122 |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:371:1
[INFO] [stdout]     |
[INFO] [stdout] 371 | impl_scalar_mul!(f32);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:123:13
[INFO] [stdout]     |
[INFO] [stdout] 123 |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:371:1
[INFO] [stdout]     |
[INFO] [stdout] 371 | impl_scalar_mul!(f32);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_scalar_mul` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:114:13
[INFO] [stdout]     |
[INFO] [stdout] 114 |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:372:1
[INFO] [stdout]     |
[INFO] [stdout] 372 | impl_scalar_mul!(f64);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:115:13
[INFO] [stdout]     |
[INFO] [stdout] 115 |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:372:1
[INFO] [stdout]     |
[INFO] [stdout] 372 | impl_scalar_mul!(f64);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_scalar_mul` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:122:13
[INFO] [stdout]     |
[INFO] [stdout] 122 |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:372:1
[INFO] [stdout]     |
[INFO] [stdout] 372 | impl_scalar_mul!(f64);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:123:13
[INFO] [stdout]     |
[INFO] [stdout] 123 |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:372:1
[INFO] [stdout]     |
[INFO] [stdout] 372 | impl_scalar_mul!(f64);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_scalar_mul` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:114:13
[INFO] [stdout]     |
[INFO] [stdout] 114 |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:373:1
[INFO] [stdout]     |
[INFO] [stdout] 373 | impl_scalar_div!(f32);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:115:13
[INFO] [stdout]     |
[INFO] [stdout] 115 |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:373:1
[INFO] [stdout]     |
[INFO] [stdout] 373 | impl_scalar_div!(f32);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_scalar_div` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:122:13
[INFO] [stdout]     |
[INFO] [stdout] 122 |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:373:1
[INFO] [stdout]     |
[INFO] [stdout] 373 | impl_scalar_div!(f32);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:123:13
[INFO] [stdout]     |
[INFO] [stdout] 123 |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:373:1
[INFO] [stdout]     |
[INFO] [stdout] 373 | impl_scalar_div!(f32);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_scalar_div` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:114:13
[INFO] [stdout]     |
[INFO] [stdout] 114 |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_scalar_div!(f64);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:115:13
[INFO] [stdout]     |
[INFO] [stdout] 115 |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_scalar_div!(f64);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_scalar_div` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:122:13
[INFO] [stdout]     |
[INFO] [stdout] 122 |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_scalar_div!(f64);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:123:13
[INFO] [stdout]     |
[INFO] [stdout] 123 |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/quaternion.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_scalar_div!(f64);
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_scalar_div` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `Bounded` is imported redundantly
[INFO] [stdout]   --> src/vector.rs:16:18
[INFO] [stdout]    |
[INFO] [stdout] 16 | use num_traits::{Bounded, Float, NumCast};
[INFO] [stdout]    |                  ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 27 | use structure::*;
[INFO] [stdout]    |     ------------ the item `Bounded` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `approx` is imported redundantly
[INFO] [stdout]   --> src/vector.rs:30:5
[INFO] [stdout]    |
[INFO] [stdout] 30 | use approx;
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/lib.rs:56:1
[INFO] [stdout]    |
[INFO] [stdout] 56 | extern crate approx;
[INFO] [stdout]    | -------------------- the item `approx` is already imported here
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/vector.rs:212:13
[INFO] [stdout]     |
[INFO] [stdout] 212 |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/vector.rs:213:13
[INFO] [stdout]     |
[INFO] [stdout] 213 |             default_fn!( neg(self) -> $VectorN<S> { $VectorN::new($(-self.$field),+) } );
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:78:13
[INFO] [stdout]     |
[INFO] [stdout] 78  |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:79:13
[INFO] [stdout]     |
[INFO] [stdout] 79  |             default_fn!( $op(self, other: $Rhs) -> $Output {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:86:13
[INFO] [stdout]     |
[INFO] [stdout] 86  |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:87:13
[INFO] [stdout]     |
[INFO] [stdout] 87  |             default_fn!( $op(self, other: &'a $Rhs) -> $Output {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:94:13
[INFO] [stdout]     |
[INFO] [stdout] 94  |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:95:13
[INFO] [stdout]     |
[INFO] [stdout] 95  |             default_fn!( $op(self, other: $Rhs) -> $Output {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:102:13
[INFO] [stdout]     |
[INFO] [stdout] 102 |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:103:13
[INFO] [stdout]     |
[INFO] [stdout] 103 |             default_fn!( $op(self, other: &'a $Rhs) -> $Output {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:135:13
[INFO] [stdout]     |
[INFO] [stdout] 135 |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:136:13
[INFO] [stdout]     |
[INFO] [stdout] 136 |             default_fn!( $op(&mut $lhs, $rhs: $Rhs) $body );
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_assignment_operator` which comes from the expansion of the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:78:13
[INFO] [stdout]     |
[INFO] [stdout] 78  |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:79:13
[INFO] [stdout]     |
[INFO] [stdout] 79  |             default_fn!( $op(self, other: $Rhs) -> $Output {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:86:13
[INFO] [stdout]     |
[INFO] [stdout] 86  |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:87:13
[INFO] [stdout]     |
[INFO] [stdout] 87  |             default_fn!( $op(self, other: &'a $Rhs) -> $Output {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:94:13
[INFO] [stdout]     |
[INFO] [stdout] 94  |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:95:13
[INFO] [stdout]     |
[INFO] [stdout] 95  |             default_fn!( $op(self, other: $Rhs) -> $Output {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:102:13
[INFO] [stdout]     |
[INFO] [stdout] 102 |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:103:13
[INFO] [stdout]     |
[INFO] [stdout] 103 |             default_fn!( $op(self, other: &'a $Rhs) -> $Output {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:135:13
[INFO] [stdout]     |
[INFO] [stdout] 135 |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:136:13
[INFO] [stdout]     |
[INFO] [stdout] 136 |             default_fn!( $op(&mut $lhs, $rhs: $Rhs) $body );
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_assignment_operator` which comes from the expansion of the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:58:13
[INFO] [stdout]     |
[INFO] [stdout] 58  |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:59:13
[INFO] [stdout]     |
[INFO] [stdout] 59  |             default_fn!($op(self, other: $Rhs) -> $Output {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:66:13
[INFO] [stdout]     |
[INFO] [stdout] 66  |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:67:13
[INFO] [stdout]     |
[INFO] [stdout] 67  |             default_fn!($op(self, other: $Rhs) -> $Output {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:135:13
[INFO] [stdout]     |
[INFO] [stdout] 135 |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:136:13
[INFO] [stdout]     |
[INFO] [stdout] 136 |             default_fn!( $op(&mut $lhs, $rhs: $Rhs) $body );
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_assignment_operator` which comes from the expansion of the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:58:13
[INFO] [stdout]     |
[INFO] [stdout] 58  |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:59:13
[INFO] [stdout]     |
[INFO] [stdout] 59  |             default_fn!($op(self, other: $Rhs) -> $Output {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:66:13
[INFO] [stdout]     |
[INFO] [stdout] 66  |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:67:13
[INFO] [stdout]     |
[INFO] [stdout] 67  |             default_fn!($op(self, other: $Rhs) -> $Output {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:135:13
[INFO] [stdout]     |
[INFO] [stdout] 135 |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:136:13
[INFO] [stdout]     |
[INFO] [stdout] 136 |             default_fn!( $op(&mut $lhs, $rhs: $Rhs) $body );
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_assignment_operator` which comes from the expansion of the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:58:13
[INFO] [stdout]     |
[INFO] [stdout] 58  |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:59:13
[INFO] [stdout]     |
[INFO] [stdout] 59  |             default_fn!($op(self, other: $Rhs) -> $Output {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:66:13
[INFO] [stdout]     |
[INFO] [stdout] 66  |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:67:13
[INFO] [stdout]     |
[INFO] [stdout] 67  |             default_fn!($op(self, other: $Rhs) -> $Output {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:135:13
[INFO] [stdout]     |
[INFO] [stdout] 135 |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:136:13
[INFO] [stdout]     |
[INFO] [stdout] 136 |             default_fn!( $op(&mut $lhs, $rhs: $Rhs) $body );
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_assignment_operator` which comes from the expansion of the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/vector.rs:312:13
[INFO] [stdout]     |
[INFO] [stdout] 312 |             #[inline] default_fn!( add_element_wise(self, rhs: $VectorN<S>) -> $VectorN<S> { $VectorN::new($(self.$field + rhs.$field),+)...
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/vector.rs:312:23
[INFO] [stdout]     |
[INFO] [stdout] 312 |             #[inline] default_fn!( add_element_wise(self, rhs: $VectorN<S>) -> $VectorN<S> { $VectorN::new($(self.$field + rhs.$field),+)...
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/vector.rs:313:13
[INFO] [stdout]     |
[INFO] [stdout] 313 |             #[inline] default_fn!( sub_element_wise(self, rhs: $VectorN<S>) -> $VectorN<S> { $VectorN::new($(self.$field - rhs.$field),+)...
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/vector.rs:313:23
[INFO] [stdout]     |
[INFO] [stdout] 313 |             #[inline] default_fn!( sub_element_wise(self, rhs: $VectorN<S>) -> $VectorN<S> { $VectorN::new($(self.$field - rhs.$field),+)...
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/vector.rs:314:13
[INFO] [stdout]     |
[INFO] [stdout] 314 |             #[inline] default_fn!( mul_element_wise(self, rhs: $VectorN<S>) -> $VectorN<S> { $VectorN::new($(self.$field * rhs.$field),+)...
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/vector.rs:314:23
[INFO] [stdout]     |
[INFO] [stdout] 314 |             #[inline] default_fn!( mul_element_wise(self, rhs: $VectorN<S>) -> $VectorN<S> { $VectorN::new($(self.$field * rhs.$field),+)...
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/vector.rs:315:13
[INFO] [stdout]     |
[INFO] [stdout] 315 |             #[inline] default_fn!( div_element_wise(self, rhs: $VectorN<S>) -> $VectorN<S> { $VectorN::new($(self.$field / rhs.$field),+)...
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/vector.rs:315:23
[INFO] [stdout]     |
[INFO] [stdout] 315 |             #[inline] default_fn!( div_element_wise(self, rhs: $VectorN<S>) -> $VectorN<S> { $VectorN::new($(self.$field / rhs.$field),+)...
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/vector.rs:318:13
[INFO] [stdout]     |
[INFO] [stdout] 318 |             #[inline] default_fn!( add_assign_element_wise(&mut self, rhs: $VectorN<S>) { $(self.$field += rhs.$field);+ } );
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/vector.rs:318:23
[INFO] [stdout]     |
[INFO] [stdout] 318 |             #[inline] default_fn!( add_assign_element_wise(&mut self, rhs: $VectorN<S>) { $(self.$field += rhs.$field);+ } );
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/vector.rs:319:13
[INFO] [stdout]     |
[INFO] [stdout] 319 |             #[inline] default_fn!( sub_assign_element_wise(&mut self, rhs: $VectorN<S>) { $(self.$field -= rhs.$field);+ } );
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/vector.rs:319:23
[INFO] [stdout]     |
[INFO] [stdout] 319 |             #[inline] default_fn!( sub_assign_element_wise(&mut self, rhs: $VectorN<S>) { $(self.$field -= rhs.$field);+ } );
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/vector.rs:320:13
[INFO] [stdout]     |
[INFO] [stdout] 320 |             #[inline] default_fn!( mul_assign_element_wise(&mut self, rhs: $VectorN<S>) { $(self.$field *= rhs.$field);+ } );
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/vector.rs:320:23
[INFO] [stdout]     |
[INFO] [stdout] 320 |             #[inline] default_fn!( mul_assign_element_wise(&mut self, rhs: $VectorN<S>) { $(self.$field *= rhs.$field);+ } );
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/vector.rs:321:13
[INFO] [stdout]     |
[INFO] [stdout] 321 |             #[inline] default_fn!( div_assign_element_wise(&mut self, rhs: $VectorN<S>) { $(self.$field /= rhs.$field);+ } );
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/vector.rs:321:23
[INFO] [stdout]     |
[INFO] [stdout] 321 |             #[inline] default_fn!( div_assign_element_wise(&mut self, rhs: $VectorN<S>) { $(self.$field /= rhs.$field);+ } );
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/vector.rs:326:13
[INFO] [stdout]     |
[INFO] [stdout] 326 |             #[inline] default_fn!( add_element_wise(self, rhs: S) -> $VectorN<S> { $VectorN::new($(self.$field + rhs),+) } );
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/vector.rs:326:23
[INFO] [stdout]     |
[INFO] [stdout] 326 |             #[inline] default_fn!( add_element_wise(self, rhs: S) -> $VectorN<S> { $VectorN::new($(self.$field + rhs),+) } );
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/vector.rs:327:13
[INFO] [stdout]     |
[INFO] [stdout] 327 |             #[inline] default_fn!( sub_element_wise(self, rhs: S) -> $VectorN<S> { $VectorN::new($(self.$field - rhs),+) } );
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/vector.rs:327:23
[INFO] [stdout]     |
[INFO] [stdout] 327 |             #[inline] default_fn!( sub_element_wise(self, rhs: S) -> $VectorN<S> { $VectorN::new($(self.$field - rhs),+) } );
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/vector.rs:328:13
[INFO] [stdout]     |
[INFO] [stdout] 328 |             #[inline] default_fn!( mul_element_wise(self, rhs: S) -> $VectorN<S> { $VectorN::new($(self.$field * rhs),+) } );
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/vector.rs:328:23
[INFO] [stdout]     |
[INFO] [stdout] 328 |             #[inline] default_fn!( mul_element_wise(self, rhs: S) -> $VectorN<S> { $VectorN::new($(self.$field * rhs),+) } );
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/vector.rs:329:13
[INFO] [stdout]     |
[INFO] [stdout] 329 |             #[inline] default_fn!( div_element_wise(self, rhs: S) -> $VectorN<S> { $VectorN::new($(self.$field / rhs),+) } );
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/vector.rs:329:23
[INFO] [stdout]     |
[INFO] [stdout] 329 |             #[inline] default_fn!( div_element_wise(self, rhs: S) -> $VectorN<S> { $VectorN::new($(self.$field / rhs),+) } );
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/vector.rs:332:13
[INFO] [stdout]     |
[INFO] [stdout] 332 |             #[inline] default_fn!( add_assign_element_wise(&mut self, rhs: S) { $(self.$field += rhs);+ } );
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/vector.rs:332:23
[INFO] [stdout]     |
[INFO] [stdout] 332 |             #[inline] default_fn!( add_assign_element_wise(&mut self, rhs: S) { $(self.$field += rhs);+ } );
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/vector.rs:333:13
[INFO] [stdout]     |
[INFO] [stdout] 333 |             #[inline] default_fn!( sub_assign_element_wise(&mut self, rhs: S) { $(self.$field -= rhs);+ } );
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/vector.rs:333:23
[INFO] [stdout]     |
[INFO] [stdout] 333 |             #[inline] default_fn!( sub_assign_element_wise(&mut self, rhs: S) { $(self.$field -= rhs);+ } );
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/vector.rs:334:13
[INFO] [stdout]     |
[INFO] [stdout] 334 |             #[inline] default_fn!( mul_assign_element_wise(&mut self, rhs: S) { $(self.$field *= rhs);+ } );
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/vector.rs:334:23
[INFO] [stdout]     |
[INFO] [stdout] 334 |             #[inline] default_fn!( mul_assign_element_wise(&mut self, rhs: S) { $(self.$field *= rhs);+ } );
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/vector.rs:335:13
[INFO] [stdout]     |
[INFO] [stdout] 335 |             #[inline] default_fn!( div_assign_element_wise(&mut self, rhs: S) { $(self.$field /= rhs);+ } );
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/vector.rs:335:23
[INFO] [stdout]     |
[INFO] [stdout] 335 |             #[inline] default_fn!( div_assign_element_wise(&mut self, rhs: S) { $(self.$field /= rhs);+ } );
[INFO] [stdout]     |                       ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:114:13
[INFO] [stdout]     |
[INFO] [stdout] 114 |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:115:13
[INFO] [stdout]     |
[INFO] [stdout] 115 |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:122:13
[INFO] [stdout]     |
[INFO] [stdout] 122 |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:123:13
[INFO] [stdout]     |
[INFO] [stdout] 123 |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:114:13
[INFO] [stdout]     |
[INFO] [stdout] 114 |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:115:13
[INFO] [stdout]     |
[INFO] [stdout] 115 |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:122:13
[INFO] [stdout]     |
[INFO] [stdout] 122 |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:123:13
[INFO] [stdout]     |
[INFO] [stdout] 123 |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:114:13
[INFO] [stdout]     |
[INFO] [stdout] 114 |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:115:13
[INFO] [stdout]     |
[INFO] [stdout] 115 |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:122:13
[INFO] [stdout]     |
[INFO] [stdout] 122 |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:123:13
[INFO] [stdout]     |
[INFO] [stdout] 123 |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:114:13
[INFO] [stdout]     |
[INFO] [stdout] 114 |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:115:13
[INFO] [stdout]     |
[INFO] [stdout] 115 |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:122:13
[INFO] [stdout]     |
[INFO] [stdout] 122 |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:123:13
[INFO] [stdout]     |
[INFO] [stdout] 123 |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:114:13
[INFO] [stdout]     |
[INFO] [stdout] 114 |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:115:13
[INFO] [stdout]     |
[INFO] [stdout] 115 |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:122:13
[INFO] [stdout]     |
[INFO] [stdout] 122 |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:123:13
[INFO] [stdout]     |
[INFO] [stdout] 123 |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:114:13
[INFO] [stdout]     |
[INFO] [stdout] 114 |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:115:13
[INFO] [stdout]     |
[INFO] [stdout] 115 |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:122:13
[INFO] [stdout]     |
[INFO] [stdout] 122 |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:123:13
[INFO] [stdout]     |
[INFO] [stdout] 123 |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:114:13
[INFO] [stdout]     |
[INFO] [stdout] 114 |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:115:13
[INFO] [stdout]     |
[INFO] [stdout] 115 |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:122:13
[INFO] [stdout]     |
[INFO] [stdout] 122 |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:123:13
[INFO] [stdout]     |
[INFO] [stdout] 123 |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:114:13
[INFO] [stdout]     |
[INFO] [stdout] 114 |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:115:13
[INFO] [stdout]     |
[INFO] [stdout] 115 |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:122:13
[INFO] [stdout]     |
[INFO] [stdout] 122 |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:123:13
[INFO] [stdout]     |
[INFO] [stdout] 123 |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:114:13
[INFO] [stdout]     |
[INFO] [stdout] 114 |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:115:13
[INFO] [stdout]     |
[INFO] [stdout] 115 |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:122:13
[INFO] [stdout]     |
[INFO] [stdout] 122 |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:123:13
[INFO] [stdout]     |
[INFO] [stdout] 123 |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:114:13
[INFO] [stdout]     |
[INFO] [stdout] 114 |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:115:13
[INFO] [stdout]     |
[INFO] [stdout] 115 |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:122:13
[INFO] [stdout]     |
[INFO] [stdout] 122 |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:123:13
[INFO] [stdout]     |
[INFO] [stdout] 123 |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:114:13
[INFO] [stdout]     |
[INFO] [stdout] 114 |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:115:13
[INFO] [stdout]     |
[INFO] [stdout] 115 |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:122:13
[INFO] [stdout]     |
[INFO] [stdout] 122 |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:123:13
[INFO] [stdout]     |
[INFO] [stdout] 123 |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:114:13
[INFO] [stdout]     |
[INFO] [stdout] 114 |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:115:13
[INFO] [stdout]     |
[INFO] [stdout] 115 |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:122:13
[INFO] [stdout]     |
[INFO] [stdout] 122 |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:123:13
[INFO] [stdout]     |
[INFO] [stdout] 123 |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:114:13
[INFO] [stdout]     |
[INFO] [stdout] 114 |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:115:13
[INFO] [stdout]     |
[INFO] [stdout] 115 |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:122:13
[INFO] [stdout]     |
[INFO] [stdout] 122 |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:123:13
[INFO] [stdout]     |
[INFO] [stdout] 123 |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:114:13
[INFO] [stdout]     |
[INFO] [stdout] 114 |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:115:13
[INFO] [stdout]     |
[INFO] [stdout] 115 |             default_fn!( $op(self, other: $Rhs<$S>) -> $Output {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:122:13
[INFO] [stdout]     |
[INFO] [stdout] 122 |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn`
[INFO] [stdout]    --> src/macros.rs:123:13
[INFO] [stdout]     |
[INFO] [stdout] 123 |             default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output {
[INFO] [stdout]     |             ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     = note: this warning originates in the macro `impl_operator` which comes from the expansion of the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused attribute `inline`
[INFO] [stdout]    --> src/macros.rs:114:13
[INFO] [stdout]     |
[INFO] [stdout] 114 |             #[inline]
[INFO] [stdout]     |             ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/vector.rs:374:1
[INFO] [stdout]     |
[INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1);
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[WARN] too many lines in the log, truncating it
