[INFO] fetching crate cgmath 0.18.0... [INFO] checking cgmath-0.18.0 against try#07fecb9cf34c4979a772ba38c99d6d9144768413 for pr-87710 [INFO] extracting crate cgmath 0.18.0 into /workspace/builds/worker-55/source [INFO] validating manifest of crates.io crate cgmath 0.18.0 on toolchain 07fecb9cf34c4979a772ba38c99d6d9144768413 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+07fecb9cf34c4979a772ba38c99d6d9144768413" "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-55/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+07fecb9cf34c4979a772ba38c99d6d9144768413" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+07fecb9cf34c4979a772ba38c99d6d9144768413" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-55/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-55/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+07fecb9cf34c4979a772ba38c99d6d9144768413" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 66b3691552c079ecaeb6448bbd22ea07445568caee34fff818e5fb141240e8ba [INFO] running `Command { std: "docker" "start" "-a" "66b3691552c079ecaeb6448bbd22ea07445568caee34fff818e5fb141240e8ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "66b3691552c079ecaeb6448bbd22ea07445568caee34fff818e5fb141240e8ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "66b3691552c079ecaeb6448bbd22ea07445568caee34fff818e5fb141240e8ba", kill_on_drop: false }` [INFO] [stdout] 66b3691552c079ecaeb6448bbd22ea07445568caee34fff818e5fb141240e8ba [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-55/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-55/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+07fecb9cf34c4979a772ba38c99d6d9144768413" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d877bc9811568318b78803088e36e755725b6bf0f0d766151e6974a1e87be121 [INFO] running `Command { std: "docker" "start" "-a" "d877bc9811568318b78803088e36e755725b6bf0f0d766151e6974a1e87be121", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling cgmath v0.18.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Checking approx v0.4.0 [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: `#[warn(unused_attributes)]` on by default [INFO] [stdout] 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: 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: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: `#[warn(unused_attributes)]` on by default [INFO] [stdout] 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: 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/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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` (in Nightly 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` [WARN] too many lines in the log, truncating it