[INFO] fetching crate rustdecimal 1.23.5... [INFO] testing rustdecimal-1.23.5 against 1.60.0 for beta-1.61-1 [INFO] extracting crate rustdecimal 1.23.5 into /workspace/builds/worker-25/source [INFO] validating manifest of crates.io crate rustdecimal 1.23.5 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate rustdecimal 1.23.5 [INFO] finished tweaking crates.io crate rustdecimal 1.23.5 [INFO] tweaked toml for crates.io crate rustdecimal 1.23.5 written to /workspace/builds/worker-25/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded fork v0.1.19 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f01760b008be6f2e1f86e6cb2e70c5863f7337f7f13e6e9c0559cd3ed9c36a30 [INFO] running `Command { std: "docker" "start" "-a" "f01760b008be6f2e1f86e6cb2e70c5863f7337f7f13e6e9c0559cd3ed9c36a30", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f01760b008be6f2e1f86e6cb2e70c5863f7337f7f13e6e9c0559cd3ed9c36a30", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f01760b008be6f2e1f86e6cb2e70c5863f7337f7f13e6e9c0559cd3ed9c36a30", kill_on_drop: false }` [INFO] [stdout] f01760b008be6f2e1f86e6cb2e70c5863f7337f7f13e6e9c0559cd3ed9c36a30 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 78f7dc1b3cc59ecf213f545e0f725e1373f021915b9385c6a07b4997e08d1593 [INFO] running `Command { std: "docker" "start" "-a" "78f7dc1b3cc59ecf213f545e0f725e1373f021915b9385c6a07b4997e08d1593", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.37 [INFO] [stderr] Compiling parking_lot_core v0.9.2 [INFO] [stderr] Compiling smallvec v1.8.0 [INFO] [stderr] Compiling curl v0.4.43 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling rustdecimal v1.23.5 (/opt/rustwide/workdir) [INFO] [stderr] Compiling arrayvec v0.7.2 [INFO] [stderr] Compiling libz-sys v1.1.5 [INFO] [stderr] Compiling curl-sys v0.4.53+curl-7.82.0 [INFO] [stderr] Compiling mio v0.8.2 [INFO] [stderr] Compiling fork v0.1.19 [INFO] [stderr] Compiling parking_lot v0.12.0 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling serde_derive v1.0.136 [INFO] [stderr] Compiling tokio v1.17.0 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stdout] warning: unused imports: `Fork`, `daemon` [INFO] [stdout] --> src/decimal.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use fork::{daemon, Fork}; [INFO] [stdout] | ^^^^^^ ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::process::Command` [INFO] [stdout] --> src/decimal.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::process::Command; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::env` [INFO] [stdout] --> src/decimal.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::env; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::fs::File` [INFO] [stdout] --> src/decimal.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use std::fs::File; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::io::prelude::*` [INFO] [stdout] --> src/decimal.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use std::io::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `curl::easy::Easy` [INFO] [stdout] --> src/decimal.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use curl::easy::Easy; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `tokio::io::Error as ErrTk` [INFO] [stdout] --> src/decimal.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | use tokio::io::Error as ErrTk; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `tokio::io::ErrorKind` [INFO] [stdout] --> src/decimal.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use tokio::io::ErrorKind; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::path::Path` [INFO] [stdout] --> src/decimal.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use std::path::Path; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.05s [INFO] running `Command { std: "docker" "inspect" "78f7dc1b3cc59ecf213f545e0f725e1373f021915b9385c6a07b4997e08d1593", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "78f7dc1b3cc59ecf213f545e0f725e1373f021915b9385c6a07b4997e08d1593", kill_on_drop: false }` [INFO] [stdout] 78f7dc1b3cc59ecf213f545e0f725e1373f021915b9385c6a07b4997e08d1593 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-25/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5d2e295b18ba5744c6021ba2c675b0d63993dc4739973f14882aaad4b8c51c74 [INFO] running `Command { std: "docker" "start" "-a" "5d2e295b18ba5744c6021ba2c675b0d63993dc4739973f14882aaad4b8c51c74", kill_on_drop: false }` [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling pulldown-cmark v0.8.0 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling futures-io v0.3.21 [INFO] [stderr] Compiling csv-core v0.1.10 [INFO] [stderr] Compiling plotters v0.3.1 [INFO] [stderr] Compiling futures-macro v0.3.21 [INFO] [stderr] Compiling bstr v0.2.17 [INFO] [stderr] Compiling serde_json v1.0.79 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling serde_cbor v0.11.2 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stdout] warning: unused imports: `Fork`, `daemon` [INFO] [stdout] --> src/decimal.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use fork::{daemon, Fork}; [INFO] [stdout] | ^^^^^^ ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::process::Command` [INFO] [stdout] --> src/decimal.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::process::Command; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::env` [INFO] [stdout] --> src/decimal.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::env; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::fs::File` [INFO] [stdout] --> src/decimal.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use std::fs::File; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::io::prelude::*` [INFO] [stdout] --> src/decimal.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use std::io::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `curl::easy::Easy` [INFO] [stdout] --> src/decimal.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use curl::easy::Easy; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `tokio::io::Error as ErrTk` [INFO] [stdout] --> src/decimal.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | use tokio::io::Error as ErrTk; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `tokio::io::ErrorKind` [INFO] [stdout] --> src/decimal.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use tokio::io::ErrorKind; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::path::Path` [INFO] [stdout] --> src/decimal.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use std::path::Path; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling csv v1.1.6 [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling regex v1.5.5 [INFO] [stderr] Compiling version-sync v0.9.4 [INFO] [stderr] Compiling criterion v0.3.5 [INFO] [stderr] Compiling futures-executor v0.3.21 [INFO] [stderr] Compiling futures v0.3.21 [INFO] [stderr] Compiling rustdecimal v1.23.5 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused imports: `Fork`, `daemon` [INFO] [stdout] --> src/decimal.rs:7:12 [INFO] [stdout] | [INFO] [stdout] 7 | use fork::{daemon, Fork}; [INFO] [stdout] | ^^^^^^ ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::process::Command` [INFO] [stdout] --> src/decimal.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use std::process::Command; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::env` [INFO] [stdout] --> src/decimal.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use std::env; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::fs::File` [INFO] [stdout] --> src/decimal.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use std::fs::File; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::io::prelude::*` [INFO] [stdout] --> src/decimal.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use std::io::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `curl::easy::Easy` [INFO] [stdout] --> src/decimal.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use curl::easy::Easy; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `tokio::io::Error as ErrTk` [INFO] [stdout] --> src/decimal.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | use tokio::io::Error as ErrTk; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `tokio::io::ErrorKind` [INFO] [stdout] --> src/decimal.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use tokio::io::ErrorKind; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `std::path::Path` [INFO] [stdout] --> src/decimal.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use std::path::Path; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rust_decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4044:9 [INFO] [stdout] | [INFO] [stdout] 4044 | use rust_decimal::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rust_decimal` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::prelude::*; [INFO] [stdout] | ~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `rust_decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4437:9 [INFO] [stdout] | [INFO] [stdout] 4437 | use rust_decimal::prelude::*; [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rust_decimal` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 4437 | use rustdecimal::prelude::*; [INFO] [stdout] | ~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rust_decimal` [INFO] [stdout] --> tests/decimal_tests.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use rust_decimal::{Decimal, Error, RoundingStrategy}; [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rust_decimal` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 9 | use rustdecimal::{Decimal, Error, RoundingStrategy}; [INFO] [stdout] | ~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `rust_decimal` [INFO] [stdout] --> tests/decimal_tests.rs:2944:9 [INFO] [stdout] | [INFO] [stdout] 2944 | use rust_decimal::Error; [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `rust_decimal` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 2944 | use rustdecimal::Error; [INFO] [stdout] | ~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4078 | gen_test!(test_add_000_001, "Add_000_001.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4078 | gen_test!(test_add_000_001, "Add_000_001.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4078 | gen_test!(test_add_000_001, "Add_000_001.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4079 | gen_test!(test_add_000_010, "Add_000_010.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4079 | gen_test!(test_add_000_010, "Add_000_010.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4079 | gen_test!(test_add_000_010, "Add_000_010.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4080 | gen_test!(test_add_000_011, "Add_000_011.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4080 | gen_test!(test_add_000_011, "Add_000_011.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4080 | gen_test!(test_add_000_011, "Add_000_011.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4081 | gen_test!(test_add_000_100, "Add_000_100.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4081 | gen_test!(test_add_000_100, "Add_000_100.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4081 | gen_test!(test_add_000_100, "Add_000_100.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4082 | gen_test!(test_add_000_101, "Add_000_101.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4082 | gen_test!(test_add_000_101, "Add_000_101.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4082 | gen_test!(test_add_000_101, "Add_000_101.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4083 | gen_test!(test_add_000_110, "Add_000_110.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4083 | gen_test!(test_add_000_110, "Add_000_110.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4083 | gen_test!(test_add_000_110, "Add_000_110.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4084 | gen_test!(test_add_000_111, "Add_000_111.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4084 | gen_test!(test_add_000_111, "Add_000_111.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4084 | gen_test!(test_add_000_111, "Add_000_111.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4085 | gen_test!(test_add_001_000, "Add_001_000.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4085 | gen_test!(test_add_001_000, "Add_001_000.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4085 | gen_test!(test_add_001_000, "Add_001_000.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4086 | gen_test!(test_add_001_001, "Add_001_001.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4086 | gen_test!(test_add_001_001, "Add_001_001.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4086 | gen_test!(test_add_001_001, "Add_001_001.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4087 | gen_test!(test_add_001_010, "Add_001_010.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4087 | gen_test!(test_add_001_010, "Add_001_010.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4087 | gen_test!(test_add_001_010, "Add_001_010.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4088 | gen_test!(test_add_001_011, "Add_001_011.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4088 | gen_test!(test_add_001_011, "Add_001_011.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4088 | gen_test!(test_add_001_011, "Add_001_011.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4089 | gen_test!(test_add_001_100, "Add_001_100.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4089 | gen_test!(test_add_001_100, "Add_001_100.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4089 | gen_test!(test_add_001_100, "Add_001_100.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4090 | gen_test!(test_add_001_101, "Add_001_101.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4090 | gen_test!(test_add_001_101, "Add_001_101.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4090 | gen_test!(test_add_001_101, "Add_001_101.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4091 | gen_test!(test_add_001_110, "Add_001_110.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4091 | gen_test!(test_add_001_110, "Add_001_110.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4091 | gen_test!(test_add_001_110, "Add_001_110.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4092 | gen_test!(test_add_001_111, "Add_001_111.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4092 | gen_test!(test_add_001_111, "Add_001_111.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4092 | gen_test!(test_add_001_111, "Add_001_111.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4093 | gen_test!(test_add_010_000, "Add_010_000.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4093 | gen_test!(test_add_010_000, "Add_010_000.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4093 | gen_test!(test_add_010_000, "Add_010_000.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4094 | gen_test!(test_add_010_001, "Add_010_001.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4094 | gen_test!(test_add_010_001, "Add_010_001.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4094 | gen_test!(test_add_010_001, "Add_010_001.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4095 | gen_test!(test_add_010_010, "Add_010_010.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4095 | gen_test!(test_add_010_010, "Add_010_010.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4095 | gen_test!(test_add_010_010, "Add_010_010.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4096 | gen_test!(test_add_010_011, "Add_010_011.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4096 | gen_test!(test_add_010_011, "Add_010_011.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4096 | gen_test!(test_add_010_011, "Add_010_011.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4097 | gen_test!(test_add_010_100, "Add_010_100.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4097 | gen_test!(test_add_010_100, "Add_010_100.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4097 | gen_test!(test_add_010_100, "Add_010_100.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4098 | gen_test!(test_add_010_101, "Add_010_101.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4098 | gen_test!(test_add_010_101, "Add_010_101.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4098 | gen_test!(test_add_010_101, "Add_010_101.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4099 | gen_test!(test_add_010_110, "Add_010_110.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4099 | gen_test!(test_add_010_110, "Add_010_110.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4099 | gen_test!(test_add_010_110, "Add_010_110.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4100 | gen_test!(test_add_010_111, "Add_010_111.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4100 | gen_test!(test_add_010_111, "Add_010_111.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4100 | gen_test!(test_add_010_111, "Add_010_111.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4101 | gen_test!(test_add_011_000, "Add_011_000.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4101 | gen_test!(test_add_011_000, "Add_011_000.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4101 | gen_test!(test_add_011_000, "Add_011_000.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4102 | gen_test!(test_add_011_001, "Add_011_001.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4102 | gen_test!(test_add_011_001, "Add_011_001.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4102 | gen_test!(test_add_011_001, "Add_011_001.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4103 | gen_test!(test_add_011_010, "Add_011_010.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4103 | gen_test!(test_add_011_010, "Add_011_010.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4103 | gen_test!(test_add_011_010, "Add_011_010.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4104 | gen_test!(test_add_011_011, "Add_011_011.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4104 | gen_test!(test_add_011_011, "Add_011_011.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4104 | gen_test!(test_add_011_011, "Add_011_011.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4105 | gen_test!(test_add_011_100, "Add_011_100.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4105 | gen_test!(test_add_011_100, "Add_011_100.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4105 | gen_test!(test_add_011_100, "Add_011_100.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4106 | gen_test!(test_add_011_101, "Add_011_101.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4106 | gen_test!(test_add_011_101, "Add_011_101.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4106 | gen_test!(test_add_011_101, "Add_011_101.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4107 | gen_test!(test_add_011_110, "Add_011_110.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4107 | gen_test!(test_add_011_110, "Add_011_110.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4107 | gen_test!(test_add_011_110, "Add_011_110.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4108 | gen_test!(test_add_011_111, "Add_011_111.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4108 | gen_test!(test_add_011_111, "Add_011_111.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4108 | gen_test!(test_add_011_111, "Add_011_111.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4109 | gen_test!(test_add_100_000, "Add_100_000.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4109 | gen_test!(test_add_100_000, "Add_100_000.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4109 | gen_test!(test_add_100_000, "Add_100_000.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4110 | gen_test!(test_add_100_001, "Add_100_001.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4110 | gen_test!(test_add_100_001, "Add_100_001.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4110 | gen_test!(test_add_100_001, "Add_100_001.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4111 | gen_test!(test_add_100_010, "Add_100_010.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4111 | gen_test!(test_add_100_010, "Add_100_010.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4111 | gen_test!(test_add_100_010, "Add_100_010.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4112 | gen_test!(test_add_100_011, "Add_100_011.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4112 | gen_test!(test_add_100_011, "Add_100_011.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4112 | gen_test!(test_add_100_011, "Add_100_011.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4113 | gen_test!(test_add_100_100, "Add_100_100.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4113 | gen_test!(test_add_100_100, "Add_100_100.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4113 | gen_test!(test_add_100_100, "Add_100_100.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4114 | gen_test!(test_add_100_101, "Add_100_101.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4114 | gen_test!(test_add_100_101, "Add_100_101.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4114 | gen_test!(test_add_100_101, "Add_100_101.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4115 | gen_test!(test_add_100_110, "Add_100_110.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4115 | gen_test!(test_add_100_110, "Add_100_110.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4115 | gen_test!(test_add_100_110, "Add_100_110.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4116 | gen_test!(test_add_100_111, "Add_100_111.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4116 | gen_test!(test_add_100_111, "Add_100_111.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4116 | gen_test!(test_add_100_111, "Add_100_111.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4117 | gen_test!(test_add_101_000, "Add_101_000.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4117 | gen_test!(test_add_101_000, "Add_101_000.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4117 | gen_test!(test_add_101_000, "Add_101_000.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4118 | gen_test!(test_add_101_001, "Add_101_001.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4118 | gen_test!(test_add_101_001, "Add_101_001.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4118 | gen_test!(test_add_101_001, "Add_101_001.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4119 | gen_test!(test_add_101_010, "Add_101_010.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4119 | gen_test!(test_add_101_010, "Add_101_010.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4119 | gen_test!(test_add_101_010, "Add_101_010.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4120 | gen_test!(test_add_101_011, "Add_101_011.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4120 | gen_test!(test_add_101_011, "Add_101_011.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4120 | gen_test!(test_add_101_011, "Add_101_011.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4121 | gen_test!(test_add_101_100, "Add_101_100.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4121 | gen_test!(test_add_101_100, "Add_101_100.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4121 | gen_test!(test_add_101_100, "Add_101_100.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4122 | gen_test!(test_add_101_101, "Add_101_101.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4122 | gen_test!(test_add_101_101, "Add_101_101.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4122 | gen_test!(test_add_101_101, "Add_101_101.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4123 | gen_test!(test_add_101_110, "Add_101_110.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4123 | gen_test!(test_add_101_110, "Add_101_110.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4123 | gen_test!(test_add_101_110, "Add_101_110.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4124 | gen_test!(test_add_101_111, "Add_101_111.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4124 | gen_test!(test_add_101_111, "Add_101_111.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4124 | gen_test!(test_add_101_111, "Add_101_111.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4125 | gen_test!(test_add_110_000, "Add_110_000.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4125 | gen_test!(test_add_110_000, "Add_110_000.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4125 | gen_test!(test_add_110_000, "Add_110_000.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4126 | gen_test!(test_add_110_001, "Add_110_001.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4126 | gen_test!(test_add_110_001, "Add_110_001.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4126 | gen_test!(test_add_110_001, "Add_110_001.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4127 | gen_test!(test_add_110_010, "Add_110_010.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4127 | gen_test!(test_add_110_010, "Add_110_010.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4127 | gen_test!(test_add_110_010, "Add_110_010.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4128 | gen_test!(test_add_110_011, "Add_110_011.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4128 | gen_test!(test_add_110_011, "Add_110_011.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4128 | gen_test!(test_add_110_011, "Add_110_011.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4129 | gen_test!(test_add_110_100, "Add_110_100.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4129 | gen_test!(test_add_110_100, "Add_110_100.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4129 | gen_test!(test_add_110_100, "Add_110_100.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4130 | gen_test!(test_add_110_101, "Add_110_101.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4130 | gen_test!(test_add_110_101, "Add_110_101.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4130 | gen_test!(test_add_110_101, "Add_110_101.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4131 | gen_test!(test_add_110_110, "Add_110_110.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4131 | gen_test!(test_add_110_110, "Add_110_110.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4131 | gen_test!(test_add_110_110, "Add_110_110.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4132 | gen_test!(test_add_110_111, "Add_110_111.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4132 | gen_test!(test_add_110_111, "Add_110_111.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4132 | gen_test!(test_add_110_111, "Add_110_111.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4133 | gen_test!(test_add_111_000, "Add_111_000.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4133 | gen_test!(test_add_111_000, "Add_111_000.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4133 | gen_test!(test_add_111_000, "Add_111_000.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4134 | gen_test!(test_add_111_001, "Add_111_001.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4134 | gen_test!(test_add_111_001, "Add_111_001.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4134 | gen_test!(test_add_111_001, "Add_111_001.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4135 | gen_test!(test_add_111_010, "Add_111_010.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4135 | gen_test!(test_add_111_010, "Add_111_010.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4135 | gen_test!(test_add_111_010, "Add_111_010.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4136 | gen_test!(test_add_111_011, "Add_111_011.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4136 | gen_test!(test_add_111_011, "Add_111_011.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4136 | gen_test!(test_add_111_011, "Add_111_011.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4137 | gen_test!(test_add_111_100, "Add_111_100.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4137 | gen_test!(test_add_111_100, "Add_111_100.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4137 | gen_test!(test_add_111_100, "Add_111_100.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4138 | gen_test!(test_add_111_101, "Add_111_101.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4138 | gen_test!(test_add_111_101, "Add_111_101.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4138 | gen_test!(test_add_111_101, "Add_111_101.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4139 | gen_test!(test_add_111_110, "Add_111_110.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4139 | gen_test!(test_add_111_110, "Add_111_110.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4139 | gen_test!(test_add_111_110, "Add_111_110.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4140 | gen_test!(test_add_111_111, "Add_111_111.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4140 | gen_test!(test_add_111_111, "Add_111_111.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4140 | gen_test!(test_add_111_111, "Add_111_111.csv", checked_add); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4142 | gen_test!(test_div_000_001, "Div_000_001.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4142 | gen_test!(test_div_000_001, "Div_000_001.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4142 | gen_test!(test_div_000_001, "Div_000_001.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4143 | gen_test!(test_div_000_010, "Div_000_010.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4143 | gen_test!(test_div_000_010, "Div_000_010.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4143 | gen_test!(test_div_000_010, "Div_000_010.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4144 | gen_test!(test_div_000_011, "Div_000_011.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4144 | gen_test!(test_div_000_011, "Div_000_011.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4144 | gen_test!(test_div_000_011, "Div_000_011.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4145 | gen_test!(test_div_000_100, "Div_000_100.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4145 | gen_test!(test_div_000_100, "Div_000_100.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4145 | gen_test!(test_div_000_100, "Div_000_100.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4146 | gen_test!(test_div_000_101, "Div_000_101.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4146 | gen_test!(test_div_000_101, "Div_000_101.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4146 | gen_test!(test_div_000_101, "Div_000_101.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4147 | gen_test!(test_div_000_110, "Div_000_110.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4147 | gen_test!(test_div_000_110, "Div_000_110.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4147 | gen_test!(test_div_000_110, "Div_000_110.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4148 | gen_test!(test_div_000_111, "Div_000_111.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4148 | gen_test!(test_div_000_111, "Div_000_111.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4148 | gen_test!(test_div_000_111, "Div_000_111.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4149 | gen_test!(test_div_001_000, "Div_001_000.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4149 | gen_test!(test_div_001_000, "Div_001_000.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4149 | gen_test!(test_div_001_000, "Div_001_000.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4150 | gen_test!(test_div_001_001, "Div_001_001.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4150 | gen_test!(test_div_001_001, "Div_001_001.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4150 | gen_test!(test_div_001_001, "Div_001_001.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4151 | gen_test!(test_div_001_010, "Div_001_010.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4151 | gen_test!(test_div_001_010, "Div_001_010.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4151 | gen_test!(test_div_001_010, "Div_001_010.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4152 | gen_test!(test_div_001_011, "Div_001_011.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4152 | gen_test!(test_div_001_011, "Div_001_011.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4152 | gen_test!(test_div_001_011, "Div_001_011.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4153 | gen_test!(test_div_001_100, "Div_001_100.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4153 | gen_test!(test_div_001_100, "Div_001_100.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4153 | gen_test!(test_div_001_100, "Div_001_100.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4154 | gen_test!(test_div_001_101, "Div_001_101.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4154 | gen_test!(test_div_001_101, "Div_001_101.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4154 | gen_test!(test_div_001_101, "Div_001_101.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4155 | gen_test!(test_div_001_110, "Div_001_110.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4155 | gen_test!(test_div_001_110, "Div_001_110.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4155 | gen_test!(test_div_001_110, "Div_001_110.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4156 | gen_test!(test_div_001_111, "Div_001_111.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4156 | gen_test!(test_div_001_111, "Div_001_111.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4156 | gen_test!(test_div_001_111, "Div_001_111.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4157 | gen_test!(test_div_010_000, "Div_010_000.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4157 | gen_test!(test_div_010_000, "Div_010_000.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4157 | gen_test!(test_div_010_000, "Div_010_000.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4158 | gen_test!(test_div_010_001, "Div_010_001.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4158 | gen_test!(test_div_010_001, "Div_010_001.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4158 | gen_test!(test_div_010_001, "Div_010_001.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4159 | gen_test!(test_div_010_010, "Div_010_010.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4159 | gen_test!(test_div_010_010, "Div_010_010.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4159 | gen_test!(test_div_010_010, "Div_010_010.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4160 | gen_test!(test_div_010_011, "Div_010_011.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4160 | gen_test!(test_div_010_011, "Div_010_011.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4160 | gen_test!(test_div_010_011, "Div_010_011.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4161 | gen_test!(test_div_010_100, "Div_010_100.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4161 | gen_test!(test_div_010_100, "Div_010_100.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4161 | gen_test!(test_div_010_100, "Div_010_100.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4162 | gen_test!(test_div_010_101, "Div_010_101.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4162 | gen_test!(test_div_010_101, "Div_010_101.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4162 | gen_test!(test_div_010_101, "Div_010_101.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4163 | gen_test!(test_div_010_110, "Div_010_110.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4163 | gen_test!(test_div_010_110, "Div_010_110.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4163 | gen_test!(test_div_010_110, "Div_010_110.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4164 | gen_test!(test_div_010_111, "Div_010_111.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4164 | gen_test!(test_div_010_111, "Div_010_111.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4164 | gen_test!(test_div_010_111, "Div_010_111.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4165 | gen_test!(test_div_011_000, "Div_011_000.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4165 | gen_test!(test_div_011_000, "Div_011_000.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4165 | gen_test!(test_div_011_000, "Div_011_000.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4166 | gen_test!(test_div_011_001, "Div_011_001.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4166 | gen_test!(test_div_011_001, "Div_011_001.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4166 | gen_test!(test_div_011_001, "Div_011_001.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4167 | gen_test!(test_div_011_010, "Div_011_010.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4167 | gen_test!(test_div_011_010, "Div_011_010.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4167 | gen_test!(test_div_011_010, "Div_011_010.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4168 | gen_test!(test_div_011_011, "Div_011_011.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4168 | gen_test!(test_div_011_011, "Div_011_011.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4168 | gen_test!(test_div_011_011, "Div_011_011.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4169 | gen_test!(test_div_011_100, "Div_011_100.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4169 | gen_test!(test_div_011_100, "Div_011_100.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4169 | gen_test!(test_div_011_100, "Div_011_100.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4170 | gen_test!(test_div_011_101, "Div_011_101.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4170 | gen_test!(test_div_011_101, "Div_011_101.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4170 | gen_test!(test_div_011_101, "Div_011_101.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4171 | gen_test!(test_div_011_110, "Div_011_110.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4171 | gen_test!(test_div_011_110, "Div_011_110.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4171 | gen_test!(test_div_011_110, "Div_011_110.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4172 | gen_test!(test_div_011_111, "Div_011_111.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4172 | gen_test!(test_div_011_111, "Div_011_111.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4172 | gen_test!(test_div_011_111, "Div_011_111.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4173 | gen_test!(test_div_100_000, "Div_100_000.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4173 | gen_test!(test_div_100_000, "Div_100_000.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4173 | gen_test!(test_div_100_000, "Div_100_000.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4174 | gen_test!(test_div_100_001, "Div_100_001.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4174 | gen_test!(test_div_100_001, "Div_100_001.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4174 | gen_test!(test_div_100_001, "Div_100_001.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4175 | gen_test!(test_div_100_010, "Div_100_010.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4175 | gen_test!(test_div_100_010, "Div_100_010.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4175 | gen_test!(test_div_100_010, "Div_100_010.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4176 | gen_test!(test_div_100_011, "Div_100_011.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4176 | gen_test!(test_div_100_011, "Div_100_011.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4176 | gen_test!(test_div_100_011, "Div_100_011.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4177 | gen_test!(test_div_100_100, "Div_100_100.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4177 | gen_test!(test_div_100_100, "Div_100_100.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4177 | gen_test!(test_div_100_100, "Div_100_100.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4178 | gen_test!(test_div_100_101, "Div_100_101.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4178 | gen_test!(test_div_100_101, "Div_100_101.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4178 | gen_test!(test_div_100_101, "Div_100_101.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4179 | gen_test!(test_div_100_110, "Div_100_110.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4179 | gen_test!(test_div_100_110, "Div_100_110.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4179 | gen_test!(test_div_100_110, "Div_100_110.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4180 | gen_test!(test_div_100_111, "Div_100_111.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4180 | gen_test!(test_div_100_111, "Div_100_111.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4180 | gen_test!(test_div_100_111, "Div_100_111.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4181 | gen_test!(test_div_101_000, "Div_101_000.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4181 | gen_test!(test_div_101_000, "Div_101_000.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4181 | gen_test!(test_div_101_000, "Div_101_000.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4182 | gen_test!(test_div_101_001, "Div_101_001.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4182 | gen_test!(test_div_101_001, "Div_101_001.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4182 | gen_test!(test_div_101_001, "Div_101_001.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4183 | gen_test!(test_div_101_010, "Div_101_010.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4183 | gen_test!(test_div_101_010, "Div_101_010.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4183 | gen_test!(test_div_101_010, "Div_101_010.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4184 | gen_test!(test_div_101_011, "Div_101_011.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4184 | gen_test!(test_div_101_011, "Div_101_011.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4184 | gen_test!(test_div_101_011, "Div_101_011.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4185 | gen_test!(test_div_101_100, "Div_101_100.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4185 | gen_test!(test_div_101_100, "Div_101_100.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4185 | gen_test!(test_div_101_100, "Div_101_100.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4186 | gen_test!(test_div_101_101, "Div_101_101.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4186 | gen_test!(test_div_101_101, "Div_101_101.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4186 | gen_test!(test_div_101_101, "Div_101_101.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4187 | gen_test!(test_div_101_110, "Div_101_110.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4187 | gen_test!(test_div_101_110, "Div_101_110.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4187 | gen_test!(test_div_101_110, "Div_101_110.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4188 | gen_test!(test_div_101_111, "Div_101_111.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4188 | gen_test!(test_div_101_111, "Div_101_111.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4188 | gen_test!(test_div_101_111, "Div_101_111.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4189 | gen_test!(test_div_110_000, "Div_110_000.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4189 | gen_test!(test_div_110_000, "Div_110_000.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4189 | gen_test!(test_div_110_000, "Div_110_000.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4190 | gen_test!(test_div_110_001, "Div_110_001.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4190 | gen_test!(test_div_110_001, "Div_110_001.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4190 | gen_test!(test_div_110_001, "Div_110_001.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4191 | gen_test!(test_div_110_010, "Div_110_010.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4191 | gen_test!(test_div_110_010, "Div_110_010.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4191 | gen_test!(test_div_110_010, "Div_110_010.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4192 | gen_test!(test_div_110_011, "Div_110_011.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4192 | gen_test!(test_div_110_011, "Div_110_011.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4192 | gen_test!(test_div_110_011, "Div_110_011.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4193 | gen_test!(test_div_110_100, "Div_110_100.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4193 | gen_test!(test_div_110_100, "Div_110_100.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4193 | gen_test!(test_div_110_100, "Div_110_100.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4194 | gen_test!(test_div_110_101, "Div_110_101.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4194 | gen_test!(test_div_110_101, "Div_110_101.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4194 | gen_test!(test_div_110_101, "Div_110_101.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4195 | gen_test!(test_div_110_110, "Div_110_110.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4195 | gen_test!(test_div_110_110, "Div_110_110.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4195 | gen_test!(test_div_110_110, "Div_110_110.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4196 | gen_test!(test_div_110_111, "Div_110_111.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4196 | gen_test!(test_div_110_111, "Div_110_111.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4196 | gen_test!(test_div_110_111, "Div_110_111.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4197 | gen_test!(test_div_111_000, "Div_111_000.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4197 | gen_test!(test_div_111_000, "Div_111_000.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4197 | gen_test!(test_div_111_000, "Div_111_000.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4198 | gen_test!(test_div_111_001, "Div_111_001.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4198 | gen_test!(test_div_111_001, "Div_111_001.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4198 | gen_test!(test_div_111_001, "Div_111_001.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4199 | gen_test!(test_div_111_010, "Div_111_010.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4199 | gen_test!(test_div_111_010, "Div_111_010.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4199 | gen_test!(test_div_111_010, "Div_111_010.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4200 | gen_test!(test_div_111_011, "Div_111_011.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4200 | gen_test!(test_div_111_011, "Div_111_011.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4200 | gen_test!(test_div_111_011, "Div_111_011.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4201 | gen_test!(test_div_111_100, "Div_111_100.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4201 | gen_test!(test_div_111_100, "Div_111_100.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4201 | gen_test!(test_div_111_100, "Div_111_100.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4202 | gen_test!(test_div_111_101, "Div_111_101.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4202 | gen_test!(test_div_111_101, "Div_111_101.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4202 | gen_test!(test_div_111_101, "Div_111_101.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4203 | gen_test!(test_div_111_110, "Div_111_110.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4203 | gen_test!(test_div_111_110, "Div_111_110.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4203 | gen_test!(test_div_111_110, "Div_111_110.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4204 | gen_test!(test_div_111_111, "Div_111_111.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4204 | gen_test!(test_div_111_111, "Div_111_111.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4204 | gen_test!(test_div_111_111, "Div_111_111.csv", checked_div); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4206 | gen_test!(test_mul_000_001, "Mul_000_001.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4206 | gen_test!(test_mul_000_001, "Mul_000_001.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4206 | gen_test!(test_mul_000_001, "Mul_000_001.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4207 | gen_test!(test_mul_000_010, "Mul_000_010.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4207 | gen_test!(test_mul_000_010, "Mul_000_010.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4207 | gen_test!(test_mul_000_010, "Mul_000_010.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4208 | gen_test!(test_mul_000_011, "Mul_000_011.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4208 | gen_test!(test_mul_000_011, "Mul_000_011.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4208 | gen_test!(test_mul_000_011, "Mul_000_011.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4209 | gen_test!(test_mul_000_100, "Mul_000_100.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4209 | gen_test!(test_mul_000_100, "Mul_000_100.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4209 | gen_test!(test_mul_000_100, "Mul_000_100.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4210 | gen_test!(test_mul_000_101, "Mul_000_101.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4210 | gen_test!(test_mul_000_101, "Mul_000_101.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4210 | gen_test!(test_mul_000_101, "Mul_000_101.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4211 | gen_test!(test_mul_000_110, "Mul_000_110.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4211 | gen_test!(test_mul_000_110, "Mul_000_110.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4211 | gen_test!(test_mul_000_110, "Mul_000_110.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4212 | gen_test!(test_mul_000_111, "Mul_000_111.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4212 | gen_test!(test_mul_000_111, "Mul_000_111.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4212 | gen_test!(test_mul_000_111, "Mul_000_111.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4213 | gen_test!(test_mul_001_000, "Mul_001_000.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4213 | gen_test!(test_mul_001_000, "Mul_001_000.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4213 | gen_test!(test_mul_001_000, "Mul_001_000.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4214 | gen_test!(test_mul_001_001, "Mul_001_001.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4214 | gen_test!(test_mul_001_001, "Mul_001_001.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4214 | gen_test!(test_mul_001_001, "Mul_001_001.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4215 | gen_test!(test_mul_001_010, "Mul_001_010.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4215 | gen_test!(test_mul_001_010, "Mul_001_010.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4215 | gen_test!(test_mul_001_010, "Mul_001_010.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4216 | gen_test!(test_mul_001_011, "Mul_001_011.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4216 | gen_test!(test_mul_001_011, "Mul_001_011.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4216 | gen_test!(test_mul_001_011, "Mul_001_011.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4217 | gen_test!(test_mul_001_100, "Mul_001_100.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4217 | gen_test!(test_mul_001_100, "Mul_001_100.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4217 | gen_test!(test_mul_001_100, "Mul_001_100.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4218 | gen_test!(test_mul_001_101, "Mul_001_101.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4218 | gen_test!(test_mul_001_101, "Mul_001_101.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4218 | gen_test!(test_mul_001_101, "Mul_001_101.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4219 | gen_test!(test_mul_001_110, "Mul_001_110.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4219 | gen_test!(test_mul_001_110, "Mul_001_110.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4219 | gen_test!(test_mul_001_110, "Mul_001_110.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4220 | gen_test!(test_mul_001_111, "Mul_001_111.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4220 | gen_test!(test_mul_001_111, "Mul_001_111.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4220 | gen_test!(test_mul_001_111, "Mul_001_111.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4221 | gen_test!(test_mul_010_000, "Mul_010_000.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4221 | gen_test!(test_mul_010_000, "Mul_010_000.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4221 | gen_test!(test_mul_010_000, "Mul_010_000.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4222 | gen_test!(test_mul_010_001, "Mul_010_001.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4222 | gen_test!(test_mul_010_001, "Mul_010_001.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4222 | gen_test!(test_mul_010_001, "Mul_010_001.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4223 | gen_test!(test_mul_010_010, "Mul_010_010.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4223 | gen_test!(test_mul_010_010, "Mul_010_010.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4223 | gen_test!(test_mul_010_010, "Mul_010_010.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4224 | gen_test!(test_mul_010_011, "Mul_010_011.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4224 | gen_test!(test_mul_010_011, "Mul_010_011.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4224 | gen_test!(test_mul_010_011, "Mul_010_011.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4225 | gen_test!(test_mul_010_100, "Mul_010_100.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4225 | gen_test!(test_mul_010_100, "Mul_010_100.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4225 | gen_test!(test_mul_010_100, "Mul_010_100.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4226 | gen_test!(test_mul_010_101, "Mul_010_101.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4226 | gen_test!(test_mul_010_101, "Mul_010_101.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4226 | gen_test!(test_mul_010_101, "Mul_010_101.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4227 | gen_test!(test_mul_010_110, "Mul_010_110.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4227 | gen_test!(test_mul_010_110, "Mul_010_110.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4227 | gen_test!(test_mul_010_110, "Mul_010_110.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4228 | gen_test!(test_mul_010_111, "Mul_010_111.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4228 | gen_test!(test_mul_010_111, "Mul_010_111.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4228 | gen_test!(test_mul_010_111, "Mul_010_111.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4229 | gen_test!(test_mul_011_000, "Mul_011_000.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4229 | gen_test!(test_mul_011_000, "Mul_011_000.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4229 | gen_test!(test_mul_011_000, "Mul_011_000.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4230 | gen_test!(test_mul_011_001, "Mul_011_001.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4230 | gen_test!(test_mul_011_001, "Mul_011_001.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4230 | gen_test!(test_mul_011_001, "Mul_011_001.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4231 | gen_test!(test_mul_011_010, "Mul_011_010.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4231 | gen_test!(test_mul_011_010, "Mul_011_010.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4231 | gen_test!(test_mul_011_010, "Mul_011_010.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4232 | gen_test!(test_mul_011_011, "Mul_011_011.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4232 | gen_test!(test_mul_011_011, "Mul_011_011.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4232 | gen_test!(test_mul_011_011, "Mul_011_011.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4233 | gen_test!(test_mul_011_100, "Mul_011_100.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4233 | gen_test!(test_mul_011_100, "Mul_011_100.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4233 | gen_test!(test_mul_011_100, "Mul_011_100.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4234 | gen_test!(test_mul_011_101, "Mul_011_101.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4234 | gen_test!(test_mul_011_101, "Mul_011_101.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4234 | gen_test!(test_mul_011_101, "Mul_011_101.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4235 | gen_test!(test_mul_011_110, "Mul_011_110.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4235 | gen_test!(test_mul_011_110, "Mul_011_110.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4235 | gen_test!(test_mul_011_110, "Mul_011_110.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4236 | gen_test!(test_mul_011_111, "Mul_011_111.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4236 | gen_test!(test_mul_011_111, "Mul_011_111.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4236 | gen_test!(test_mul_011_111, "Mul_011_111.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4237 | gen_test!(test_mul_100_000, "Mul_100_000.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4237 | gen_test!(test_mul_100_000, "Mul_100_000.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4237 | gen_test!(test_mul_100_000, "Mul_100_000.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4238 | gen_test!(test_mul_100_001, "Mul_100_001.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4238 | gen_test!(test_mul_100_001, "Mul_100_001.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4238 | gen_test!(test_mul_100_001, "Mul_100_001.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4239 | gen_test!(test_mul_100_010, "Mul_100_010.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4239 | gen_test!(test_mul_100_010, "Mul_100_010.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4239 | gen_test!(test_mul_100_010, "Mul_100_010.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4240 | gen_test!(test_mul_100_011, "Mul_100_011.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4240 | gen_test!(test_mul_100_011, "Mul_100_011.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4240 | gen_test!(test_mul_100_011, "Mul_100_011.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4241 | gen_test!(test_mul_100_100, "Mul_100_100.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4241 | gen_test!(test_mul_100_100, "Mul_100_100.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4241 | gen_test!(test_mul_100_100, "Mul_100_100.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4242 | gen_test!(test_mul_100_101, "Mul_100_101.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4242 | gen_test!(test_mul_100_101, "Mul_100_101.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4242 | gen_test!(test_mul_100_101, "Mul_100_101.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4243 | gen_test!(test_mul_100_110, "Mul_100_110.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4243 | gen_test!(test_mul_100_110, "Mul_100_110.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4243 | gen_test!(test_mul_100_110, "Mul_100_110.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4244 | gen_test!(test_mul_100_111, "Mul_100_111.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4244 | gen_test!(test_mul_100_111, "Mul_100_111.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4244 | gen_test!(test_mul_100_111, "Mul_100_111.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4245 | gen_test!(test_mul_101_000, "Mul_101_000.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4245 | gen_test!(test_mul_101_000, "Mul_101_000.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4245 | gen_test!(test_mul_101_000, "Mul_101_000.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4246 | gen_test!(test_mul_101_001, "Mul_101_001.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4246 | gen_test!(test_mul_101_001, "Mul_101_001.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4246 | gen_test!(test_mul_101_001, "Mul_101_001.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4247 | gen_test!(test_mul_101_010, "Mul_101_010.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4247 | gen_test!(test_mul_101_010, "Mul_101_010.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4247 | gen_test!(test_mul_101_010, "Mul_101_010.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4248 | gen_test!(test_mul_101_011, "Mul_101_011.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4248 | gen_test!(test_mul_101_011, "Mul_101_011.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4248 | gen_test!(test_mul_101_011, "Mul_101_011.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4249 | gen_test!(test_mul_101_100, "Mul_101_100.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4249 | gen_test!(test_mul_101_100, "Mul_101_100.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4249 | gen_test!(test_mul_101_100, "Mul_101_100.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4250 | gen_test!(test_mul_101_101, "Mul_101_101.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4250 | gen_test!(test_mul_101_101, "Mul_101_101.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4250 | gen_test!(test_mul_101_101, "Mul_101_101.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4251 | gen_test!(test_mul_101_110, "Mul_101_110.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4251 | gen_test!(test_mul_101_110, "Mul_101_110.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4251 | gen_test!(test_mul_101_110, "Mul_101_110.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4252 | gen_test!(test_mul_101_111, "Mul_101_111.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4252 | gen_test!(test_mul_101_111, "Mul_101_111.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4252 | gen_test!(test_mul_101_111, "Mul_101_111.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4253 | gen_test!(test_mul_110_000, "Mul_110_000.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4253 | gen_test!(test_mul_110_000, "Mul_110_000.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4253 | gen_test!(test_mul_110_000, "Mul_110_000.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4254 | gen_test!(test_mul_110_001, "Mul_110_001.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4254 | gen_test!(test_mul_110_001, "Mul_110_001.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4254 | gen_test!(test_mul_110_001, "Mul_110_001.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4255 | gen_test!(test_mul_110_010, "Mul_110_010.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4255 | gen_test!(test_mul_110_010, "Mul_110_010.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4255 | gen_test!(test_mul_110_010, "Mul_110_010.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4256 | gen_test!(test_mul_110_011, "Mul_110_011.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4256 | gen_test!(test_mul_110_011, "Mul_110_011.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4256 | gen_test!(test_mul_110_011, "Mul_110_011.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4257 | gen_test!(test_mul_110_100, "Mul_110_100.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4257 | gen_test!(test_mul_110_100, "Mul_110_100.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4257 | gen_test!(test_mul_110_100, "Mul_110_100.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4258 | gen_test!(test_mul_110_101, "Mul_110_101.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4258 | gen_test!(test_mul_110_101, "Mul_110_101.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4258 | gen_test!(test_mul_110_101, "Mul_110_101.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4259 | gen_test!(test_mul_110_110, "Mul_110_110.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4259 | gen_test!(test_mul_110_110, "Mul_110_110.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4259 | gen_test!(test_mul_110_110, "Mul_110_110.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4260 | gen_test!(test_mul_110_111, "Mul_110_111.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4260 | gen_test!(test_mul_110_111, "Mul_110_111.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4260 | gen_test!(test_mul_110_111, "Mul_110_111.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4261 | gen_test!(test_mul_111_000, "Mul_111_000.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4261 | gen_test!(test_mul_111_000, "Mul_111_000.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4261 | gen_test!(test_mul_111_000, "Mul_111_000.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4262 | gen_test!(test_mul_111_001, "Mul_111_001.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4262 | gen_test!(test_mul_111_001, "Mul_111_001.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4262 | gen_test!(test_mul_111_001, "Mul_111_001.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4263 | gen_test!(test_mul_111_010, "Mul_111_010.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4263 | gen_test!(test_mul_111_010, "Mul_111_010.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4263 | gen_test!(test_mul_111_010, "Mul_111_010.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4264 | gen_test!(test_mul_111_011, "Mul_111_011.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4264 | gen_test!(test_mul_111_011, "Mul_111_011.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4264 | gen_test!(test_mul_111_011, "Mul_111_011.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4265 | gen_test!(test_mul_111_100, "Mul_111_100.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4265 | gen_test!(test_mul_111_100, "Mul_111_100.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4265 | gen_test!(test_mul_111_100, "Mul_111_100.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4266 | gen_test!(test_mul_111_101, "Mul_111_101.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4266 | gen_test!(test_mul_111_101, "Mul_111_101.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4266 | gen_test!(test_mul_111_101, "Mul_111_101.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4267 | gen_test!(test_mul_111_110, "Mul_111_110.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4267 | gen_test!(test_mul_111_110, "Mul_111_110.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4267 | gen_test!(test_mul_111_110, "Mul_111_110.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4268 | gen_test!(test_mul_111_111, "Mul_111_111.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4268 | gen_test!(test_mul_111_111, "Mul_111_111.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4268 | gen_test!(test_mul_111_111, "Mul_111_111.csv", checked_mul); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4270 | gen_test!(test_rem_000_001, "Rem_000_001.csv", checked_rem); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4270 | gen_test!(test_rem_000_001, "Rem_000_001.csv", checked_rem); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4270 | gen_test!(test_rem_000_001, "Rem_000_001.csv", checked_rem); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4271 | gen_test!(test_rem_000_010, "Rem_000_010.csv", checked_rem); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4271 | gen_test!(test_rem_000_010, "Rem_000_010.csv", checked_rem); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4271 | gen_test!(test_rem_000_010, "Rem_000_010.csv", checked_rem); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4272 | gen_test!(test_rem_000_011, "Rem_000_011.csv", checked_rem); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4272 | gen_test!(test_rem_000_011, "Rem_000_011.csv", checked_rem); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4272 | gen_test!(test_rem_000_011, "Rem_000_011.csv", checked_rem); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4273 | gen_test!(test_rem_000_100, "Rem_000_100.csv", checked_rem); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4273 | gen_test!(test_rem_000_100, "Rem_000_100.csv", checked_rem); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4273 | gen_test!(test_rem_000_100, "Rem_000_100.csv", checked_rem); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4274 | gen_test!(test_rem_000_101, "Rem_000_101.csv", checked_rem); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4274 | gen_test!(test_rem_000_101, "Rem_000_101.csv", checked_rem); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4274 | gen_test!(test_rem_000_101, "Rem_000_101.csv", checked_rem); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4275 | gen_test!(test_rem_000_110, "Rem_000_110.csv", checked_rem); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4275 | gen_test!(test_rem_000_110, "Rem_000_110.csv", checked_rem); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4275 | gen_test!(test_rem_000_110, "Rem_000_110.csv", checked_rem); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4276 | gen_test!(test_rem_000_111, "Rem_000_111.csv", checked_rem); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4276 | gen_test!(test_rem_000_111, "Rem_000_111.csv", checked_rem); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4276 | gen_test!(test_rem_000_111, "Rem_000_111.csv", checked_rem); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4277 | gen_test!(test_rem_001_000, "Rem_001_000.csv", checked_rem); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4277 | gen_test!(test_rem_001_000, "Rem_001_000.csv", checked_rem); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4277 | gen_test!(test_rem_001_000, "Rem_001_000.csv", checked_rem); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4278 | gen_test!(test_rem_001_001, "Rem_001_001.csv", checked_rem); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4278 | gen_test!(test_rem_001_001, "Rem_001_001.csv", checked_rem); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4278 | gen_test!(test_rem_001_001, "Rem_001_001.csv", checked_rem); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4279 | gen_test!(test_rem_001_010, "Rem_001_010.csv", checked_rem); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4279 | gen_test!(test_rem_001_010, "Rem_001_010.csv", checked_rem); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4279 | gen_test!(test_rem_001_010, "Rem_001_010.csv", checked_rem); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4280 | gen_test!(test_rem_001_011, "Rem_001_011.csv", checked_rem); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4280 | gen_test!(test_rem_001_011, "Rem_001_011.csv", checked_rem); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4280 | gen_test!(test_rem_001_011, "Rem_001_011.csv", checked_rem); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4281 | gen_test!(test_rem_001_100, "Rem_001_100.csv", checked_rem); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4281 | gen_test!(test_rem_001_100, "Rem_001_100.csv", checked_rem); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4068:36 [INFO] [stdout] | [INFO] [stdout] 4068 | let expected = Decimal::from_str(&result).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4281 | gen_test!(test_rem_001_100, "Rem_001_100.csv", checked_rem); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4066:30 [INFO] [stdout] | [INFO] [stdout] 4066 | let d1 = Decimal::from_str(&d1).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4282 | gen_test!(test_rem_001_101, "Rem_001_101.csv", checked_rem); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Decimal` [INFO] [stdout] --> tests/decimal_tests.rs:4067:30 [INFO] [stdout] | [INFO] [stdout] 4067 | let d2 = Decimal::from_str(&d2).unwrap(); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] ... [INFO] [stdout] 4282 | gen_test!(test_rem_001_101, "Rem_001_101.csv", checked_rem); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `gen_test` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 4044 | use rustdecimal::Decimal; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [WARN] too many lines in the log, truncating it