[INFO] cloning repository https://github.com/bumzack/rust-game-physics [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/bumzack/rust-game-physics" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbumzack%2Frust-game-physics", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbumzack%2Frust-game-physics'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ac412a5e040a7973660786c090b86364c625bfca [INFO] checking bumzack/rust-game-physics against try#a7a572ce3edd6d476191fbfe92c9c1986e009b34 for pr-87190-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbumzack%2Frust-game-physics" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/bumzack/rust-game-physics on toolchain a7a572ce3edd6d476191fbfe92c9c1986e009b34 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/bumzack/rust-game-physics [INFO] finished tweaking git repo https://github.com/bumzack/rust-game-physics [INFO] tweaked toml for git repo https://github.com/bumzack/rust-game-physics written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/bumzack/rust-game-physics already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "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-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bf417db47c67452d40cb3379640febba032545fb81318e505bfe44b44d36dcc7 [INFO] running `Command { std: "docker" "start" "-a" "bf417db47c67452d40cb3379640febba032545fb81318e505bfe44b44d36dcc7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bf417db47c67452d40cb3379640febba032545fb81318e505bfe44b44d36dcc7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bf417db47c67452d40cb3379640febba032545fb81318e505bfe44b44d36dcc7", kill_on_drop: false }` [INFO] [stdout] bf417db47c67452d40cb3379640febba032545fb81318e505bfe44b44d36dcc7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+a7a572ce3edd6d476191fbfe92c9c1986e009b34" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7dd65c63c386035f5af0d6f59b2f365fa44b3927b8e755f559f22cfd6825cff9 [INFO] running `Command { std: "docker" "start" "-a" "7dd65c63c386035f5af0d6f59b2f365fa44b3927b8e755f559f22cfd6825cff9", kill_on_drop: false }` [INFO] [stderr] Copying to /tmp/fixit [INFO] [stderr] Running `cargo fix --edition` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking rust-game-physics v0.1.0 (/tmp/fixit) [INFO] [stderr] Migrating src/lib.rs from 2018 edition to 2021 [INFO] [stderr] Fixed src/math/vector.rs (2 fixes) [INFO] [stderr] Fixed src/collision/particle_link.rs (9 fixes) [INFO] [stderr] Fixed src/collision/particle_contact_resolver.rs (7 fixes) [INFO] [stderr] Fixed src/collision/particle_rod.rs (7 fixes) [INFO] [stderr] Fixed src/force/particle_force_anchored_spring.rs (3 fixes) [INFO] [stderr] Fixed src/force/particle_force_spring.rs (2 fixes) [INFO] [stderr] Fixed src/force/mod.rs (2 fixes) [INFO] [stderr] Fixed src/force/particle_force_elastic_bungee_spring.rs (2 fixes) [INFO] [stderr] Fixed src/force/particle_force_gravity.rs (4 fixes) [INFO] [stderr] Fixed src/math/matrix.rs (2 fixes) [INFO] [stderr] Fixed src/force/particle_force_drag.rs (4 fixes) [INFO] [stderr] Fixed src/particle/particle.rs (1 fix) [INFO] [stderr] Fixed src/force/particle_force_buoyancy_spring.rs (4 fixes) [INFO] [stderr] Fixed src/force/particle_force_registry.rs (7 fixes) [INFO] [stderr] Fixed src/force/particle_force_fake_spring.rs (4 fixes) [INFO] [stderr] Fixed src/force/particle_force_generator.rs (7 fixes) [INFO] [stderr] Fixed src/force/particle_force_types.rs (1 fix) [INFO] [stderr] Fixed src/collision/particle_contact.rs (8 fixes) [INFO] [stderr] Fixed src/collision/particle_cable_link.rs (7 fixes) [INFO] [stdout] warning: variable `EPSILON` should have a snake case name [INFO] [stdout] --> src/math/common.rs:34:9 [INFO] [stdout] | [INFO] [stdout] 34 | let EPSILON = 0.00001; [INFO] [stdout] | ^^^^^^^ help: convert the identifier to snake case: `epsilon` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Migrating examples/particle_contact_resolver_01.rs from 2018 edition to 2021 [INFO] [stderr] Migrating examples/particle_force_generator01.rs from 2018 edition to 2021 [INFO] [stderr] Migrating examples/particle_cable_link_01.rs from 2018 edition to 2021 [INFO] [stderr] Migrating examples/particle_force_generator04_elastic_bungee_spring.rs from 2018 edition to 2021 [INFO] [stderr] Migrating examples/particle_contact01.rs from 2018 edition to 2021 [INFO] [stderr] Migrating examples/add_vectors.rs from 2018 edition to 2021 [INFO] [stderr] Migrating examples/particle01.rs from 2018 edition to 2021 [INFO] [stderr] Migrating examples/particle_force_generator06_fake_spring.rs from 2018 edition to 2021 [INFO] [stderr] Migrating examples/particle_force_generator03_anchor_spring.rs from 2018 edition to 2021 [INFO] [stderr] Migrating examples/particle_force_generator02_spring.rs from 2018 edition to 2021 [INFO] [stderr] Migrating examples/particle_force_generator05_buoyancy_spring.rs from 2018 edition to 2021 [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:545:5 [INFO] [stdout] | [INFO] [stdout] 545 | assert_float(c.m[0][0], 20.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 545 | assert_two_float(c.m[0][0], 20.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:546:5 [INFO] [stdout] | [INFO] [stdout] 546 | assert_float(c.m[0][1], 22.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 546 | assert_two_float(c.m[0][1], 22.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:547:5 [INFO] [stdout] | [INFO] [stdout] 547 | assert_float(c.m[0][2], 50.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 547 | assert_two_float(c.m[0][2], 50.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:548:5 [INFO] [stdout] | [INFO] [stdout] 548 | assert_float(c.m[0][3], 48.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 548 | assert_two_float(c.m[0][3], 48.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:550:5 [INFO] [stdout] | [INFO] [stdout] 550 | assert_float(c.m[1][0], 44.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 550 | assert_two_float(c.m[1][0], 44.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:551:5 [INFO] [stdout] | [INFO] [stdout] 551 | assert_float(c.m[1][1], 54.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 551 | assert_two_float(c.m[1][1], 54.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:552:5 [INFO] [stdout] | [INFO] [stdout] 552 | assert_float(c.m[1][2], 114.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 552 | assert_two_float(c.m[1][2], 114.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:553:5 [INFO] [stdout] | [INFO] [stdout] 553 | assert_float(c.m[1][3], 108.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 553 | assert_two_float(c.m[1][3], 108.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:555:5 [INFO] [stdout] | [INFO] [stdout] 555 | assert_float(c.m[2][0], 40.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 555 | assert_two_float(c.m[2][0], 40.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:556:5 [INFO] [stdout] | [INFO] [stdout] 556 | assert_float(c.m[2][1], 58.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 556 | assert_two_float(c.m[2][1], 58.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:557:5 [INFO] [stdout] | [INFO] [stdout] 557 | assert_float(c.m[2][2], 110.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 557 | assert_two_float(c.m[2][2], 110.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:558:5 [INFO] [stdout] | [INFO] [stdout] 558 | assert_float(c.m[2][3], 102.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 558 | assert_two_float(c.m[2][3], 102.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:560:5 [INFO] [stdout] | [INFO] [stdout] 560 | assert_float(c.m[3][0], 16.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 560 | assert_two_float(c.m[3][0], 16.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:561:5 [INFO] [stdout] | [INFO] [stdout] 561 | assert_float(c.m[3][1], 26.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 561 | assert_two_float(c.m[3][1], 26.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:562:5 [INFO] [stdout] | [INFO] [stdout] 562 | assert_float(c.m[3][2], 46.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 562 | assert_two_float(c.m[3][2], 46.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:563:5 [INFO] [stdout] | [INFO] [stdout] 563 | assert_float(c.m[3][3], 42.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 563 | assert_two_float(c.m[3][3], 42.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:576:5 [INFO] [stdout] | [INFO] [stdout] 576 | assert_float(c.x, 18.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 576 | assert_two_float(c.x, 18.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:577:5 [INFO] [stdout] | [INFO] [stdout] 577 | assert_float(c.y, 24.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 577 | assert_two_float(c.y, 24.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:578:5 [INFO] [stdout] | [INFO] [stdout] 578 | assert_float(c.z, 33.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 578 | assert_two_float(c.z, 33.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:579:5 [INFO] [stdout] | [INFO] [stdout] 579 | assert_float(c.w, 1.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 579 | assert_two_float(c.w, 1.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:592:5 [INFO] [stdout] | [INFO] [stdout] 592 | assert_float(c.m[0][0], 1.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 592 | assert_two_float(c.m[0][0], 1.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:593:5 [INFO] [stdout] | [INFO] [stdout] 593 | assert_float(c.m[0][1], 2.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 593 | assert_two_float(c.m[0][1], 2.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:594:5 [INFO] [stdout] | [INFO] [stdout] 594 | assert_float(c.m[0][2], 3.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 594 | assert_two_float(c.m[0][2], 3.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:595:5 [INFO] [stdout] | [INFO] [stdout] 595 | assert_float(c.m[0][3], 4.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 595 | assert_two_float(c.m[0][3], 4.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:597:5 [INFO] [stdout] | [INFO] [stdout] 597 | assert_float(c.m[1][0], 2.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 597 | assert_two_float(c.m[1][0], 2.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:598:5 [INFO] [stdout] | [INFO] [stdout] 598 | assert_float(c.m[1][1], 4.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 598 | assert_two_float(c.m[1][1], 4.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:599:5 [INFO] [stdout] | [INFO] [stdout] 599 | assert_float(c.m[1][2], 4.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 599 | assert_two_float(c.m[1][2], 4.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:600:5 [INFO] [stdout] | [INFO] [stdout] 600 | assert_float(c.m[1][3], 2.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 600 | assert_two_float(c.m[1][3], 2.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:602:5 [INFO] [stdout] | [INFO] [stdout] 602 | assert_float(c.m[2][0], 8.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 602 | assert_two_float(c.m[2][0], 8.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:603:5 [INFO] [stdout] | [INFO] [stdout] 603 | assert_float(c.m[2][1], 6.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 603 | assert_two_float(c.m[2][1], 6.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:604:5 [INFO] [stdout] | [INFO] [stdout] 604 | assert_float(c.m[2][2], 4.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 604 | assert_two_float(c.m[2][2], 4.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:605:5 [INFO] [stdout] | [INFO] [stdout] 605 | assert_float(c.m[2][3], 1.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 605 | assert_two_float(c.m[2][3], 1.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:607:5 [INFO] [stdout] | [INFO] [stdout] 607 | assert_float(c.m[3][0], 0.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 607 | assert_two_float(c.m[3][0], 0.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:608:5 [INFO] [stdout] | [INFO] [stdout] 608 | assert_float(c.m[3][1], 0.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 608 | assert_two_float(c.m[3][1], 0.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:609:5 [INFO] [stdout] | [INFO] [stdout] 609 | assert_float(c.m[3][2], 0.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 609 | assert_two_float(c.m[3][2], 0.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:610:5 [INFO] [stdout] | [INFO] [stdout] 610 | assert_float(c.m[3][3], 1.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 610 | assert_two_float(c.m[3][3], 1.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:621:5 [INFO] [stdout] | [INFO] [stdout] 621 | assert_float(b.m[0][0], 1.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 621 | assert_two_float(b.m[0][0], 1.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:622:5 [INFO] [stdout] | [INFO] [stdout] 622 | assert_float(b.m[0][1], 2.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 622 | assert_two_float(b.m[0][1], 2.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:623:5 [INFO] [stdout] | [INFO] [stdout] 623 | assert_float(b.m[0][2], 8.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 623 | assert_two_float(b.m[0][2], 8.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:624:5 [INFO] [stdout] | [INFO] [stdout] 624 | assert_float(b.m[0][3], 0.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 624 | assert_two_float(b.m[0][3], 0.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:626:5 [INFO] [stdout] | [INFO] [stdout] 626 | assert_float(b.m[1][0], 2.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 626 | assert_two_float(b.m[1][0], 2.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:627:5 [INFO] [stdout] | [INFO] [stdout] 627 | assert_float(b.m[1][1], 4.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 627 | assert_two_float(b.m[1][1], 4.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:628:5 [INFO] [stdout] | [INFO] [stdout] 628 | assert_float(b.m[1][2], 6.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 628 | assert_two_float(b.m[1][2], 6.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:629:5 [INFO] [stdout] | [INFO] [stdout] 629 | assert_float(b.m[1][3], 0.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 629 | assert_two_float(b.m[1][3], 0.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:631:5 [INFO] [stdout] | [INFO] [stdout] 631 | assert_float(b.m[2][0], 3.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 631 | assert_two_float(b.m[2][0], 3.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:632:5 [INFO] [stdout] | [INFO] [stdout] 632 | assert_float(b.m[2][1], 4.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 632 | assert_two_float(b.m[2][1], 4.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:633:5 [INFO] [stdout] | [INFO] [stdout] 633 | assert_float(b.m[2][2], 4.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 633 | assert_two_float(b.m[2][2], 4.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:634:5 [INFO] [stdout] | [INFO] [stdout] 634 | assert_float(b.m[2][3], 0.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 634 | assert_two_float(b.m[2][3], 0.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:636:5 [INFO] [stdout] | [INFO] [stdout] 636 | assert_float(b.m[3][0], 4.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 636 | assert_two_float(b.m[3][0], 4.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:637:5 [INFO] [stdout] | [INFO] [stdout] 637 | assert_float(b.m[3][1], 2.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 637 | assert_two_float(b.m[3][1], 2.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:638:5 [INFO] [stdout] | [INFO] [stdout] 638 | assert_float(b.m[3][2], 1.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 638 | assert_two_float(b.m[3][2], 1.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:639:5 [INFO] [stdout] | [INFO] [stdout] 639 | assert_float(b.m[3][3], 1.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 639 | assert_two_float(b.m[3][3], 1.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:655:5 [INFO] [stdout] | [INFO] [stdout] 655 | assert_float(b, 17.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 655 | assert_two_float(b, 17.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:663:5 [INFO] [stdout] | [INFO] [stdout] 663 | assert_float(b.m[0][0], -3.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 663 | assert_two_float(b.m[0][0], -3.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:664:5 [INFO] [stdout] | [INFO] [stdout] 664 | assert_float(b.m[0][1], 2.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 664 | assert_two_float(b.m[0][1], 2.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:665:5 [INFO] [stdout] | [INFO] [stdout] 665 | assert_float(b.m[1][0], 0.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 665 | assert_two_float(b.m[1][0], 0.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:666:5 [INFO] [stdout] | [INFO] [stdout] 666 | assert_float(b.m[1][1], 6.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 666 | assert_two_float(b.m[1][1], 6.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:673:5 [INFO] [stdout] | [INFO] [stdout] 673 | assert_float(b.m[0][0], -6.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 673 | assert_two_float(b.m[0][0], -6.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:674:5 [INFO] [stdout] | [INFO] [stdout] 674 | assert_float(b.m[0][1], 1.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 674 | assert_two_float(b.m[0][1], 1.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:675:5 [INFO] [stdout] | [INFO] [stdout] 675 | assert_float(b.m[0][2], 6.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 675 | assert_two_float(b.m[0][2], 6.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:677:5 [INFO] [stdout] | [INFO] [stdout] 677 | assert_float(b.m[1][0], -8.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 677 | assert_two_float(b.m[1][0], -8.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:678:5 [INFO] [stdout] | [INFO] [stdout] 678 | assert_float(b.m[1][1], 8.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 678 | assert_two_float(b.m[1][1], 8.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:679:5 [INFO] [stdout] | [INFO] [stdout] 679 | assert_float(b.m[1][2], 6.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 679 | assert_two_float(b.m[1][2], 6.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:681:5 [INFO] [stdout] | [INFO] [stdout] 681 | assert_float(b.m[2][0], -7.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 681 | assert_two_float(b.m[2][0], -7.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:682:5 [INFO] [stdout] | [INFO] [stdout] 682 | assert_float(b.m[2][1], -1.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 682 | assert_two_float(b.m[2][1], -1.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:683:5 [INFO] [stdout] | [INFO] [stdout] 683 | assert_float(b.m[2][2], 1.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 683 | assert_two_float(b.m[2][2], 1.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:693:5 [INFO] [stdout] | [INFO] [stdout] 693 | assert_float(det_b, 25.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 693 | assert_two_float(det_b, 25.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:694:5 [INFO] [stdout] | [INFO] [stdout] 694 | assert_float(minor_a, 25.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 694 | assert_two_float(minor_a, 25.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:703:5 [INFO] [stdout] | [INFO] [stdout] 703 | assert_float(minor_a, -12.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 703 | assert_two_float(minor_a, -12.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:704:5 [INFO] [stdout] | [INFO] [stdout] 704 | assert_float(cofactor_a, -12.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 704 | assert_two_float(cofactor_a, -12.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:709:5 [INFO] [stdout] | [INFO] [stdout] 709 | assert_float(minor_a, 25.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 709 | assert_two_float(minor_a, 25.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:710:5 [INFO] [stdout] | [INFO] [stdout] 710 | assert_float(cofactor_a, -25.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 710 | assert_two_float(cofactor_a, -25.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:723:5 [INFO] [stdout] | [INFO] [stdout] 723 | assert_float(cofactor_a1, 56.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 723 | assert_two_float(cofactor_a1, 56.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:724:5 [INFO] [stdout] | [INFO] [stdout] 724 | assert_float(cofactor_a2, 12.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 724 | assert_two_float(cofactor_a2, 12.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:725:5 [INFO] [stdout] | [INFO] [stdout] 725 | assert_float(cofactor_a3, -46.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 725 | assert_two_float(cofactor_a3, -46.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:727:5 [INFO] [stdout] | [INFO] [stdout] 727 | assert_float(det_a, -196.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 727 | assert_two_float(det_a, -196.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:743:5 [INFO] [stdout] | [INFO] [stdout] 743 | assert_float(cofactor_a1, 690.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 743 | assert_two_float(cofactor_a1, 690.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:744:5 [INFO] [stdout] | [INFO] [stdout] 744 | assert_float(cofactor_a2, 447.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 744 | assert_two_float(cofactor_a2, 447.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:745:5 [INFO] [stdout] | [INFO] [stdout] 745 | assert_float(cofactor_a3, 210.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 745 | assert_two_float(cofactor_a3, 210.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:746:5 [INFO] [stdout] | [INFO] [stdout] 746 | assert_float(cofactor_a4, 51.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 746 | assert_two_float(cofactor_a4, 51.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:748:5 [INFO] [stdout] | [INFO] [stdout] 748 | assert_float(det_a, -4071.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 748 | assert_two_float(det_a, -4071.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_matrix` in this scope [INFO] [stdout] --> src/math/matrix.rs:759:5 [INFO] [stdout] | [INFO] [stdout] 759 | assert_matrix(&m_inv, &m_expected); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_matrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:774:5 [INFO] [stdout] | [INFO] [stdout] 774 | assert_float(det_a, -2120.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 774 | assert_two_float(det_a, -2120.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_matrix` in this scope [INFO] [stdout] --> src/math/matrix.rs:775:5 [INFO] [stdout] | [INFO] [stdout] 775 | assert_matrix(&Matrix::invert(&a).unwrap(), &a_inv); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_matrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:783:5 [INFO] [stdout] | [INFO] [stdout] 783 | assert_float(det_a, 0.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 783 | assert_two_float(det_a, 0.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:800:5 [INFO] [stdout] | [INFO] [stdout] 800 | assert_float(det_a, 532.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 800 | assert_two_float(det_a, 532.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:802:5 [INFO] [stdout] | [INFO] [stdout] 802 | assert_float(cofactor_a1, -160.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 802 | assert_two_float(cofactor_a1, -160.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:803:5 [INFO] [stdout] | [INFO] [stdout] 803 | assert_float(cofactor_a2, 105.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 803 | assert_two_float(cofactor_a2, 105.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:805:5 [INFO] [stdout] | [INFO] [stdout] 805 | assert_float(b.m[3][2], -160.0 / 532.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 805 | assert_two_float(b.m[3][2], -160.0 / 532.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:806:5 [INFO] [stdout] | [INFO] [stdout] 806 | assert_float(b.m[2][3], 105.0 / 532.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 806 | assert_two_float(b.m[2][3], 105.0 / 532.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:808:5 [INFO] [stdout] | [INFO] [stdout] 808 | assert_float(b.m[0][0], 0.21805); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 808 | assert_two_float(b.m[0][0], 0.21805); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:809:5 [INFO] [stdout] | [INFO] [stdout] 809 | assert_float(b.m[0][1], 0.45113); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 809 | assert_two_float(b.m[0][1], 0.45113); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:810:5 [INFO] [stdout] | [INFO] [stdout] 810 | assert_float(b.m[0][2], 0.24060); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 810 | assert_two_float(b.m[0][2], 0.24060); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:811:5 [INFO] [stdout] | [INFO] [stdout] 811 | assert_float(b.m[0][3], -0.04511); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 811 | assert_two_float(b.m[0][3], -0.04511); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:813:5 [INFO] [stdout] | [INFO] [stdout] 813 | assert_float(b.m[1][0], -0.80827); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 813 | assert_two_float(b.m[1][0], -0.80827); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:814:5 [INFO] [stdout] | [INFO] [stdout] 814 | assert_float(b.m[1][1], -1.45677); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 814 | assert_two_float(b.m[1][1], -1.45677); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:815:5 [INFO] [stdout] | [INFO] [stdout] 815 | assert_float(b.m[1][2], -0.44361); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 815 | assert_two_float(b.m[1][2], -0.44361); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:816:5 [INFO] [stdout] | [INFO] [stdout] 816 | assert_float(b.m[1][3], 0.52068); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 816 | assert_two_float(b.m[1][3], 0.52068); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:818:5 [INFO] [stdout] | [INFO] [stdout] 818 | assert_float(b.m[2][0], -0.07895); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 818 | assert_two_float(b.m[2][0], -0.07895); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:819:5 [INFO] [stdout] | [INFO] [stdout] 819 | assert_float(b.m[2][1], -0.22368); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 819 | assert_two_float(b.m[2][1], -0.22368); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:820:5 [INFO] [stdout] | [INFO] [stdout] 820 | assert_float(b.m[2][2], -0.05263); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 820 | assert_two_float(b.m[2][2], -0.05263); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:821:5 [INFO] [stdout] | [INFO] [stdout] 821 | assert_float(b.m[2][3], 0.19737); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 821 | assert_two_float(b.m[2][3], 0.19737); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:823:5 [INFO] [stdout] | [INFO] [stdout] 823 | assert_float(b.m[3][0], -0.52256); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 823 | assert_two_float(b.m[3][0], -0.52256); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:824:5 [INFO] [stdout] | [INFO] [stdout] 824 | assert_float(b.m[3][1], -0.81391); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 824 | assert_two_float(b.m[3][1], -0.81391); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:825:5 [INFO] [stdout] | [INFO] [stdout] 825 | assert_float(b.m[3][2], -0.30075); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 825 | assert_two_float(b.m[3][2], -0.30075); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:826:5 [INFO] [stdout] | [INFO] [stdout] 826 | assert_float(b.m[3][3], 0.30639); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 826 | assert_two_float(b.m[3][3], 0.30639); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:837:5 [INFO] [stdout] | [INFO] [stdout] 837 | assert_float(b.m[0][0], -0.15385); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 837 | assert_two_float(b.m[0][0], -0.15385); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:838:5 [INFO] [stdout] | [INFO] [stdout] 838 | assert_float(b.m[0][1], -0.15385); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 838 | assert_two_float(b.m[0][1], -0.15385); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:839:5 [INFO] [stdout] | [INFO] [stdout] 839 | assert_float(b.m[0][2], -0.28205); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 839 | assert_two_float(b.m[0][2], -0.28205); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:840:5 [INFO] [stdout] | [INFO] [stdout] 840 | assert_float(b.m[0][3], -0.53846); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 840 | assert_two_float(b.m[0][3], -0.53846); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:842:5 [INFO] [stdout] | [INFO] [stdout] 842 | assert_float(b.m[1][0], -0.07692); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 842 | assert_two_float(b.m[1][0], -0.07692); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:843:5 [INFO] [stdout] | [INFO] [stdout] 843 | assert_float(b.m[1][1], 0.12308); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 843 | assert_two_float(b.m[1][1], 0.12308); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:844:5 [INFO] [stdout] | [INFO] [stdout] 844 | assert_float(b.m[1][2], 0.02564); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 844 | assert_two_float(b.m[1][2], 0.02564); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:845:5 [INFO] [stdout] | [INFO] [stdout] 845 | assert_float(b.m[1][3], 0.03077); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 845 | assert_two_float(b.m[1][3], 0.03077); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:847:5 [INFO] [stdout] | [INFO] [stdout] 847 | assert_float(b.m[2][0], 0.35897); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 847 | assert_two_float(b.m[2][0], 0.35897); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:848:5 [INFO] [stdout] | [INFO] [stdout] 848 | assert_float(b.m[2][1], 0.35897); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 848 | assert_two_float(b.m[2][1], 0.35897); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:849:5 [INFO] [stdout] | [INFO] [stdout] 849 | assert_float(b.m[2][2], 0.43590); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 849 | assert_two_float(b.m[2][2], 0.43590); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:850:5 [INFO] [stdout] | [INFO] [stdout] 850 | assert_float(b.m[2][3], 0.92308); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 850 | assert_two_float(b.m[2][3], 0.92308); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:852:5 [INFO] [stdout] | [INFO] [stdout] 852 | assert_float(b.m[3][0], -0.69231); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 852 | assert_two_float(b.m[3][0], -0.69231); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:853:5 [INFO] [stdout] | [INFO] [stdout] 853 | assert_float(b.m[3][1], -0.69231); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 853 | assert_two_float(b.m[3][1], -0.69231); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:854:5 [INFO] [stdout] | [INFO] [stdout] 854 | assert_float(b.m[3][2], -0.76923); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 854 | assert_two_float(b.m[3][2], -0.76923); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:855:5 [INFO] [stdout] | [INFO] [stdout] 855 | assert_float(b.m[3][3], -1.92308); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 855 | assert_two_float(b.m[3][3], -1.92308); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:866:5 [INFO] [stdout] | [INFO] [stdout] 866 | assert_float(b.m[0][0], -0.04074); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 866 | assert_two_float(b.m[0][0], -0.04074); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:867:5 [INFO] [stdout] | [INFO] [stdout] 867 | assert_float(b.m[0][1], -0.07778); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 867 | assert_two_float(b.m[0][1], -0.07778); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:868:5 [INFO] [stdout] | [INFO] [stdout] 868 | assert_float(b.m[0][2], 0.14444); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 868 | assert_two_float(b.m[0][2], 0.14444); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:869:5 [INFO] [stdout] | [INFO] [stdout] 869 | assert_float(b.m[0][3], -0.22222); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 869 | assert_two_float(b.m[0][3], -0.22222); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:871:5 [INFO] [stdout] | [INFO] [stdout] 871 | assert_float(b.m[1][0], -0.07778); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 871 | assert_two_float(b.m[1][0], -0.07778); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:872:5 [INFO] [stdout] | [INFO] [stdout] 872 | assert_float(b.m[1][1], 0.03333); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 872 | assert_two_float(b.m[1][1], 0.03333); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:873:5 [INFO] [stdout] | [INFO] [stdout] 873 | assert_float(b.m[1][2], 0.36667); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 873 | assert_two_float(b.m[1][2], 0.36667); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:874:5 [INFO] [stdout] | [INFO] [stdout] 874 | assert_float(b.m[1][3], -0.33333); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 874 | assert_two_float(b.m[1][3], -0.33333); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:876:5 [INFO] [stdout] | [INFO] [stdout] 876 | assert_float(b.m[2][0], -0.02901); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 876 | assert_two_float(b.m[2][0], -0.02901); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:877:5 [INFO] [stdout] | [INFO] [stdout] 877 | assert_float(b.m[2][1], -0.14630); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 877 | assert_two_float(b.m[2][1], -0.14630); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:878:5 [INFO] [stdout] | [INFO] [stdout] 878 | assert_float(b.m[2][2], -0.10926); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 878 | assert_two_float(b.m[2][2], -0.10926); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:879:5 [INFO] [stdout] | [INFO] [stdout] 879 | assert_float(b.m[2][3], 0.12963); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 879 | assert_two_float(b.m[2][3], 0.12963); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:881:5 [INFO] [stdout] | [INFO] [stdout] 881 | assert_float(b.m[3][0], 0.17778); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 881 | assert_two_float(b.m[3][0], 0.17778); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:882:5 [INFO] [stdout] | [INFO] [stdout] 882 | assert_float(b.m[3][1], 0.06667); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 882 | assert_two_float(b.m[3][1], 0.06667); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:883:5 [INFO] [stdout] | [INFO] [stdout] 883 | assert_float(b.m[3][2], -0.26667); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 883 | assert_two_float(b.m[3][2], -0.26667); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:884:5 [INFO] [stdout] | [INFO] [stdout] 884 | assert_float(b.m[3][3], 0.33333); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 884 | assert_two_float(b.m[3][3], 0.33333); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:901:5 [INFO] [stdout] | [INFO] [stdout] 901 | assert_float(a.m[0][0], a2.m[0][0]); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 901 | assert_two_float(a.m[0][0], a2.m[0][0]); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:902:5 [INFO] [stdout] | [INFO] [stdout] 902 | assert_float(a.m[0][1], a2.m[0][1]); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 902 | assert_two_float(a.m[0][1], a2.m[0][1]); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:903:5 [INFO] [stdout] | [INFO] [stdout] 903 | assert_float(a.m[0][2], a2.m[0][2]); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 903 | assert_two_float(a.m[0][2], a2.m[0][2]); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:904:5 [INFO] [stdout] | [INFO] [stdout] 904 | assert_float(a.m[0][3], a2.m[0][3]); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 904 | assert_two_float(a.m[0][3], a2.m[0][3]); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:906:5 [INFO] [stdout] | [INFO] [stdout] 906 | assert_float(a.m[1][0], a2.m[1][0]); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 906 | assert_two_float(a.m[1][0], a2.m[1][0]); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:907:5 [INFO] [stdout] | [INFO] [stdout] 907 | assert_float(a.m[1][1], a2.m[1][1]); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 907 | assert_two_float(a.m[1][1], a2.m[1][1]); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:908:5 [INFO] [stdout] | [INFO] [stdout] 908 | assert_float(a.m[1][2], a2.m[1][2]); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 908 | assert_two_float(a.m[1][2], a2.m[1][2]); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:909:5 [INFO] [stdout] | [INFO] [stdout] 909 | assert_float(a.m[1][3], a2.m[1][3]); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 909 | assert_two_float(a.m[1][3], a2.m[1][3]); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:911:5 [INFO] [stdout] | [INFO] [stdout] 911 | assert_float(a.m[2][0], a2.m[2][0]); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 911 | assert_two_float(a.m[2][0], a2.m[2][0]); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:912:5 [INFO] [stdout] | [INFO] [stdout] 912 | assert_float(a.m[2][1], a2.m[2][1]); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 912 | assert_two_float(a.m[2][1], a2.m[2][1]); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:913:5 [INFO] [stdout] | [INFO] [stdout] 913 | assert_float(a.m[2][2], a2.m[2][2]); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 913 | assert_two_float(a.m[2][2], a2.m[2][2]); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:914:5 [INFO] [stdout] | [INFO] [stdout] 914 | assert_float(a.m[2][3], a2.m[2][3]); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 914 | assert_two_float(a.m[2][3], a2.m[2][3]); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:916:5 [INFO] [stdout] | [INFO] [stdout] 916 | assert_float(a.m[3][0], a2.m[3][0]); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 916 | assert_two_float(a.m[3][0], a2.m[3][0]); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:917:5 [INFO] [stdout] | [INFO] [stdout] 917 | assert_float(a.m[3][1], a2.m[3][1]); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 917 | assert_two_float(a.m[3][1], a2.m[3][1]); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:918:5 [INFO] [stdout] | [INFO] [stdout] 918 | assert_float(a.m[3][2], a2.m[3][2]); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 918 | assert_two_float(a.m[3][2], a2.m[3][2]); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:919:5 [INFO] [stdout] | [INFO] [stdout] 919 | assert_float(a.m[3][3], a2.m[3][3]); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 919 | assert_two_float(a.m[3][3], a2.m[3][3]); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:929:5 [INFO] [stdout] | [INFO] [stdout] 929 | assert_float(p_transformed.x, 2.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 929 | assert_two_float(p_transformed.x, 2.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:930:5 [INFO] [stdout] | [INFO] [stdout] 930 | assert_float(p_transformed.y, 1.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 930 | assert_two_float(p_transformed.y, 1.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:931:5 [INFO] [stdout] | [INFO] [stdout] 931 | assert_float(p_transformed.z, 7.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 931 | assert_two_float(p_transformed.z, 7.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:944:5 [INFO] [stdout] | [INFO] [stdout] 944 | assert_float(p_transformed.x, -8.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 944 | assert_two_float(p_transformed.x, -8.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:945:5 [INFO] [stdout] | [INFO] [stdout] 945 | assert_float(p_transformed.y, 7.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 945 | assert_two_float(p_transformed.y, 7.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:946:5 [INFO] [stdout] | [INFO] [stdout] 946 | assert_float(p_transformed.z, 3.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 946 | assert_two_float(p_transformed.z, 3.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:957:5 [INFO] [stdout] | [INFO] [stdout] 957 | assert_float(v_transformed.x, v.x); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 957 | assert_two_float(v_transformed.x, v.x); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:958:5 [INFO] [stdout] | [INFO] [stdout] 958 | assert_float(v_transformed.y, v.y); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 958 | assert_two_float(v_transformed.y, v.y); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:959:5 [INFO] [stdout] | [INFO] [stdout] 959 | assert_float(v_transformed.z, v.z); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 959 | assert_two_float(v_transformed.z, v.z); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:970:5 [INFO] [stdout] | [INFO] [stdout] 970 | assert_float(p_transformed.x, -8.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 970 | assert_two_float(p_transformed.x, -8.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:971:5 [INFO] [stdout] | [INFO] [stdout] 971 | assert_float(p_transformed.y, 18.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 971 | assert_two_float(p_transformed.y, 18.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:972:5 [INFO] [stdout] | [INFO] [stdout] 972 | assert_float(p_transformed.z, 32.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 972 | assert_two_float(p_transformed.z, 32.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:983:5 [INFO] [stdout] | [INFO] [stdout] 983 | assert_float(v_transformed.x, -8.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 983 | assert_two_float(v_transformed.x, -8.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:984:5 [INFO] [stdout] | [INFO] [stdout] 984 | assert_float(v_transformed.y, 18.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 984 | assert_two_float(v_transformed.y, 18.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:985:5 [INFO] [stdout] | [INFO] [stdout] 985 | assert_float(v_transformed.z, 32.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 985 | assert_two_float(v_transformed.z, 32.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:998:5 [INFO] [stdout] | [INFO] [stdout] 998 | assert_float(v_transformed.x, -2.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 998 | assert_two_float(v_transformed.x, -2.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:999:5 [INFO] [stdout] | [INFO] [stdout] 999 | assert_float(v_transformed.y, 2.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 999 | assert_two_float(v_transformed.y, 2.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1000:5 [INFO] [stdout] | [INFO] [stdout] 1000 | assert_float(v_transformed.z, 2.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1000 | assert_two_float(v_transformed.z, 2.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1011:5 [INFO] [stdout] | [INFO] [stdout] 1011 | assert_float(p_transformed.x, -2.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1011 | assert_two_float(p_transformed.x, -2.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1012:5 [INFO] [stdout] | [INFO] [stdout] 1012 | assert_float(p_transformed.y, 3.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1012 | assert_two_float(p_transformed.y, 3.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1013:5 [INFO] [stdout] | [INFO] [stdout] 1013 | assert_float(p_transformed.z, 4.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1013 | assert_two_float(p_transformed.z, 4.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PI` in this scope [INFO] [stdout] --> src/math/matrix.rs:1020:41 [INFO] [stdout] | [INFO] [stdout] 1020 | let half_quarter = Matrix::rotate_x(PI / 4.0); [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 5 | use core::f32::consts::PI; [INFO] [stdout] | [INFO] [stdout] 5 | use core::f64::consts::PI; [INFO] [stdout] | [INFO] [stdout] 5 | use std::f32::consts::PI; [INFO] [stdout] | [INFO] [stdout] 5 | use std::f64::consts::PI; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PI` in this scope [INFO] [stdout] --> src/math/matrix.rs:1021:41 [INFO] [stdout] | [INFO] [stdout] 1021 | let full_quarter = Matrix::rotate_x(PI / 2.0); [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 5 | use core::f32::consts::PI; [INFO] [stdout] | [INFO] [stdout] 5 | use core::f64::consts::PI; [INFO] [stdout] | [INFO] [stdout] 5 | use std::f32::consts::PI; [INFO] [stdout] | [INFO] [stdout] 5 | use std::f64::consts::PI; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1028:5 [INFO] [stdout] | [INFO] [stdout] 1028 | assert_float(half.x, 0.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1028 | assert_two_float(half.x, 0.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1029:5 [INFO] [stdout] | [INFO] [stdout] 1029 | assert_float(half.y, sqrt2_half); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1029 | assert_two_float(half.y, sqrt2_half); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1030:5 [INFO] [stdout] | [INFO] [stdout] 1030 | assert_float(half.z, sqrt2_half); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1030 | assert_two_float(half.z, sqrt2_half); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1033:5 [INFO] [stdout] | [INFO] [stdout] 1033 | assert_float(full.x, 0.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1033 | assert_two_float(full.x, 0.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1034:5 [INFO] [stdout] | [INFO] [stdout] 1034 | assert_float(full.y, 0.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1034 | assert_two_float(full.y, 0.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1035:5 [INFO] [stdout] | [INFO] [stdout] 1035 | assert_float(full.z, 1.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1035 | assert_two_float(full.z, 1.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PI` in this scope [INFO] [stdout] --> src/math/matrix.rs:1042:41 [INFO] [stdout] | [INFO] [stdout] 1042 | let half_quarter = Matrix::rotate_x(PI / 4.0); [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 5 | use core::f32::consts::PI; [INFO] [stdout] | [INFO] [stdout] 5 | use core::f64::consts::PI; [INFO] [stdout] | [INFO] [stdout] 5 | use std::f32::consts::PI; [INFO] [stdout] | [INFO] [stdout] 5 | use std::f64::consts::PI; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SQRT_2` in this scope [INFO] [stdout] --> src/math/matrix.rs:1047:22 [INFO] [stdout] | [INFO] [stdout] 1047 | let sqrt2_half = SQRT_2 / 2.0; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 5 | use core::f32::consts::SQRT_2; [INFO] [stdout] | [INFO] [stdout] 5 | use core::f64::consts::SQRT_2; [INFO] [stdout] | [INFO] [stdout] 5 | use std::f32::consts::SQRT_2; [INFO] [stdout] | [INFO] [stdout] 5 | use std::f64::consts::SQRT_2; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_vector` in this scope [INFO] [stdout] --> src/math/matrix.rs:1049:5 [INFO] [stdout] | [INFO] [stdout] 1049 | assert_vector(&half, &expected); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_vector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1051:5 [INFO] [stdout] | [INFO] [stdout] 1051 | assert_float(half.x, 0.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1051 | assert_two_float(half.x, 0.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1052:5 [INFO] [stdout] | [INFO] [stdout] 1052 | assert_float(half.y, sqrt2_half); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1052 | assert_two_float(half.y, sqrt2_half); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1053:5 [INFO] [stdout] | [INFO] [stdout] 1053 | assert_float(half.z, -sqrt2_half); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1053 | assert_two_float(half.z, -sqrt2_half); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PI` in this scope [INFO] [stdout] --> src/math/matrix.rs:1060:41 [INFO] [stdout] | [INFO] [stdout] 1060 | let half_quarter = Matrix::rotate_y(PI / 4.0); [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 5 | use core::f32::consts::PI; [INFO] [stdout] | [INFO] [stdout] 5 | use core::f64::consts::PI; [INFO] [stdout] | [INFO] [stdout] 5 | use std::f32::consts::PI; [INFO] [stdout] | [INFO] [stdout] 5 | use std::f64::consts::PI; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PI` in this scope [INFO] [stdout] --> src/math/matrix.rs:1061:41 [INFO] [stdout] | [INFO] [stdout] 1061 | let full_quarter = Matrix::rotate_y(PI / 2.0); [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 5 | use core::f32::consts::PI; [INFO] [stdout] | [INFO] [stdout] 5 | use core::f64::consts::PI; [INFO] [stdout] | [INFO] [stdout] 5 | use std::f32::consts::PI; [INFO] [stdout] | [INFO] [stdout] 5 | use std::f64::consts::PI; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SQRT_2` in this scope [INFO] [stdout] --> src/math/matrix.rs:1066:22 [INFO] [stdout] | [INFO] [stdout] 1066 | let sqrt2_half = SQRT_2 / 2.0; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 5 | use core::f32::consts::SQRT_2; [INFO] [stdout] | [INFO] [stdout] 5 | use core::f64::consts::SQRT_2; [INFO] [stdout] | [INFO] [stdout] 5 | use std::f32::consts::SQRT_2; [INFO] [stdout] | [INFO] [stdout] 5 | use std::f64::consts::SQRT_2; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_vector` in this scope [INFO] [stdout] --> src/math/matrix.rs:1069:5 [INFO] [stdout] | [INFO] [stdout] 1069 | assert_vector(&half, &half_expected); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_vector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1071:5 [INFO] [stdout] | [INFO] [stdout] 1071 | assert_float(half.x, sqrt2_half); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1071 | assert_two_float(half.x, sqrt2_half); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1072:5 [INFO] [stdout] | [INFO] [stdout] 1072 | assert_float(half.y, 0.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1072 | assert_two_float(half.y, 0.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1073:5 [INFO] [stdout] | [INFO] [stdout] 1073 | assert_float(half.z, sqrt2_half); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1073 | assert_two_float(half.z, sqrt2_half); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_vector` in this scope [INFO] [stdout] --> src/math/matrix.rs:1077:5 [INFO] [stdout] | [INFO] [stdout] 1077 | assert_vector(&full, &full_expected); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_vector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1079:5 [INFO] [stdout] | [INFO] [stdout] 1079 | assert_float(full.x, 1.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1079 | assert_two_float(full.x, 1.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1080:5 [INFO] [stdout] | [INFO] [stdout] 1080 | assert_float(full.y, 0.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1080 | assert_two_float(full.y, 0.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1081:5 [INFO] [stdout] | [INFO] [stdout] 1081 | assert_float(full.z, 0.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1081 | assert_two_float(full.z, 0.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PI` in this scope [INFO] [stdout] --> src/math/matrix.rs:1088:41 [INFO] [stdout] | [INFO] [stdout] 1088 | let half_quarter = Matrix::rotate_z(PI / 4.0); [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 5 | use core::f32::consts::PI; [INFO] [stdout] | [INFO] [stdout] 5 | use core::f64::consts::PI; [INFO] [stdout] | [INFO] [stdout] 5 | use std::f32::consts::PI; [INFO] [stdout] | [INFO] [stdout] 5 | use std::f64::consts::PI; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PI` in this scope [INFO] [stdout] --> src/math/matrix.rs:1089:41 [INFO] [stdout] | [INFO] [stdout] 1089 | let full_quarter = Matrix::rotate_z(PI / 2.0); [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 5 | use core::f32::consts::PI; [INFO] [stdout] | [INFO] [stdout] 5 | use core::f64::consts::PI; [INFO] [stdout] | [INFO] [stdout] 5 | use std::f32::consts::PI; [INFO] [stdout] | [INFO] [stdout] 5 | use std::f64::consts::PI; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SQRT_2` in this scope [INFO] [stdout] --> src/math/matrix.rs:1094:22 [INFO] [stdout] | [INFO] [stdout] 1094 | let sqrt2_half = SQRT_2 / 2.0; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 5 | use core::f32::consts::SQRT_2; [INFO] [stdout] | [INFO] [stdout] 5 | use core::f64::consts::SQRT_2; [INFO] [stdout] | [INFO] [stdout] 5 | use std::f32::consts::SQRT_2; [INFO] [stdout] | [INFO] [stdout] 5 | use std::f64::consts::SQRT_2; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_vector` in this scope [INFO] [stdout] --> src/math/matrix.rs:1097:5 [INFO] [stdout] | [INFO] [stdout] 1097 | assert_vector(&half, &half_expected); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_vector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1099:5 [INFO] [stdout] | [INFO] [stdout] 1099 | assert_float(half.x, -sqrt2_half); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1099 | assert_two_float(half.x, -sqrt2_half); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1100:5 [INFO] [stdout] | [INFO] [stdout] 1100 | assert_float(half.y, sqrt2_half); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1100 | assert_two_float(half.y, sqrt2_half); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1101:5 [INFO] [stdout] | [INFO] [stdout] 1101 | assert_float(half.z, 0.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1101 | assert_two_float(half.z, 0.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_vector` in this scope [INFO] [stdout] --> src/math/matrix.rs:1105:5 [INFO] [stdout] | [INFO] [stdout] 1105 | assert_vector(&full, &full_expected); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_vector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1107:5 [INFO] [stdout] | [INFO] [stdout] 1107 | assert_float(full.x, -1.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1107 | assert_two_float(full.x, -1.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1108:5 [INFO] [stdout] | [INFO] [stdout] 1108 | assert_float(full.y, 0.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1108 | assert_two_float(full.y, 0.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1109:5 [INFO] [stdout] | [INFO] [stdout] 1109 | assert_float(full.z, 0.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1109 | assert_two_float(full.z, 0.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1119:5 [INFO] [stdout] | [INFO] [stdout] 1119 | assert_float(p_transformed.x, 5.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1119 | assert_two_float(p_transformed.x, 5.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1120:5 [INFO] [stdout] | [INFO] [stdout] 1120 | assert_float(p_transformed.y, 3.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1120 | assert_two_float(p_transformed.y, 3.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1121:5 [INFO] [stdout] | [INFO] [stdout] 1121 | assert_float(p_transformed.z, 4.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1121 | assert_two_float(p_transformed.z, 4.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1128:5 [INFO] [stdout] | [INFO] [stdout] 1128 | assert_float(p_transformed.x, 6.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1128 | assert_two_float(p_transformed.x, 6.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1129:5 [INFO] [stdout] | [INFO] [stdout] 1129 | assert_float(p_transformed.y, 3.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1129 | assert_two_float(p_transformed.y, 3.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1130:5 [INFO] [stdout] | [INFO] [stdout] 1130 | assert_float(p_transformed.z, 4.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1130 | assert_two_float(p_transformed.z, 4.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1137:5 [INFO] [stdout] | [INFO] [stdout] 1137 | assert_float(p_transformed.x, 2.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1137 | assert_two_float(p_transformed.x, 2.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1138:5 [INFO] [stdout] | [INFO] [stdout] 1138 | assert_float(p_transformed.y, 5.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1138 | assert_two_float(p_transformed.y, 5.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1139:5 [INFO] [stdout] | [INFO] [stdout] 1139 | assert_float(p_transformed.z, 4.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1139 | assert_two_float(p_transformed.z, 4.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1146:5 [INFO] [stdout] | [INFO] [stdout] 1146 | assert_float(p_transformed.x, 2.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1146 | assert_two_float(p_transformed.x, 2.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1147:5 [INFO] [stdout] | [INFO] [stdout] 1147 | assert_float(p_transformed.y, 7.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1147 | assert_two_float(p_transformed.y, 7.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1148:5 [INFO] [stdout] | [INFO] [stdout] 1148 | assert_float(p_transformed.z, 4.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1148 | assert_two_float(p_transformed.z, 4.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1155:5 [INFO] [stdout] | [INFO] [stdout] 1155 | assert_float(p_transformed.x, 2.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1155 | assert_two_float(p_transformed.x, 2.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1156:5 [INFO] [stdout] | [INFO] [stdout] 1156 | assert_float(p_transformed.y, 3.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1156 | assert_two_float(p_transformed.y, 3.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1157:5 [INFO] [stdout] | [INFO] [stdout] 1157 | assert_float(p_transformed.z, 6.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1157 | assert_two_float(p_transformed.z, 6.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1164:5 [INFO] [stdout] | [INFO] [stdout] 1164 | assert_float(p_transformed.x, 2.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1164 | assert_two_float(p_transformed.x, 2.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1165:5 [INFO] [stdout] | [INFO] [stdout] 1165 | assert_float(p_transformed.y, 3.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1165 | assert_two_float(p_transformed.y, 3.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1166:5 [INFO] [stdout] | [INFO] [stdout] 1166 | assert_float(p_transformed.z, 7.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1166 | assert_two_float(p_transformed.z, 7.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PI` in this scope [INFO] [stdout] --> src/math/matrix.rs:1173:30 [INFO] [stdout] | [INFO] [stdout] 1173 | let a = Matrix::rotate_x(PI / 2.0); [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 5 | use core::f32::consts::PI; [INFO] [stdout] | [INFO] [stdout] 5 | use core::f64::consts::PI; [INFO] [stdout] | [INFO] [stdout] 5 | use std::f32::consts::PI; [INFO] [stdout] | [INFO] [stdout] 5 | use std::f64::consts::PI; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1181:5 [INFO] [stdout] | [INFO] [stdout] 1181 | assert_float(p2.x, 1.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1181 | assert_two_float(p2.x, 1.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1182:5 [INFO] [stdout] | [INFO] [stdout] 1182 | assert_float(p2.y, -1.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1182 | assert_two_float(p2.y, -1.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1183:5 [INFO] [stdout] | [INFO] [stdout] 1183 | assert_float(p2.z, 0.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1183 | assert_two_float(p2.z, 0.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1186:5 [INFO] [stdout] | [INFO] [stdout] 1186 | assert_float(p3.x, 5.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1186 | assert_two_float(p3.x, 5.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1187:5 [INFO] [stdout] | [INFO] [stdout] 1187 | assert_float(p3.y, -5.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1187 | assert_two_float(p3.y, -5.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1188:5 [INFO] [stdout] | [INFO] [stdout] 1188 | assert_float(p3.z, 0.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1188 | assert_two_float(p3.z, 0.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1191:5 [INFO] [stdout] | [INFO] [stdout] 1191 | assert_float(p4.x, 15.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1191 | assert_two_float(p4.x, 15.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1192:5 [INFO] [stdout] | [INFO] [stdout] 1192 | assert_float(p4.y, 0.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1192 | assert_two_float(p4.y, 0.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1193:5 [INFO] [stdout] | [INFO] [stdout] 1193 | assert_float(p4.z, 7.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1193 | assert_two_float(p4.z, 7.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `PI` in this scope [INFO] [stdout] --> src/math/matrix.rs:1200:30 [INFO] [stdout] | [INFO] [stdout] 1200 | let a = Matrix::rotate_x(PI / 2.0); [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 5 | use core::f32::consts::PI; [INFO] [stdout] | [INFO] [stdout] 5 | use core::f64::consts::PI; [INFO] [stdout] | [INFO] [stdout] 5 | use std::f32::consts::PI; [INFO] [stdout] | [INFO] [stdout] 5 | use std::f64::consts::PI; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1208:5 [INFO] [stdout] | [INFO] [stdout] 1208 | assert_float(p2.x, 15.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1208 | assert_two_float(p2.x, 15.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1209:5 [INFO] [stdout] | [INFO] [stdout] 1209 | assert_float(p2.y, 0.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1209 | assert_two_float(p2.y, 0.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/matrix.rs:1210:5 [INFO] [stdout] | [INFO] [stdout] 1210 | assert_float(p2.z, 7.0); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/math/common.rs:33:1 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn assert_two_float(a: f32, b: f32) -> bool { [INFO] [stdout] | ----------------------------------------------- similarly named function `assert_two_float` defined here [INFO] [stdout] | [INFO] [stdout] help: a function with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1210 | assert_two_float(p2.z, 7.0); [INFO] [stdout] | ~~~~~~~~~~~~~~~~ [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_matrix` in this scope [INFO] [stdout] --> src/math/matrix.rs:1223:5 [INFO] [stdout] | [INFO] [stdout] 1223 | assert_matrix(&v, &v_expected); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_matrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_matrix` in this scope [INFO] [stdout] --> src/math/matrix.rs:1235:5 [INFO] [stdout] | [INFO] [stdout] 1235 | assert_matrix(&v, &v_expected); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_matrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_matrix` in this scope [INFO] [stdout] --> src/math/matrix.rs:1247:5 [INFO] [stdout] | [INFO] [stdout] 1247 | assert_matrix(&v, &v_expected); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_matrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_matrix` in this scope [INFO] [stdout] --> src/math/matrix.rs:1263:5 [INFO] [stdout] | [INFO] [stdout] 1263 | assert_matrix(&v, &v_expected); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 5 | use crate::math::common::assert_matrix; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/vector.rs:479:5 [INFO] [stdout] | [INFO] [stdout] 479 | assert_float(m, expected.sqrt()); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 6 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/vector.rs:483:5 [INFO] [stdout] | [INFO] [stdout] 483 | assert_float(m, expected.sqrt()); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 6 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/vector.rs:490:5 [INFO] [stdout] | [INFO] [stdout] 490 | assert_float(n.x, 1.); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 6 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/vector.rs:491:5 [INFO] [stdout] | [INFO] [stdout] 491 | assert_float(n.y, 0.); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 6 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/vector.rs:492:5 [INFO] [stdout] | [INFO] [stdout] 492 | assert_float(n.z, 0.); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 6 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/vector.rs:499:5 [INFO] [stdout] | [INFO] [stdout] 499 | assert_float(n.x, 1. / expected.sqrt()); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 6 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/vector.rs:500:5 [INFO] [stdout] | [INFO] [stdout] 500 | assert_float(n.y, 2. / expected.sqrt()); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 6 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/vector.rs:501:5 [INFO] [stdout] | [INFO] [stdout] 501 | assert_float(n.z, 3. / expected.sqrt()); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 6 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/vector.rs:507:5 [INFO] [stdout] | [INFO] [stdout] 507 | assert_float(m, 1.); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 6 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_float` in this scope [INFO] [stdout] --> src/math/vector.rs:515:5 [INFO] [stdout] | [INFO] [stdout] 515 | assert_float(c, 20.); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 6 | use crate::math::common::assert_float; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_vector` in this scope [INFO] [stdout] --> src/math/vector.rs:545:5 [INFO] [stdout] | [INFO] [stdout] 545 | assert_vector(&r, &r_expected); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 6 | use crate::math::common::assert_vector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SQRT_2` in this scope [INFO] [stdout] --> src/math/vector.rs:551:32 [INFO] [stdout] | [INFO] [stdout] 551 | let n = Vector::new_vector(SQRT_2 / 2.0, SQRT_2 / 2.0, 0.); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 6 | use core::f32::consts::SQRT_2; [INFO] [stdout] | [INFO] [stdout] 6 | use core::f64::consts::SQRT_2; [INFO] [stdout] | [INFO] [stdout] 6 | use std::f32::consts::SQRT_2; [INFO] [stdout] | [INFO] [stdout] 6 | use std::f64::consts::SQRT_2; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `SQRT_2` in this scope [INFO] [stdout] --> src/math/vector.rs:551:46 [INFO] [stdout] | [INFO] [stdout] 551 | let n = Vector::new_vector(SQRT_2 / 2.0, SQRT_2 / 2.0, 0.); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 6 | use core::f32::consts::SQRT_2; [INFO] [stdout] | [INFO] [stdout] 6 | use core::f64::consts::SQRT_2; [INFO] [stdout] | [INFO] [stdout] 6 | use std::f32::consts::SQRT_2; [INFO] [stdout] | [INFO] [stdout] 6 | use std::f64::consts::SQRT_2; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `assert_vector` in this scope [INFO] [stdout] --> src/math/vector.rs:557:5 [INFO] [stdout] | [INFO] [stdout] 557 | assert_vector(&r, &r_expected); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 6 | use crate::math::common::assert_vector; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Fixed examples/particle_contact_resolver_01.rs (8 fixes) [INFO] [stdout] error: aborting due to 261 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `rust-game-physics` due to 262 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] Fixed examples/particle_force_generator01.rs (1 fix) [INFO] [stdout] warning: unused import: `rust_game_physics::force::particle_force_anchored_spring::ParticleForceAnchoredSpring` [INFO] [stdout] --> examples/particle_force_generator04_elastic_bungee_spring.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use rust_game_physics::force::particle_force_anchored_spring::ParticleForceAnchoredSpring; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rust_game_physics::force::particle_force_drag::ParticleForceDrag` [INFO] [stdout] --> examples/particle_force_generator04_elastic_bungee_spring.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use rust_game_physics::force::particle_force_drag::ParticleForceDrag; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rust_game_physics::force::particle_force_generator::ParticleForceGeneratorOps` [INFO] [stdout] --> examples/particle_force_generator04_elastic_bungee_spring.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rust_game_physics::force::particle_force_generator::ParticleForceGeneratorOps; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rust_game_physics::force::particle_force_gravity::ParticleForceGravity` [INFO] [stdout] --> examples/particle_force_generator04_elastic_bungee_spring.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use rust_game_physics::force::particle_force_gravity::ParticleForceGravity; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rust_game_physics::force::particle_force_spring::ParticleForceSpring` [INFO] [stdout] --> examples/particle_force_generator04_elastic_bungee_spring.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use rust_game_physics::force::particle_force_spring::ParticleForceSpring; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Fixed examples/particle_cable_link_01.rs (8 fixes) [INFO] [stdout] error[E0599]: no method named `set` found for struct `ParticleForceElasticBungeeSpring` in the current scope [INFO] [stdout] --> examples/particle_force_generator04_elastic_bungee_spring.rs:21:10 [INFO] [stdout] | [INFO] [stdout] 21 | pfg1.set(9.0); [INFO] [stdout] | ^^^ method not found in `ParticleForceElasticBungeeSpring` [INFO] [stdout] | [INFO] [stdout] help: consider wrapping the receiver expression with the appropriate type [INFO] [stdout] | [INFO] [stdout] 21 | Pin::new(&mut pfg1).set(9.0); [INFO] [stdout] | +++++++++++++ + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] Fixed examples/particle_force_generator06_fake_spring.rs (7 fixes) [INFO] [stderr] Fixed examples/particle_force_generator02_spring.rs (3 fixes) [INFO] [stdout] warning: unused import: `rust_game_physics::force::particle_force_anchored_spring::ParticleForceAnchoredSpring` [INFO] [stdout] --> examples/particle_contact01.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use rust_game_physics::force::particle_force_anchored_spring::ParticleForceAnchoredSpring; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rust_game_physics::force::particle_force_buoyancy_spring::ParticleForceBuoyancySpring` [INFO] [stdout] --> examples/particle_contact01.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use rust_game_physics::force::particle_force_buoyancy_spring::ParticleForceBuoyancySpring; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rust_game_physics::force::particle_force_drag::ParticleForceDrag` [INFO] [stdout] --> examples/particle_contact01.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use rust_game_physics::force::particle_force_drag::ParticleForceDrag; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rust_game_physics::force::particle_force_elastic_bungee_spring::ParticleForceElasticBungeeSpring` [INFO] [stdout] --> examples/particle_contact01.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use rust_game_physics::force::particle_force_elastic_bungee_spring::ParticleForceElasticBungeeSpring; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rust_game_physics::force::particle_force_generator::ParticleForceGeneratorOps` [INFO] [stdout] --> examples/particle_contact01.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use rust_game_physics::force::particle_force_generator::ParticleForceGeneratorOps; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rust_game_physics::force::particle_force_gravity::ParticleForceGravity` [INFO] [stdout] --> examples/particle_contact01.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use rust_game_physics::force::particle_force_gravity::ParticleForceGravity; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `rust_game_physics::force::particle_force_spring::ParticleForceSpring` [INFO] [stdout] --> examples/particle_contact01.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use rust_game_physics::force::particle_force_spring::ParticleForceSpring; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `resolve` found for struct `ParticleContact` in the current scope [INFO] [stdout] --> examples/particle_contact01.rs:96:8 [INFO] [stdout] | [INFO] [stdout] 96 | pc.resolve(2.0, &mut registry); [INFO] [stdout] | ^^^^^^^ method not found in `ParticleContact` [INFO] [stdout] | [INFO] [stdout] ::: /tmp/fixit/src/collision/particle_contact.rs:18:8 [INFO] [stdout] | [INFO] [stdout] 18 | fn resolve(&mut self, duration: f32, registry: &mut ParticleForceRegistry); [INFO] [stdout] | ------- the method is available for `ParticleContact` here [INFO] [stdout] | [INFO] [stdout] = help: items from traits can only be used if the trait is in scope [INFO] [stdout] help: the following trait is implemented but not in scope; perhaps add a `use` for it: [INFO] [stdout] | [INFO] [stdout] 1 | use rust_game_physics::collision::particle_contact::ParticleContactOps; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] Fixed examples/particle_force_generator03_anchor_spring.rs (4 fixes) [INFO] [stderr] Fixed examples/particle_force_generator05_buoyancy_spring.rs (7 fixes) [INFO] [stderr] error: build failed [INFO] [stderr] error: failed to migrate to next edition [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `cargo fix --edition --allow-no-vcs --allow-dirty --frozen --all --all-targets --message-format=json` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "7dd65c63c386035f5af0d6f59b2f365fa44b3927b8e755f559f22cfd6825cff9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7dd65c63c386035f5af0d6f59b2f365fa44b3927b8e755f559f22cfd6825cff9", kill_on_drop: false }` [INFO] [stdout] 7dd65c63c386035f5af0d6f59b2f365fa44b3927b8e755f559f22cfd6825cff9