[INFO] fetching crate cgmath 0.18.0... [INFO] testing cgmath-0.18.0 against 1.60.0 for beta-1.61-1 [INFO] extracting crate cgmath 0.18.0 into /workspace/builds/worker-115/source [INFO] validating manifest of crates.io crate cgmath 0.18.0 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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-115/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "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" "+1.60.0" "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-115/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-115/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d6dc9ea252476af03a777ee1226cb72a2844b8020b511802c8ad1d72de8013b3 [INFO] running `Command { std: "docker" "start" "-a" "d6dc9ea252476af03a777ee1226cb72a2844b8020b511802c8ad1d72de8013b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d6dc9ea252476af03a777ee1226cb72a2844b8020b511802c8ad1d72de8013b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d6dc9ea252476af03a777ee1226cb72a2844b8020b511802c8ad1d72de8013b3", kill_on_drop: false }` [INFO] [stdout] d6dc9ea252476af03a777ee1226cb72a2844b8020b511802c8ad1d72de8013b3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-115/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-115/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 03f6d884c13c06917217451a5081ee0ba6b623e4a7d278970c7a6c1837b41dd9 [INFO] running `Command { std: "docker" "start" "-a" "03f6d884c13c06917217451a5081ee0ba6b623e4a7d278970c7a6c1837b41dd9", kill_on_drop: false }` [INFO] [stderr] Compiling cgmath v0.18.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling 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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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: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:1311:1 [INFO] [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:1311:1 [INFO] [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:1311:1 [INFO] [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:1311:1 [INFO] [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:1311:1 [INFO] [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:1311:1 [INFO] [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:1311:1 [INFO] [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:1311:1 [INFO] [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:1311:1 [INFO] [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:1311:1 [INFO] [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:1311:1 [INFO] [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:1311:1 [INFO] [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:78:13 [INFO] [stdout] | [INFO] [stdout] 78 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/matrix.rs:1321:1 [INFO] [stdout] | [INFO] [stdout] 1321 | impl_mv_operator!(Matrix2, Vector2 { x: 0, y: 1 }); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:79:13 [INFO] [stdout] | [INFO] [stdout] 79 | default_fn!( $op(self, other: $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/matrix.rs:1321:1 [INFO] [stdout] | [INFO] [stdout] 1321 | impl_mv_operator!(Matrix2, Vector2 { x: 0, y: 1 }); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:86:13 [INFO] [stdout] | [INFO] [stdout] 86 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/matrix.rs:1321:1 [INFO] [stdout] | [INFO] [stdout] 1321 | impl_mv_operator!(Matrix2, Vector2 { x: 0, y: 1 }); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:87:13 [INFO] [stdout] | [INFO] [stdout] 87 | default_fn!( $op(self, other: &'a $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/matrix.rs:1321:1 [INFO] [stdout] | [INFO] [stdout] 1321 | impl_mv_operator!(Matrix2, Vector2 { x: 0, y: 1 }); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:94:13 [INFO] [stdout] | [INFO] [stdout] 94 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/matrix.rs:1321:1 [INFO] [stdout] | [INFO] [stdout] 1321 | impl_mv_operator!(Matrix2, Vector2 { x: 0, y: 1 }); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:95:13 [INFO] [stdout] | [INFO] [stdout] 95 | default_fn!( $op(self, other: $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/matrix.rs:1321:1 [INFO] [stdout] | [INFO] [stdout] 1321 | impl_mv_operator!(Matrix2, Vector2 { x: 0, y: 1 }); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/matrix.rs:1321:1 [INFO] [stdout] | [INFO] [stdout] 1321 | impl_mv_operator!(Matrix2, Vector2 { x: 0, y: 1 }); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:103:13 [INFO] [stdout] | [INFO] [stdout] 103 | default_fn!( $op(self, other: &'a $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/matrix.rs:1321:1 [INFO] [stdout] | [INFO] [stdout] 1321 | impl_mv_operator!(Matrix2, Vector2 { x: 0, y: 1 }); [INFO] [stdout] | -------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:78:13 [INFO] [stdout] | [INFO] [stdout] 78 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/matrix.rs:1322:1 [INFO] [stdout] | [INFO] [stdout] 1322 | impl_mv_operator!(Matrix3, Vector3 { x: 0, y: 1, z: 2 }); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:79:13 [INFO] [stdout] | [INFO] [stdout] 79 | default_fn!( $op(self, other: $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/matrix.rs:1322:1 [INFO] [stdout] | [INFO] [stdout] 1322 | impl_mv_operator!(Matrix3, Vector3 { x: 0, y: 1, z: 2 }); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:86:13 [INFO] [stdout] | [INFO] [stdout] 86 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/matrix.rs:1322:1 [INFO] [stdout] | [INFO] [stdout] 1322 | impl_mv_operator!(Matrix3, Vector3 { x: 0, y: 1, z: 2 }); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:87:13 [INFO] [stdout] | [INFO] [stdout] 87 | default_fn!( $op(self, other: &'a $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/matrix.rs:1322:1 [INFO] [stdout] | [INFO] [stdout] 1322 | impl_mv_operator!(Matrix3, Vector3 { x: 0, y: 1, z: 2 }); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:94:13 [INFO] [stdout] | [INFO] [stdout] 94 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/matrix.rs:1322:1 [INFO] [stdout] | [INFO] [stdout] 1322 | impl_mv_operator!(Matrix3, Vector3 { x: 0, y: 1, z: 2 }); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:95:13 [INFO] [stdout] | [INFO] [stdout] 95 | default_fn!( $op(self, other: $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/matrix.rs:1322:1 [INFO] [stdout] | [INFO] [stdout] 1322 | impl_mv_operator!(Matrix3, Vector3 { x: 0, y: 1, z: 2 }); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/matrix.rs:1322:1 [INFO] [stdout] | [INFO] [stdout] 1322 | impl_mv_operator!(Matrix3, Vector3 { x: 0, y: 1, z: 2 }); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:103:13 [INFO] [stdout] | [INFO] [stdout] 103 | default_fn!( $op(self, other: &'a $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/matrix.rs:1322:1 [INFO] [stdout] | [INFO] [stdout] 1322 | impl_mv_operator!(Matrix3, Vector3 { x: 0, y: 1, z: 2 }); [INFO] [stdout] | -------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:78:13 [INFO] [stdout] | [INFO] [stdout] 78 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/matrix.rs:1325:1 [INFO] [stdout] | [INFO] [stdout] 1325 | impl_mv_operator!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 }); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:79:13 [INFO] [stdout] | [INFO] [stdout] 79 | default_fn!( $op(self, other: $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/matrix.rs:1325:1 [INFO] [stdout] | [INFO] [stdout] 1325 | impl_mv_operator!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 }); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:86:13 [INFO] [stdout] | [INFO] [stdout] 86 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/matrix.rs:1325:1 [INFO] [stdout] | [INFO] [stdout] 1325 | impl_mv_operator!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 }); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:87:13 [INFO] [stdout] | [INFO] [stdout] 87 | default_fn!( $op(self, other: &'a $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/matrix.rs:1325:1 [INFO] [stdout] | [INFO] [stdout] 1325 | impl_mv_operator!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 }); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:94:13 [INFO] [stdout] | [INFO] [stdout] 94 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/matrix.rs:1325:1 [INFO] [stdout] | [INFO] [stdout] 1325 | impl_mv_operator!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 }); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:95:13 [INFO] [stdout] | [INFO] [stdout] 95 | default_fn!( $op(self, other: $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/matrix.rs:1325:1 [INFO] [stdout] | [INFO] [stdout] 1325 | impl_mv_operator!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 }); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/matrix.rs:1325:1 [INFO] [stdout] | [INFO] [stdout] 1325 | impl_mv_operator!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 }); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:103:13 [INFO] [stdout] | [INFO] [stdout] 103 | default_fn!( $op(self, other: &'a $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/matrix.rs:1325:1 [INFO] [stdout] | [INFO] [stdout] 1325 | impl_mv_operator!(Matrix4, Vector4 { x: 0, y: 1, z: 2, w: 3 }); [INFO] [stdout] | -------------------------------------------------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:78:13 [INFO] [stdout] | [INFO] [stdout] 78 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/matrix.rs:1334:1 [INFO] [stdout] | [INFO] [stdout] 1334 | / impl_operator!( Mul > for Matrix2 { [INFO] [stdout] 1335 | | fn mul(lhs, rhs) -> Matrix2 { [INFO] [stdout] 1336 | | Matrix2::new(lhs.row(0).dot(rhs[0]), lhs.row(1).dot(rhs[0]), [INFO] [stdout] 1337 | | lhs.row(0).dot(rhs[1]), lhs.row(1).dot(rhs[1])) [INFO] [stdout] 1338 | | } [INFO] [stdout] 1339 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:79:13 [INFO] [stdout] | [INFO] [stdout] 79 | default_fn!( $op(self, other: $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/matrix.rs:1334:1 [INFO] [stdout] | [INFO] [stdout] 1334 | / impl_operator!( Mul > for Matrix2 { [INFO] [stdout] 1335 | | fn mul(lhs, rhs) -> Matrix2 { [INFO] [stdout] 1336 | | Matrix2::new(lhs.row(0).dot(rhs[0]), lhs.row(1).dot(rhs[0]), [INFO] [stdout] 1337 | | lhs.row(0).dot(rhs[1]), lhs.row(1).dot(rhs[1])) [INFO] [stdout] 1338 | | } [INFO] [stdout] 1339 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:86:13 [INFO] [stdout] | [INFO] [stdout] 86 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/matrix.rs:1334:1 [INFO] [stdout] | [INFO] [stdout] 1334 | / impl_operator!( Mul > for Matrix2 { [INFO] [stdout] 1335 | | fn mul(lhs, rhs) -> Matrix2 { [INFO] [stdout] 1336 | | Matrix2::new(lhs.row(0).dot(rhs[0]), lhs.row(1).dot(rhs[0]), [INFO] [stdout] 1337 | | lhs.row(0).dot(rhs[1]), lhs.row(1).dot(rhs[1])) [INFO] [stdout] 1338 | | } [INFO] [stdout] 1339 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:87:13 [INFO] [stdout] | [INFO] [stdout] 87 | default_fn!( $op(self, other: &'a $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/matrix.rs:1334:1 [INFO] [stdout] | [INFO] [stdout] 1334 | / impl_operator!( Mul > for Matrix2 { [INFO] [stdout] 1335 | | fn mul(lhs, rhs) -> Matrix2 { [INFO] [stdout] 1336 | | Matrix2::new(lhs.row(0).dot(rhs[0]), lhs.row(1).dot(rhs[0]), [INFO] [stdout] 1337 | | lhs.row(0).dot(rhs[1]), lhs.row(1).dot(rhs[1])) [INFO] [stdout] 1338 | | } [INFO] [stdout] 1339 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:94:13 [INFO] [stdout] | [INFO] [stdout] 94 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/matrix.rs:1334:1 [INFO] [stdout] | [INFO] [stdout] 1334 | / impl_operator!( Mul > for Matrix2 { [INFO] [stdout] 1335 | | fn mul(lhs, rhs) -> Matrix2 { [INFO] [stdout] 1336 | | Matrix2::new(lhs.row(0).dot(rhs[0]), lhs.row(1).dot(rhs[0]), [INFO] [stdout] 1337 | | lhs.row(0).dot(rhs[1]), lhs.row(1).dot(rhs[1])) [INFO] [stdout] 1338 | | } [INFO] [stdout] 1339 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:95:13 [INFO] [stdout] | [INFO] [stdout] 95 | default_fn!( $op(self, other: $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/matrix.rs:1334:1 [INFO] [stdout] | [INFO] [stdout] 1334 | / impl_operator!( Mul > for Matrix2 { [INFO] [stdout] 1335 | | fn mul(lhs, rhs) -> Matrix2 { [INFO] [stdout] 1336 | | Matrix2::new(lhs.row(0).dot(rhs[0]), lhs.row(1).dot(rhs[0]), [INFO] [stdout] 1337 | | lhs.row(0).dot(rhs[1]), lhs.row(1).dot(rhs[1])) [INFO] [stdout] 1338 | | } [INFO] [stdout] 1339 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/matrix.rs:1334:1 [INFO] [stdout] | [INFO] [stdout] 1334 | / impl_operator!( Mul > for Matrix2 { [INFO] [stdout] 1335 | | fn mul(lhs, rhs) -> Matrix2 { [INFO] [stdout] 1336 | | Matrix2::new(lhs.row(0).dot(rhs[0]), lhs.row(1).dot(rhs[0]), [INFO] [stdout] 1337 | | lhs.row(0).dot(rhs[1]), lhs.row(1).dot(rhs[1])) [INFO] [stdout] 1338 | | } [INFO] [stdout] 1339 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:103:13 [INFO] [stdout] | [INFO] [stdout] 103 | default_fn!( $op(self, other: &'a $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/matrix.rs:1334:1 [INFO] [stdout] | [INFO] [stdout] 1334 | / impl_operator!( Mul > for Matrix2 { [INFO] [stdout] 1335 | | fn mul(lhs, rhs) -> Matrix2 { [INFO] [stdout] 1336 | | Matrix2::new(lhs.row(0).dot(rhs[0]), lhs.row(1).dot(rhs[0]), [INFO] [stdout] 1337 | | lhs.row(0).dot(rhs[1]), lhs.row(1).dot(rhs[1])) [INFO] [stdout] 1338 | | } [INFO] [stdout] 1339 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:78:13 [INFO] [stdout] | [INFO] [stdout] 78 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/matrix.rs:1341:1 [INFO] [stdout] | [INFO] [stdout] 1341 | / impl_operator!( Mul > for Matrix3 { [INFO] [stdout] 1342 | | fn mul(lhs, rhs) -> Matrix3 { [INFO] [stdout] 1343 | | Matrix3::new(lhs.row(0).dot(rhs[0]), lhs.row(1).dot(rhs[0]), lhs.row(2).dot(rhs[0]), [INFO] [stdout] 1344 | | lhs.row(0).dot(rhs[1]), lhs.row(1).dot(rhs[1]), lhs.row(2).dot(rhs[1]), [INFO] [stdout] 1345 | | lhs.row(0).dot(rhs[2]), lhs.row(1).dot(rhs[2]), lhs.row(2).dot(rhs[2])) [INFO] [stdout] 1346 | | } [INFO] [stdout] 1347 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:79:13 [INFO] [stdout] | [INFO] [stdout] 79 | default_fn!( $op(self, other: $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/matrix.rs:1341:1 [INFO] [stdout] | [INFO] [stdout] 1341 | / impl_operator!( Mul > for Matrix3 { [INFO] [stdout] 1342 | | fn mul(lhs, rhs) -> Matrix3 { [INFO] [stdout] 1343 | | Matrix3::new(lhs.row(0).dot(rhs[0]), lhs.row(1).dot(rhs[0]), lhs.row(2).dot(rhs[0]), [INFO] [stdout] 1344 | | lhs.row(0).dot(rhs[1]), lhs.row(1).dot(rhs[1]), lhs.row(2).dot(rhs[1]), [INFO] [stdout] 1345 | | lhs.row(0).dot(rhs[2]), lhs.row(1).dot(rhs[2]), lhs.row(2).dot(rhs[2])) [INFO] [stdout] 1346 | | } [INFO] [stdout] 1347 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:86:13 [INFO] [stdout] | [INFO] [stdout] 86 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/matrix.rs:1341:1 [INFO] [stdout] | [INFO] [stdout] 1341 | / impl_operator!( Mul > for Matrix3 { [INFO] [stdout] 1342 | | fn mul(lhs, rhs) -> Matrix3 { [INFO] [stdout] 1343 | | Matrix3::new(lhs.row(0).dot(rhs[0]), lhs.row(1).dot(rhs[0]), lhs.row(2).dot(rhs[0]), [INFO] [stdout] 1344 | | lhs.row(0).dot(rhs[1]), lhs.row(1).dot(rhs[1]), lhs.row(2).dot(rhs[1]), [INFO] [stdout] 1345 | | lhs.row(0).dot(rhs[2]), lhs.row(1).dot(rhs[2]), lhs.row(2).dot(rhs[2])) [INFO] [stdout] 1346 | | } [INFO] [stdout] 1347 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:87:13 [INFO] [stdout] | [INFO] [stdout] 87 | default_fn!( $op(self, other: &'a $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/matrix.rs:1341:1 [INFO] [stdout] | [INFO] [stdout] 1341 | / impl_operator!( Mul > for Matrix3 { [INFO] [stdout] 1342 | | fn mul(lhs, rhs) -> Matrix3 { [INFO] [stdout] 1343 | | Matrix3::new(lhs.row(0).dot(rhs[0]), lhs.row(1).dot(rhs[0]), lhs.row(2).dot(rhs[0]), [INFO] [stdout] 1344 | | lhs.row(0).dot(rhs[1]), lhs.row(1).dot(rhs[1]), lhs.row(2).dot(rhs[1]), [INFO] [stdout] 1345 | | lhs.row(0).dot(rhs[2]), lhs.row(1).dot(rhs[2]), lhs.row(2).dot(rhs[2])) [INFO] [stdout] 1346 | | } [INFO] [stdout] 1347 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:94:13 [INFO] [stdout] | [INFO] [stdout] 94 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/matrix.rs:1341:1 [INFO] [stdout] | [INFO] [stdout] 1341 | / impl_operator!( Mul > for Matrix3 { [INFO] [stdout] 1342 | | fn mul(lhs, rhs) -> Matrix3 { [INFO] [stdout] 1343 | | Matrix3::new(lhs.row(0).dot(rhs[0]), lhs.row(1).dot(rhs[0]), lhs.row(2).dot(rhs[0]), [INFO] [stdout] 1344 | | lhs.row(0).dot(rhs[1]), lhs.row(1).dot(rhs[1]), lhs.row(2).dot(rhs[1]), [INFO] [stdout] 1345 | | lhs.row(0).dot(rhs[2]), lhs.row(1).dot(rhs[2]), lhs.row(2).dot(rhs[2])) [INFO] [stdout] 1346 | | } [INFO] [stdout] 1347 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:95:13 [INFO] [stdout] | [INFO] [stdout] 95 | default_fn!( $op(self, other: $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/matrix.rs:1341:1 [INFO] [stdout] | [INFO] [stdout] 1341 | / impl_operator!( Mul > for Matrix3 { [INFO] [stdout] 1342 | | fn mul(lhs, rhs) -> Matrix3 { [INFO] [stdout] 1343 | | Matrix3::new(lhs.row(0).dot(rhs[0]), lhs.row(1).dot(rhs[0]), lhs.row(2).dot(rhs[0]), [INFO] [stdout] 1344 | | lhs.row(0).dot(rhs[1]), lhs.row(1).dot(rhs[1]), lhs.row(2).dot(rhs[1]), [INFO] [stdout] 1345 | | lhs.row(0).dot(rhs[2]), lhs.row(1).dot(rhs[2]), lhs.row(2).dot(rhs[2])) [INFO] [stdout] 1346 | | } [INFO] [stdout] 1347 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/matrix.rs:1341:1 [INFO] [stdout] | [INFO] [stdout] 1341 | / impl_operator!( Mul > for Matrix3 { [INFO] [stdout] 1342 | | fn mul(lhs, rhs) -> Matrix3 { [INFO] [stdout] 1343 | | Matrix3::new(lhs.row(0).dot(rhs[0]), lhs.row(1).dot(rhs[0]), lhs.row(2).dot(rhs[0]), [INFO] [stdout] 1344 | | lhs.row(0).dot(rhs[1]), lhs.row(1).dot(rhs[1]), lhs.row(2).dot(rhs[1]), [INFO] [stdout] 1345 | | lhs.row(0).dot(rhs[2]), lhs.row(1).dot(rhs[2]), lhs.row(2).dot(rhs[2])) [INFO] [stdout] 1346 | | } [INFO] [stdout] 1347 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:103:13 [INFO] [stdout] | [INFO] [stdout] 103 | default_fn!( $op(self, other: &'a $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/matrix.rs:1341:1 [INFO] [stdout] | [INFO] [stdout] 1341 | / impl_operator!( Mul > for Matrix3 { [INFO] [stdout] 1342 | | fn mul(lhs, rhs) -> Matrix3 { [INFO] [stdout] 1343 | | Matrix3::new(lhs.row(0).dot(rhs[0]), lhs.row(1).dot(rhs[0]), lhs.row(2).dot(rhs[0]), [INFO] [stdout] 1344 | | lhs.row(0).dot(rhs[1]), lhs.row(1).dot(rhs[1]), lhs.row(2).dot(rhs[1]), [INFO] [stdout] 1345 | | lhs.row(0).dot(rhs[2]), lhs.row(1).dot(rhs[2]), lhs.row(2).dot(rhs[2])) [INFO] [stdout] 1346 | | } [INFO] [stdout] 1347 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:78:13 [INFO] [stdout] | [INFO] [stdout] 78 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/matrix.rs:1355:1 [INFO] [stdout] | [INFO] [stdout] 1355 | / impl_operator!( Mul > for Matrix4 { [INFO] [stdout] 1356 | | fn mul(lhs, rhs) -> Matrix4 { [INFO] [stdout] 1357 | | { [INFO] [stdout] 1358 | | let a = lhs[0]; [INFO] [stdout] ... | [INFO] [stdout] 1371 | | } [INFO] [stdout] 1372 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:79:13 [INFO] [stdout] | [INFO] [stdout] 79 | default_fn!( $op(self, other: $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/matrix.rs:1355:1 [INFO] [stdout] | [INFO] [stdout] 1355 | / impl_operator!( Mul > for Matrix4 { [INFO] [stdout] 1356 | | fn mul(lhs, rhs) -> Matrix4 { [INFO] [stdout] 1357 | | { [INFO] [stdout] 1358 | | let a = lhs[0]; [INFO] [stdout] ... | [INFO] [stdout] 1371 | | } [INFO] [stdout] 1372 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:86:13 [INFO] [stdout] | [INFO] [stdout] 86 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/matrix.rs:1355:1 [INFO] [stdout] | [INFO] [stdout] 1355 | / impl_operator!( Mul > for Matrix4 { [INFO] [stdout] 1356 | | fn mul(lhs, rhs) -> Matrix4 { [INFO] [stdout] 1357 | | { [INFO] [stdout] 1358 | | let a = lhs[0]; [INFO] [stdout] ... | [INFO] [stdout] 1371 | | } [INFO] [stdout] 1372 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:87:13 [INFO] [stdout] | [INFO] [stdout] 87 | default_fn!( $op(self, other: &'a $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/matrix.rs:1355:1 [INFO] [stdout] | [INFO] [stdout] 1355 | / impl_operator!( Mul > for Matrix4 { [INFO] [stdout] 1356 | | fn mul(lhs, rhs) -> Matrix4 { [INFO] [stdout] 1357 | | { [INFO] [stdout] 1358 | | let a = lhs[0]; [INFO] [stdout] ... | [INFO] [stdout] 1371 | | } [INFO] [stdout] 1372 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:94:13 [INFO] [stdout] | [INFO] [stdout] 94 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/matrix.rs:1355:1 [INFO] [stdout] | [INFO] [stdout] 1355 | / impl_operator!( Mul > for Matrix4 { [INFO] [stdout] 1356 | | fn mul(lhs, rhs) -> Matrix4 { [INFO] [stdout] 1357 | | { [INFO] [stdout] 1358 | | let a = lhs[0]; [INFO] [stdout] ... | [INFO] [stdout] 1371 | | } [INFO] [stdout] 1372 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:95:13 [INFO] [stdout] | [INFO] [stdout] 95 | default_fn!( $op(self, other: $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/matrix.rs:1355:1 [INFO] [stdout] | [INFO] [stdout] 1355 | / impl_operator!( Mul > for Matrix4 { [INFO] [stdout] 1356 | | fn mul(lhs, rhs) -> Matrix4 { [INFO] [stdout] 1357 | | { [INFO] [stdout] 1358 | | let a = lhs[0]; [INFO] [stdout] ... | [INFO] [stdout] 1371 | | } [INFO] [stdout] 1372 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/matrix.rs:1355:1 [INFO] [stdout] | [INFO] [stdout] 1355 | / impl_operator!( Mul > for Matrix4 { [INFO] [stdout] 1356 | | fn mul(lhs, rhs) -> Matrix4 { [INFO] [stdout] 1357 | | { [INFO] [stdout] 1358 | | let a = lhs[0]; [INFO] [stdout] ... | [INFO] [stdout] 1371 | | } [INFO] [stdout] 1372 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:103:13 [INFO] [stdout] | [INFO] [stdout] 103 | default_fn!( $op(self, other: &'a $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/matrix.rs:1355:1 [INFO] [stdout] | [INFO] [stdout] 1355 | / impl_operator!( Mul > for Matrix4 { [INFO] [stdout] 1356 | | fn mul(lhs, rhs) -> Matrix4 { [INFO] [stdout] 1357 | | { [INFO] [stdout] 1358 | | let a = lhs[0]; [INFO] [stdout] ... | [INFO] [stdout] 1371 | | } [INFO] [stdout] 1372 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/quaternion.rs:245:5 [INFO] [stdout] | [INFO] [stdout] 245 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/quaternion.rs:246:5 [INFO] [stdout] | [INFO] [stdout] 246 | default_fn!( dot(self, other: Quaternion) -> S { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:38:13 [INFO] [stdout] | [INFO] [stdout] 38 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:275:1 [INFO] [stdout] | [INFO] [stdout] 275 | / impl_operator!( Neg for Quaternion { [INFO] [stdout] 276 | | fn neg(quat) -> Quaternion { [INFO] [stdout] 277 | | Quaternion::from_sv(-quat.s, -quat.v) [INFO] [stdout] 278 | | } [INFO] [stdout] 279 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:39:13 [INFO] [stdout] | [INFO] [stdout] 39 | default_fn!($op(self) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:275:1 [INFO] [stdout] | [INFO] [stdout] 275 | / impl_operator!( Neg for Quaternion { [INFO] [stdout] 276 | | fn neg(quat) -> Quaternion { [INFO] [stdout] 277 | | Quaternion::from_sv(-quat.s, -quat.v) [INFO] [stdout] 278 | | } [INFO] [stdout] 279 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:46:13 [INFO] [stdout] | [INFO] [stdout] 46 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:275:1 [INFO] [stdout] | [INFO] [stdout] 275 | / impl_operator!( Neg for Quaternion { [INFO] [stdout] 276 | | fn neg(quat) -> Quaternion { [INFO] [stdout] 277 | | Quaternion::from_sv(-quat.s, -quat.v) [INFO] [stdout] 278 | | } [INFO] [stdout] 279 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:47:13 [INFO] [stdout] | [INFO] [stdout] 47 | default_fn!($op(self) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:275:1 [INFO] [stdout] | [INFO] [stdout] 275 | / impl_operator!( Neg for Quaternion { [INFO] [stdout] 276 | | fn neg(quat) -> Quaternion { [INFO] [stdout] 277 | | Quaternion::from_sv(-quat.s, -quat.v) [INFO] [stdout] 278 | | } [INFO] [stdout] 279 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:58:13 [INFO] [stdout] | [INFO] [stdout] 58 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:281:1 [INFO] [stdout] | [INFO] [stdout] 281 | / impl_operator!( Mul for Quaternion { [INFO] [stdout] 282 | | fn mul(lhs, rhs) -> Quaternion { [INFO] [stdout] 283 | | Quaternion::from_sv(lhs.s * rhs, lhs.v * rhs) [INFO] [stdout] 284 | | } [INFO] [stdout] 285 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:59:13 [INFO] [stdout] | [INFO] [stdout] 59 | default_fn!($op(self, other: $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:281:1 [INFO] [stdout] | [INFO] [stdout] 281 | / impl_operator!( Mul for Quaternion { [INFO] [stdout] 282 | | fn mul(lhs, rhs) -> Quaternion { [INFO] [stdout] 283 | | Quaternion::from_sv(lhs.s * rhs, lhs.v * rhs) [INFO] [stdout] 284 | | } [INFO] [stdout] 285 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:66:13 [INFO] [stdout] | [INFO] [stdout] 66 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:281:1 [INFO] [stdout] | [INFO] [stdout] 281 | / impl_operator!( Mul for Quaternion { [INFO] [stdout] 282 | | fn mul(lhs, rhs) -> Quaternion { [INFO] [stdout] 283 | | Quaternion::from_sv(lhs.s * rhs, lhs.v * rhs) [INFO] [stdout] 284 | | } [INFO] [stdout] 285 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:67:13 [INFO] [stdout] | [INFO] [stdout] 67 | default_fn!($op(self, other: $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:281:1 [INFO] [stdout] | [INFO] [stdout] 281 | / impl_operator!( Mul for Quaternion { [INFO] [stdout] 282 | | fn mul(lhs, rhs) -> Quaternion { [INFO] [stdout] 283 | | Quaternion::from_sv(lhs.s * rhs, lhs.v * rhs) [INFO] [stdout] 284 | | } [INFO] [stdout] 285 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:135:13 [INFO] [stdout] | [INFO] [stdout] 135 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:287:1 [INFO] [stdout] | [INFO] [stdout] 287 | / impl_assignment_operator!( MulAssign for Quaternion { [INFO] [stdout] 288 | | fn mul_assign(&mut self, scalar) { self.s *= scalar; self.v *= scalar; } [INFO] [stdout] 289 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:136:13 [INFO] [stdout] | [INFO] [stdout] 136 | default_fn!( $op(&mut $lhs, $rhs: $Rhs) $body ); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:287:1 [INFO] [stdout] | [INFO] [stdout] 287 | / impl_assignment_operator!( MulAssign for Quaternion { [INFO] [stdout] 288 | | fn mul_assign(&mut self, scalar) { self.s *= scalar; self.v *= scalar; } [INFO] [stdout] 289 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_assignment_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:58:13 [INFO] [stdout] | [INFO] [stdout] 58 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:291:1 [INFO] [stdout] | [INFO] [stdout] 291 | / impl_operator!( Div for Quaternion { [INFO] [stdout] 292 | | fn div(lhs, rhs) -> Quaternion { [INFO] [stdout] 293 | | Quaternion::from_sv(lhs.s / rhs, lhs.v / rhs) [INFO] [stdout] 294 | | } [INFO] [stdout] 295 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:59:13 [INFO] [stdout] | [INFO] [stdout] 59 | default_fn!($op(self, other: $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:291:1 [INFO] [stdout] | [INFO] [stdout] 291 | / impl_operator!( Div for Quaternion { [INFO] [stdout] 292 | | fn div(lhs, rhs) -> Quaternion { [INFO] [stdout] 293 | | Quaternion::from_sv(lhs.s / rhs, lhs.v / rhs) [INFO] [stdout] 294 | | } [INFO] [stdout] 295 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:66:13 [INFO] [stdout] | [INFO] [stdout] 66 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:291:1 [INFO] [stdout] | [INFO] [stdout] 291 | / impl_operator!( Div for Quaternion { [INFO] [stdout] 292 | | fn div(lhs, rhs) -> Quaternion { [INFO] [stdout] 293 | | Quaternion::from_sv(lhs.s / rhs, lhs.v / rhs) [INFO] [stdout] 294 | | } [INFO] [stdout] 295 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:67:13 [INFO] [stdout] | [INFO] [stdout] 67 | default_fn!($op(self, other: $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:291:1 [INFO] [stdout] | [INFO] [stdout] 291 | / impl_operator!( Div for Quaternion { [INFO] [stdout] 292 | | fn div(lhs, rhs) -> Quaternion { [INFO] [stdout] 293 | | Quaternion::from_sv(lhs.s / rhs, lhs.v / rhs) [INFO] [stdout] 294 | | } [INFO] [stdout] 295 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:135:13 [INFO] [stdout] | [INFO] [stdout] 135 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:297:1 [INFO] [stdout] | [INFO] [stdout] 297 | / impl_assignment_operator!( DivAssign for Quaternion { [INFO] [stdout] 298 | | fn div_assign(&mut self, scalar) { self.s /= scalar; self.v /= scalar; } [INFO] [stdout] 299 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:136:13 [INFO] [stdout] | [INFO] [stdout] 136 | default_fn!( $op(&mut $lhs, $rhs: $Rhs) $body ); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:297:1 [INFO] [stdout] | [INFO] [stdout] 297 | / impl_assignment_operator!( DivAssign for Quaternion { [INFO] [stdout] 298 | | fn div_assign(&mut self, scalar) { self.s /= scalar; self.v /= scalar; } [INFO] [stdout] 299 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_assignment_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:58:13 [INFO] [stdout] | [INFO] [stdout] 58 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:301:1 [INFO] [stdout] | [INFO] [stdout] 301 | / impl_operator!( Rem for Quaternion { [INFO] [stdout] 302 | | fn rem(lhs, rhs) -> Quaternion { [INFO] [stdout] 303 | | Quaternion::from_sv(lhs.s % rhs, lhs.v % rhs) [INFO] [stdout] 304 | | } [INFO] [stdout] 305 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:59:13 [INFO] [stdout] | [INFO] [stdout] 59 | default_fn!($op(self, other: $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:301:1 [INFO] [stdout] | [INFO] [stdout] 301 | / impl_operator!( Rem for Quaternion { [INFO] [stdout] 302 | | fn rem(lhs, rhs) -> Quaternion { [INFO] [stdout] 303 | | Quaternion::from_sv(lhs.s % rhs, lhs.v % rhs) [INFO] [stdout] 304 | | } [INFO] [stdout] 305 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:66:13 [INFO] [stdout] | [INFO] [stdout] 66 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:301:1 [INFO] [stdout] | [INFO] [stdout] 301 | / impl_operator!( Rem for Quaternion { [INFO] [stdout] 302 | | fn rem(lhs, rhs) -> Quaternion { [INFO] [stdout] 303 | | Quaternion::from_sv(lhs.s % rhs, lhs.v % rhs) [INFO] [stdout] 304 | | } [INFO] [stdout] 305 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:67:13 [INFO] [stdout] | [INFO] [stdout] 67 | default_fn!($op(self, other: $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:301:1 [INFO] [stdout] | [INFO] [stdout] 301 | / impl_operator!( Rem for Quaternion { [INFO] [stdout] 302 | | fn rem(lhs, rhs) -> Quaternion { [INFO] [stdout] 303 | | Quaternion::from_sv(lhs.s % rhs, lhs.v % rhs) [INFO] [stdout] 304 | | } [INFO] [stdout] 305 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:135:13 [INFO] [stdout] | [INFO] [stdout] 135 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:307:1 [INFO] [stdout] | [INFO] [stdout] 307 | / impl_assignment_operator!( RemAssign for Quaternion { [INFO] [stdout] 308 | | fn rem_assign(&mut self, scalar) { self.s %= scalar; self.v %= scalar; } [INFO] [stdout] 309 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:136:13 [INFO] [stdout] | [INFO] [stdout] 136 | default_fn!( $op(&mut $lhs, $rhs: $Rhs) $body ); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:307:1 [INFO] [stdout] | [INFO] [stdout] 307 | / impl_assignment_operator!( RemAssign for Quaternion { [INFO] [stdout] 308 | | fn rem_assign(&mut self, scalar) { self.s %= scalar; self.v %= scalar; } [INFO] [stdout] 309 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_assignment_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:78:13 [INFO] [stdout] | [INFO] [stdout] 78 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:311:1 [INFO] [stdout] | [INFO] [stdout] 311 | / impl_operator!( Mul > for Quaternion { [INFO] [stdout] 312 | | fn mul(lhs, rhs) -> Vector3 {{ [INFO] [stdout] 313 | | let rhs = rhs.clone(); [INFO] [stdout] 314 | | let two: S = cast(2i8).unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 317 | | }} [INFO] [stdout] 318 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:79:13 [INFO] [stdout] | [INFO] [stdout] 79 | default_fn!( $op(self, other: $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:311:1 [INFO] [stdout] | [INFO] [stdout] 311 | / impl_operator!( Mul > for Quaternion { [INFO] [stdout] 312 | | fn mul(lhs, rhs) -> Vector3 {{ [INFO] [stdout] 313 | | let rhs = rhs.clone(); [INFO] [stdout] 314 | | let two: S = cast(2i8).unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 317 | | }} [INFO] [stdout] 318 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:86:13 [INFO] [stdout] | [INFO] [stdout] 86 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:311:1 [INFO] [stdout] | [INFO] [stdout] 311 | / impl_operator!( Mul > for Quaternion { [INFO] [stdout] 312 | | fn mul(lhs, rhs) -> Vector3 {{ [INFO] [stdout] 313 | | let rhs = rhs.clone(); [INFO] [stdout] 314 | | let two: S = cast(2i8).unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 317 | | }} [INFO] [stdout] 318 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:87:13 [INFO] [stdout] | [INFO] [stdout] 87 | default_fn!( $op(self, other: &'a $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:311:1 [INFO] [stdout] | [INFO] [stdout] 311 | / impl_operator!( Mul > for Quaternion { [INFO] [stdout] 312 | | fn mul(lhs, rhs) -> Vector3 {{ [INFO] [stdout] 313 | | let rhs = rhs.clone(); [INFO] [stdout] 314 | | let two: S = cast(2i8).unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 317 | | }} [INFO] [stdout] 318 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:94:13 [INFO] [stdout] | [INFO] [stdout] 94 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:311:1 [INFO] [stdout] | [INFO] [stdout] 311 | / impl_operator!( Mul > for Quaternion { [INFO] [stdout] 312 | | fn mul(lhs, rhs) -> Vector3 {{ [INFO] [stdout] 313 | | let rhs = rhs.clone(); [INFO] [stdout] 314 | | let two: S = cast(2i8).unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 317 | | }} [INFO] [stdout] 318 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:95:13 [INFO] [stdout] | [INFO] [stdout] 95 | default_fn!( $op(self, other: $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:311:1 [INFO] [stdout] | [INFO] [stdout] 311 | / impl_operator!( Mul > for Quaternion { [INFO] [stdout] 312 | | fn mul(lhs, rhs) -> Vector3 {{ [INFO] [stdout] 313 | | let rhs = rhs.clone(); [INFO] [stdout] 314 | | let two: S = cast(2i8).unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 317 | | }} [INFO] [stdout] 318 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:311:1 [INFO] [stdout] | [INFO] [stdout] 311 | / impl_operator!( Mul > for Quaternion { [INFO] [stdout] 312 | | fn mul(lhs, rhs) -> Vector3 {{ [INFO] [stdout] 313 | | let rhs = rhs.clone(); [INFO] [stdout] 314 | | let two: S = cast(2i8).unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 317 | | }} [INFO] [stdout] 318 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:103:13 [INFO] [stdout] | [INFO] [stdout] 103 | default_fn!( $op(self, other: &'a $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:311:1 [INFO] [stdout] | [INFO] [stdout] 311 | / impl_operator!( Mul > for Quaternion { [INFO] [stdout] 312 | | fn mul(lhs, rhs) -> Vector3 {{ [INFO] [stdout] 313 | | let rhs = rhs.clone(); [INFO] [stdout] 314 | | let two: S = cast(2i8).unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 317 | | }} [INFO] [stdout] 318 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:78:13 [INFO] [stdout] | [INFO] [stdout] 78 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:320:1 [INFO] [stdout] | [INFO] [stdout] 320 | / impl_operator!( Add > for Quaternion { [INFO] [stdout] 321 | | fn add(lhs, rhs) -> Quaternion { [INFO] [stdout] 322 | | Quaternion::from_sv(lhs.s + rhs.s, lhs.v + rhs.v) [INFO] [stdout] 323 | | } [INFO] [stdout] 324 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:79:13 [INFO] [stdout] | [INFO] [stdout] 79 | default_fn!( $op(self, other: $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:320:1 [INFO] [stdout] | [INFO] [stdout] 320 | / impl_operator!( Add > for Quaternion { [INFO] [stdout] 321 | | fn add(lhs, rhs) -> Quaternion { [INFO] [stdout] 322 | | Quaternion::from_sv(lhs.s + rhs.s, lhs.v + rhs.v) [INFO] [stdout] 323 | | } [INFO] [stdout] 324 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:86:13 [INFO] [stdout] | [INFO] [stdout] 86 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:320:1 [INFO] [stdout] | [INFO] [stdout] 320 | / impl_operator!( Add > for Quaternion { [INFO] [stdout] 321 | | fn add(lhs, rhs) -> Quaternion { [INFO] [stdout] 322 | | Quaternion::from_sv(lhs.s + rhs.s, lhs.v + rhs.v) [INFO] [stdout] 323 | | } [INFO] [stdout] 324 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:87:13 [INFO] [stdout] | [INFO] [stdout] 87 | default_fn!( $op(self, other: &'a $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:320:1 [INFO] [stdout] | [INFO] [stdout] 320 | / impl_operator!( Add > for Quaternion { [INFO] [stdout] 321 | | fn add(lhs, rhs) -> Quaternion { [INFO] [stdout] 322 | | Quaternion::from_sv(lhs.s + rhs.s, lhs.v + rhs.v) [INFO] [stdout] 323 | | } [INFO] [stdout] 324 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:94:13 [INFO] [stdout] | [INFO] [stdout] 94 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:320:1 [INFO] [stdout] | [INFO] [stdout] 320 | / impl_operator!( Add > for Quaternion { [INFO] [stdout] 321 | | fn add(lhs, rhs) -> Quaternion { [INFO] [stdout] 322 | | Quaternion::from_sv(lhs.s + rhs.s, lhs.v + rhs.v) [INFO] [stdout] 323 | | } [INFO] [stdout] 324 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:95:13 [INFO] [stdout] | [INFO] [stdout] 95 | default_fn!( $op(self, other: $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:320:1 [INFO] [stdout] | [INFO] [stdout] 320 | / impl_operator!( Add > for Quaternion { [INFO] [stdout] 321 | | fn add(lhs, rhs) -> Quaternion { [INFO] [stdout] 322 | | Quaternion::from_sv(lhs.s + rhs.s, lhs.v + rhs.v) [INFO] [stdout] 323 | | } [INFO] [stdout] 324 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:320:1 [INFO] [stdout] | [INFO] [stdout] 320 | / impl_operator!( Add > for Quaternion { [INFO] [stdout] 321 | | fn add(lhs, rhs) -> Quaternion { [INFO] [stdout] 322 | | Quaternion::from_sv(lhs.s + rhs.s, lhs.v + rhs.v) [INFO] [stdout] 323 | | } [INFO] [stdout] 324 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:103:13 [INFO] [stdout] | [INFO] [stdout] 103 | default_fn!( $op(self, other: &'a $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:320:1 [INFO] [stdout] | [INFO] [stdout] 320 | / impl_operator!( Add > for Quaternion { [INFO] [stdout] 321 | | fn add(lhs, rhs) -> Quaternion { [INFO] [stdout] 322 | | Quaternion::from_sv(lhs.s + rhs.s, lhs.v + rhs.v) [INFO] [stdout] 323 | | } [INFO] [stdout] 324 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:135:13 [INFO] [stdout] | [INFO] [stdout] 135 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:326:1 [INFO] [stdout] | [INFO] [stdout] 326 | / impl_assignment_operator!( AddAssign > for Quaternion { [INFO] [stdout] 327 | | fn add_assign(&mut self, other) { self.s += other.s; self.v += other.v; } [INFO] [stdout] 328 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:136:13 [INFO] [stdout] | [INFO] [stdout] 136 | default_fn!( $op(&mut $lhs, $rhs: $Rhs) $body ); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:326:1 [INFO] [stdout] | [INFO] [stdout] 326 | / impl_assignment_operator!( AddAssign > for Quaternion { [INFO] [stdout] 327 | | fn add_assign(&mut self, other) { self.s += other.s; self.v += other.v; } [INFO] [stdout] 328 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_assignment_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:78:13 [INFO] [stdout] | [INFO] [stdout] 78 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:330:1 [INFO] [stdout] | [INFO] [stdout] 330 | / impl_operator!( Sub > for Quaternion { [INFO] [stdout] 331 | | fn sub(lhs, rhs) -> Quaternion { [INFO] [stdout] 332 | | Quaternion::from_sv(lhs.s - rhs.s, lhs.v - rhs.v) [INFO] [stdout] 333 | | } [INFO] [stdout] 334 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:79:13 [INFO] [stdout] | [INFO] [stdout] 79 | default_fn!( $op(self, other: $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:330:1 [INFO] [stdout] | [INFO] [stdout] 330 | / impl_operator!( Sub > for Quaternion { [INFO] [stdout] 331 | | fn sub(lhs, rhs) -> Quaternion { [INFO] [stdout] 332 | | Quaternion::from_sv(lhs.s - rhs.s, lhs.v - rhs.v) [INFO] [stdout] 333 | | } [INFO] [stdout] 334 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:86:13 [INFO] [stdout] | [INFO] [stdout] 86 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:330:1 [INFO] [stdout] | [INFO] [stdout] 330 | / impl_operator!( Sub > for Quaternion { [INFO] [stdout] 331 | | fn sub(lhs, rhs) -> Quaternion { [INFO] [stdout] 332 | | Quaternion::from_sv(lhs.s - rhs.s, lhs.v - rhs.v) [INFO] [stdout] 333 | | } [INFO] [stdout] 334 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:87:13 [INFO] [stdout] | [INFO] [stdout] 87 | default_fn!( $op(self, other: &'a $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:330:1 [INFO] [stdout] | [INFO] [stdout] 330 | / impl_operator!( Sub > for Quaternion { [INFO] [stdout] 331 | | fn sub(lhs, rhs) -> Quaternion { [INFO] [stdout] 332 | | Quaternion::from_sv(lhs.s - rhs.s, lhs.v - rhs.v) [INFO] [stdout] 333 | | } [INFO] [stdout] 334 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:94:13 [INFO] [stdout] | [INFO] [stdout] 94 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:330:1 [INFO] [stdout] | [INFO] [stdout] 330 | / impl_operator!( Sub > for Quaternion { [INFO] [stdout] 331 | | fn sub(lhs, rhs) -> Quaternion { [INFO] [stdout] 332 | | Quaternion::from_sv(lhs.s - rhs.s, lhs.v - rhs.v) [INFO] [stdout] 333 | | } [INFO] [stdout] 334 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:95:13 [INFO] [stdout] | [INFO] [stdout] 95 | default_fn!( $op(self, other: $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:330:1 [INFO] [stdout] | [INFO] [stdout] 330 | / impl_operator!( Sub > for Quaternion { [INFO] [stdout] 331 | | fn sub(lhs, rhs) -> Quaternion { [INFO] [stdout] 332 | | Quaternion::from_sv(lhs.s - rhs.s, lhs.v - rhs.v) [INFO] [stdout] 333 | | } [INFO] [stdout] 334 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:330:1 [INFO] [stdout] | [INFO] [stdout] 330 | / impl_operator!( Sub > for Quaternion { [INFO] [stdout] 331 | | fn sub(lhs, rhs) -> Quaternion { [INFO] [stdout] 332 | | Quaternion::from_sv(lhs.s - rhs.s, lhs.v - rhs.v) [INFO] [stdout] 333 | | } [INFO] [stdout] 334 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:103:13 [INFO] [stdout] | [INFO] [stdout] 103 | default_fn!( $op(self, other: &'a $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:330:1 [INFO] [stdout] | [INFO] [stdout] 330 | / impl_operator!( Sub > for Quaternion { [INFO] [stdout] 331 | | fn sub(lhs, rhs) -> Quaternion { [INFO] [stdout] 332 | | Quaternion::from_sv(lhs.s - rhs.s, lhs.v - rhs.v) [INFO] [stdout] 333 | | } [INFO] [stdout] 334 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:135:13 [INFO] [stdout] | [INFO] [stdout] 135 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:336:1 [INFO] [stdout] | [INFO] [stdout] 336 | / impl_assignment_operator!( SubAssign > for Quaternion { [INFO] [stdout] 337 | | fn sub_assign(&mut self, other) { self.s -= other.s; self.v -= other.v; } [INFO] [stdout] 338 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:136:13 [INFO] [stdout] | [INFO] [stdout] 136 | default_fn!( $op(&mut $lhs, $rhs: $Rhs) $body ); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:336:1 [INFO] [stdout] | [INFO] [stdout] 336 | / impl_assignment_operator!( SubAssign > for Quaternion { [INFO] [stdout] 337 | | fn sub_assign(&mut self, other) { self.s -= other.s; self.v -= other.v; } [INFO] [stdout] 338 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_assignment_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:78:13 [INFO] [stdout] | [INFO] [stdout] 78 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:340:1 [INFO] [stdout] | [INFO] [stdout] 340 | / impl_operator!( Mul > for Quaternion { [INFO] [stdout] 341 | | fn mul(lhs, rhs) -> Quaternion { [INFO] [stdout] 342 | | Quaternion::new( [INFO] [stdout] 343 | | lhs.s * rhs.s - lhs.v.x * rhs.v.x - lhs.v.y * rhs.v.y - lhs.v.z * rhs.v.z, [INFO] [stdout] ... | [INFO] [stdout] 348 | | } [INFO] [stdout] 349 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:79:13 [INFO] [stdout] | [INFO] [stdout] 79 | default_fn!( $op(self, other: $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:340:1 [INFO] [stdout] | [INFO] [stdout] 340 | / impl_operator!( Mul > for Quaternion { [INFO] [stdout] 341 | | fn mul(lhs, rhs) -> Quaternion { [INFO] [stdout] 342 | | Quaternion::new( [INFO] [stdout] 343 | | lhs.s * rhs.s - lhs.v.x * rhs.v.x - lhs.v.y * rhs.v.y - lhs.v.z * rhs.v.z, [INFO] [stdout] ... | [INFO] [stdout] 348 | | } [INFO] [stdout] 349 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:86:13 [INFO] [stdout] | [INFO] [stdout] 86 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:340:1 [INFO] [stdout] | [INFO] [stdout] 340 | / impl_operator!( Mul > for Quaternion { [INFO] [stdout] 341 | | fn mul(lhs, rhs) -> Quaternion { [INFO] [stdout] 342 | | Quaternion::new( [INFO] [stdout] 343 | | lhs.s * rhs.s - lhs.v.x * rhs.v.x - lhs.v.y * rhs.v.y - lhs.v.z * rhs.v.z, [INFO] [stdout] ... | [INFO] [stdout] 348 | | } [INFO] [stdout] 349 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:87:13 [INFO] [stdout] | [INFO] [stdout] 87 | default_fn!( $op(self, other: &'a $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:340:1 [INFO] [stdout] | [INFO] [stdout] 340 | / impl_operator!( Mul > for Quaternion { [INFO] [stdout] 341 | | fn mul(lhs, rhs) -> Quaternion { [INFO] [stdout] 342 | | Quaternion::new( [INFO] [stdout] 343 | | lhs.s * rhs.s - lhs.v.x * rhs.v.x - lhs.v.y * rhs.v.y - lhs.v.z * rhs.v.z, [INFO] [stdout] ... | [INFO] [stdout] 348 | | } [INFO] [stdout] 349 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:94:13 [INFO] [stdout] | [INFO] [stdout] 94 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:340:1 [INFO] [stdout] | [INFO] [stdout] 340 | / impl_operator!( Mul > for Quaternion { [INFO] [stdout] 341 | | fn mul(lhs, rhs) -> Quaternion { [INFO] [stdout] 342 | | Quaternion::new( [INFO] [stdout] 343 | | lhs.s * rhs.s - lhs.v.x * rhs.v.x - lhs.v.y * rhs.v.y - lhs.v.z * rhs.v.z, [INFO] [stdout] ... | [INFO] [stdout] 348 | | } [INFO] [stdout] 349 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:95:13 [INFO] [stdout] | [INFO] [stdout] 95 | default_fn!( $op(self, other: $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:340:1 [INFO] [stdout] | [INFO] [stdout] 340 | / impl_operator!( Mul > for Quaternion { [INFO] [stdout] 341 | | fn mul(lhs, rhs) -> Quaternion { [INFO] [stdout] 342 | | Quaternion::new( [INFO] [stdout] 343 | | lhs.s * rhs.s - lhs.v.x * rhs.v.x - lhs.v.y * rhs.v.y - lhs.v.z * rhs.v.z, [INFO] [stdout] ... | [INFO] [stdout] 348 | | } [INFO] [stdout] 349 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:340:1 [INFO] [stdout] | [INFO] [stdout] 340 | / impl_operator!( Mul > for Quaternion { [INFO] [stdout] 341 | | fn mul(lhs, rhs) -> Quaternion { [INFO] [stdout] 342 | | Quaternion::new( [INFO] [stdout] 343 | | lhs.s * rhs.s - lhs.v.x * rhs.v.x - lhs.v.y * rhs.v.y - lhs.v.z * rhs.v.z, [INFO] [stdout] ... | [INFO] [stdout] 348 | | } [INFO] [stdout] 349 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:103:13 [INFO] [stdout] | [INFO] [stdout] 103 | default_fn!( $op(self, other: &'a $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:340:1 [INFO] [stdout] | [INFO] [stdout] 340 | / impl_operator!( Mul > for Quaternion { [INFO] [stdout] 341 | | fn mul(lhs, rhs) -> Quaternion { [INFO] [stdout] 342 | | Quaternion::new( [INFO] [stdout] 343 | | lhs.s * rhs.s - lhs.v.x * rhs.v.x - lhs.v.y * rhs.v.y - lhs.v.z * rhs.v.z, [INFO] [stdout] ... | [INFO] [stdout] 348 | | } [INFO] [stdout] 349 | | }); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:114:13 [INFO] [stdout] | [INFO] [stdout] 114 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:371:1 [INFO] [stdout] | [INFO] [stdout] 371 | impl_scalar_mul!(f32); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:115:13 [INFO] [stdout] | [INFO] [stdout] 115 | default_fn!( $op(self, other: $Rhs<$S>) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:371:1 [INFO] [stdout] | [INFO] [stdout] 371 | impl_scalar_mul!(f32); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:122:13 [INFO] [stdout] | [INFO] [stdout] 122 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:371:1 [INFO] [stdout] | [INFO] [stdout] 371 | impl_scalar_mul!(f32); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:123:13 [INFO] [stdout] | [INFO] [stdout] 123 | default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:371:1 [INFO] [stdout] | [INFO] [stdout] 371 | impl_scalar_mul!(f32); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:114:13 [INFO] [stdout] | [INFO] [stdout] 114 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:372:1 [INFO] [stdout] | [INFO] [stdout] 372 | impl_scalar_mul!(f64); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:115:13 [INFO] [stdout] | [INFO] [stdout] 115 | default_fn!( $op(self, other: $Rhs<$S>) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:372:1 [INFO] [stdout] | [INFO] [stdout] 372 | impl_scalar_mul!(f64); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:122:13 [INFO] [stdout] | [INFO] [stdout] 122 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:372:1 [INFO] [stdout] | [INFO] [stdout] 372 | impl_scalar_mul!(f64); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:123:13 [INFO] [stdout] | [INFO] [stdout] 123 | default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:372:1 [INFO] [stdout] | [INFO] [stdout] 372 | impl_scalar_mul!(f64); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:114:13 [INFO] [stdout] | [INFO] [stdout] 114 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:373:1 [INFO] [stdout] | [INFO] [stdout] 373 | impl_scalar_div!(f32); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:115:13 [INFO] [stdout] | [INFO] [stdout] 115 | default_fn!( $op(self, other: $Rhs<$S>) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:373:1 [INFO] [stdout] | [INFO] [stdout] 373 | impl_scalar_div!(f32); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:122:13 [INFO] [stdout] | [INFO] [stdout] 122 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:373:1 [INFO] [stdout] | [INFO] [stdout] 373 | impl_scalar_div!(f32); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:123:13 [INFO] [stdout] | [INFO] [stdout] 123 | default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:373:1 [INFO] [stdout] | [INFO] [stdout] 373 | impl_scalar_div!(f32); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:114:13 [INFO] [stdout] | [INFO] [stdout] 114 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_scalar_div!(f64); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:115:13 [INFO] [stdout] | [INFO] [stdout] 115 | default_fn!( $op(self, other: $Rhs<$S>) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_scalar_div!(f64); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:122:13 [INFO] [stdout] | [INFO] [stdout] 122 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_scalar_div!(f64); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:123:13 [INFO] [stdout] | [INFO] [stdout] 123 | default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/quaternion.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_scalar_div!(f64); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/vector.rs:212:13 [INFO] [stdout] | [INFO] [stdout] 212 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/vector.rs:213:13 [INFO] [stdout] | [INFO] [stdout] 213 | default_fn!( neg(self) -> $VectorN { $VectorN::new($(-self.$field),+) } ); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:78:13 [INFO] [stdout] | [INFO] [stdout] 78 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:79:13 [INFO] [stdout] | [INFO] [stdout] 79 | default_fn!( $op(self, other: $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:86:13 [INFO] [stdout] | [INFO] [stdout] 86 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:87:13 [INFO] [stdout] | [INFO] [stdout] 87 | default_fn!( $op(self, other: &'a $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:94:13 [INFO] [stdout] | [INFO] [stdout] 94 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:95:13 [INFO] [stdout] | [INFO] [stdout] 95 | default_fn!( $op(self, other: $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:103:13 [INFO] [stdout] | [INFO] [stdout] 103 | default_fn!( $op(self, other: &'a $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:135:13 [INFO] [stdout] | [INFO] [stdout] 135 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:136:13 [INFO] [stdout] | [INFO] [stdout] 136 | default_fn!( $op(&mut $lhs, $rhs: $Rhs) $body ); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_assignment_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:78:13 [INFO] [stdout] | [INFO] [stdout] 78 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:79:13 [INFO] [stdout] | [INFO] [stdout] 79 | default_fn!( $op(self, other: $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:86:13 [INFO] [stdout] | [INFO] [stdout] 86 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:87:13 [INFO] [stdout] | [INFO] [stdout] 87 | default_fn!( $op(self, other: &'a $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:94:13 [INFO] [stdout] | [INFO] [stdout] 94 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:95:13 [INFO] [stdout] | [INFO] [stdout] 95 | default_fn!( $op(self, other: $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:102:13 [INFO] [stdout] | [INFO] [stdout] 102 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:103:13 [INFO] [stdout] | [INFO] [stdout] 103 | default_fn!( $op(self, other: &'a $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:135:13 [INFO] [stdout] | [INFO] [stdout] 135 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:136:13 [INFO] [stdout] | [INFO] [stdout] 136 | default_fn!( $op(&mut $lhs, $rhs: $Rhs) $body ); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_assignment_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:58:13 [INFO] [stdout] | [INFO] [stdout] 58 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:59:13 [INFO] [stdout] | [INFO] [stdout] 59 | default_fn!($op(self, other: $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:66:13 [INFO] [stdout] | [INFO] [stdout] 66 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:67:13 [INFO] [stdout] | [INFO] [stdout] 67 | default_fn!($op(self, other: $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:135:13 [INFO] [stdout] | [INFO] [stdout] 135 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:136:13 [INFO] [stdout] | [INFO] [stdout] 136 | default_fn!( $op(&mut $lhs, $rhs: $Rhs) $body ); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_assignment_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:58:13 [INFO] [stdout] | [INFO] [stdout] 58 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:59:13 [INFO] [stdout] | [INFO] [stdout] 59 | default_fn!($op(self, other: $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:66:13 [INFO] [stdout] | [INFO] [stdout] 66 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:67:13 [INFO] [stdout] | [INFO] [stdout] 67 | default_fn!($op(self, other: $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:135:13 [INFO] [stdout] | [INFO] [stdout] 135 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:136:13 [INFO] [stdout] | [INFO] [stdout] 136 | default_fn!( $op(&mut $lhs, $rhs: $Rhs) $body ); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_assignment_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:58:13 [INFO] [stdout] | [INFO] [stdout] 58 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:59:13 [INFO] [stdout] | [INFO] [stdout] 59 | default_fn!($op(self, other: $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:66:13 [INFO] [stdout] | [INFO] [stdout] 66 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:67:13 [INFO] [stdout] | [INFO] [stdout] 67 | default_fn!($op(self, other: $Rhs) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:135:13 [INFO] [stdout] | [INFO] [stdout] 135 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:136:13 [INFO] [stdout] | [INFO] [stdout] 136 | default_fn!( $op(&mut $lhs, $rhs: $Rhs) $body ); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_assignment_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/vector.rs:312:13 [INFO] [stdout] | [INFO] [stdout] 312 | #[inline] default_fn!( add_element_wise(self, rhs: $VectorN) -> $VectorN { $VectorN::new($(self.$field + rhs.$field),+)... [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/vector.rs:312:23 [INFO] [stdout] | [INFO] [stdout] 312 | #[inline] default_fn!( add_element_wise(self, rhs: $VectorN) -> $VectorN { $VectorN::new($(self.$field + rhs.$field),+)... [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/vector.rs:313:13 [INFO] [stdout] | [INFO] [stdout] 313 | #[inline] default_fn!( sub_element_wise(self, rhs: $VectorN) -> $VectorN { $VectorN::new($(self.$field - rhs.$field),+)... [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/vector.rs:313:23 [INFO] [stdout] | [INFO] [stdout] 313 | #[inline] default_fn!( sub_element_wise(self, rhs: $VectorN) -> $VectorN { $VectorN::new($(self.$field - rhs.$field),+)... [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/vector.rs:314:13 [INFO] [stdout] | [INFO] [stdout] 314 | #[inline] default_fn!( mul_element_wise(self, rhs: $VectorN) -> $VectorN { $VectorN::new($(self.$field * rhs.$field),+)... [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/vector.rs:314:23 [INFO] [stdout] | [INFO] [stdout] 314 | #[inline] default_fn!( mul_element_wise(self, rhs: $VectorN) -> $VectorN { $VectorN::new($(self.$field * rhs.$field),+)... [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/vector.rs:315:13 [INFO] [stdout] | [INFO] [stdout] 315 | #[inline] default_fn!( div_element_wise(self, rhs: $VectorN) -> $VectorN { $VectorN::new($(self.$field / rhs.$field),+)... [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/vector.rs:315:23 [INFO] [stdout] | [INFO] [stdout] 315 | #[inline] default_fn!( div_element_wise(self, rhs: $VectorN) -> $VectorN { $VectorN::new($(self.$field / rhs.$field),+)... [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/vector.rs:318:13 [INFO] [stdout] | [INFO] [stdout] 318 | #[inline] default_fn!( add_assign_element_wise(&mut self, rhs: $VectorN) { $(self.$field += rhs.$field);+ } ); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/vector.rs:318:23 [INFO] [stdout] | [INFO] [stdout] 318 | #[inline] default_fn!( add_assign_element_wise(&mut self, rhs: $VectorN) { $(self.$field += rhs.$field);+ } ); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/vector.rs:319:13 [INFO] [stdout] | [INFO] [stdout] 319 | #[inline] default_fn!( sub_assign_element_wise(&mut self, rhs: $VectorN) { $(self.$field -= rhs.$field);+ } ); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/vector.rs:319:23 [INFO] [stdout] | [INFO] [stdout] 319 | #[inline] default_fn!( sub_assign_element_wise(&mut self, rhs: $VectorN) { $(self.$field -= rhs.$field);+ } ); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/vector.rs:320:13 [INFO] [stdout] | [INFO] [stdout] 320 | #[inline] default_fn!( mul_assign_element_wise(&mut self, rhs: $VectorN) { $(self.$field *= rhs.$field);+ } ); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/vector.rs:320:23 [INFO] [stdout] | [INFO] [stdout] 320 | #[inline] default_fn!( mul_assign_element_wise(&mut self, rhs: $VectorN) { $(self.$field *= rhs.$field);+ } ); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/vector.rs:321:13 [INFO] [stdout] | [INFO] [stdout] 321 | #[inline] default_fn!( div_assign_element_wise(&mut self, rhs: $VectorN) { $(self.$field /= rhs.$field);+ } ); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/vector.rs:321:23 [INFO] [stdout] | [INFO] [stdout] 321 | #[inline] default_fn!( div_assign_element_wise(&mut self, rhs: $VectorN) { $(self.$field /= rhs.$field);+ } ); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/vector.rs:326:13 [INFO] [stdout] | [INFO] [stdout] 326 | #[inline] default_fn!( add_element_wise(self, rhs: S) -> $VectorN { $VectorN::new($(self.$field + rhs),+) } ); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/vector.rs:326:23 [INFO] [stdout] | [INFO] [stdout] 326 | #[inline] default_fn!( add_element_wise(self, rhs: S) -> $VectorN { $VectorN::new($(self.$field + rhs),+) } ); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/vector.rs:327:13 [INFO] [stdout] | [INFO] [stdout] 327 | #[inline] default_fn!( sub_element_wise(self, rhs: S) -> $VectorN { $VectorN::new($(self.$field - rhs),+) } ); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/vector.rs:327:23 [INFO] [stdout] | [INFO] [stdout] 327 | #[inline] default_fn!( sub_element_wise(self, rhs: S) -> $VectorN { $VectorN::new($(self.$field - rhs),+) } ); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/vector.rs:328:13 [INFO] [stdout] | [INFO] [stdout] 328 | #[inline] default_fn!( mul_element_wise(self, rhs: S) -> $VectorN { $VectorN::new($(self.$field * rhs),+) } ); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/vector.rs:328:23 [INFO] [stdout] | [INFO] [stdout] 328 | #[inline] default_fn!( mul_element_wise(self, rhs: S) -> $VectorN { $VectorN::new($(self.$field * rhs),+) } ); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/vector.rs:329:13 [INFO] [stdout] | [INFO] [stdout] 329 | #[inline] default_fn!( div_element_wise(self, rhs: S) -> $VectorN { $VectorN::new($(self.$field / rhs),+) } ); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/vector.rs:329:23 [INFO] [stdout] | [INFO] [stdout] 329 | #[inline] default_fn!( div_element_wise(self, rhs: S) -> $VectorN { $VectorN::new($(self.$field / rhs),+) } ); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/vector.rs:332:13 [INFO] [stdout] | [INFO] [stdout] 332 | #[inline] default_fn!( add_assign_element_wise(&mut self, rhs: S) { $(self.$field += rhs);+ } ); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/vector.rs:332:23 [INFO] [stdout] | [INFO] [stdout] 332 | #[inline] default_fn!( add_assign_element_wise(&mut self, rhs: S) { $(self.$field += rhs);+ } ); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/vector.rs:333:13 [INFO] [stdout] | [INFO] [stdout] 333 | #[inline] default_fn!( sub_assign_element_wise(&mut self, rhs: S) { $(self.$field -= rhs);+ } ); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/vector.rs:333:23 [INFO] [stdout] | [INFO] [stdout] 333 | #[inline] default_fn!( sub_assign_element_wise(&mut self, rhs: S) { $(self.$field -= rhs);+ } ); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/vector.rs:334:13 [INFO] [stdout] | [INFO] [stdout] 334 | #[inline] default_fn!( mul_assign_element_wise(&mut self, rhs: S) { $(self.$field *= rhs);+ } ); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/vector.rs:334:23 [INFO] [stdout] | [INFO] [stdout] 334 | #[inline] default_fn!( mul_assign_element_wise(&mut self, rhs: S) { $(self.$field *= rhs);+ } ); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/vector.rs:335:13 [INFO] [stdout] | [INFO] [stdout] 335 | #[inline] default_fn!( div_assign_element_wise(&mut self, rhs: S) { $(self.$field /= rhs);+ } ); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/vector.rs:335:23 [INFO] [stdout] | [INFO] [stdout] 335 | #[inline] default_fn!( div_assign_element_wise(&mut self, rhs: S) { $(self.$field /= rhs);+ } ); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_vector` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:114:13 [INFO] [stdout] | [INFO] [stdout] 114 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:115:13 [INFO] [stdout] | [INFO] [stdout] 115 | default_fn!( $op(self, other: $Rhs<$S>) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:122:13 [INFO] [stdout] | [INFO] [stdout] 122 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:123:13 [INFO] [stdout] | [INFO] [stdout] 123 | default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:114:13 [INFO] [stdout] | [INFO] [stdout] 114 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:115:13 [INFO] [stdout] | [INFO] [stdout] 115 | default_fn!( $op(self, other: $Rhs<$S>) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:122:13 [INFO] [stdout] | [INFO] [stdout] 122 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:123:13 [INFO] [stdout] | [INFO] [stdout] 123 | default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:114:13 [INFO] [stdout] | [INFO] [stdout] 114 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:115:13 [INFO] [stdout] | [INFO] [stdout] 115 | default_fn!( $op(self, other: $Rhs<$S>) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:122:13 [INFO] [stdout] | [INFO] [stdout] 122 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:123:13 [INFO] [stdout] | [INFO] [stdout] 123 | default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:114:13 [INFO] [stdout] | [INFO] [stdout] 114 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:115:13 [INFO] [stdout] | [INFO] [stdout] 115 | default_fn!( $op(self, other: $Rhs<$S>) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:122:13 [INFO] [stdout] | [INFO] [stdout] 122 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:123:13 [INFO] [stdout] | [INFO] [stdout] 123 | default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:114:13 [INFO] [stdout] | [INFO] [stdout] 114 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:115:13 [INFO] [stdout] | [INFO] [stdout] 115 | default_fn!( $op(self, other: $Rhs<$S>) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:122:13 [INFO] [stdout] | [INFO] [stdout] 122 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:123:13 [INFO] [stdout] | [INFO] [stdout] 123 | default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:114:13 [INFO] [stdout] | [INFO] [stdout] 114 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:115:13 [INFO] [stdout] | [INFO] [stdout] 115 | default_fn!( $op(self, other: $Rhs<$S>) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:122:13 [INFO] [stdout] | [INFO] [stdout] 122 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:123:13 [INFO] [stdout] | [INFO] [stdout] 123 | default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:114:13 [INFO] [stdout] | [INFO] [stdout] 114 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:115:13 [INFO] [stdout] | [INFO] [stdout] 115 | default_fn!( $op(self, other: $Rhs<$S>) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:122:13 [INFO] [stdout] | [INFO] [stdout] 122 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:123:13 [INFO] [stdout] | [INFO] [stdout] 123 | default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:114:13 [INFO] [stdout] | [INFO] [stdout] 114 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:115:13 [INFO] [stdout] | [INFO] [stdout] 115 | default_fn!( $op(self, other: $Rhs<$S>) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:122:13 [INFO] [stdout] | [INFO] [stdout] 122 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:123:13 [INFO] [stdout] | [INFO] [stdout] 123 | default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:114:13 [INFO] [stdout] | [INFO] [stdout] 114 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:115:13 [INFO] [stdout] | [INFO] [stdout] 115 | default_fn!( $op(self, other: $Rhs<$S>) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:122:13 [INFO] [stdout] | [INFO] [stdout] 122 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:123:13 [INFO] [stdout] | [INFO] [stdout] 123 | default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:114:13 [INFO] [stdout] | [INFO] [stdout] 114 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:115:13 [INFO] [stdout] | [INFO] [stdout] 115 | default_fn!( $op(self, other: $Rhs<$S>) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:122:13 [INFO] [stdout] | [INFO] [stdout] 122 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:123:13 [INFO] [stdout] | [INFO] [stdout] 123 | default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:114:13 [INFO] [stdout] | [INFO] [stdout] 114 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:115:13 [INFO] [stdout] | [INFO] [stdout] 115 | default_fn!( $op(self, other: $Rhs<$S>) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:122:13 [INFO] [stdout] | [INFO] [stdout] 122 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:123:13 [INFO] [stdout] | [INFO] [stdout] 123 | default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:114:13 [INFO] [stdout] | [INFO] [stdout] 114 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:115:13 [INFO] [stdout] | [INFO] [stdout] 115 | default_fn!( $op(self, other: $Rhs<$S>) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:122:13 [INFO] [stdout] | [INFO] [stdout] 122 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:123:13 [INFO] [stdout] | [INFO] [stdout] 123 | default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:114:13 [INFO] [stdout] | [INFO] [stdout] 114 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:115:13 [INFO] [stdout] | [INFO] [stdout] 115 | default_fn!( $op(self, other: $Rhs<$S>) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:122:13 [INFO] [stdout] | [INFO] [stdout] 122 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:123:13 [INFO] [stdout] | [INFO] [stdout] 123 | default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:114:13 [INFO] [stdout] | [INFO] [stdout] 114 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:115:13 [INFO] [stdout] | [INFO] [stdout] 115 | default_fn!( $op(self, other: $Rhs<$S>) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:122:13 [INFO] [stdout] | [INFO] [stdout] 122 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:123:13 [INFO] [stdout] | [INFO] [stdout] 123 | default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:114:13 [INFO] [stdout] | [INFO] [stdout] 114 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:115:13 [INFO] [stdout] | [INFO] [stdout] 115 | default_fn!( $op(self, other: $Rhs<$S>) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:122:13 [INFO] [stdout] | [INFO] [stdout] 122 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:123:13 [INFO] [stdout] | [INFO] [stdout] 123 | default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:114:13 [INFO] [stdout] | [INFO] [stdout] 114 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:115:13 [INFO] [stdout] | [INFO] [stdout] 115 | default_fn!( $op(self, other: $Rhs<$S>) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [INFO] [stdout] --> src/macros.rs:122:13 [INFO] [stdout] | [INFO] [stdout] 122 | #[inline] [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] note: the built-in attribute `inline` will be ignored, since it's applied to the macro invocation `default_fn` [INFO] [stdout] --> src/macros.rs:123:13 [INFO] [stdout] | [INFO] [stdout] 123 | default_fn!( $op(self, other: &'a $Rhs<$S>) -> $Output { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/vector.rs:374:1 [INFO] [stdout] | [INFO] [stdout] 374 | impl_vector!(Vector1 { x }, 1, vec1); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] = note: this warning originates in the macro `impl_operator` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute `inline` [WARN] too many lines in the log, truncating it