[INFO] fetching crate typed_floats 1.0.7...
[INFO] checking typed_floats-1.0.7 against try#4f260f0f20b3133d20cfb50353c0221943af5796+rustflags=-Dunmustuse_in_always_ok for pr-148577
[INFO] extracting crate typed_floats 1.0.7 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate typed_floats 1.0.7
[INFO] finished tweaking crates.io crate typed_floats 1.0.7
[INFO] tweaked toml for crates.io crate typed_floats 1.0.7 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate typed_floats 1.0.7 on toolchain 4f260f0f20b3133d20cfb50353c0221943af5796
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate typed_floats 1.0.7 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f1099cd27be048dad16ebf499534d14185c0b9ab889186f4886fa4b52686f3d0
[INFO] running `Command { std: "docker" "start" "-a" "f1099cd27be048dad16ebf499534d14185c0b9ab889186f4886fa4b52686f3d0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f1099cd27be048dad16ebf499534d14185c0b9ab889186f4886fa4b52686f3d0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f1099cd27be048dad16ebf499534d14185c0b9ab889186f4886fa4b52686f3d0", kill_on_drop: false }`
[INFO] [stdout] f1099cd27be048dad16ebf499534d14185c0b9ab889186f4886fa4b52686f3d0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid -Dunmustuse_in_always_ok" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+4f260f0f20b3133d20cfb50353c0221943af5796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 477a7bc991097f2dec64bdc4d5934f6ed4d3c72ab0a22883a17357c1364dd530
[INFO] running `Command { std: "docker" "start" "-a" "477a7bc991097f2dec64bdc4d5934f6ed4d3c72ab0a22883a17357c1364dd530", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.226
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling typed_floats_macros v1.0.7
[INFO] [stderr]     Checking serde_json v1.0.145
[INFO] [stderr]     Checking typed_floats v1.0.7 (/opt/rustwide/workdir)
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:70:21
[INFO] [stdout]     |
[INFO] [stdout]  70 |             let _ = crate::$type::<f32>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 |     impl_from_ints!(non_nan, NonNaN, i8, i16, i32, i64);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: requested on the command line with `-D unmustuse-in-always-ok`
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:71:21
[INFO] [stdout]     |
[INFO] [stdout]  71 |             let _ = crate::$type::<f64>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 |     impl_from_ints!(non_nan, NonNaN, i8, i16, i32, i64);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:78:21
[INFO] [stdout]     |
[INFO] [stdout]  78 |             let _ = crate::$type::<f32>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 |     impl_from_ints!(non_nan, NonNaN, i8, i16, i32, i64);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:79:21
[INFO] [stdout]     |
[INFO] [stdout]  79 |             let _ = crate::$type::<f64>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 |     impl_from_ints!(non_nan, NonNaN, i8, i16, i32, i64);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:70:21
[INFO] [stdout]     |
[INFO] [stdout]  70 |             let _ = crate::$type::<f32>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 |     impl_from_ints!(non_nan, NonNaN, i8, i16, i32, i64);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:71:21
[INFO] [stdout]     |
[INFO] [stdout]  71 |             let _ = crate::$type::<f64>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 |     impl_from_ints!(non_nan, NonNaN, i8, i16, i32, i64);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:78:21
[INFO] [stdout]     |
[INFO] [stdout]  78 |             let _ = crate::$type::<f32>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 |     impl_from_ints!(non_nan, NonNaN, i8, i16, i32, i64);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:79:21
[INFO] [stdout]     |
[INFO] [stdout]  79 |             let _ = crate::$type::<f64>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 |     impl_from_ints!(non_nan, NonNaN, i8, i16, i32, i64);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:70:21
[INFO] [stdout]     |
[INFO] [stdout]  70 |             let _ = crate::$type::<f32>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 |     impl_from_ints!(non_nan, NonNaN, i8, i16, i32, i64);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:71:21
[INFO] [stdout]     |
[INFO] [stdout]  71 |             let _ = crate::$type::<f64>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 |     impl_from_ints!(non_nan, NonNaN, i8, i16, i32, i64);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:78:21
[INFO] [stdout]     |
[INFO] [stdout]  78 |             let _ = crate::$type::<f32>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 |     impl_from_ints!(non_nan, NonNaN, i8, i16, i32, i64);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:79:21
[INFO] [stdout]     |
[INFO] [stdout]  79 |             let _ = crate::$type::<f64>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 |     impl_from_ints!(non_nan, NonNaN, i8, i16, i32, i64);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:70:21
[INFO] [stdout]     |
[INFO] [stdout]  70 |             let _ = crate::$type::<f32>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 |     impl_from_ints!(non_nan, NonNaN, i8, i16, i32, i64);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:71:21
[INFO] [stdout]     |
[INFO] [stdout]  71 |             let _ = crate::$type::<f64>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 |     impl_from_ints!(non_nan, NonNaN, i8, i16, i32, i64);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:78:21
[INFO] [stdout]     |
[INFO] [stdout]  78 |             let _ = crate::$type::<f32>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 |     impl_from_ints!(non_nan, NonNaN, i8, i16, i32, i64);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:79:21
[INFO] [stdout]     |
[INFO] [stdout]  79 |             let _ = crate::$type::<f64>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 132 |     impl_from_ints!(non_nan, NonNaN, i8, i16, i32, i64);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:70:21
[INFO] [stdout]     |
[INFO] [stdout]  70 |             let _ = crate::$type::<f32>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 |     impl_from_ints!(non_nan_finite, NonNaNFinite, i8, i16, i32, i64);
[INFO] [stdout]     |     ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:71:21
[INFO] [stdout]     |
[INFO] [stdout]  71 |             let _ = crate::$type::<f64>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 |     impl_from_ints!(non_nan_finite, NonNaNFinite, i8, i16, i32, i64);
[INFO] [stdout]     |     ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:78:21
[INFO] [stdout]     |
[INFO] [stdout]  78 |             let _ = crate::$type::<f32>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 |     impl_from_ints!(non_nan_finite, NonNaNFinite, i8, i16, i32, i64);
[INFO] [stdout]     |     ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:79:21
[INFO] [stdout]     |
[INFO] [stdout]  79 |             let _ = crate::$type::<f64>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 |     impl_from_ints!(non_nan_finite, NonNaNFinite, i8, i16, i32, i64);
[INFO] [stdout]     |     ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:70:21
[INFO] [stdout]     |
[INFO] [stdout]  70 |             let _ = crate::$type::<f32>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 |     impl_from_ints!(non_nan_finite, NonNaNFinite, i8, i16, i32, i64);
[INFO] [stdout]     |     ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:71:21
[INFO] [stdout]     |
[INFO] [stdout]  71 |             let _ = crate::$type::<f64>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 |     impl_from_ints!(non_nan_finite, NonNaNFinite, i8, i16, i32, i64);
[INFO] [stdout]     |     ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:78:21
[INFO] [stdout]     |
[INFO] [stdout]  78 |             let _ = crate::$type::<f32>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 |     impl_from_ints!(non_nan_finite, NonNaNFinite, i8, i16, i32, i64);
[INFO] [stdout]     |     ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:79:21
[INFO] [stdout]     |
[INFO] [stdout]  79 |             let _ = crate::$type::<f64>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 |     impl_from_ints!(non_nan_finite, NonNaNFinite, i8, i16, i32, i64);
[INFO] [stdout]     |     ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:70:21
[INFO] [stdout]     |
[INFO] [stdout]  70 |             let _ = crate::$type::<f32>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 |     impl_from_ints!(non_nan_finite, NonNaNFinite, i8, i16, i32, i64);
[INFO] [stdout]     |     ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:71:21
[INFO] [stdout]     |
[INFO] [stdout]  71 |             let _ = crate::$type::<f64>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 |     impl_from_ints!(non_nan_finite, NonNaNFinite, i8, i16, i32, i64);
[INFO] [stdout]     |     ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:78:21
[INFO] [stdout]     |
[INFO] [stdout]  78 |             let _ = crate::$type::<f32>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 |     impl_from_ints!(non_nan_finite, NonNaNFinite, i8, i16, i32, i64);
[INFO] [stdout]     |     ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:79:21
[INFO] [stdout]     |
[INFO] [stdout]  79 |             let _ = crate::$type::<f64>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 |     impl_from_ints!(non_nan_finite, NonNaNFinite, i8, i16, i32, i64);
[INFO] [stdout]     |     ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:70:21
[INFO] [stdout]     |
[INFO] [stdout]  70 |             let _ = crate::$type::<f32>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 |     impl_from_ints!(non_nan_finite, NonNaNFinite, i8, i16, i32, i64);
[INFO] [stdout]     |     ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:71:21
[INFO] [stdout]     |
[INFO] [stdout]  71 |             let _ = crate::$type::<f64>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 |     impl_from_ints!(non_nan_finite, NonNaNFinite, i8, i16, i32, i64);
[INFO] [stdout]     |     ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:78:21
[INFO] [stdout]     |
[INFO] [stdout]  78 |             let _ = crate::$type::<f32>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 |     impl_from_ints!(non_nan_finite, NonNaNFinite, i8, i16, i32, i64);
[INFO] [stdout]     |     ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:79:21
[INFO] [stdout]     |
[INFO] [stdout]  79 |             let _ = crate::$type::<f64>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 |     impl_from_ints!(non_nan_finite, NonNaNFinite, i8, i16, i32, i64);
[INFO] [stdout]     |     ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::Positive<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:78:21
[INFO] [stdout]     |
[INFO] [stdout]  78 |             let _ = crate::$type::<f32>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 143 |     impl_try_from_ints!(positive, Positive, i8, i16, i32, i64);
[INFO] [stdout]     |     ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::Positive, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:79:21
[INFO] [stdout]     |
[INFO] [stdout]  79 |             let _ = crate::$type::<f64>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 143 |     impl_try_from_ints!(positive, Positive, i8, i16, i32, i64);
[INFO] [stdout]     |     ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::Positive<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:78:21
[INFO] [stdout]     |
[INFO] [stdout]  78 |             let _ = crate::$type::<f32>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 143 |     impl_try_from_ints!(positive, Positive, i8, i16, i32, i64);
[INFO] [stdout]     |     ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::Positive, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:79:21
[INFO] [stdout]     |
[INFO] [stdout]  79 |             let _ = crate::$type::<f64>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 143 |     impl_try_from_ints!(positive, Positive, i8, i16, i32, i64);
[INFO] [stdout]     |     ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::Positive<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:78:21
[INFO] [stdout]     |
[INFO] [stdout]  78 |             let _ = crate::$type::<f32>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 143 |     impl_try_from_ints!(positive, Positive, i8, i16, i32, i64);
[INFO] [stdout]     |     ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::Positive, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:79:21
[INFO] [stdout]     |
[INFO] [stdout]  79 |             let _ = crate::$type::<f64>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 143 |     impl_try_from_ints!(positive, Positive, i8, i16, i32, i64);
[INFO] [stdout]     |     ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::Positive<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:78:21
[INFO] [stdout]     |
[INFO] [stdout]  78 |             let _ = crate::$type::<f32>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 143 |     impl_try_from_ints!(positive, Positive, i8, i16, i32, i64);
[INFO] [stdout]     |     ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::Positive, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:79:21
[INFO] [stdout]     |
[INFO] [stdout]  79 |             let _ = crate::$type::<f64>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 143 |     impl_try_from_ints!(positive, Positive, i8, i16, i32, i64);
[INFO] [stdout]     |     ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::PositiveFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:78:21
[INFO] [stdout]     |
[INFO] [stdout]  78 |             let _ = crate::$type::<f32>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 145 |     impl_try_from_ints!(positive_finite, PositiveFinite, i8, i16, i32, i64);
[INFO] [stdout]     |     ----------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::PositiveFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:79:21
[INFO] [stdout]     |
[INFO] [stdout]  79 |             let _ = crate::$type::<f64>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 145 |     impl_try_from_ints!(positive_finite, PositiveFinite, i8, i16, i32, i64);
[INFO] [stdout]     |     ----------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::PositiveFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:78:21
[INFO] [stdout]     |
[INFO] [stdout]  78 |             let _ = crate::$type::<f32>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 145 |     impl_try_from_ints!(positive_finite, PositiveFinite, i8, i16, i32, i64);
[INFO] [stdout]     |     ----------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::PositiveFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:79:21
[INFO] [stdout]     |
[INFO] [stdout]  79 |             let _ = crate::$type::<f64>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 145 |     impl_try_from_ints!(positive_finite, PositiveFinite, i8, i16, i32, i64);
[INFO] [stdout]     |     ----------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::PositiveFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:78:21
[INFO] [stdout]     |
[INFO] [stdout]  78 |             let _ = crate::$type::<f32>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 145 |     impl_try_from_ints!(positive_finite, PositiveFinite, i8, i16, i32, i64);
[INFO] [stdout]     |     ----------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::PositiveFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:79:21
[INFO] [stdout]     |
[INFO] [stdout]  79 |             let _ = crate::$type::<f64>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 145 |     impl_try_from_ints!(positive_finite, PositiveFinite, i8, i16, i32, i64);
[INFO] [stdout]     |     ----------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::PositiveFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:78:21
[INFO] [stdout]     |
[INFO] [stdout]  78 |             let _ = crate::$type::<f32>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 145 |     impl_try_from_ints!(positive_finite, PositiveFinite, i8, i16, i32, i64);
[INFO] [stdout]     |     ----------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::PositiveFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:79:21
[INFO] [stdout]     |
[INFO] [stdout]  79 |             let _ = crate::$type::<f64>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 145 |     impl_try_from_ints!(positive_finite, PositiveFinite, i8, i16, i32, i64);
[INFO] [stdout]     |     ----------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:70:21
[INFO] [stdout]     |
[INFO] [stdout]  70 |             let _ = crate::$type::<f32>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 176 |     impl_from_ints!(non_nan, NonNaN, u8, u16, u32, u64);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:71:21
[INFO] [stdout]     |
[INFO] [stdout]  71 |             let _ = crate::$type::<f64>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 176 |     impl_from_ints!(non_nan, NonNaN, u8, u16, u32, u64);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:78:21
[INFO] [stdout]     |
[INFO] [stdout]  78 |             let _ = crate::$type::<f32>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 176 |     impl_from_ints!(non_nan, NonNaN, u8, u16, u32, u64);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:79:21
[INFO] [stdout]     |
[INFO] [stdout]  79 |             let _ = crate::$type::<f64>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 176 |     impl_from_ints!(non_nan, NonNaN, u8, u16, u32, u64);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:70:21
[INFO] [stdout]     |
[INFO] [stdout]  70 |             let _ = crate::$type::<f32>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 176 |     impl_from_ints!(non_nan, NonNaN, u8, u16, u32, u64);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:71:21
[INFO] [stdout]     |
[INFO] [stdout]  71 |             let _ = crate::$type::<f64>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 176 |     impl_from_ints!(non_nan, NonNaN, u8, u16, u32, u64);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:78:21
[INFO] [stdout]     |
[INFO] [stdout]  78 |             let _ = crate::$type::<f32>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 176 |     impl_from_ints!(non_nan, NonNaN, u8, u16, u32, u64);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:79:21
[INFO] [stdout]     |
[INFO] [stdout]  79 |             let _ = crate::$type::<f64>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 176 |     impl_from_ints!(non_nan, NonNaN, u8, u16, u32, u64);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:70:21
[INFO] [stdout]     |
[INFO] [stdout]  70 |             let _ = crate::$type::<f32>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 176 |     impl_from_ints!(non_nan, NonNaN, u8, u16, u32, u64);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:71:21
[INFO] [stdout]     |
[INFO] [stdout]  71 |             let _ = crate::$type::<f64>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 176 |     impl_from_ints!(non_nan, NonNaN, u8, u16, u32, u64);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:78:21
[INFO] [stdout]     |
[INFO] [stdout]  78 |             let _ = crate::$type::<f32>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 176 |     impl_from_ints!(non_nan, NonNaN, u8, u16, u32, u64);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:79:21
[INFO] [stdout]     |
[INFO] [stdout]  79 |             let _ = crate::$type::<f64>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 176 |     impl_from_ints!(non_nan, NonNaN, u8, u16, u32, u64);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:70:21
[INFO] [stdout]     |
[INFO] [stdout]  70 |             let _ = crate::$type::<f32>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 176 |     impl_from_ints!(non_nan, NonNaN, u8, u16, u32, u64);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:71:21
[INFO] [stdout]     |
[INFO] [stdout]  71 |             let _ = crate::$type::<f64>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 176 |     impl_from_ints!(non_nan, NonNaN, u8, u16, u32, u64);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:78:21
[INFO] [stdout]     |
[INFO] [stdout]  78 |             let _ = crate::$type::<f32>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 176 |     impl_from_ints!(non_nan, NonNaN, u8, u16, u32, u64);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:79:21
[INFO] [stdout]     |
[INFO] [stdout]  79 |             let _ = crate::$type::<f64>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 176 |     impl_from_ints!(non_nan, NonNaN, u8, u16, u32, u64);
[INFO] [stdout]     |     --------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:70:21
[INFO] [stdout]     |
[INFO] [stdout]  70 |             let _ = crate::$type::<f32>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 178 |     impl_from_ints!(non_nan_finite, NonNaNFinite, u8, u16, u32, u64);
[INFO] [stdout]     |     ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:71:21
[INFO] [stdout]     |
[INFO] [stdout]  71 |             let _ = crate::$type::<f64>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 178 |     impl_from_ints!(non_nan_finite, NonNaNFinite, u8, u16, u32, u64);
[INFO] [stdout]     |     ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:78:21
[INFO] [stdout]     |
[INFO] [stdout]  78 |             let _ = crate::$type::<f32>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 178 |     impl_from_ints!(non_nan_finite, NonNaNFinite, u8, u16, u32, u64);
[INFO] [stdout]     |     ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:79:21
[INFO] [stdout]     |
[INFO] [stdout]  79 |             let _ = crate::$type::<f64>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 178 |     impl_from_ints!(non_nan_finite, NonNaNFinite, u8, u16, u32, u64);
[INFO] [stdout]     |     ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:70:21
[INFO] [stdout]     |
[INFO] [stdout]  70 |             let _ = crate::$type::<f32>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 178 |     impl_from_ints!(non_nan_finite, NonNaNFinite, u8, u16, u32, u64);
[INFO] [stdout]     |     ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:71:21
[INFO] [stdout]     |
[INFO] [stdout]  71 |             let _ = crate::$type::<f64>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 178 |     impl_from_ints!(non_nan_finite, NonNaNFinite, u8, u16, u32, u64);
[INFO] [stdout]     |     ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:78:21
[INFO] [stdout]     |
[INFO] [stdout]  78 |             let _ = crate::$type::<f32>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 178 |     impl_from_ints!(non_nan_finite, NonNaNFinite, u8, u16, u32, u64);
[INFO] [stdout]     |     ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:79:21
[INFO] [stdout]     |
[INFO] [stdout]  79 |             let _ = crate::$type::<f64>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 178 |     impl_from_ints!(non_nan_finite, NonNaNFinite, u8, u16, u32, u64);
[INFO] [stdout]     |     ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:70:21
[INFO] [stdout]     |
[INFO] [stdout]  70 |             let _ = crate::$type::<f32>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 178 |     impl_from_ints!(non_nan_finite, NonNaNFinite, u8, u16, u32, u64);
[INFO] [stdout]     |     ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:71:21
[INFO] [stdout]     |
[INFO] [stdout]  71 |             let _ = crate::$type::<f64>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 178 |     impl_from_ints!(non_nan_finite, NonNaNFinite, u8, u16, u32, u64);
[INFO] [stdout]     |     ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:78:21
[INFO] [stdout]     |
[INFO] [stdout]  78 |             let _ = crate::$type::<f32>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 178 |     impl_from_ints!(non_nan_finite, NonNaNFinite, u8, u16, u32, u64);
[INFO] [stdout]     |     ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:79:21
[INFO] [stdout]     |
[INFO] [stdout]  79 |             let _ = crate::$type::<f64>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 178 |     impl_from_ints!(non_nan_finite, NonNaNFinite, u8, u16, u32, u64);
[INFO] [stdout]     |     ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:70:21
[INFO] [stdout]     |
[INFO] [stdout]  70 |             let _ = crate::$type::<f32>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 178 |     impl_from_ints!(non_nan_finite, NonNaNFinite, u8, u16, u32, u64);
[INFO] [stdout]     |     ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:71:21
[INFO] [stdout]     |
[INFO] [stdout]  71 |             let _ = crate::$type::<f64>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 178 |     impl_from_ints!(non_nan_finite, NonNaNFinite, u8, u16, u32, u64);
[INFO] [stdout]     |     ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:78:21
[INFO] [stdout]     |
[INFO] [stdout]  78 |             let _ = crate::$type::<f32>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 178 |     impl_from_ints!(non_nan_finite, NonNaNFinite, u8, u16, u32, u64);
[INFO] [stdout]     |     ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:79:21
[INFO] [stdout]     |
[INFO] [stdout]  79 |             let _ = crate::$type::<f64>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 178 |     impl_from_ints!(non_nan_finite, NonNaNFinite, u8, u16, u32, u64);
[INFO] [stdout]     |     ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::Positive<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:78:21
[INFO] [stdout]     |
[INFO] [stdout]  78 |             let _ = crate::$type::<f32>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 187 |     impl_from_ints!(positive, Positive, u8, u16, u32, u64);
[INFO] [stdout]     |     ------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::Positive, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:79:21
[INFO] [stdout]     |
[INFO] [stdout]  79 |             let _ = crate::$type::<f64>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 187 |     impl_from_ints!(positive, Positive, u8, u16, u32, u64);
[INFO] [stdout]     |     ------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::Positive<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:78:21
[INFO] [stdout]     |
[INFO] [stdout]  78 |             let _ = crate::$type::<f32>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 187 |     impl_from_ints!(positive, Positive, u8, u16, u32, u64);
[INFO] [stdout]     |     ------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::Positive, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:79:21
[INFO] [stdout]     |
[INFO] [stdout]  79 |             let _ = crate::$type::<f64>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 187 |     impl_from_ints!(positive, Positive, u8, u16, u32, u64);
[INFO] [stdout]     |     ------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::Positive<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:78:21
[INFO] [stdout]     |
[INFO] [stdout]  78 |             let _ = crate::$type::<f32>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 187 |     impl_from_ints!(positive, Positive, u8, u16, u32, u64);
[INFO] [stdout]     |     ------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::Positive, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:79:21
[INFO] [stdout]     |
[INFO] [stdout]  79 |             let _ = crate::$type::<f64>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 187 |     impl_from_ints!(positive, Positive, u8, u16, u32, u64);
[INFO] [stdout]     |     ------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::Positive<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:78:21
[INFO] [stdout]     |
[INFO] [stdout]  78 |             let _ = crate::$type::<f32>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 187 |     impl_from_ints!(positive, Positive, u8, u16, u32, u64);
[INFO] [stdout]     |     ------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::Positive, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:79:21
[INFO] [stdout]     |
[INFO] [stdout]  79 |             let _ = crate::$type::<f64>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 187 |     impl_from_ints!(positive, Positive, u8, u16, u32, u64);
[INFO] [stdout]     |     ------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::PositiveFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:78:21
[INFO] [stdout]     |
[INFO] [stdout]  78 |             let _ = crate::$type::<f32>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 189 |     impl_from_ints!(positive_finite, PositiveFinite, u8, u16, u32, u64);
[INFO] [stdout]     |     ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::PositiveFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:79:21
[INFO] [stdout]     |
[INFO] [stdout]  79 |             let _ = crate::$type::<f64>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 189 |     impl_from_ints!(positive_finite, PositiveFinite, u8, u16, u32, u64);
[INFO] [stdout]     |     ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::PositiveFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:78:21
[INFO] [stdout]     |
[INFO] [stdout]  78 |             let _ = crate::$type::<f32>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 189 |     impl_from_ints!(positive_finite, PositiveFinite, u8, u16, u32, u64);
[INFO] [stdout]     |     ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::PositiveFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:79:21
[INFO] [stdout]     |
[INFO] [stdout]  79 |             let _ = crate::$type::<f64>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 189 |     impl_from_ints!(positive_finite, PositiveFinite, u8, u16, u32, u64);
[INFO] [stdout]     |     ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::PositiveFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:78:21
[INFO] [stdout]     |
[INFO] [stdout]  78 |             let _ = crate::$type::<f32>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 189 |     impl_from_ints!(positive_finite, PositiveFinite, u8, u16, u32, u64);
[INFO] [stdout]     |     ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::PositiveFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:79:21
[INFO] [stdout]     |
[INFO] [stdout]  79 |             let _ = crate::$type::<f64>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 189 |     impl_from_ints!(positive_finite, PositiveFinite, u8, u16, u32, u64);
[INFO] [stdout]     |     ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::PositiveFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:78:21
[INFO] [stdout]     |
[INFO] [stdout]  78 |             let _ = crate::$type::<f32>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 189 |     impl_from_ints!(positive_finite, PositiveFinite, u8, u16, u32, u64);
[INFO] [stdout]     |     ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::PositiveFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/int.rs:79:21
[INFO] [stdout]     |
[INFO] [stdout]  79 |             let _ = crate::$type::<f64>::try_from(i);
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 189 |     impl_from_ints!(positive_finite, PositiveFinite, u8, u16, u32, u64);
[INFO] [stdout]     |     ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:97:21
[INFO] [stdout]     |
[INFO] [stdout]  97 |             let _ = crate::$type::<f64>::try_from($non_zero_int::new(i).unwrap());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 |     impl_from_ints!(non_nan, NonNaN, NonZeroI8, NonZeroI16, NonZeroI32, NonZeroI64);
[INFO] [stdout]     |     ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:98:21
[INFO] [stdout]     |
[INFO] [stdout]  98 |             let _ = crate::$type::<f32>::try_from($non_zero_int::new(i).unwrap());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 |     impl_from_ints!(non_nan, NonNaN, NonZeroI8, NonZeroI16, NonZeroI32, NonZeroI64);
[INFO] [stdout]     |     ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |             let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 |     impl_from_ints!(non_nan, NonNaN, NonZeroI8, NonZeroI16, NonZeroI32, NonZeroI64);
[INFO] [stdout]     |     ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |             let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 |     impl_from_ints!(non_nan, NonNaN, NonZeroI8, NonZeroI16, NonZeroI32, NonZeroI64);
[INFO] [stdout]     |     ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:97:21
[INFO] [stdout]     |
[INFO] [stdout]  97 |             let _ = crate::$type::<f64>::try_from($non_zero_int::new(i).unwrap());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 |     impl_from_ints!(non_nan, NonNaN, NonZeroI8, NonZeroI16, NonZeroI32, NonZeroI64);
[INFO] [stdout]     |     ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:98:21
[INFO] [stdout]     |
[INFO] [stdout]  98 |             let _ = crate::$type::<f32>::try_from($non_zero_int::new(i).unwrap());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 |     impl_from_ints!(non_nan, NonNaN, NonZeroI8, NonZeroI16, NonZeroI32, NonZeroI64);
[INFO] [stdout]     |     ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |             let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 |     impl_from_ints!(non_nan, NonNaN, NonZeroI8, NonZeroI16, NonZeroI32, NonZeroI64);
[INFO] [stdout]     |     ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |             let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 |     impl_from_ints!(non_nan, NonNaN, NonZeroI8, NonZeroI16, NonZeroI32, NonZeroI64);
[INFO] [stdout]     |     ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:97:21
[INFO] [stdout]     |
[INFO] [stdout]  97 |             let _ = crate::$type::<f64>::try_from($non_zero_int::new(i).unwrap());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 |     impl_from_ints!(non_nan, NonNaN, NonZeroI8, NonZeroI16, NonZeroI32, NonZeroI64);
[INFO] [stdout]     |     ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:98:21
[INFO] [stdout]     |
[INFO] [stdout]  98 |             let _ = crate::$type::<f32>::try_from($non_zero_int::new(i).unwrap());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 |     impl_from_ints!(non_nan, NonNaN, NonZeroI8, NonZeroI16, NonZeroI32, NonZeroI64);
[INFO] [stdout]     |     ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |             let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 |     impl_from_ints!(non_nan, NonNaN, NonZeroI8, NonZeroI16, NonZeroI32, NonZeroI64);
[INFO] [stdout]     |     ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |             let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 |     impl_from_ints!(non_nan, NonNaN, NonZeroI8, NonZeroI16, NonZeroI32, NonZeroI64);
[INFO] [stdout]     |     ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:97:21
[INFO] [stdout]     |
[INFO] [stdout]  97 |             let _ = crate::$type::<f64>::try_from($non_zero_int::new(i).unwrap());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 |     impl_from_ints!(non_nan, NonNaN, NonZeroI8, NonZeroI16, NonZeroI32, NonZeroI64);
[INFO] [stdout]     |     ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:98:21
[INFO] [stdout]     |
[INFO] [stdout]  98 |             let _ = crate::$type::<f32>::try_from($non_zero_int::new(i).unwrap());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 |     impl_from_ints!(non_nan, NonNaN, NonZeroI8, NonZeroI16, NonZeroI32, NonZeroI64);
[INFO] [stdout]     |     ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |             let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 |     impl_from_ints!(non_nan, NonNaN, NonZeroI8, NonZeroI16, NonZeroI32, NonZeroI64);
[INFO] [stdout]     |     ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |             let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 139 |     impl_from_ints!(non_nan, NonNaN, NonZeroI8, NonZeroI16, NonZeroI32, NonZeroI64);
[INFO] [stdout]     |     ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonZeroNonNaN, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:97:21
[INFO] [stdout]     |
[INFO] [stdout]  97 |               let _ = crate::$type::<f64>::try_from($non_zero_int::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 | /     impl_from_ints!(
[INFO] [stdout] 141 | |         non_zero_non_nan,
[INFO] [stdout] 142 | |         NonZeroNonNaN,
[INFO] [stdout] 143 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 146 | |         NonZeroI64
[INFO] [stdout] 147 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonZeroNonNaN<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:98:21
[INFO] [stdout]     |
[INFO] [stdout]  98 |               let _ = crate::$type::<f32>::try_from($non_zero_int::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 | /     impl_from_ints!(
[INFO] [stdout] 141 | |         non_zero_non_nan,
[INFO] [stdout] 142 | |         NonZeroNonNaN,
[INFO] [stdout] 143 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 146 | |         NonZeroI64
[INFO] [stdout] 147 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonZeroNonNaN, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |               let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 | /     impl_from_ints!(
[INFO] [stdout] 141 | |         non_zero_non_nan,
[INFO] [stdout] 142 | |         NonZeroNonNaN,
[INFO] [stdout] 143 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 146 | |         NonZeroI64
[INFO] [stdout] 147 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonZeroNonNaN<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |               let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 | /     impl_from_ints!(
[INFO] [stdout] 141 | |         non_zero_non_nan,
[INFO] [stdout] 142 | |         NonZeroNonNaN,
[INFO] [stdout] 143 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 146 | |         NonZeroI64
[INFO] [stdout] 147 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonZeroNonNaN, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:97:21
[INFO] [stdout]     |
[INFO] [stdout]  97 |               let _ = crate::$type::<f64>::try_from($non_zero_int::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 | /     impl_from_ints!(
[INFO] [stdout] 141 | |         non_zero_non_nan,
[INFO] [stdout] 142 | |         NonZeroNonNaN,
[INFO] [stdout] 143 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 146 | |         NonZeroI64
[INFO] [stdout] 147 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonZeroNonNaN<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:98:21
[INFO] [stdout]     |
[INFO] [stdout]  98 |               let _ = crate::$type::<f32>::try_from($non_zero_int::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 | /     impl_from_ints!(
[INFO] [stdout] 141 | |         non_zero_non_nan,
[INFO] [stdout] 142 | |         NonZeroNonNaN,
[INFO] [stdout] 143 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 146 | |         NonZeroI64
[INFO] [stdout] 147 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonZeroNonNaN, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |               let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 | /     impl_from_ints!(
[INFO] [stdout] 141 | |         non_zero_non_nan,
[INFO] [stdout] 142 | |         NonZeroNonNaN,
[INFO] [stdout] 143 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 146 | |         NonZeroI64
[INFO] [stdout] 147 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonZeroNonNaN<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |               let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 | /     impl_from_ints!(
[INFO] [stdout] 141 | |         non_zero_non_nan,
[INFO] [stdout] 142 | |         NonZeroNonNaN,
[INFO] [stdout] 143 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 146 | |         NonZeroI64
[INFO] [stdout] 147 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonZeroNonNaN, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:97:21
[INFO] [stdout]     |
[INFO] [stdout]  97 |               let _ = crate::$type::<f64>::try_from($non_zero_int::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 | /     impl_from_ints!(
[INFO] [stdout] 141 | |         non_zero_non_nan,
[INFO] [stdout] 142 | |         NonZeroNonNaN,
[INFO] [stdout] 143 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 146 | |         NonZeroI64
[INFO] [stdout] 147 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonZeroNonNaN<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:98:21
[INFO] [stdout]     |
[INFO] [stdout]  98 |               let _ = crate::$type::<f32>::try_from($non_zero_int::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 | /     impl_from_ints!(
[INFO] [stdout] 141 | |         non_zero_non_nan,
[INFO] [stdout] 142 | |         NonZeroNonNaN,
[INFO] [stdout] 143 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 146 | |         NonZeroI64
[INFO] [stdout] 147 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonZeroNonNaN, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |               let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 | /     impl_from_ints!(
[INFO] [stdout] 141 | |         non_zero_non_nan,
[INFO] [stdout] 142 | |         NonZeroNonNaN,
[INFO] [stdout] 143 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 146 | |         NonZeroI64
[INFO] [stdout] 147 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonZeroNonNaN<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |               let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 | /     impl_from_ints!(
[INFO] [stdout] 141 | |         non_zero_non_nan,
[INFO] [stdout] 142 | |         NonZeroNonNaN,
[INFO] [stdout] 143 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 146 | |         NonZeroI64
[INFO] [stdout] 147 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonZeroNonNaN, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:97:21
[INFO] [stdout]     |
[INFO] [stdout]  97 |               let _ = crate::$type::<f64>::try_from($non_zero_int::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 | /     impl_from_ints!(
[INFO] [stdout] 141 | |         non_zero_non_nan,
[INFO] [stdout] 142 | |         NonZeroNonNaN,
[INFO] [stdout] 143 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 146 | |         NonZeroI64
[INFO] [stdout] 147 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonZeroNonNaN<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:98:21
[INFO] [stdout]     |
[INFO] [stdout]  98 |               let _ = crate::$type::<f32>::try_from($non_zero_int::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 | /     impl_from_ints!(
[INFO] [stdout] 141 | |         non_zero_non_nan,
[INFO] [stdout] 142 | |         NonZeroNonNaN,
[INFO] [stdout] 143 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 146 | |         NonZeroI64
[INFO] [stdout] 147 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonZeroNonNaN, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |               let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 | /     impl_from_ints!(
[INFO] [stdout] 141 | |         non_zero_non_nan,
[INFO] [stdout] 142 | |         NonZeroNonNaN,
[INFO] [stdout] 143 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 146 | |         NonZeroI64
[INFO] [stdout] 147 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonZeroNonNaN<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |               let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 140 | /     impl_from_ints!(
[INFO] [stdout] 141 | |         non_zero_non_nan,
[INFO] [stdout] 142 | |         NonZeroNonNaN,
[INFO] [stdout] 143 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 146 | |         NonZeroI64
[INFO] [stdout] 147 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:97:21
[INFO] [stdout]     |
[INFO] [stdout]  97 |               let _ = crate::$type::<f64>::try_from($non_zero_int::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 | /     impl_from_ints!(
[INFO] [stdout] 149 | |         non_nan_finite,
[INFO] [stdout] 150 | |         NonNaNFinite,
[INFO] [stdout] 151 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 154 | |         NonZeroI64
[INFO] [stdout] 155 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:98:21
[INFO] [stdout]     |
[INFO] [stdout]  98 |               let _ = crate::$type::<f32>::try_from($non_zero_int::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 | /     impl_from_ints!(
[INFO] [stdout] 149 | |         non_nan_finite,
[INFO] [stdout] 150 | |         NonNaNFinite,
[INFO] [stdout] 151 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 154 | |         NonZeroI64
[INFO] [stdout] 155 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |               let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 | /     impl_from_ints!(
[INFO] [stdout] 149 | |         non_nan_finite,
[INFO] [stdout] 150 | |         NonNaNFinite,
[INFO] [stdout] 151 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 154 | |         NonZeroI64
[INFO] [stdout] 155 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |               let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 | /     impl_from_ints!(
[INFO] [stdout] 149 | |         non_nan_finite,
[INFO] [stdout] 150 | |         NonNaNFinite,
[INFO] [stdout] 151 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 154 | |         NonZeroI64
[INFO] [stdout] 155 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:97:21
[INFO] [stdout]     |
[INFO] [stdout]  97 |               let _ = crate::$type::<f64>::try_from($non_zero_int::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 | /     impl_from_ints!(
[INFO] [stdout] 149 | |         non_nan_finite,
[INFO] [stdout] 150 | |         NonNaNFinite,
[INFO] [stdout] 151 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 154 | |         NonZeroI64
[INFO] [stdout] 155 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:98:21
[INFO] [stdout]     |
[INFO] [stdout]  98 |               let _ = crate::$type::<f32>::try_from($non_zero_int::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 | /     impl_from_ints!(
[INFO] [stdout] 149 | |         non_nan_finite,
[INFO] [stdout] 150 | |         NonNaNFinite,
[INFO] [stdout] 151 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 154 | |         NonZeroI64
[INFO] [stdout] 155 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |               let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 | /     impl_from_ints!(
[INFO] [stdout] 149 | |         non_nan_finite,
[INFO] [stdout] 150 | |         NonNaNFinite,
[INFO] [stdout] 151 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 154 | |         NonZeroI64
[INFO] [stdout] 155 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |               let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 | /     impl_from_ints!(
[INFO] [stdout] 149 | |         non_nan_finite,
[INFO] [stdout] 150 | |         NonNaNFinite,
[INFO] [stdout] 151 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 154 | |         NonZeroI64
[INFO] [stdout] 155 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:97:21
[INFO] [stdout]     |
[INFO] [stdout]  97 |               let _ = crate::$type::<f64>::try_from($non_zero_int::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 | /     impl_from_ints!(
[INFO] [stdout] 149 | |         non_nan_finite,
[INFO] [stdout] 150 | |         NonNaNFinite,
[INFO] [stdout] 151 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 154 | |         NonZeroI64
[INFO] [stdout] 155 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:98:21
[INFO] [stdout]     |
[INFO] [stdout]  98 |               let _ = crate::$type::<f32>::try_from($non_zero_int::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 | /     impl_from_ints!(
[INFO] [stdout] 149 | |         non_nan_finite,
[INFO] [stdout] 150 | |         NonNaNFinite,
[INFO] [stdout] 151 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 154 | |         NonZeroI64
[INFO] [stdout] 155 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |               let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 | /     impl_from_ints!(
[INFO] [stdout] 149 | |         non_nan_finite,
[INFO] [stdout] 150 | |         NonNaNFinite,
[INFO] [stdout] 151 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 154 | |         NonZeroI64
[INFO] [stdout] 155 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |               let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 | /     impl_from_ints!(
[INFO] [stdout] 149 | |         non_nan_finite,
[INFO] [stdout] 150 | |         NonNaNFinite,
[INFO] [stdout] 151 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 154 | |         NonZeroI64
[INFO] [stdout] 155 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:97:21
[INFO] [stdout]     |
[INFO] [stdout]  97 |               let _ = crate::$type::<f64>::try_from($non_zero_int::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 | /     impl_from_ints!(
[INFO] [stdout] 149 | |         non_nan_finite,
[INFO] [stdout] 150 | |         NonNaNFinite,
[INFO] [stdout] 151 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 154 | |         NonZeroI64
[INFO] [stdout] 155 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:98:21
[INFO] [stdout]     |
[INFO] [stdout]  98 |               let _ = crate::$type::<f32>::try_from($non_zero_int::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 | /     impl_from_ints!(
[INFO] [stdout] 149 | |         non_nan_finite,
[INFO] [stdout] 150 | |         NonNaNFinite,
[INFO] [stdout] 151 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 154 | |         NonZeroI64
[INFO] [stdout] 155 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |               let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 | /     impl_from_ints!(
[INFO] [stdout] 149 | |         non_nan_finite,
[INFO] [stdout] 150 | |         NonNaNFinite,
[INFO] [stdout] 151 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 154 | |         NonZeroI64
[INFO] [stdout] 155 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |               let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 148 | /     impl_from_ints!(
[INFO] [stdout] 149 | |         non_nan_finite,
[INFO] [stdout] 150 | |         NonNaNFinite,
[INFO] [stdout] 151 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 154 | |         NonZeroI64
[INFO] [stdout] 155 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonZeroNonNaNFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |               let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 156 | /     impl_try_from_ints!(
[INFO] [stdout] 157 | |         non_zero_non_nan_finite,
[INFO] [stdout] 158 | |         NonZeroNonNaNFinite,
[INFO] [stdout] 159 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 162 | |         NonZeroI64
[INFO] [stdout] 163 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonZeroNonNaNFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |               let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 156 | /     impl_try_from_ints!(
[INFO] [stdout] 157 | |         non_zero_non_nan_finite,
[INFO] [stdout] 158 | |         NonZeroNonNaNFinite,
[INFO] [stdout] 159 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 162 | |         NonZeroI64
[INFO] [stdout] 163 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonZeroNonNaNFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |               let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 156 | /     impl_try_from_ints!(
[INFO] [stdout] 157 | |         non_zero_non_nan_finite,
[INFO] [stdout] 158 | |         NonZeroNonNaNFinite,
[INFO] [stdout] 159 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 162 | |         NonZeroI64
[INFO] [stdout] 163 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonZeroNonNaNFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |               let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 156 | /     impl_try_from_ints!(
[INFO] [stdout] 157 | |         non_zero_non_nan_finite,
[INFO] [stdout] 158 | |         NonZeroNonNaNFinite,
[INFO] [stdout] 159 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 162 | |         NonZeroI64
[INFO] [stdout] 163 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonZeroNonNaNFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |               let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 156 | /     impl_try_from_ints!(
[INFO] [stdout] 157 | |         non_zero_non_nan_finite,
[INFO] [stdout] 158 | |         NonZeroNonNaNFinite,
[INFO] [stdout] 159 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 162 | |         NonZeroI64
[INFO] [stdout] 163 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonZeroNonNaNFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |               let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 156 | /     impl_try_from_ints!(
[INFO] [stdout] 157 | |         non_zero_non_nan_finite,
[INFO] [stdout] 158 | |         NonZeroNonNaNFinite,
[INFO] [stdout] 159 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 162 | |         NonZeroI64
[INFO] [stdout] 163 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonZeroNonNaNFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |               let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 156 | /     impl_try_from_ints!(
[INFO] [stdout] 157 | |         non_zero_non_nan_finite,
[INFO] [stdout] 158 | |         NonZeroNonNaNFinite,
[INFO] [stdout] 159 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 162 | |         NonZeroI64
[INFO] [stdout] 163 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonZeroNonNaNFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |               let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 156 | /     impl_try_from_ints!(
[INFO] [stdout] 157 | |         non_zero_non_nan_finite,
[INFO] [stdout] 158 | |         NonZeroNonNaNFinite,
[INFO] [stdout] 159 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 162 | |         NonZeroI64
[INFO] [stdout] 163 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::Positive, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |             let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 164 |     impl_try_from_ints!(positive, Positive, NonZeroI8, NonZeroI16, NonZeroI32, NonZeroI64);
[INFO] [stdout]     |     -------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::Positive<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |             let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 164 |     impl_try_from_ints!(positive, Positive, NonZeroI8, NonZeroI16, NonZeroI32, NonZeroI64);
[INFO] [stdout]     |     -------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::Positive, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |             let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 164 |     impl_try_from_ints!(positive, Positive, NonZeroI8, NonZeroI16, NonZeroI32, NonZeroI64);
[INFO] [stdout]     |     -------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::Positive<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |             let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 164 |     impl_try_from_ints!(positive, Positive, NonZeroI8, NonZeroI16, NonZeroI32, NonZeroI64);
[INFO] [stdout]     |     -------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::Positive, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |             let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 164 |     impl_try_from_ints!(positive, Positive, NonZeroI8, NonZeroI16, NonZeroI32, NonZeroI64);
[INFO] [stdout]     |     -------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::Positive<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |             let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 164 |     impl_try_from_ints!(positive, Positive, NonZeroI8, NonZeroI16, NonZeroI32, NonZeroI64);
[INFO] [stdout]     |     -------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::Positive, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |             let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 164 |     impl_try_from_ints!(positive, Positive, NonZeroI8, NonZeroI16, NonZeroI32, NonZeroI64);
[INFO] [stdout]     |     -------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::Positive<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |             let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 164 |     impl_try_from_ints!(positive, Positive, NonZeroI8, NonZeroI16, NonZeroI32, NonZeroI64);
[INFO] [stdout]     |     -------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::PositiveFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |               let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 166 | /     impl_try_from_ints!(
[INFO] [stdout] 167 | |         positive_finite,
[INFO] [stdout] 168 | |         PositiveFinite,
[INFO] [stdout] 169 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 172 | |         NonZeroI64
[INFO] [stdout] 173 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::PositiveFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |               let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 166 | /     impl_try_from_ints!(
[INFO] [stdout] 167 | |         positive_finite,
[INFO] [stdout] 168 | |         PositiveFinite,
[INFO] [stdout] 169 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 172 | |         NonZeroI64
[INFO] [stdout] 173 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::PositiveFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |               let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 166 | /     impl_try_from_ints!(
[INFO] [stdout] 167 | |         positive_finite,
[INFO] [stdout] 168 | |         PositiveFinite,
[INFO] [stdout] 169 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 172 | |         NonZeroI64
[INFO] [stdout] 173 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::PositiveFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |               let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 166 | /     impl_try_from_ints!(
[INFO] [stdout] 167 | |         positive_finite,
[INFO] [stdout] 168 | |         PositiveFinite,
[INFO] [stdout] 169 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 172 | |         NonZeroI64
[INFO] [stdout] 173 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::PositiveFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |               let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 166 | /     impl_try_from_ints!(
[INFO] [stdout] 167 | |         positive_finite,
[INFO] [stdout] 168 | |         PositiveFinite,
[INFO] [stdout] 169 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 172 | |         NonZeroI64
[INFO] [stdout] 173 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::PositiveFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |               let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 166 | /     impl_try_from_ints!(
[INFO] [stdout] 167 | |         positive_finite,
[INFO] [stdout] 168 | |         PositiveFinite,
[INFO] [stdout] 169 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 172 | |         NonZeroI64
[INFO] [stdout] 173 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::PositiveFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |               let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 166 | /     impl_try_from_ints!(
[INFO] [stdout] 167 | |         positive_finite,
[INFO] [stdout] 168 | |         PositiveFinite,
[INFO] [stdout] 169 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 172 | |         NonZeroI64
[INFO] [stdout] 173 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::PositiveFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |               let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 166 | /     impl_try_from_ints!(
[INFO] [stdout] 167 | |         positive_finite,
[INFO] [stdout] 168 | |         PositiveFinite,
[INFO] [stdout] 169 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 172 | |         NonZeroI64
[INFO] [stdout] 173 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::StrictlyPositive, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |               let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 182 | /     impl_try_from_ints!(
[INFO] [stdout] 183 | |         strictly_positive,
[INFO] [stdout] 184 | |         StrictlyPositive,
[INFO] [stdout] 185 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 188 | |         NonZeroI64
[INFO] [stdout] 189 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::StrictlyPositive<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |               let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 182 | /     impl_try_from_ints!(
[INFO] [stdout] 183 | |         strictly_positive,
[INFO] [stdout] 184 | |         StrictlyPositive,
[INFO] [stdout] 185 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 188 | |         NonZeroI64
[INFO] [stdout] 189 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::StrictlyPositive, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |               let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 182 | /     impl_try_from_ints!(
[INFO] [stdout] 183 | |         strictly_positive,
[INFO] [stdout] 184 | |         StrictlyPositive,
[INFO] [stdout] 185 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 188 | |         NonZeroI64
[INFO] [stdout] 189 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::StrictlyPositive<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |               let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 182 | /     impl_try_from_ints!(
[INFO] [stdout] 183 | |         strictly_positive,
[INFO] [stdout] 184 | |         StrictlyPositive,
[INFO] [stdout] 185 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 188 | |         NonZeroI64
[INFO] [stdout] 189 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::StrictlyPositive, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |               let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 182 | /     impl_try_from_ints!(
[INFO] [stdout] 183 | |         strictly_positive,
[INFO] [stdout] 184 | |         StrictlyPositive,
[INFO] [stdout] 185 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 188 | |         NonZeroI64
[INFO] [stdout] 189 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::StrictlyPositive<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |               let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 182 | /     impl_try_from_ints!(
[INFO] [stdout] 183 | |         strictly_positive,
[INFO] [stdout] 184 | |         StrictlyPositive,
[INFO] [stdout] 185 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 188 | |         NonZeroI64
[INFO] [stdout] 189 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::StrictlyPositive, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |               let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 182 | /     impl_try_from_ints!(
[INFO] [stdout] 183 | |         strictly_positive,
[INFO] [stdout] 184 | |         StrictlyPositive,
[INFO] [stdout] 185 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 188 | |         NonZeroI64
[INFO] [stdout] 189 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::StrictlyPositive<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |               let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 182 | /     impl_try_from_ints!(
[INFO] [stdout] 183 | |         strictly_positive,
[INFO] [stdout] 184 | |         StrictlyPositive,
[INFO] [stdout] 185 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 188 | |         NonZeroI64
[INFO] [stdout] 189 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::StrictlyPositiveFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |               let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 | /     impl_try_from_ints!(
[INFO] [stdout] 199 | |         strictly_positive_finite,
[INFO] [stdout] 200 | |         StrictlyPositiveFinite,
[INFO] [stdout] 201 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 204 | |         NonZeroI64
[INFO] [stdout] 205 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::StrictlyPositiveFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |               let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 | /     impl_try_from_ints!(
[INFO] [stdout] 199 | |         strictly_positive_finite,
[INFO] [stdout] 200 | |         StrictlyPositiveFinite,
[INFO] [stdout] 201 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 204 | |         NonZeroI64
[INFO] [stdout] 205 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::StrictlyPositiveFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |               let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 | /     impl_try_from_ints!(
[INFO] [stdout] 199 | |         strictly_positive_finite,
[INFO] [stdout] 200 | |         StrictlyPositiveFinite,
[INFO] [stdout] 201 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 204 | |         NonZeroI64
[INFO] [stdout] 205 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::StrictlyPositiveFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |               let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 | /     impl_try_from_ints!(
[INFO] [stdout] 199 | |         strictly_positive_finite,
[INFO] [stdout] 200 | |         StrictlyPositiveFinite,
[INFO] [stdout] 201 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 204 | |         NonZeroI64
[INFO] [stdout] 205 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::StrictlyPositiveFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |               let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 | /     impl_try_from_ints!(
[INFO] [stdout] 199 | |         strictly_positive_finite,
[INFO] [stdout] 200 | |         StrictlyPositiveFinite,
[INFO] [stdout] 201 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 204 | |         NonZeroI64
[INFO] [stdout] 205 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::StrictlyPositiveFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |               let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 | /     impl_try_from_ints!(
[INFO] [stdout] 199 | |         strictly_positive_finite,
[INFO] [stdout] 200 | |         StrictlyPositiveFinite,
[INFO] [stdout] 201 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 204 | |         NonZeroI64
[INFO] [stdout] 205 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::StrictlyPositiveFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |               let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 | /     impl_try_from_ints!(
[INFO] [stdout] 199 | |         strictly_positive_finite,
[INFO] [stdout] 200 | |         StrictlyPositiveFinite,
[INFO] [stdout] 201 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 204 | |         NonZeroI64
[INFO] [stdout] 205 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::StrictlyPositiveFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |               let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 | /     impl_try_from_ints!(
[INFO] [stdout] 199 | |         strictly_positive_finite,
[INFO] [stdout] 200 | |         StrictlyPositiveFinite,
[INFO] [stdout] 201 | |         NonZeroI8,
[INFO] [stdout] ...   |
[INFO] [stdout] 204 | |         NonZeroI64
[INFO] [stdout] 205 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_try_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:97:21
[INFO] [stdout]     |
[INFO] [stdout]  97 |             let _ = crate::$type::<f64>::try_from($non_zero_int::new(i).unwrap());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 227 |     impl_from_ints!(non_nan, NonNaN, NonZeroU8, NonZeroU16, NonZeroU32, NonZeroU64);
[INFO] [stdout]     |     ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:98:21
[INFO] [stdout]     |
[INFO] [stdout]  98 |             let _ = crate::$type::<f32>::try_from($non_zero_int::new(i).unwrap());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 227 |     impl_from_ints!(non_nan, NonNaN, NonZeroU8, NonZeroU16, NonZeroU32, NonZeroU64);
[INFO] [stdout]     |     ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |             let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 227 |     impl_from_ints!(non_nan, NonNaN, NonZeroU8, NonZeroU16, NonZeroU32, NonZeroU64);
[INFO] [stdout]     |     ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |             let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 227 |     impl_from_ints!(non_nan, NonNaN, NonZeroU8, NonZeroU16, NonZeroU32, NonZeroU64);
[INFO] [stdout]     |     ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:97:21
[INFO] [stdout]     |
[INFO] [stdout]  97 |             let _ = crate::$type::<f64>::try_from($non_zero_int::new(i).unwrap());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 227 |     impl_from_ints!(non_nan, NonNaN, NonZeroU8, NonZeroU16, NonZeroU32, NonZeroU64);
[INFO] [stdout]     |     ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:98:21
[INFO] [stdout]     |
[INFO] [stdout]  98 |             let _ = crate::$type::<f32>::try_from($non_zero_int::new(i).unwrap());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 227 |     impl_from_ints!(non_nan, NonNaN, NonZeroU8, NonZeroU16, NonZeroU32, NonZeroU64);
[INFO] [stdout]     |     ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |             let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 227 |     impl_from_ints!(non_nan, NonNaN, NonZeroU8, NonZeroU16, NonZeroU32, NonZeroU64);
[INFO] [stdout]     |     ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |             let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 227 |     impl_from_ints!(non_nan, NonNaN, NonZeroU8, NonZeroU16, NonZeroU32, NonZeroU64);
[INFO] [stdout]     |     ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:97:21
[INFO] [stdout]     |
[INFO] [stdout]  97 |             let _ = crate::$type::<f64>::try_from($non_zero_int::new(i).unwrap());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 227 |     impl_from_ints!(non_nan, NonNaN, NonZeroU8, NonZeroU16, NonZeroU32, NonZeroU64);
[INFO] [stdout]     |     ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:98:21
[INFO] [stdout]     |
[INFO] [stdout]  98 |             let _ = crate::$type::<f32>::try_from($non_zero_int::new(i).unwrap());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 227 |     impl_from_ints!(non_nan, NonNaN, NonZeroU8, NonZeroU16, NonZeroU32, NonZeroU64);
[INFO] [stdout]     |     ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |             let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 227 |     impl_from_ints!(non_nan, NonNaN, NonZeroU8, NonZeroU16, NonZeroU32, NonZeroU64);
[INFO] [stdout]     |     ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |             let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 227 |     impl_from_ints!(non_nan, NonNaN, NonZeroU8, NonZeroU16, NonZeroU32, NonZeroU64);
[INFO] [stdout]     |     ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:97:21
[INFO] [stdout]     |
[INFO] [stdout]  97 |             let _ = crate::$type::<f64>::try_from($non_zero_int::new(i).unwrap());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 227 |     impl_from_ints!(non_nan, NonNaN, NonZeroU8, NonZeroU16, NonZeroU32, NonZeroU64);
[INFO] [stdout]     |     ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:98:21
[INFO] [stdout]     |
[INFO] [stdout]  98 |             let _ = crate::$type::<f32>::try_from($non_zero_int::new(i).unwrap());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 227 |     impl_from_ints!(non_nan, NonNaN, NonZeroU8, NonZeroU16, NonZeroU32, NonZeroU64);
[INFO] [stdout]     |     ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |             let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 227 |     impl_from_ints!(non_nan, NonNaN, NonZeroU8, NonZeroU16, NonZeroU32, NonZeroU64);
[INFO] [stdout]     |     ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaN<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |             let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 227 |     impl_from_ints!(non_nan, NonNaN, NonZeroU8, NonZeroU16, NonZeroU32, NonZeroU64);
[INFO] [stdout]     |     ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonZeroNonNaN, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:97:21
[INFO] [stdout]     |
[INFO] [stdout]  97 |               let _ = crate::$type::<f64>::try_from($non_zero_int::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 228 | /     impl_from_ints!(
[INFO] [stdout] 229 | |         non_zero_non_nan,
[INFO] [stdout] 230 | |         NonZeroNonNaN,
[INFO] [stdout] 231 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 234 | |         NonZeroU64
[INFO] [stdout] 235 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonZeroNonNaN<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:98:21
[INFO] [stdout]     |
[INFO] [stdout]  98 |               let _ = crate::$type::<f32>::try_from($non_zero_int::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 228 | /     impl_from_ints!(
[INFO] [stdout] 229 | |         non_zero_non_nan,
[INFO] [stdout] 230 | |         NonZeroNonNaN,
[INFO] [stdout] 231 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 234 | |         NonZeroU64
[INFO] [stdout] 235 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonZeroNonNaN, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |               let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 228 | /     impl_from_ints!(
[INFO] [stdout] 229 | |         non_zero_non_nan,
[INFO] [stdout] 230 | |         NonZeroNonNaN,
[INFO] [stdout] 231 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 234 | |         NonZeroU64
[INFO] [stdout] 235 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonZeroNonNaN<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |               let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 228 | /     impl_from_ints!(
[INFO] [stdout] 229 | |         non_zero_non_nan,
[INFO] [stdout] 230 | |         NonZeroNonNaN,
[INFO] [stdout] 231 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 234 | |         NonZeroU64
[INFO] [stdout] 235 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonZeroNonNaN, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:97:21
[INFO] [stdout]     |
[INFO] [stdout]  97 |               let _ = crate::$type::<f64>::try_from($non_zero_int::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 228 | /     impl_from_ints!(
[INFO] [stdout] 229 | |         non_zero_non_nan,
[INFO] [stdout] 230 | |         NonZeroNonNaN,
[INFO] [stdout] 231 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 234 | |         NonZeroU64
[INFO] [stdout] 235 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonZeroNonNaN<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:98:21
[INFO] [stdout]     |
[INFO] [stdout]  98 |               let _ = crate::$type::<f32>::try_from($non_zero_int::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 228 | /     impl_from_ints!(
[INFO] [stdout] 229 | |         non_zero_non_nan,
[INFO] [stdout] 230 | |         NonZeroNonNaN,
[INFO] [stdout] 231 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 234 | |         NonZeroU64
[INFO] [stdout] 235 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonZeroNonNaN, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |               let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 228 | /     impl_from_ints!(
[INFO] [stdout] 229 | |         non_zero_non_nan,
[INFO] [stdout] 230 | |         NonZeroNonNaN,
[INFO] [stdout] 231 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 234 | |         NonZeroU64
[INFO] [stdout] 235 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonZeroNonNaN<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |               let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 228 | /     impl_from_ints!(
[INFO] [stdout] 229 | |         non_zero_non_nan,
[INFO] [stdout] 230 | |         NonZeroNonNaN,
[INFO] [stdout] 231 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 234 | |         NonZeroU64
[INFO] [stdout] 235 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonZeroNonNaN, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:97:21
[INFO] [stdout]     |
[INFO] [stdout]  97 |               let _ = crate::$type::<f64>::try_from($non_zero_int::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 228 | /     impl_from_ints!(
[INFO] [stdout] 229 | |         non_zero_non_nan,
[INFO] [stdout] 230 | |         NonZeroNonNaN,
[INFO] [stdout] 231 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 234 | |         NonZeroU64
[INFO] [stdout] 235 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonZeroNonNaN<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:98:21
[INFO] [stdout]     |
[INFO] [stdout]  98 |               let _ = crate::$type::<f32>::try_from($non_zero_int::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 228 | /     impl_from_ints!(
[INFO] [stdout] 229 | |         non_zero_non_nan,
[INFO] [stdout] 230 | |         NonZeroNonNaN,
[INFO] [stdout] 231 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 234 | |         NonZeroU64
[INFO] [stdout] 235 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonZeroNonNaN, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |               let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 228 | /     impl_from_ints!(
[INFO] [stdout] 229 | |         non_zero_non_nan,
[INFO] [stdout] 230 | |         NonZeroNonNaN,
[INFO] [stdout] 231 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 234 | |         NonZeroU64
[INFO] [stdout] 235 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonZeroNonNaN<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |               let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 228 | /     impl_from_ints!(
[INFO] [stdout] 229 | |         non_zero_non_nan,
[INFO] [stdout] 230 | |         NonZeroNonNaN,
[INFO] [stdout] 231 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 234 | |         NonZeroU64
[INFO] [stdout] 235 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonZeroNonNaN, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:97:21
[INFO] [stdout]     |
[INFO] [stdout]  97 |               let _ = crate::$type::<f64>::try_from($non_zero_int::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 228 | /     impl_from_ints!(
[INFO] [stdout] 229 | |         non_zero_non_nan,
[INFO] [stdout] 230 | |         NonZeroNonNaN,
[INFO] [stdout] 231 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 234 | |         NonZeroU64
[INFO] [stdout] 235 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonZeroNonNaN<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:98:21
[INFO] [stdout]     |
[INFO] [stdout]  98 |               let _ = crate::$type::<f32>::try_from($non_zero_int::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 228 | /     impl_from_ints!(
[INFO] [stdout] 229 | |         non_zero_non_nan,
[INFO] [stdout] 230 | |         NonZeroNonNaN,
[INFO] [stdout] 231 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 234 | |         NonZeroU64
[INFO] [stdout] 235 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonZeroNonNaN, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |               let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 228 | /     impl_from_ints!(
[INFO] [stdout] 229 | |         non_zero_non_nan,
[INFO] [stdout] 230 | |         NonZeroNonNaN,
[INFO] [stdout] 231 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 234 | |         NonZeroU64
[INFO] [stdout] 235 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonZeroNonNaN<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |               let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 228 | /     impl_from_ints!(
[INFO] [stdout] 229 | |         non_zero_non_nan,
[INFO] [stdout] 230 | |         NonZeroNonNaN,
[INFO] [stdout] 231 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 234 | |         NonZeroU64
[INFO] [stdout] 235 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:97:21
[INFO] [stdout]     |
[INFO] [stdout]  97 |               let _ = crate::$type::<f64>::try_from($non_zero_int::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 236 | /     impl_from_ints!(
[INFO] [stdout] 237 | |         non_nan_finite,
[INFO] [stdout] 238 | |         NonNaNFinite,
[INFO] [stdout] 239 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 242 | |         NonZeroU64
[INFO] [stdout] 243 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:98:21
[INFO] [stdout]     |
[INFO] [stdout]  98 |               let _ = crate::$type::<f32>::try_from($non_zero_int::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 236 | /     impl_from_ints!(
[INFO] [stdout] 237 | |         non_nan_finite,
[INFO] [stdout] 238 | |         NonNaNFinite,
[INFO] [stdout] 239 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 242 | |         NonZeroU64
[INFO] [stdout] 243 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |               let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 236 | /     impl_from_ints!(
[INFO] [stdout] 237 | |         non_nan_finite,
[INFO] [stdout] 238 | |         NonNaNFinite,
[INFO] [stdout] 239 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 242 | |         NonZeroU64
[INFO] [stdout] 243 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |               let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 236 | /     impl_from_ints!(
[INFO] [stdout] 237 | |         non_nan_finite,
[INFO] [stdout] 238 | |         NonNaNFinite,
[INFO] [stdout] 239 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 242 | |         NonZeroU64
[INFO] [stdout] 243 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:97:21
[INFO] [stdout]     |
[INFO] [stdout]  97 |               let _ = crate::$type::<f64>::try_from($non_zero_int::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 236 | /     impl_from_ints!(
[INFO] [stdout] 237 | |         non_nan_finite,
[INFO] [stdout] 238 | |         NonNaNFinite,
[INFO] [stdout] 239 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 242 | |         NonZeroU64
[INFO] [stdout] 243 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:98:21
[INFO] [stdout]     |
[INFO] [stdout]  98 |               let _ = crate::$type::<f32>::try_from($non_zero_int::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 236 | /     impl_from_ints!(
[INFO] [stdout] 237 | |         non_nan_finite,
[INFO] [stdout] 238 | |         NonNaNFinite,
[INFO] [stdout] 239 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 242 | |         NonZeroU64
[INFO] [stdout] 243 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |               let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 236 | /     impl_from_ints!(
[INFO] [stdout] 237 | |         non_nan_finite,
[INFO] [stdout] 238 | |         NonNaNFinite,
[INFO] [stdout] 239 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 242 | |         NonZeroU64
[INFO] [stdout] 243 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |               let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 236 | /     impl_from_ints!(
[INFO] [stdout] 237 | |         non_nan_finite,
[INFO] [stdout] 238 | |         NonNaNFinite,
[INFO] [stdout] 239 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 242 | |         NonZeroU64
[INFO] [stdout] 243 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:97:21
[INFO] [stdout]     |
[INFO] [stdout]  97 |               let _ = crate::$type::<f64>::try_from($non_zero_int::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 236 | /     impl_from_ints!(
[INFO] [stdout] 237 | |         non_nan_finite,
[INFO] [stdout] 238 | |         NonNaNFinite,
[INFO] [stdout] 239 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 242 | |         NonZeroU64
[INFO] [stdout] 243 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:98:21
[INFO] [stdout]     |
[INFO] [stdout]  98 |               let _ = crate::$type::<f32>::try_from($non_zero_int::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 236 | /     impl_from_ints!(
[INFO] [stdout] 237 | |         non_nan_finite,
[INFO] [stdout] 238 | |         NonNaNFinite,
[INFO] [stdout] 239 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 242 | |         NonZeroU64
[INFO] [stdout] 243 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |               let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 236 | /     impl_from_ints!(
[INFO] [stdout] 237 | |         non_nan_finite,
[INFO] [stdout] 238 | |         NonNaNFinite,
[INFO] [stdout] 239 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 242 | |         NonZeroU64
[INFO] [stdout] 243 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |               let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 236 | /     impl_from_ints!(
[INFO] [stdout] 237 | |         non_nan_finite,
[INFO] [stdout] 238 | |         NonNaNFinite,
[INFO] [stdout] 239 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 242 | |         NonZeroU64
[INFO] [stdout] 243 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:97:21
[INFO] [stdout]     |
[INFO] [stdout]  97 |               let _ = crate::$type::<f64>::try_from($non_zero_int::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 236 | /     impl_from_ints!(
[INFO] [stdout] 237 | |         non_nan_finite,
[INFO] [stdout] 238 | |         NonNaNFinite,
[INFO] [stdout] 239 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 242 | |         NonZeroU64
[INFO] [stdout] 243 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:98:21
[INFO] [stdout]     |
[INFO] [stdout]  98 |               let _ = crate::$type::<f32>::try_from($non_zero_int::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 236 | /     impl_from_ints!(
[INFO] [stdout] 237 | |         non_nan_finite,
[INFO] [stdout] 238 | |         NonNaNFinite,
[INFO] [stdout] 239 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 242 | |         NonZeroU64
[INFO] [stdout] 243 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |               let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 236 | /     impl_from_ints!(
[INFO] [stdout] 237 | |         non_nan_finite,
[INFO] [stdout] 238 | |         NonNaNFinite,
[INFO] [stdout] 239 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 242 | |         NonZeroU64
[INFO] [stdout] 243 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonNaNFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |               let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 236 | /     impl_from_ints!(
[INFO] [stdout] 237 | |         non_nan_finite,
[INFO] [stdout] 238 | |         NonNaNFinite,
[INFO] [stdout] 239 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 242 | |         NonZeroU64
[INFO] [stdout] 243 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonZeroNonNaNFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |               let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 244 | /     impl_from_ints!(
[INFO] [stdout] 245 | |         non_zero_non_nan_finite,
[INFO] [stdout] 246 | |         NonZeroNonNaNFinite,
[INFO] [stdout] 247 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 250 | |         NonZeroU64
[INFO] [stdout] 251 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonZeroNonNaNFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |               let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 244 | /     impl_from_ints!(
[INFO] [stdout] 245 | |         non_zero_non_nan_finite,
[INFO] [stdout] 246 | |         NonZeroNonNaNFinite,
[INFO] [stdout] 247 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 250 | |         NonZeroU64
[INFO] [stdout] 251 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonZeroNonNaNFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |               let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 244 | /     impl_from_ints!(
[INFO] [stdout] 245 | |         non_zero_non_nan_finite,
[INFO] [stdout] 246 | |         NonZeroNonNaNFinite,
[INFO] [stdout] 247 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 250 | |         NonZeroU64
[INFO] [stdout] 251 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonZeroNonNaNFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |               let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 244 | /     impl_from_ints!(
[INFO] [stdout] 245 | |         non_zero_non_nan_finite,
[INFO] [stdout] 246 | |         NonZeroNonNaNFinite,
[INFO] [stdout] 247 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 250 | |         NonZeroU64
[INFO] [stdout] 251 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonZeroNonNaNFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |               let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 244 | /     impl_from_ints!(
[INFO] [stdout] 245 | |         non_zero_non_nan_finite,
[INFO] [stdout] 246 | |         NonZeroNonNaNFinite,
[INFO] [stdout] 247 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 250 | |         NonZeroU64
[INFO] [stdout] 251 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonZeroNonNaNFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |               let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 244 | /     impl_from_ints!(
[INFO] [stdout] 245 | |         non_zero_non_nan_finite,
[INFO] [stdout] 246 | |         NonZeroNonNaNFinite,
[INFO] [stdout] 247 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 250 | |         NonZeroU64
[INFO] [stdout] 251 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonZeroNonNaNFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |               let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 244 | /     impl_from_ints!(
[INFO] [stdout] 245 | |         non_zero_non_nan_finite,
[INFO] [stdout] 246 | |         NonZeroNonNaNFinite,
[INFO] [stdout] 247 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 250 | |         NonZeroU64
[INFO] [stdout] 251 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::NonZeroNonNaNFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |               let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 244 | /     impl_from_ints!(
[INFO] [stdout] 245 | |         non_zero_non_nan_finite,
[INFO] [stdout] 246 | |         NonZeroNonNaNFinite,
[INFO] [stdout] 247 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 250 | |         NonZeroU64
[INFO] [stdout] 251 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::Positive, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |             let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 252 |     impl_from_ints!(positive, Positive, NonZeroU8, NonZeroU16, NonZeroU32, NonZeroU64);
[INFO] [stdout]     |     ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::Positive<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |             let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 252 |     impl_from_ints!(positive, Positive, NonZeroU8, NonZeroU16, NonZeroU32, NonZeroU64);
[INFO] [stdout]     |     ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::Positive, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |             let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 252 |     impl_from_ints!(positive, Positive, NonZeroU8, NonZeroU16, NonZeroU32, NonZeroU64);
[INFO] [stdout]     |     ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::Positive<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |             let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 252 |     impl_from_ints!(positive, Positive, NonZeroU8, NonZeroU16, NonZeroU32, NonZeroU64);
[INFO] [stdout]     |     ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::Positive, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |             let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 252 |     impl_from_ints!(positive, Positive, NonZeroU8, NonZeroU16, NonZeroU32, NonZeroU64);
[INFO] [stdout]     |     ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::Positive<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |             let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 252 |     impl_from_ints!(positive, Positive, NonZeroU8, NonZeroU16, NonZeroU32, NonZeroU64);
[INFO] [stdout]     |     ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::Positive, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |             let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 252 |     impl_from_ints!(positive, Positive, NonZeroU8, NonZeroU16, NonZeroU32, NonZeroU64);
[INFO] [stdout]     |     ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::Positive<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |             let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 252 |     impl_from_ints!(positive, Positive, NonZeroU8, NonZeroU16, NonZeroU32, NonZeroU64);
[INFO] [stdout]     |     ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::PositiveFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |               let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 254 | /     impl_from_ints!(
[INFO] [stdout] 255 | |         positive_finite,
[INFO] [stdout] 256 | |         PositiveFinite,
[INFO] [stdout] 257 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 260 | |         NonZeroU64
[INFO] [stdout] 261 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::PositiveFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |               let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 254 | /     impl_from_ints!(
[INFO] [stdout] 255 | |         positive_finite,
[INFO] [stdout] 256 | |         PositiveFinite,
[INFO] [stdout] 257 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 260 | |         NonZeroU64
[INFO] [stdout] 261 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::PositiveFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |               let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 254 | /     impl_from_ints!(
[INFO] [stdout] 255 | |         positive_finite,
[INFO] [stdout] 256 | |         PositiveFinite,
[INFO] [stdout] 257 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 260 | |         NonZeroU64
[INFO] [stdout] 261 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::PositiveFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |               let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 254 | /     impl_from_ints!(
[INFO] [stdout] 255 | |         positive_finite,
[INFO] [stdout] 256 | |         PositiveFinite,
[INFO] [stdout] 257 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 260 | |         NonZeroU64
[INFO] [stdout] 261 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::PositiveFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |               let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 254 | /     impl_from_ints!(
[INFO] [stdout] 255 | |         positive_finite,
[INFO] [stdout] 256 | |         PositiveFinite,
[INFO] [stdout] 257 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 260 | |         NonZeroU64
[INFO] [stdout] 261 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::PositiveFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |               let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 254 | /     impl_from_ints!(
[INFO] [stdout] 255 | |         positive_finite,
[INFO] [stdout] 256 | |         PositiveFinite,
[INFO] [stdout] 257 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 260 | |         NonZeroU64
[INFO] [stdout] 261 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::PositiveFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |               let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 254 | /     impl_from_ints!(
[INFO] [stdout] 255 | |         positive_finite,
[INFO] [stdout] 256 | |         PositiveFinite,
[INFO] [stdout] 257 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 260 | |         NonZeroU64
[INFO] [stdout] 261 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::PositiveFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |               let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 254 | /     impl_from_ints!(
[INFO] [stdout] 255 | |         positive_finite,
[INFO] [stdout] 256 | |         PositiveFinite,
[INFO] [stdout] 257 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 260 | |         NonZeroU64
[INFO] [stdout] 261 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::StrictlyPositive, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |               let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 270 | /     impl_from_ints!(
[INFO] [stdout] 271 | |         strictly_positive,
[INFO] [stdout] 272 | |         StrictlyPositive,
[INFO] [stdout] 273 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 276 | |         NonZeroU64
[INFO] [stdout] 277 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::StrictlyPositive<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |               let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 270 | /     impl_from_ints!(
[INFO] [stdout] 271 | |         strictly_positive,
[INFO] [stdout] 272 | |         StrictlyPositive,
[INFO] [stdout] 273 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 276 | |         NonZeroU64
[INFO] [stdout] 277 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::StrictlyPositive, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |               let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 270 | /     impl_from_ints!(
[INFO] [stdout] 271 | |         strictly_positive,
[INFO] [stdout] 272 | |         StrictlyPositive,
[INFO] [stdout] 273 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 276 | |         NonZeroU64
[INFO] [stdout] 277 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::StrictlyPositive<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |               let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 270 | /     impl_from_ints!(
[INFO] [stdout] 271 | |         strictly_positive,
[INFO] [stdout] 272 | |         StrictlyPositive,
[INFO] [stdout] 273 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 276 | |         NonZeroU64
[INFO] [stdout] 277 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::StrictlyPositive, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |               let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 270 | /     impl_from_ints!(
[INFO] [stdout] 271 | |         strictly_positive,
[INFO] [stdout] 272 | |         StrictlyPositive,
[INFO] [stdout] 273 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 276 | |         NonZeroU64
[INFO] [stdout] 277 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::StrictlyPositive<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |               let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 270 | /     impl_from_ints!(
[INFO] [stdout] 271 | |         strictly_positive,
[INFO] [stdout] 272 | |         StrictlyPositive,
[INFO] [stdout] 273 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 276 | |         NonZeroU64
[INFO] [stdout] 277 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::StrictlyPositive, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |               let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 270 | /     impl_from_ints!(
[INFO] [stdout] 271 | |         strictly_positive,
[INFO] [stdout] 272 | |         StrictlyPositive,
[INFO] [stdout] 273 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 276 | |         NonZeroU64
[INFO] [stdout] 277 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::StrictlyPositive<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |               let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 270 | /     impl_from_ints!(
[INFO] [stdout] 271 | |         strictly_positive,
[INFO] [stdout] 272 | |         StrictlyPositive,
[INFO] [stdout] 273 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 276 | |         NonZeroU64
[INFO] [stdout] 277 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::StrictlyPositiveFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |               let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 286 | /     impl_from_ints!(
[INFO] [stdout] 287 | |         strictly_positive_finite,
[INFO] [stdout] 288 | |         StrictlyPositiveFinite,
[INFO] [stdout] 289 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 292 | |         NonZeroU64
[INFO] [stdout] 293 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::StrictlyPositiveFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |               let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 286 | /     impl_from_ints!(
[INFO] [stdout] 287 | |         strictly_positive_finite,
[INFO] [stdout] 288 | |         StrictlyPositiveFinite,
[INFO] [stdout] 289 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 292 | |         NonZeroU64
[INFO] [stdout] 293 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::StrictlyPositiveFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |               let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 286 | /     impl_from_ints!(
[INFO] [stdout] 287 | |         strictly_positive_finite,
[INFO] [stdout] 288 | |         StrictlyPositiveFinite,
[INFO] [stdout] 289 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 292 | |         NonZeroU64
[INFO] [stdout] 293 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::StrictlyPositiveFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |               let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 286 | /     impl_from_ints!(
[INFO] [stdout] 287 | |         strictly_positive_finite,
[INFO] [stdout] 288 | |         StrictlyPositiveFinite,
[INFO] [stdout] 289 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 292 | |         NonZeroU64
[INFO] [stdout] 293 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::StrictlyPositiveFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |               let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 286 | /     impl_from_ints!(
[INFO] [stdout] 287 | |         strictly_positive_finite,
[INFO] [stdout] 288 | |         StrictlyPositiveFinite,
[INFO] [stdout] 289 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 292 | |         NonZeroU64
[INFO] [stdout] 293 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::StrictlyPositiveFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |               let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 286 | /     impl_from_ints!(
[INFO] [stdout] 287 | |         strictly_positive_finite,
[INFO] [stdout] 288 | |         StrictlyPositiveFinite,
[INFO] [stdout] 289 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 292 | |         NonZeroU64
[INFO] [stdout] 293 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::StrictlyPositiveFinite, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |               let _ = crate::$type::<f64>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 286 | /     impl_from_ints!(
[INFO] [stdout] 287 | |         strictly_positive_finite,
[INFO] [stdout] 288 | |         StrictlyPositiveFinite,
[INFO] [stdout] 289 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 292 | |         NonZeroU64
[INFO] [stdout] 293 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: this type will no longer be must used: Result<types::StrictlyPositiveFinite<f32>, Infallible>
[INFO] [stdout]    --> src/types/impls/from_to/non_zero_int.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |               let _ = crate::$type::<f32>::try_from($non_zero_uint::new(i).unwrap());
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 286 | /     impl_from_ints!(
[INFO] [stdout] 287 | |         strictly_positive_finite,
[INFO] [stdout] 288 | |         StrictlyPositiveFinite,
[INFO] [stdout] 289 | |         NonZeroU8,
[INFO] [stdout] ...   |
[INFO] [stdout] 292 | |         NonZeroU64
[INFO] [stdout] 293 | |     );
[INFO] [stdout]     | |_____- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `impl_test` which comes from the expansion of the macro `impl_from_ints` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `typed_floats` (lib test) due to 272 previous errors
[INFO] running `Command { std: "docker" "inspect" "477a7bc991097f2dec64bdc4d5934f6ed4d3c72ab0a22883a17357c1364dd530", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "477a7bc991097f2dec64bdc4d5934f6ed4d3c72ab0a22883a17357c1364dd530", kill_on_drop: false }`
[INFO] [stdout] 477a7bc991097f2dec64bdc4d5934f6ed4d3c72ab0a22883a17357c1364dd530
