[INFO] fetching crate num_convert 0.7.2...
[INFO] testing num_convert-0.7.2 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-8
[INFO] extracting crate num_convert 0.7.2 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate num_convert 0.7.2
[INFO] finished tweaking crates.io crate num_convert 0.7.2
[INFO] tweaked toml for crates.io crate num_convert 0.7.2 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate num_convert 0.7.2 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate num_convert 0.7.2 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 74c5c71d80de0ff68c5a08fc2ab8a76a1b60b9796b8fcc8ca1a9adb32f4b920f
[INFO] running `Command { std: "docker" "start" "-a" "74c5c71d80de0ff68c5a08fc2ab8a76a1b60b9796b8fcc8ca1a9adb32f4b920f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "74c5c71d80de0ff68c5a08fc2ab8a76a1b60b9796b8fcc8ca1a9adb32f4b920f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "74c5c71d80de0ff68c5a08fc2ab8a76a1b60b9796b8fcc8ca1a9adb32f4b920f", kill_on_drop: false }`
[INFO] [stdout] 74c5c71d80de0ff68c5a08fc2ab8a76a1b60b9796b8fcc8ca1a9adb32f4b920f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "-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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1612cc23f8f0a3373083b00f828850a9bfdcd61cf87dc4bd1586ac0941115eda
[INFO] running `Command { std: "docker" "start" "-a" "1612cc23f8f0a3373083b00f828850a9bfdcd61cf87dc4bd1586ac0941115eda", kill_on_drop: false }`
[INFO] [stderr]    Compiling paste v1.0.11
[INFO] [stderr]    Compiling try_tup_to_arr_macro v0.1.0
[INFO] [stderr]    Compiling from_tup_macro v0.1.0
[INFO] [stderr]    Compiling num_convert v0.7.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trait `TypeInfo` is never used
[INFO] [stdout]   --> src/extra_traits.rs:52:11
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub trait TypeInfo {
[INFO] [stdout]    |           ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `ValTypeInfo` is never used
[INFO] [stdout]   --> src/extra_traits.rs:74:11
[INFO] [stdout]    |
[INFO] [stdout] 74 | pub trait ValTypeInfo {
[INFO] [stdout]    |           ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `CheckRem` is never used
[INFO] [stdout]    --> src/extra_traits.rs:101:11
[INFO] [stdout]     |
[INFO] [stdout] 101 | pub trait CheckRem: Rem<Output = Self> + PartialEq
[INFO] [stdout]     |           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.62s
[INFO] running `Command { std: "docker" "inspect" "1612cc23f8f0a3373083b00f828850a9bfdcd61cf87dc4bd1586ac0941115eda", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1612cc23f8f0a3373083b00f828850a9bfdcd61cf87dc4bd1586ac0941115eda", kill_on_drop: false }`
[INFO] [stdout] 1612cc23f8f0a3373083b00f828850a9bfdcd61cf87dc4bd1586ac0941115eda
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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" "-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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3e94b1f6048e2263aaaede91b267ec95a3ba08812a08f41516d4a07019acb3d4
[INFO] running `Command { std: "docker" "start" "-a" "3e94b1f6048e2263aaaede91b267ec95a3ba08812a08f41516d4a07019acb3d4", kill_on_drop: false }`
[INFO] [stdout] warning: trait `TypeInfo` is never used
[INFO] [stdout]   --> src/extra_traits.rs:52:11
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub trait TypeInfo {
[INFO] [stdout]    |           ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `ValTypeInfo` is never used
[INFO] [stdout]   --> src/extra_traits.rs:74:11
[INFO] [stdout]    |
[INFO] [stdout] 74 | pub trait ValTypeInfo {
[INFO] [stdout]    |           ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `CheckRem` is never used
[INFO] [stdout]    --> src/extra_traits.rs:101:11
[INFO] [stdout]     |
[INFO] [stdout] 101 | pub trait CheckRem: Rem<Output = Self> + PartialEq
[INFO] [stdout]     |           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling num_convert v0.7.2 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `num_convert::FromTuple`
[INFO] [stdout]    --> tests/convert_from_tup.rs:1:5
[INFO] [stdout]     |
[INFO] [stdout]   1 | use num_convert::FromTuple;
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^ no `FromTuple` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/lib.rs:102:34
[INFO] [stdout]     |
[INFO] [stdout]  99 | #[cfg(any(feature = "tup8", feature = "tup16"))]
[INFO] [stdout]     |          ------------------------------------- the item is gated here
[INFO] [stdout] ...
[INFO] [stdout] 102 | pub use crate::convert_from_tup::FromTuple;
[INFO] [stdout]     |                                  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `num_convert::CheckRem`
[INFO] [stdout]    --> tests/extra_traits.rs:1:19
[INFO] [stdout]     |
[INFO] [stdout]   1 | use num_convert::{CheckRem, IntegerLen};
[INFO] [stdout]     |                   ^^^^^^^^ no `CheckRem` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/lib.rs:131:30
[INFO] [stdout]     |
[INFO] [stdout] 129 | #[cfg(feature = "get_rem")]
[INFO] [stdout]     |       ------------------- the item is gated behind the `get_rem` feature
[INFO] [stdout] 130 | #[cfg_attr(docsrs, doc(cfg(feature = "get_rem")))]
[INFO] [stdout] 131 | pub use crate::extra_traits::CheckRem;
[INFO] [stdout]     |                              ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `num_convert::TryFromIntStr`, `num_convert::TryTupToArr`
[INFO] [stdout]    --> examples/multi_errors.rs:1:48
[INFO] [stdout]     |
[INFO] [stdout]   1 | use num_convert::{TryFromDigits, TryFromByAdd, TryFromIntStr, TryTupToArr};
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^  ^^^^^^^^^^^ no `TryTupToArr` in the root
[INFO] [stdout]     |                                                |
[INFO] [stdout]     |                                                no `TryFromIntStr` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/lib.rs:97:56
[INFO] [stdout]     |
[INFO] [stdout]  95 | #[cfg(feature = "try_from_int_str")]
[INFO] [stdout]     |       ---------------------------- the item is gated behind the `try_from_int_str` feature
[INFO] [stdout]  96 | #[cfg_attr(docsrs, doc(cfg(feature = "try_from_int_str")))]
[INFO] [stdout]  97 | pub use crate::convert_try_from_int_str::{IntStrError, TryFromIntStr, TryFromIntStrErr};
[INFO] [stdout]     |                                                        ^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/lib.rs:107:41
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[cfg(any(feature = "try_tup_to_arr8", feature = "try_tup_to_arr16"))]
[INFO] [stdout]     |          ----------------------------------------------------------- the item is gated here
[INFO] [stdout] ...
[INFO] [stdout] 107 | pub use crate::convert_try_tup_to_arr::{TryTupToArr, TryTupToArrErr};
[INFO] [stdout]     |                                         ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `num_convert::MultiErrors`, `num_convert::ConvertErrors`, `num_convert::TryTupToArrErr`
[INFO] [stdout]    --> examples/multi_errors.rs:2:19
[INFO] [stdout]     |
[INFO] [stdout]   2 | use num_convert::{MultiErrors, ConvertErrors, TryTupToArrErr};
[INFO] [stdout]     |                   ^^^^^^^^^^^  ^^^^^^^^^^^^^  ^^^^^^^^^^^^^^ no `TryTupToArrErr` in the root
[INFO] [stdout]     |                   |            |
[INFO] [stdout]     |                   |            no `ConvertErrors` in the root
[INFO] [stdout]     |                   no `MultiErrors` in the root
[INFO] [stdout]     |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/lib.rs:93:48
[INFO] [stdout]     |
[INFO] [stdout]  88 |   #[cfg(any(
[INFO] [stdout]     |  __________-
[INFO] [stdout]  89 | |     feature = "try_tup_to_arr8",
[INFO] [stdout]  90 | |     feature = "try_tup_to_arr16",
[INFO] [stdout]  91 | |     feature = "try_from_int_str"
[INFO] [stdout]  92 | | ))]
[INFO] [stdout]     | |_- the item is gated here
[INFO] [stdout]  93 |   pub use crate::convert_errors::{ConvertErrors, MultiErrors};
[INFO] [stdout]     |                                                  ^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/lib.rs:93:33
[INFO] [stdout]     |
[INFO] [stdout]  88 |   #[cfg(any(
[INFO] [stdout]     |  __________-
[INFO] [stdout]  89 | |     feature = "try_tup_to_arr8",
[INFO] [stdout]  90 | |     feature = "try_tup_to_arr16",
[INFO] [stdout]  91 | |     feature = "try_from_int_str"
[INFO] [stdout]  92 | | ))]
[INFO] [stdout]     | |_- the item is gated here
[INFO] [stdout]  93 |   pub use crate::convert_errors::{ConvertErrors, MultiErrors};
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]    --> /opt/rustwide/workdir/src/lib.rs:107:54
[INFO] [stdout]     |
[INFO] [stdout] 104 | #[cfg(any(feature = "try_tup_to_arr8", feature = "try_tup_to_arr16"))]
[INFO] [stdout]     |          ----------------------------------------------------------- the item is gated here
[INFO] [stdout] ...
[INFO] [stdout] 107 | pub use crate::convert_try_tup_to_arr::{TryTupToArr, TryTupToArrErr};
[INFO] [stdout]     |                                                      ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u8` in the current scope
[INFO] [stdout]  --> examples/multi_errors.rs:9:29
[INFO] [stdout]   |
[INFO] [stdout] 9 |     let val_int_str = <u8>::try_from_int_str("333");
[INFO] [stdout]   |                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u8`
[INFO] [stdout]   |
[INFO] [stdout] help: there is an associated function `from_str` with a similar name
[INFO] [stdout]   |
[INFO] [stdout] 9 -     let val_int_str = <u8>::try_from_int_str("333");
[INFO] [stdout] 9 +     let val_int_str = <u8>::from_str("333");
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `try_into_arr` found for tuple `(&'static str, i32)` in the current scope
[INFO] [stdout]   --> examples/multi_errors.rs:10:68
[INFO] [stdout]    |
[INFO] [stdout] 10 |     let val_arr: Result<[u8; 2], TryTupToArrErr> = ("256", 225i32).try_into_arr();
[INFO] [stdout]    |                                                                    ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: there is a method `try_into` with a similar name
[INFO] [stdout]    |
[INFO] [stdout] 10 -     let val_arr: Result<[u8; 2], TryTupToArrErr> = ("256", 225i32).try_into_arr();
[INFO] [stdout] 10 +     let val_arr: Result<[u8; 2], TryTupToArrErr> = ("256", 225i32).try_into();
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `no_rem` found for type `f32` in the current scope
[INFO] [stdout]    --> tests/extra_traits.rs:79:25
[INFO] [stdout]     |
[INFO] [stdout]  79 |     assert_eq!(10.0_f32.no_rem(2.0_f32), true);
[INFO] [stdout]     |                         ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/extra_traits.rs:123:8
[INFO] [stdout]     |
[INFO] [stdout] 123 |     fn no_rem(&self, n: Self) -> bool {
[INFO] [stdout]     |        ------ the method is available for `f32` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `CheckRem` which provides `no_rem` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   1 + use num_convert::extra_traits::CheckRem;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `rem` with a similar name
[INFO] [stdout]     |
[INFO] [stdout]  79 -     assert_eq!(10.0_f32.no_rem(2.0_f32), true);
[INFO] [stdout]  79 +     assert_eq!(10.0_f32.rem(2.0_f32), true);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `no_rem` found for type `f32` in the current scope
[INFO] [stdout]    --> tests/extra_traits.rs:80:25
[INFO] [stdout]     |
[INFO] [stdout]  80 |     assert_eq!(10.0_f32.no_rem(3.0_f32), false);
[INFO] [stdout]     |                         ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/extra_traits.rs:123:8
[INFO] [stdout]     |
[INFO] [stdout] 123 |     fn no_rem(&self, n: Self) -> bool {
[INFO] [stdout]     |        ------ the method is available for `f32` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `CheckRem` which provides `no_rem` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   1 + use num_convert::extra_traits::CheckRem;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `rem` with a similar name
[INFO] [stdout]     |
[INFO] [stdout]  80 -     assert_eq!(10.0_f32.no_rem(3.0_f32), false);
[INFO] [stdout]  80 +     assert_eq!(10.0_f32.rem(3.0_f32), false);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `is_rem` found for type `f64` in the current scope
[INFO] [stdout]    --> tests/extra_traits.rs:86:25
[INFO] [stdout]     |
[INFO] [stdout]  86 |     assert_eq!(10.0_f64.is_rem(2.0_f64), false);
[INFO] [stdout]     |                         ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/extra_traits.rs:142:8
[INFO] [stdout]     |
[INFO] [stdout] 142 |     fn is_rem(&self, n: Self) -> bool {
[INFO] [stdout]     |        ------ the method is available for `f64` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `CheckRem` which provides `is_rem` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   1 + use num_convert::extra_traits::CheckRem;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `rem` with a similar name
[INFO] [stdout]     |
[INFO] [stdout]  86 -     assert_eq!(10.0_f64.is_rem(2.0_f64), false);
[INFO] [stdout]  86 +     assert_eq!(10.0_f64.rem(2.0_f64), false);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `is_rem` found for type `f64` in the current scope
[INFO] [stdout]    --> tests/extra_traits.rs:87:25
[INFO] [stdout]     |
[INFO] [stdout]  87 |     assert_eq!(10.0_f64.is_rem(3.0_f64), true);
[INFO] [stdout]     |                         ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/extra_traits.rs:142:8
[INFO] [stdout]     |
[INFO] [stdout] 142 |     fn is_rem(&self, n: Self) -> bool {
[INFO] [stdout]     |        ------ the method is available for `f64` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `CheckRem` which provides `is_rem` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   1 + use num_convert::extra_traits::CheckRem;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `rem` with a similar name
[INFO] [stdout]     |
[INFO] [stdout]  87 -     assert_eq!(10.0_f64.is_rem(3.0_f64), true);
[INFO] [stdout]  87 +     assert_eq!(10.0_f64.rem(3.0_f64), true);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `no_rem` found for type `i8` in the current scope
[INFO] [stdout]    --> tests/extra_traits.rs:93:22
[INFO] [stdout]     |
[INFO] [stdout]  93 |     assert_eq!(10_i8.no_rem(2_i8), true);
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/extra_traits.rs:123:8
[INFO] [stdout]     |
[INFO] [stdout] 123 |     fn no_rem(&self, n: Self) -> bool {
[INFO] [stdout]     |        ------ the method is available for `i8` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `CheckRem` which provides `no_rem` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   1 + use num_convert::extra_traits::CheckRem;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `rem` with a similar name
[INFO] [stdout]     |
[INFO] [stdout]  93 -     assert_eq!(10_i8.no_rem(2_i8), true);
[INFO] [stdout]  93 +     assert_eq!(10_i8.rem(2_i8), true);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `num_convert` (test "convert_from_tup") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0599]: no method named `no_rem` found for type `u8` in the current scope
[INFO] [stdout]    --> tests/extra_traits.rs:94:22
[INFO] [stdout]     |
[INFO] [stdout]  94 |     assert_eq!(10_u8.no_rem(2_u8), true);
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/extra_traits.rs:123:8
[INFO] [stdout]     |
[INFO] [stdout] 123 |     fn no_rem(&self, n: Self) -> bool {
[INFO] [stdout]     |        ------ the method is available for `u8` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `CheckRem` which provides `no_rem` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   1 + use num_convert::extra_traits::CheckRem;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `rem` with a similar name
[INFO] [stdout]     |
[INFO] [stdout]  94 -     assert_eq!(10_u8.no_rem(2_u8), true);
[INFO] [stdout]  94 +     assert_eq!(10_u8.rem(2_u8), true);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `no_rem` found for type `i16` in the current scope
[INFO] [stdout]    --> tests/extra_traits.rs:95:23
[INFO] [stdout]     |
[INFO] [stdout]  95 |     assert_eq!(10_i16.no_rem(3_i16), false);
[INFO] [stdout]     |                       ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/extra_traits.rs:123:8
[INFO] [stdout]     |
[INFO] [stdout] 123 |     fn no_rem(&self, n: Self) -> bool {
[INFO] [stdout]     |        ------ the method is available for `i16` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `CheckRem` which provides `no_rem` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   1 + use num_convert::extra_traits::CheckRem;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `rem` with a similar name
[INFO] [stdout]     |
[INFO] [stdout]  95 -     assert_eq!(10_i16.no_rem(3_i16), false);
[INFO] [stdout]  95 +     assert_eq!(10_i16.rem(3_i16), false);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `num_convert` (example "multi_errors") due to 4 previous errors
[INFO] [stdout] error[E0599]: no method named `no_rem` found for type `u16` in the current scope
[INFO] [stdout]    --> tests/extra_traits.rs:96:22
[INFO] [stdout]     |
[INFO] [stdout]  96 |     assert_eq!(0_u16.no_rem(1_u16), true);
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/extra_traits.rs:123:8
[INFO] [stdout]     |
[INFO] [stdout] 123 |     fn no_rem(&self, n: Self) -> bool {
[INFO] [stdout]     |        ------ the method is available for `u16` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `CheckRem` which provides `no_rem` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   1 + use num_convert::extra_traits::CheckRem;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `rem` with a similar name
[INFO] [stdout]     |
[INFO] [stdout]  96 -     assert_eq!(0_u16.no_rem(1_u16), true);
[INFO] [stdout]  96 +     assert_eq!(0_u16.rem(1_u16), true);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `no_rem` found for type `usize` in the current scope
[INFO] [stdout]    --> tests/extra_traits.rs:97:24
[INFO] [stdout]     |
[INFO] [stdout]  97 |     assert_eq!(0_usize.no_rem(1_usize), true);
[INFO] [stdout]     |                        ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/extra_traits.rs:123:8
[INFO] [stdout]     |
[INFO] [stdout] 123 |     fn no_rem(&self, n: Self) -> bool {
[INFO] [stdout]     |        ------ the method is available for `usize` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `CheckRem` which provides `no_rem` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   1 + use num_convert::extra_traits::CheckRem;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `rem` with a similar name
[INFO] [stdout]     |
[INFO] [stdout]  97 -     assert_eq!(0_usize.no_rem(1_usize), true);
[INFO] [stdout]  97 +     assert_eq!(0_usize.rem(1_usize), true);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `is_rem` found for type `i32` in the current scope
[INFO] [stdout]    --> tests/extra_traits.rs:102:23
[INFO] [stdout]     |
[INFO] [stdout] 102 |     assert_eq!(10_i32.is_rem(2_i32), false);
[INFO] [stdout]     |                       ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/extra_traits.rs:142:8
[INFO] [stdout]     |
[INFO] [stdout] 142 |     fn is_rem(&self, n: Self) -> bool {
[INFO] [stdout]     |        ------ the method is available for `i32` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `CheckRem` which provides `is_rem` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   1 + use num_convert::extra_traits::CheckRem;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `rem` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 102 -     assert_eq!(10_i32.is_rem(2_i32), false);
[INFO] [stdout] 102 +     assert_eq!(10_i32.rem(2_i32), false);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `is_rem` found for type `u32` in the current scope
[INFO] [stdout]    --> tests/extra_traits.rs:103:23
[INFO] [stdout]     |
[INFO] [stdout] 103 |     assert_eq!(10_u32.is_rem(3_u32), true);
[INFO] [stdout]     |                       ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/extra_traits.rs:142:8
[INFO] [stdout]     |
[INFO] [stdout] 142 |     fn is_rem(&self, n: Self) -> bool {
[INFO] [stdout]     |        ------ the method is available for `u32` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `CheckRem` which provides `is_rem` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   1 + use num_convert::extra_traits::CheckRem;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `rem` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 103 -     assert_eq!(10_u32.is_rem(3_u32), true);
[INFO] [stdout] 103 +     assert_eq!(10_u32.rem(3_u32), true);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `num_convert::TryFromIntStr`
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:1:5
[INFO] [stdout]    |
[INFO] [stdout]  1 | use num_convert::TryFromIntStr;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `TryFromIntStr` in the root
[INFO] [stdout]    |
[INFO] [stdout] note: found an item that was configured out
[INFO] [stdout]   --> /opt/rustwide/workdir/src/lib.rs:97:56
[INFO] [stdout]    |
[INFO] [stdout] 95 | #[cfg(feature = "try_from_int_str")]
[INFO] [stdout]    |       ---------------------------- the item is gated behind the `try_from_int_str` feature
[INFO] [stdout] 96 | #[cfg_attr(docsrs, doc(cfg(feature = "try_from_int_str")))]
[INFO] [stdout] 97 | pub use crate::convert_try_from_int_str::{IntStrError, TryFromIntStr, TryFromIntStrErr};
[INFO] [stdout]    |                                                        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `is_rem` found for type `i64` in the current scope
[INFO] [stdout]    --> tests/extra_traits.rs:104:22
[INFO] [stdout]     |
[INFO] [stdout] 104 |     assert_eq!(0_i64.is_rem(1_i64), false);
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/extra_traits.rs:142:8
[INFO] [stdout]     |
[INFO] [stdout] 142 |     fn is_rem(&self, n: Self) -> bool {
[INFO] [stdout]     |        ------ the method is available for `i64` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `CheckRem` which provides `is_rem` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   1 + use num_convert::extra_traits::CheckRem;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `rem` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 104 -     assert_eq!(0_i64.is_rem(1_i64), false);
[INFO] [stdout] 104 +     assert_eq!(0_i64.rem(1_i64), false);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `num_convert` (test "extra_traits") due to 15 previous errors
[INFO] [stdout] error[E0599]: no method named `is_rem` found for type `u64` in the current scope
[INFO] [stdout]    --> tests/extra_traits.rs:105:22
[INFO] [stdout]     |
[INFO] [stdout] 105 |     assert_eq!(0_u64.is_rem(1_u64), false);
[INFO] [stdout]     |                      ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/extra_traits.rs:142:8
[INFO] [stdout]     |
[INFO] [stdout] 142 |     fn is_rem(&self, n: Self) -> bool {
[INFO] [stdout]     |        ------ the method is available for `u64` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `CheckRem` which provides `is_rem` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   1 + use num_convert::extra_traits::CheckRem;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `rem` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 105 -     assert_eq!(0_u64.is_rem(1_u64), false);
[INFO] [stdout] 105 +     assert_eq!(0_u64.rem(1_u64), false);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `is_rem` found for type `isize` in the current scope
[INFO] [stdout]    --> tests/extra_traits.rs:106:24
[INFO] [stdout]     |
[INFO] [stdout] 106 |     assert_eq!(0_isize.is_rem(1_isize), false);
[INFO] [stdout]     |                        ^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]    ::: /opt/rustwide/workdir/src/extra_traits.rs:142:8
[INFO] [stdout]     |
[INFO] [stdout] 142 |     fn is_rem(&self, n: Self) -> bool {
[INFO] [stdout]     |        ------ the method is available for `isize` here
[INFO] [stdout]     |
[INFO] [stdout]     = help: items from traits can only be used if the trait is in scope
[INFO] [stdout] help: trait `CheckRem` which provides `is_rem` is implemented but not in scope; perhaps you want to import it
[INFO] [stdout]     |
[INFO] [stdout]   1 + use num_convert::extra_traits::CheckRem;
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `rem` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 106 -     assert_eq!(0_isize.is_rem(1_isize), false);
[INFO] [stdout] 106 +     assert_eq!(0_isize.rem(1_isize), false);
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i8` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:9:45
[INFO] [stdout]    |
[INFO] [stdout]  9 |                    assert_eq!(<$from_type>::try_from_int_str(<$from_type>::MIN), Ok(<$from_type>::MIN));
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i8`
[INFO] [stdout] ...
[INFO] [stdout] 48 | try_int_from_into! { i8; i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; u8 }
[INFO] [stdout]    | ----------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i8` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:14:45
[INFO] [stdout]    |
[INFO] [stdout] 14 |                    assert_eq!(<$from_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX));
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i8`
[INFO] [stdout] ...
[INFO] [stdout] 48 | try_int_from_into! { i8; i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; u8 }
[INFO] [stdout]    | ----------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i16` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:22:49
[INFO] [stdout]    |
[INFO] [stdout] 22 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MIN), Ok(<$from_type>::MIN as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `i16`
[INFO] [stdout] ...
[INFO] [stdout] 48 | try_int_from_into! { i8; i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; u8 }
[INFO] [stdout]    | ----------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i16` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:27:49
[INFO] [stdout]    |
[INFO] [stdout] 27 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `i16`
[INFO] [stdout] ...
[INFO] [stdout] 48 | try_int_from_into! { i8; i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; u8 }
[INFO] [stdout]    | ----------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i32` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:22:49
[INFO] [stdout]    |
[INFO] [stdout] 22 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MIN), Ok(<$from_type>::MIN as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `i32`
[INFO] [stdout] ...
[INFO] [stdout] 48 | try_int_from_into! { i8; i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; u8 }
[INFO] [stdout]    | ----------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i32` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:27:49
[INFO] [stdout]    |
[INFO] [stdout] 27 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `i32`
[INFO] [stdout] ...
[INFO] [stdout] 48 | try_int_from_into! { i8; i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; u8 }
[INFO] [stdout]    | ----------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i64` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:22:49
[INFO] [stdout]    |
[INFO] [stdout] 22 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MIN), Ok(<$from_type>::MIN as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `i64`
[INFO] [stdout] ...
[INFO] [stdout] 48 | try_int_from_into! { i8; i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; u8 }
[INFO] [stdout]    | ----------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i64` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:27:49
[INFO] [stdout]    |
[INFO] [stdout] 27 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `i64`
[INFO] [stdout] ...
[INFO] [stdout] 48 | try_int_from_into! { i8; i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; u8 }
[INFO] [stdout]    | ----------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `isize` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:22:49
[INFO] [stdout]    |
[INFO] [stdout] 22 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MIN), Ok(<$from_type>::MIN as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `isize`
[INFO] [stdout] ...
[INFO] [stdout] 48 | try_int_from_into! { i8; i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; u8 }
[INFO] [stdout]    | ----------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `isize` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:27:49
[INFO] [stdout]    |
[INFO] [stdout] 27 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `isize`
[INFO] [stdout] ...
[INFO] [stdout] 48 | try_int_from_into! { i8; i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; u8 }
[INFO] [stdout]    | ----------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:22:49
[INFO] [stdout]    |
[INFO] [stdout] 22 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MIN), Ok(<$from_type>::MIN as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 48 | try_int_from_into! { i8; i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; u8 }
[INFO] [stdout]    | ----------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:27:49
[INFO] [stdout]    |
[INFO] [stdout] 27 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 48 | try_int_from_into! { i8; i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; u8 }
[INFO] [stdout]    | ----------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u8` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:35:53
[INFO] [stdout]    |
[INFO] [stdout] 35 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$type>::MIN as $from_type), Ok(<$type>::MIN as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `u8`
[INFO] [stdout] ...
[INFO] [stdout] 48 | try_int_from_into! { i8; i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; u8 }
[INFO] [stdout]    | ----------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u8` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:40:53
[INFO] [stdout]    |
[INFO] [stdout] 40 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `u8`
[INFO] [stdout] ...
[INFO] [stdout] 48 | try_int_from_into! { i8; i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; u8 }
[INFO] [stdout]    | ----------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u16` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:35:53
[INFO] [stdout]    |
[INFO] [stdout] 35 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$type>::MIN as $from_type), Ok(<$type>::MIN as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `u16`
[INFO] [stdout] ...
[INFO] [stdout] 48 | try_int_from_into! { i8; i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; u8 }
[INFO] [stdout]    | ----------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u16` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:40:53
[INFO] [stdout]    |
[INFO] [stdout] 40 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `u16`
[INFO] [stdout] ...
[INFO] [stdout] 48 | try_int_from_into! { i8; i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; u8 }
[INFO] [stdout]    | ----------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u32` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:35:53
[INFO] [stdout]    |
[INFO] [stdout] 35 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$type>::MIN as $from_type), Ok(<$type>::MIN as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `u32`
[INFO] [stdout] ...
[INFO] [stdout] 48 | try_int_from_into! { i8; i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; u8 }
[INFO] [stdout]    | ----------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u32` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:40:53
[INFO] [stdout]    |
[INFO] [stdout] 40 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `u32`
[INFO] [stdout] ...
[INFO] [stdout] 48 | try_int_from_into! { i8; i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; u8 }
[INFO] [stdout]    | ----------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:35:53
[INFO] [stdout]    |
[INFO] [stdout] 35 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$type>::MIN as $from_type), Ok(<$type>::MIN as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 48 | try_int_from_into! { i8; i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; u8 }
[INFO] [stdout]    | ----------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:40:53
[INFO] [stdout]    |
[INFO] [stdout] 40 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 48 | try_int_from_into! { i8; i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; u8 }
[INFO] [stdout]    | ----------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:35:53
[INFO] [stdout]    |
[INFO] [stdout] 35 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$type>::MIN as $from_type), Ok(<$type>::MIN as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 48 | try_int_from_into! { i8; i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; u8 }
[INFO] [stdout]    | ----------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:40:53
[INFO] [stdout]    |
[INFO] [stdout] 40 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 48 | try_int_from_into! { i8; i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; u8 }
[INFO] [stdout]    | ----------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:35:53
[INFO] [stdout]    |
[INFO] [stdout] 35 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$type>::MIN as $from_type), Ok(<$type>::MIN as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 48 | try_int_from_into! { i8; i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; u8 }
[INFO] [stdout]    | ----------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `TypeInfo` is never used
[INFO] [stdout]   --> src/extra_traits.rs:52:11
[INFO] [stdout]    |
[INFO] [stdout] 52 | pub trait TypeInfo {
[INFO] [stdout]    |           ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `ValTypeInfo` is never used
[INFO] [stdout]   --> src/extra_traits.rs:74:11
[INFO] [stdout]    |
[INFO] [stdout] 74 | pub trait ValTypeInfo {
[INFO] [stdout]    |           ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `CheckRem` is never used
[INFO] [stdout]    --> src/extra_traits.rs:101:11
[INFO] [stdout]     |
[INFO] [stdout] 101 | pub trait CheckRem: Rem<Output = Self> + PartialEq
[INFO] [stdout]     |           ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:40:53
[INFO] [stdout]    |
[INFO] [stdout] 40 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 48 | try_int_from_into! { i8; i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; u8 }
[INFO] [stdout]    | ----------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i16` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:9:45
[INFO] [stdout]    |
[INFO] [stdout]  9 |                    assert_eq!(<$from_type>::try_from_int_str(<$from_type>::MIN), Ok(<$from_type>::MIN));
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i16`
[INFO] [stdout] ...
[INFO] [stdout] 49 | try_int_from_into! { i16; i32, i64, isize, i128; u16, u32, u64, usize, u128; u16 }
[INFO] [stdout]    | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i16` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:14:45
[INFO] [stdout]    |
[INFO] [stdout] 14 |                    assert_eq!(<$from_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX));
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i16`
[INFO] [stdout] ...
[INFO] [stdout] 49 | try_int_from_into! { i16; i32, i64, isize, i128; u16, u32, u64, usize, u128; u16 }
[INFO] [stdout]    | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i32` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:22:49
[INFO] [stdout]    |
[INFO] [stdout] 22 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MIN), Ok(<$from_type>::MIN as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `i32`
[INFO] [stdout] ...
[INFO] [stdout] 49 | try_int_from_into! { i16; i32, i64, isize, i128; u16, u32, u64, usize, u128; u16 }
[INFO] [stdout]    | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i32` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:27:49
[INFO] [stdout]    |
[INFO] [stdout] 27 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `i32`
[INFO] [stdout] ...
[INFO] [stdout] 49 | try_int_from_into! { i16; i32, i64, isize, i128; u16, u32, u64, usize, u128; u16 }
[INFO] [stdout]    | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i64` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:22:49
[INFO] [stdout]    |
[INFO] [stdout] 22 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MIN), Ok(<$from_type>::MIN as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `i64`
[INFO] [stdout] ...
[INFO] [stdout] 49 | try_int_from_into! { i16; i32, i64, isize, i128; u16, u32, u64, usize, u128; u16 }
[INFO] [stdout]    | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i64` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:27:49
[INFO] [stdout]    |
[INFO] [stdout] 27 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `i64`
[INFO] [stdout] ...
[INFO] [stdout] 49 | try_int_from_into! { i16; i32, i64, isize, i128; u16, u32, u64, usize, u128; u16 }
[INFO] [stdout]    | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `isize` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:22:49
[INFO] [stdout]    |
[INFO] [stdout] 22 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MIN), Ok(<$from_type>::MIN as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `isize`
[INFO] [stdout] ...
[INFO] [stdout] 49 | try_int_from_into! { i16; i32, i64, isize, i128; u16, u32, u64, usize, u128; u16 }
[INFO] [stdout]    | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `isize` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:27:49
[INFO] [stdout]    |
[INFO] [stdout] 27 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `isize`
[INFO] [stdout] ...
[INFO] [stdout] 49 | try_int_from_into! { i16; i32, i64, isize, i128; u16, u32, u64, usize, u128; u16 }
[INFO] [stdout]    | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:22:49
[INFO] [stdout]    |
[INFO] [stdout] 22 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MIN), Ok(<$from_type>::MIN as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 49 | try_int_from_into! { i16; i32, i64, isize, i128; u16, u32, u64, usize, u128; u16 }
[INFO] [stdout]    | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:27:49
[INFO] [stdout]    |
[INFO] [stdout] 27 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 49 | try_int_from_into! { i16; i32, i64, isize, i128; u16, u32, u64, usize, u128; u16 }
[INFO] [stdout]    | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u16` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:35:53
[INFO] [stdout]    |
[INFO] [stdout] 35 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$type>::MIN as $from_type), Ok(<$type>::MIN as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `u16`
[INFO] [stdout] ...
[INFO] [stdout] 49 | try_int_from_into! { i16; i32, i64, isize, i128; u16, u32, u64, usize, u128; u16 }
[INFO] [stdout]    | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u16` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:40:53
[INFO] [stdout]    |
[INFO] [stdout] 40 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `u16`
[INFO] [stdout] ...
[INFO] [stdout] 49 | try_int_from_into! { i16; i32, i64, isize, i128; u16, u32, u64, usize, u128; u16 }
[INFO] [stdout]    | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u32` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:35:53
[INFO] [stdout]    |
[INFO] [stdout] 35 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$type>::MIN as $from_type), Ok(<$type>::MIN as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `u32`
[INFO] [stdout] ...
[INFO] [stdout] 49 | try_int_from_into! { i16; i32, i64, isize, i128; u16, u32, u64, usize, u128; u16 }
[INFO] [stdout]    | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u32` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:40:53
[INFO] [stdout]    |
[INFO] [stdout] 40 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `u32`
[INFO] [stdout] ...
[INFO] [stdout] 49 | try_int_from_into! { i16; i32, i64, isize, i128; u16, u32, u64, usize, u128; u16 }
[INFO] [stdout]    | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:35:53
[INFO] [stdout]    |
[INFO] [stdout] 35 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$type>::MIN as $from_type), Ok(<$type>::MIN as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 49 | try_int_from_into! { i16; i32, i64, isize, i128; u16, u32, u64, usize, u128; u16 }
[INFO] [stdout]    | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:40:53
[INFO] [stdout]    |
[INFO] [stdout] 40 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 49 | try_int_from_into! { i16; i32, i64, isize, i128; u16, u32, u64, usize, u128; u16 }
[INFO] [stdout]    | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:35:53
[INFO] [stdout]    |
[INFO] [stdout] 35 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$type>::MIN as $from_type), Ok(<$type>::MIN as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 49 | try_int_from_into! { i16; i32, i64, isize, i128; u16, u32, u64, usize, u128; u16 }
[INFO] [stdout]    | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:40:53
[INFO] [stdout]    |
[INFO] [stdout] 40 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 49 | try_int_from_into! { i16; i32, i64, isize, i128; u16, u32, u64, usize, u128; u16 }
[INFO] [stdout]    | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:35:53
[INFO] [stdout]    |
[INFO] [stdout] 35 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$type>::MIN as $from_type), Ok(<$type>::MIN as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 49 | try_int_from_into! { i16; i32, i64, isize, i128; u16, u32, u64, usize, u128; u16 }
[INFO] [stdout]    | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:40:53
[INFO] [stdout]    |
[INFO] [stdout] 40 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 49 | try_int_from_into! { i16; i32, i64, isize, i128; u16, u32, u64, usize, u128; u16 }
[INFO] [stdout]    | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i32` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:9:45
[INFO] [stdout]    |
[INFO] [stdout]  9 |                    assert_eq!(<$from_type>::try_from_int_str(<$from_type>::MIN), Ok(<$from_type>::MIN));
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i32`
[INFO] [stdout] ...
[INFO] [stdout] 50 | try_int_from_into! { i32; i64, isize, i128; u32, u64, usize, u128; u32 }
[INFO] [stdout]    | ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i32` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:14:45
[INFO] [stdout]    |
[INFO] [stdout] 14 |                    assert_eq!(<$from_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX));
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i32`
[INFO] [stdout] ...
[INFO] [stdout] 50 | try_int_from_into! { i32; i64, isize, i128; u32, u64, usize, u128; u32 }
[INFO] [stdout]    | ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i64` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:22:49
[INFO] [stdout]    |
[INFO] [stdout] 22 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MIN), Ok(<$from_type>::MIN as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `i64`
[INFO] [stdout] ...
[INFO] [stdout] 50 | try_int_from_into! { i32; i64, isize, i128; u32, u64, usize, u128; u32 }
[INFO] [stdout]    | ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i64` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:27:49
[INFO] [stdout]    |
[INFO] [stdout] 27 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `i64`
[INFO] [stdout] ...
[INFO] [stdout] 50 | try_int_from_into! { i32; i64, isize, i128; u32, u64, usize, u128; u32 }
[INFO] [stdout]    | ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `isize` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:22:49
[INFO] [stdout]    |
[INFO] [stdout] 22 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MIN), Ok(<$from_type>::MIN as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `isize`
[INFO] [stdout] ...
[INFO] [stdout] 50 | try_int_from_into! { i32; i64, isize, i128; u32, u64, usize, u128; u32 }
[INFO] [stdout]    | ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `isize` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:27:49
[INFO] [stdout]    |
[INFO] [stdout] 27 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `isize`
[INFO] [stdout] ...
[INFO] [stdout] 50 | try_int_from_into! { i32; i64, isize, i128; u32, u64, usize, u128; u32 }
[INFO] [stdout]    | ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:22:49
[INFO] [stdout]    |
[INFO] [stdout] 22 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MIN), Ok(<$from_type>::MIN as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 50 | try_int_from_into! { i32; i64, isize, i128; u32, u64, usize, u128; u32 }
[INFO] [stdout]    | ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:27:49
[INFO] [stdout]    |
[INFO] [stdout] 27 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 50 | try_int_from_into! { i32; i64, isize, i128; u32, u64, usize, u128; u32 }
[INFO] [stdout]    | ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u32` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:35:53
[INFO] [stdout]    |
[INFO] [stdout] 35 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$type>::MIN as $from_type), Ok(<$type>::MIN as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `u32`
[INFO] [stdout] ...
[INFO] [stdout] 50 | try_int_from_into! { i32; i64, isize, i128; u32, u64, usize, u128; u32 }
[INFO] [stdout]    | ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u32` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:40:53
[INFO] [stdout]    |
[INFO] [stdout] 40 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `u32`
[INFO] [stdout] ...
[INFO] [stdout] 50 | try_int_from_into! { i32; i64, isize, i128; u32, u64, usize, u128; u32 }
[INFO] [stdout]    | ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:35:53
[INFO] [stdout]    |
[INFO] [stdout] 35 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$type>::MIN as $from_type), Ok(<$type>::MIN as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 50 | try_int_from_into! { i32; i64, isize, i128; u32, u64, usize, u128; u32 }
[INFO] [stdout]    | ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:40:53
[INFO] [stdout]    |
[INFO] [stdout] 40 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 50 | try_int_from_into! { i32; i64, isize, i128; u32, u64, usize, u128; u32 }
[INFO] [stdout]    | ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:35:53
[INFO] [stdout]    |
[INFO] [stdout] 35 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$type>::MIN as $from_type), Ok(<$type>::MIN as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 50 | try_int_from_into! { i32; i64, isize, i128; u32, u64, usize, u128; u32 }
[INFO] [stdout]    | ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:40:53
[INFO] [stdout]    |
[INFO] [stdout] 40 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 50 | try_int_from_into! { i32; i64, isize, i128; u32, u64, usize, u128; u32 }
[INFO] [stdout]    | ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:35:53
[INFO] [stdout]    |
[INFO] [stdout] 35 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$type>::MIN as $from_type), Ok(<$type>::MIN as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 50 | try_int_from_into! { i32; i64, isize, i128; u32, u64, usize, u128; u32 }
[INFO] [stdout]    | ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:40:53
[INFO] [stdout]    |
[INFO] [stdout] 40 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 50 | try_int_from_into! { i32; i64, isize, i128; u32, u64, usize, u128; u32 }
[INFO] [stdout]    | ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i64` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:9:45
[INFO] [stdout]    |
[INFO] [stdout]  9 |                    assert_eq!(<$from_type>::try_from_int_str(<$from_type>::MIN), Ok(<$from_type>::MIN));
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i64`
[INFO] [stdout] ...
[INFO] [stdout] 51 | try_int_from_into! { i64; isize, i128; u64, usize, u128; u64 }
[INFO] [stdout]    | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i64` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:14:45
[INFO] [stdout]    |
[INFO] [stdout] 14 |                    assert_eq!(<$from_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX));
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i64`
[INFO] [stdout] ...
[INFO] [stdout] 51 | try_int_from_into! { i64; isize, i128; u64, usize, u128; u64 }
[INFO] [stdout]    | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `isize` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:22:49
[INFO] [stdout]    |
[INFO] [stdout] 22 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MIN), Ok(<$from_type>::MIN as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `isize`
[INFO] [stdout] ...
[INFO] [stdout] 51 | try_int_from_into! { i64; isize, i128; u64, usize, u128; u64 }
[INFO] [stdout]    | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `isize` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:27:49
[INFO] [stdout]    |
[INFO] [stdout] 27 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `isize`
[INFO] [stdout] ...
[INFO] [stdout] 51 | try_int_from_into! { i64; isize, i128; u64, usize, u128; u64 }
[INFO] [stdout]    | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:22:49
[INFO] [stdout]    |
[INFO] [stdout] 22 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MIN), Ok(<$from_type>::MIN as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 51 | try_int_from_into! { i64; isize, i128; u64, usize, u128; u64 }
[INFO] [stdout]    | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:27:49
[INFO] [stdout]    |
[INFO] [stdout] 27 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 51 | try_int_from_into! { i64; isize, i128; u64, usize, u128; u64 }
[INFO] [stdout]    | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:35:53
[INFO] [stdout]    |
[INFO] [stdout] 35 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$type>::MIN as $from_type), Ok(<$type>::MIN as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 51 | try_int_from_into! { i64; isize, i128; u64, usize, u128; u64 }
[INFO] [stdout]    | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:40:53
[INFO] [stdout]    |
[INFO] [stdout] 40 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 51 | try_int_from_into! { i64; isize, i128; u64, usize, u128; u64 }
[INFO] [stdout]    | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:35:53
[INFO] [stdout]    |
[INFO] [stdout] 35 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$type>::MIN as $from_type), Ok(<$type>::MIN as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 51 | try_int_from_into! { i64; isize, i128; u64, usize, u128; u64 }
[INFO] [stdout]    | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:40:53
[INFO] [stdout]    |
[INFO] [stdout] 40 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 51 | try_int_from_into! { i64; isize, i128; u64, usize, u128; u64 }
[INFO] [stdout]    | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:35:53
[INFO] [stdout]    |
[INFO] [stdout] 35 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$type>::MIN as $from_type), Ok(<$type>::MIN as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 51 | try_int_from_into! { i64; isize, i128; u64, usize, u128; u64 }
[INFO] [stdout]    | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:40:53
[INFO] [stdout]    |
[INFO] [stdout] 40 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 51 | try_int_from_into! { i64; isize, i128; u64, usize, u128; u64 }
[INFO] [stdout]    | -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `isize` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:9:45
[INFO] [stdout]    |
[INFO] [stdout]  9 |                    assert_eq!(<$from_type>::try_from_int_str(<$from_type>::MIN), Ok(<$from_type>::MIN));
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `isize`
[INFO] [stdout] ...
[INFO] [stdout] 52 | try_int_from_into! { isize; i64, i128; u64, usize, u128; usize }
[INFO] [stdout]    | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `isize` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:14:45
[INFO] [stdout]    |
[INFO] [stdout] 14 |                    assert_eq!(<$from_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX));
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `isize`
[INFO] [stdout] ...
[INFO] [stdout] 52 | try_int_from_into! { isize; i64, i128; u64, usize, u128; usize }
[INFO] [stdout]    | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i64` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:22:49
[INFO] [stdout]    |
[INFO] [stdout] 22 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MIN), Ok(<$from_type>::MIN as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `i64`
[INFO] [stdout] ...
[INFO] [stdout] 52 | try_int_from_into! { isize; i64, i128; u64, usize, u128; usize }
[INFO] [stdout]    | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i64` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:27:49
[INFO] [stdout]    |
[INFO] [stdout] 27 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `i64`
[INFO] [stdout] ...
[INFO] [stdout] 52 | try_int_from_into! { isize; i64, i128; u64, usize, u128; usize }
[INFO] [stdout]    | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:22:49
[INFO] [stdout]    |
[INFO] [stdout] 22 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MIN), Ok(<$from_type>::MIN as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 52 | try_int_from_into! { isize; i64, i128; u64, usize, u128; usize }
[INFO] [stdout]    | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:27:49
[INFO] [stdout]    |
[INFO] [stdout] 27 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 52 | try_int_from_into! { isize; i64, i128; u64, usize, u128; usize }
[INFO] [stdout]    | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:35:53
[INFO] [stdout]    |
[INFO] [stdout] 35 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$type>::MIN as $from_type), Ok(<$type>::MIN as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 52 | try_int_from_into! { isize; i64, i128; u64, usize, u128; usize }
[INFO] [stdout]    | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:40:53
[INFO] [stdout]    |
[INFO] [stdout] 40 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 52 | try_int_from_into! { isize; i64, i128; u64, usize, u128; usize }
[INFO] [stdout]    | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:35:53
[INFO] [stdout]    |
[INFO] [stdout] 35 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$type>::MIN as $from_type), Ok(<$type>::MIN as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 52 | try_int_from_into! { isize; i64, i128; u64, usize, u128; usize }
[INFO] [stdout]    | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:40:53
[INFO] [stdout]    |
[INFO] [stdout] 40 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 52 | try_int_from_into! { isize; i64, i128; u64, usize, u128; usize }
[INFO] [stdout]    | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:35:53
[INFO] [stdout]    |
[INFO] [stdout] 35 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$type>::MIN as $from_type), Ok(<$type>::MIN as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 52 | try_int_from_into! { isize; i64, i128; u64, usize, u128; usize }
[INFO] [stdout]    | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:40:53
[INFO] [stdout]    |
[INFO] [stdout] 40 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 52 | try_int_from_into! { isize; i64, i128; u64, usize, u128; usize }
[INFO] [stdout]    | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:9:45
[INFO] [stdout]    |
[INFO] [stdout]  9 |                    assert_eq!(<$from_type>::try_from_int_str(<$from_type>::MIN), Ok(<$from_type>::MIN));
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 53 | try_int_from_into! { i128; ; u128; u128 }
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:14:45
[INFO] [stdout]    |
[INFO] [stdout] 14 |                    assert_eq!(<$from_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX));
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 53 | try_int_from_into! { i128; ; u128; u128 }
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:35:53
[INFO] [stdout]    |
[INFO] [stdout] 35 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$type>::MIN as $from_type), Ok(<$type>::MIN as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 53 | try_int_from_into! { i128; ; u128; u128 }
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:40:53
[INFO] [stdout]    |
[INFO] [stdout] 40 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 53 | try_int_from_into! { i128; ; u128; u128 }
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u8` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:9:45
[INFO] [stdout]    |
[INFO] [stdout]  9 |                    assert_eq!(<$from_type>::try_from_int_str(<$from_type>::MIN), Ok(<$from_type>::MIN));
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u8`
[INFO] [stdout] ...
[INFO] [stdout] 55 | try_int_from_into! { u8; u16, u32, u64, usize, u128; i16, i32, i64, isize, i128; u8 }
[INFO] [stdout]    | ------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u8` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:14:45
[INFO] [stdout]    |
[INFO] [stdout] 14 |                    assert_eq!(<$from_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX));
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u8`
[INFO] [stdout] ...
[INFO] [stdout] 55 | try_int_from_into! { u8; u16, u32, u64, usize, u128; i16, i32, i64, isize, i128; u8 }
[INFO] [stdout]    | ------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u16` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:22:49
[INFO] [stdout]    |
[INFO] [stdout] 22 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MIN), Ok(<$from_type>::MIN as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u16`
[INFO] [stdout] ...
[INFO] [stdout] 55 | try_int_from_into! { u8; u16, u32, u64, usize, u128; i16, i32, i64, isize, i128; u8 }
[INFO] [stdout]    | ------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u16` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:27:49
[INFO] [stdout]    |
[INFO] [stdout] 27 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u16`
[INFO] [stdout] ...
[INFO] [stdout] 55 | try_int_from_into! { u8; u16, u32, u64, usize, u128; i16, i32, i64, isize, i128; u8 }
[INFO] [stdout]    | ------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u32` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:22:49
[INFO] [stdout]    |
[INFO] [stdout] 22 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MIN), Ok(<$from_type>::MIN as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u32`
[INFO] [stdout] ...
[INFO] [stdout] 55 | try_int_from_into! { u8; u16, u32, u64, usize, u128; i16, i32, i64, isize, i128; u8 }
[INFO] [stdout]    | ------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u32` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:27:49
[INFO] [stdout]    |
[INFO] [stdout] 27 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u32`
[INFO] [stdout] ...
[INFO] [stdout] 55 | try_int_from_into! { u8; u16, u32, u64, usize, u128; i16, i32, i64, isize, i128; u8 }
[INFO] [stdout]    | ------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:22:49
[INFO] [stdout]    |
[INFO] [stdout] 22 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MIN), Ok(<$from_type>::MIN as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 55 | try_int_from_into! { u8; u16, u32, u64, usize, u128; i16, i32, i64, isize, i128; u8 }
[INFO] [stdout]    | ------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:27:49
[INFO] [stdout]    |
[INFO] [stdout] 27 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 55 | try_int_from_into! { u8; u16, u32, u64, usize, u128; i16, i32, i64, isize, i128; u8 }
[INFO] [stdout]    | ------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:22:49
[INFO] [stdout]    |
[INFO] [stdout] 22 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MIN), Ok(<$from_type>::MIN as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 55 | try_int_from_into! { u8; u16, u32, u64, usize, u128; i16, i32, i64, isize, i128; u8 }
[INFO] [stdout]    | ------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:27:49
[INFO] [stdout]    |
[INFO] [stdout] 27 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 55 | try_int_from_into! { u8; u16, u32, u64, usize, u128; i16, i32, i64, isize, i128; u8 }
[INFO] [stdout]    | ------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:22:49
[INFO] [stdout]    |
[INFO] [stdout] 22 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MIN), Ok(<$from_type>::MIN as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 55 | try_int_from_into! { u8; u16, u32, u64, usize, u128; i16, i32, i64, isize, i128; u8 }
[INFO] [stdout]    | ------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:27:49
[INFO] [stdout]    |
[INFO] [stdout] 27 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 55 | try_int_from_into! { u8; u16, u32, u64, usize, u128; i16, i32, i64, isize, i128; u8 }
[INFO] [stdout]    | ------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i16` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:35:53
[INFO] [stdout]    |
[INFO] [stdout] 35 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$type>::MIN as $from_type), Ok(<$type>::MIN as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `i16`
[INFO] [stdout] ...
[INFO] [stdout] 55 | try_int_from_into! { u8; u16, u32, u64, usize, u128; i16, i32, i64, isize, i128; u8 }
[INFO] [stdout]    | ------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i16` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:40:53
[INFO] [stdout]    |
[INFO] [stdout] 40 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `i16`
[INFO] [stdout] ...
[INFO] [stdout] 55 | try_int_from_into! { u8; u16, u32, u64, usize, u128; i16, i32, i64, isize, i128; u8 }
[INFO] [stdout]    | ------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i32` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:35:53
[INFO] [stdout]    |
[INFO] [stdout] 35 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$type>::MIN as $from_type), Ok(<$type>::MIN as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `i32`
[INFO] [stdout] ...
[INFO] [stdout] 55 | try_int_from_into! { u8; u16, u32, u64, usize, u128; i16, i32, i64, isize, i128; u8 }
[INFO] [stdout]    | ------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i32` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:40:53
[INFO] [stdout]    |
[INFO] [stdout] 40 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `i32`
[INFO] [stdout] ...
[INFO] [stdout] 55 | try_int_from_into! { u8; u16, u32, u64, usize, u128; i16, i32, i64, isize, i128; u8 }
[INFO] [stdout]    | ------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i64` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:35:53
[INFO] [stdout]    |
[INFO] [stdout] 35 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$type>::MIN as $from_type), Ok(<$type>::MIN as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `i64`
[INFO] [stdout] ...
[INFO] [stdout] 55 | try_int_from_into! { u8; u16, u32, u64, usize, u128; i16, i32, i64, isize, i128; u8 }
[INFO] [stdout]    | ------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i64` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:40:53
[INFO] [stdout]    |
[INFO] [stdout] 40 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `i64`
[INFO] [stdout] ...
[INFO] [stdout] 55 | try_int_from_into! { u8; u16, u32, u64, usize, u128; i16, i32, i64, isize, i128; u8 }
[INFO] [stdout]    | ------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `isize` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:35:53
[INFO] [stdout]    |
[INFO] [stdout] 35 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$type>::MIN as $from_type), Ok(<$type>::MIN as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `isize`
[INFO] [stdout] ...
[INFO] [stdout] 55 | try_int_from_into! { u8; u16, u32, u64, usize, u128; i16, i32, i64, isize, i128; u8 }
[INFO] [stdout]    | ------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `isize` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:40:53
[INFO] [stdout]    |
[INFO] [stdout] 40 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `isize`
[INFO] [stdout] ...
[INFO] [stdout] 55 | try_int_from_into! { u8; u16, u32, u64, usize, u128; i16, i32, i64, isize, i128; u8 }
[INFO] [stdout]    | ------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:35:53
[INFO] [stdout]    |
[INFO] [stdout] 35 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$type>::MIN as $from_type), Ok(<$type>::MIN as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 55 | try_int_from_into! { u8; u16, u32, u64, usize, u128; i16, i32, i64, isize, i128; u8 }
[INFO] [stdout]    | ------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:40:53
[INFO] [stdout]    |
[INFO] [stdout] 40 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 55 | try_int_from_into! { u8; u16, u32, u64, usize, u128; i16, i32, i64, isize, i128; u8 }
[INFO] [stdout]    | ------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u16` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:9:45
[INFO] [stdout]    |
[INFO] [stdout]  9 |                    assert_eq!(<$from_type>::try_from_int_str(<$from_type>::MIN), Ok(<$from_type>::MIN));
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u16`
[INFO] [stdout] ...
[INFO] [stdout] 56 | try_int_from_into! { u16; u32, u64, usize, u128; i32, i64, isize, i128; u16 }
[INFO] [stdout]    | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u16` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:14:45
[INFO] [stdout]    |
[INFO] [stdout] 14 |                    assert_eq!(<$from_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX));
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u16`
[INFO] [stdout] ...
[INFO] [stdout] 56 | try_int_from_into! { u16; u32, u64, usize, u128; i32, i64, isize, i128; u16 }
[INFO] [stdout]    | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u32` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:22:49
[INFO] [stdout]    |
[INFO] [stdout] 22 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MIN), Ok(<$from_type>::MIN as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u32`
[INFO] [stdout] ...
[INFO] [stdout] 56 | try_int_from_into! { u16; u32, u64, usize, u128; i32, i64, isize, i128; u16 }
[INFO] [stdout]    | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u32` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:27:49
[INFO] [stdout]    |
[INFO] [stdout] 27 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u32`
[INFO] [stdout] ...
[INFO] [stdout] 56 | try_int_from_into! { u16; u32, u64, usize, u128; i32, i64, isize, i128; u16 }
[INFO] [stdout]    | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:22:49
[INFO] [stdout]    |
[INFO] [stdout] 22 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MIN), Ok(<$from_type>::MIN as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 56 | try_int_from_into! { u16; u32, u64, usize, u128; i32, i64, isize, i128; u16 }
[INFO] [stdout]    | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:27:49
[INFO] [stdout]    |
[INFO] [stdout] 27 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 56 | try_int_from_into! { u16; u32, u64, usize, u128; i32, i64, isize, i128; u16 }
[INFO] [stdout]    | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:22:49
[INFO] [stdout]    |
[INFO] [stdout] 22 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MIN), Ok(<$from_type>::MIN as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 56 | try_int_from_into! { u16; u32, u64, usize, u128; i32, i64, isize, i128; u16 }
[INFO] [stdout]    | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:27:49
[INFO] [stdout]    |
[INFO] [stdout] 27 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 56 | try_int_from_into! { u16; u32, u64, usize, u128; i32, i64, isize, i128; u16 }
[INFO] [stdout]    | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:22:49
[INFO] [stdout]    |
[INFO] [stdout] 22 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MIN), Ok(<$from_type>::MIN as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 56 | try_int_from_into! { u16; u32, u64, usize, u128; i32, i64, isize, i128; u16 }
[INFO] [stdout]    | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:27:49
[INFO] [stdout]    |
[INFO] [stdout] 27 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 56 | try_int_from_into! { u16; u32, u64, usize, u128; i32, i64, isize, i128; u16 }
[INFO] [stdout]    | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i32` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:35:53
[INFO] [stdout]    |
[INFO] [stdout] 35 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$type>::MIN as $from_type), Ok(<$type>::MIN as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `i32`
[INFO] [stdout] ...
[INFO] [stdout] 56 | try_int_from_into! { u16; u32, u64, usize, u128; i32, i64, isize, i128; u16 }
[INFO] [stdout]    | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i32` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:40:53
[INFO] [stdout]    |
[INFO] [stdout] 40 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `i32`
[INFO] [stdout] ...
[INFO] [stdout] 56 | try_int_from_into! { u16; u32, u64, usize, u128; i32, i64, isize, i128; u16 }
[INFO] [stdout]    | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i64` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:35:53
[INFO] [stdout]    |
[INFO] [stdout] 35 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$type>::MIN as $from_type), Ok(<$type>::MIN as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `i64`
[INFO] [stdout] ...
[INFO] [stdout] 56 | try_int_from_into! { u16; u32, u64, usize, u128; i32, i64, isize, i128; u16 }
[INFO] [stdout]    | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i64` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:40:53
[INFO] [stdout]    |
[INFO] [stdout] 40 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `i64`
[INFO] [stdout] ...
[INFO] [stdout] 56 | try_int_from_into! { u16; u32, u64, usize, u128; i32, i64, isize, i128; u16 }
[INFO] [stdout]    | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `isize` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:35:53
[INFO] [stdout]    |
[INFO] [stdout] 35 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$type>::MIN as $from_type), Ok(<$type>::MIN as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `isize`
[INFO] [stdout] ...
[INFO] [stdout] 56 | try_int_from_into! { u16; u32, u64, usize, u128; i32, i64, isize, i128; u16 }
[INFO] [stdout]    | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `isize` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:40:53
[INFO] [stdout]    |
[INFO] [stdout] 40 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `isize`
[INFO] [stdout] ...
[INFO] [stdout] 56 | try_int_from_into! { u16; u32, u64, usize, u128; i32, i64, isize, i128; u16 }
[INFO] [stdout]    | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:35:53
[INFO] [stdout]    |
[INFO] [stdout] 35 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$type>::MIN as $from_type), Ok(<$type>::MIN as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 56 | try_int_from_into! { u16; u32, u64, usize, u128; i32, i64, isize, i128; u16 }
[INFO] [stdout]    | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:40:53
[INFO] [stdout]    |
[INFO] [stdout] 40 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 56 | try_int_from_into! { u16; u32, u64, usize, u128; i32, i64, isize, i128; u16 }
[INFO] [stdout]    | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u32` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:9:45
[INFO] [stdout]    |
[INFO] [stdout]  9 |                    assert_eq!(<$from_type>::try_from_int_str(<$from_type>::MIN), Ok(<$from_type>::MIN));
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u32`
[INFO] [stdout] ...
[INFO] [stdout] 57 | try_int_from_into! { u32; u64, usize, u128; i64, isize, i128; u32 }
[INFO] [stdout]    | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u32` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:14:45
[INFO] [stdout]    |
[INFO] [stdout] 14 |                    assert_eq!(<$from_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX));
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u32`
[INFO] [stdout] ...
[INFO] [stdout] 57 | try_int_from_into! { u32; u64, usize, u128; i64, isize, i128; u32 }
[INFO] [stdout]    | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:22:49
[INFO] [stdout]    |
[INFO] [stdout] 22 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MIN), Ok(<$from_type>::MIN as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 57 | try_int_from_into! { u32; u64, usize, u128; i64, isize, i128; u32 }
[INFO] [stdout]    | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:27:49
[INFO] [stdout]    |
[INFO] [stdout] 27 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 57 | try_int_from_into! { u32; u64, usize, u128; i64, isize, i128; u32 }
[INFO] [stdout]    | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:22:49
[INFO] [stdout]    |
[INFO] [stdout] 22 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MIN), Ok(<$from_type>::MIN as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 57 | try_int_from_into! { u32; u64, usize, u128; i64, isize, i128; u32 }
[INFO] [stdout]    | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:27:49
[INFO] [stdout]    |
[INFO] [stdout] 27 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 57 | try_int_from_into! { u32; u64, usize, u128; i64, isize, i128; u32 }
[INFO] [stdout]    | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:22:49
[INFO] [stdout]    |
[INFO] [stdout] 22 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MIN), Ok(<$from_type>::MIN as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 57 | try_int_from_into! { u32; u64, usize, u128; i64, isize, i128; u32 }
[INFO] [stdout]    | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:27:49
[INFO] [stdout]    |
[INFO] [stdout] 27 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 57 | try_int_from_into! { u32; u64, usize, u128; i64, isize, i128; u32 }
[INFO] [stdout]    | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i64` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:35:53
[INFO] [stdout]    |
[INFO] [stdout] 35 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$type>::MIN as $from_type), Ok(<$type>::MIN as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `i64`
[INFO] [stdout] ...
[INFO] [stdout] 57 | try_int_from_into! { u32; u64, usize, u128; i64, isize, i128; u32 }
[INFO] [stdout]    | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i64` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:40:53
[INFO] [stdout]    |
[INFO] [stdout] 40 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `i64`
[INFO] [stdout] ...
[INFO] [stdout] 57 | try_int_from_into! { u32; u64, usize, u128; i64, isize, i128; u32 }
[INFO] [stdout]    | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `isize` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:35:53
[INFO] [stdout]    |
[INFO] [stdout] 35 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$type>::MIN as $from_type), Ok(<$type>::MIN as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `isize`
[INFO] [stdout] ...
[INFO] [stdout] 57 | try_int_from_into! { u32; u64, usize, u128; i64, isize, i128; u32 }
[INFO] [stdout]    | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `isize` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:40:53
[INFO] [stdout]    |
[INFO] [stdout] 40 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `isize`
[INFO] [stdout] ...
[INFO] [stdout] 57 | try_int_from_into! { u32; u64, usize, u128; i64, isize, i128; u32 }
[INFO] [stdout]    | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:35:53
[INFO] [stdout]    |
[INFO] [stdout] 35 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$type>::MIN as $from_type), Ok(<$type>::MIN as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 57 | try_int_from_into! { u32; u64, usize, u128; i64, isize, i128; u32 }
[INFO] [stdout]    | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:40:53
[INFO] [stdout]    |
[INFO] [stdout] 40 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 57 | try_int_from_into! { u32; u64, usize, u128; i64, isize, i128; u32 }
[INFO] [stdout]    | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:9:45
[INFO] [stdout]    |
[INFO] [stdout]  9 |                    assert_eq!(<$from_type>::try_from_int_str(<$from_type>::MIN), Ok(<$from_type>::MIN));
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 58 | try_int_from_into! { u64; usize, u128; i128; u64 }
[INFO] [stdout]    | -------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:14:45
[INFO] [stdout]    |
[INFO] [stdout] 14 |                    assert_eq!(<$from_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX));
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 58 | try_int_from_into! { u64; usize, u128; i128; u64 }
[INFO] [stdout]    | -------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:22:49
[INFO] [stdout]    |
[INFO] [stdout] 22 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MIN), Ok(<$from_type>::MIN as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 58 | try_int_from_into! { u64; usize, u128; i128; u64 }
[INFO] [stdout]    | -------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:27:49
[INFO] [stdout]    |
[INFO] [stdout] 27 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 58 | try_int_from_into! { u64; usize, u128; i128; u64 }
[INFO] [stdout]    | -------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:22:49
[INFO] [stdout]    |
[INFO] [stdout] 22 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MIN), Ok(<$from_type>::MIN as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 58 | try_int_from_into! { u64; usize, u128; i128; u64 }
[INFO] [stdout]    | -------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:27:49
[INFO] [stdout]    |
[INFO] [stdout] 27 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 58 | try_int_from_into! { u64; usize, u128; i128; u64 }
[INFO] [stdout]    | -------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:35:53
[INFO] [stdout]    |
[INFO] [stdout] 35 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$type>::MIN as $from_type), Ok(<$type>::MIN as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 58 | try_int_from_into! { u64; usize, u128; i128; u64 }
[INFO] [stdout]    | -------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:40:53
[INFO] [stdout]    |
[INFO] [stdout] 40 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 58 | try_int_from_into! { u64; usize, u128; i128; u64 }
[INFO] [stdout]    | -------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:9:45
[INFO] [stdout]    |
[INFO] [stdout]  9 |                    assert_eq!(<$from_type>::try_from_int_str(<$from_type>::MIN), Ok(<$from_type>::MIN));
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 59 | try_int_from_into! { usize; u64, u128; i128; usize }
[INFO] [stdout]    | ---------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:14:45
[INFO] [stdout]    |
[INFO] [stdout] 14 |                    assert_eq!(<$from_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX));
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 59 | try_int_from_into! { usize; u64, u128; i128; usize }
[INFO] [stdout]    | ---------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:22:49
[INFO] [stdout]    |
[INFO] [stdout] 22 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MIN), Ok(<$from_type>::MIN as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 59 | try_int_from_into! { usize; u64, u128; i128; usize }
[INFO] [stdout]    | ---------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:27:49
[INFO] [stdout]    |
[INFO] [stdout] 27 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 59 | try_int_from_into! { usize; u64, u128; i128; usize }
[INFO] [stdout]    | ---------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:22:49
[INFO] [stdout]    |
[INFO] [stdout] 22 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MIN), Ok(<$from_type>::MIN as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 59 | try_int_from_into! { usize; u64, u128; i128; usize }
[INFO] [stdout]    | ---------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:27:49
[INFO] [stdout]    |
[INFO] [stdout] 27 |                        assert_eq!(<$into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $into_type));
[INFO] [stdout]    |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 59 | try_int_from_into! { usize; u64, u128; i128; usize }
[INFO] [stdout]    | ---------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:35:53
[INFO] [stdout]    |
[INFO] [stdout] 35 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$type>::MIN as $from_type), Ok(<$type>::MIN as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 59 | try_int_from_into! { usize; u64, u128; i128; usize }
[INFO] [stdout]    | ---------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:40:53
[INFO] [stdout]    |
[INFO] [stdout] 40 |                        assert_eq!(<$and_into_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX as $and_into_type));
[INFO] [stdout]    |                                                     ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 59 | try_int_from_into! { usize; u64, u128; i128; usize }
[INFO] [stdout]    | ---------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:9:45
[INFO] [stdout]    |
[INFO] [stdout]  9 |                    assert_eq!(<$from_type>::try_from_int_str(<$from_type>::MIN), Ok(<$from_type>::MIN));
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 60 | try_int_from_into! { u128; }
[INFO] [stdout]    | ---------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:14:45
[INFO] [stdout]    |
[INFO] [stdout] 14 |                    assert_eq!(<$from_type>::try_from_int_str(<$from_type>::MAX), Ok(<$from_type>::MAX));
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 60 | try_int_from_into! { u128; }
[INFO] [stdout]    | ---------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i8` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:67:45
[INFO] [stdout]    |
[INFO] [stdout] 67 |                    assert_eq!(<$into_type>::try_from_int_str(<$into_type>::MIN as $from_type), Ok(<$into_type>::MIN));
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i8`
[INFO] [stdout] ...
[INFO] [stdout] 92 | try_int_into_from! { i8; i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; u8 }
[INFO] [stdout]    | ----------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i8` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:72:45
[INFO] [stdout]    |
[INFO] [stdout] 72 |                    assert_eq!(<$into_type>::try_from_int_str(<$into_type>::MAX as $from_type), Ok(<$into_type>::MAX));
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i8`
[INFO] [stdout] ...
[INFO] [stdout] 92 | try_int_into_from! { i8; i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; u8 }
[INFO] [stdout]    | ----------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i8` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:80:45
[INFO] [stdout]    |
[INFO] [stdout] 80 |                    assert_eq!(<$into_type>::try_from_int_str(<$type>::MIN as $and_from_type), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i8`
[INFO] [stdout] ...
[INFO] [stdout] 92 | try_int_into_from! { i8; i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; u8 }
[INFO] [stdout]    | ----------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i8` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:85:45
[INFO] [stdout]    |
[INFO] [stdout] 85 |                    assert_eq!(<$into_type>::try_from_int_str(<$into_type>::MAX as $and_from_type), Ok(<$into_type>::MAX));
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i8`
[INFO] [stdout] ...
[INFO] [stdout] 92 | try_int_into_from! { i8; i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; u8 }
[INFO] [stdout]    | ----------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i16` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:67:45
[INFO] [stdout]    |
[INFO] [stdout] 67 |                    assert_eq!(<$into_type>::try_from_int_str(<$into_type>::MIN as $from_type), Ok(<$into_type>::MIN));
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i16`
[INFO] [stdout] ...
[INFO] [stdout] 93 | try_int_into_from! { i16; i32, i64, isize, i128; u16, u32, u64, usize, u128; u16 }
[INFO] [stdout]    | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i16` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:72:45
[INFO] [stdout]    |
[INFO] [stdout] 72 |                    assert_eq!(<$into_type>::try_from_int_str(<$into_type>::MAX as $from_type), Ok(<$into_type>::MAX));
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i16`
[INFO] [stdout] ...
[INFO] [stdout] 93 | try_int_into_from! { i16; i32, i64, isize, i128; u16, u32, u64, usize, u128; u16 }
[INFO] [stdout]    | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i16` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:80:45
[INFO] [stdout]    |
[INFO] [stdout] 80 |                    assert_eq!(<$into_type>::try_from_int_str(<$type>::MIN as $and_from_type), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i16`
[INFO] [stdout] ...
[INFO] [stdout] 93 | try_int_into_from! { i16; i32, i64, isize, i128; u16, u32, u64, usize, u128; u16 }
[INFO] [stdout]    | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i16` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:85:45
[INFO] [stdout]    |
[INFO] [stdout] 85 |                    assert_eq!(<$into_type>::try_from_int_str(<$into_type>::MAX as $and_from_type), Ok(<$into_type>::MAX));
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i16`
[INFO] [stdout] ...
[INFO] [stdout] 93 | try_int_into_from! { i16; i32, i64, isize, i128; u16, u32, u64, usize, u128; u16 }
[INFO] [stdout]    | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i32` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:67:45
[INFO] [stdout]    |
[INFO] [stdout] 67 |                    assert_eq!(<$into_type>::try_from_int_str(<$into_type>::MIN as $from_type), Ok(<$into_type>::MIN));
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i32`
[INFO] [stdout] ...
[INFO] [stdout] 94 | try_int_into_from! { i32; i64, isize, i128; u32, u64, usize, u128; u32 }
[INFO] [stdout]    | ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i32` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:72:45
[INFO] [stdout]    |
[INFO] [stdout] 72 |                    assert_eq!(<$into_type>::try_from_int_str(<$into_type>::MAX as $from_type), Ok(<$into_type>::MAX));
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i32`
[INFO] [stdout] ...
[INFO] [stdout] 94 | try_int_into_from! { i32; i64, isize, i128; u32, u64, usize, u128; u32 }
[INFO] [stdout]    | ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i32` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:80:45
[INFO] [stdout]    |
[INFO] [stdout] 80 |                    assert_eq!(<$into_type>::try_from_int_str(<$type>::MIN as $and_from_type), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i32`
[INFO] [stdout] ...
[INFO] [stdout] 94 | try_int_into_from! { i32; i64, isize, i128; u32, u64, usize, u128; u32 }
[INFO] [stdout]    | ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i32` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:85:45
[INFO] [stdout]    |
[INFO] [stdout] 85 |                    assert_eq!(<$into_type>::try_from_int_str(<$into_type>::MAX as $and_from_type), Ok(<$into_type>::MAX));
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i32`
[INFO] [stdout] ...
[INFO] [stdout] 94 | try_int_into_from! { i32; i64, isize, i128; u32, u64, usize, u128; u32 }
[INFO] [stdout]    | ------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i64` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:67:45
[INFO] [stdout]    |
[INFO] [stdout] 67 |                    assert_eq!(<$into_type>::try_from_int_str(<$into_type>::MIN as $from_type), Ok(<$into_type>::MIN));
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i64`
[INFO] [stdout] ...
[INFO] [stdout] 95 | try_int_into_from! { i64; i128; u64, usize, u128; u64}
[INFO] [stdout]    | ------------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i64` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:72:45
[INFO] [stdout]    |
[INFO] [stdout] 72 |                    assert_eq!(<$into_type>::try_from_int_str(<$into_type>::MAX as $from_type), Ok(<$into_type>::MAX));
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i64`
[INFO] [stdout] ...
[INFO] [stdout] 95 | try_int_into_from! { i64; i128; u64, usize, u128; u64}
[INFO] [stdout]    | ------------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i64` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:80:45
[INFO] [stdout]    |
[INFO] [stdout] 80 |                    assert_eq!(<$into_type>::try_from_int_str(<$type>::MIN as $and_from_type), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i64`
[INFO] [stdout] ...
[INFO] [stdout] 95 | try_int_into_from! { i64; i128; u64, usize, u128; u64}
[INFO] [stdout]    | ------------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i64` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:85:45
[INFO] [stdout]    |
[INFO] [stdout] 85 |                    assert_eq!(<$into_type>::try_from_int_str(<$into_type>::MAX as $and_from_type), Ok(<$into_type>::MAX));
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i64`
[INFO] [stdout] ...
[INFO] [stdout] 95 | try_int_into_from! { i64; i128; u64, usize, u128; u64}
[INFO] [stdout]    | ------------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `isize` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:67:45
[INFO] [stdout]    |
[INFO] [stdout] 67 |                    assert_eq!(<$into_type>::try_from_int_str(<$into_type>::MIN as $from_type), Ok(<$into_type>::MIN));
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `isize`
[INFO] [stdout] ...
[INFO] [stdout] 96 | try_int_into_from! { isize; i128; u64, usize, u128; usize}
[INFO] [stdout]    | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `isize` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:72:45
[INFO] [stdout]    |
[INFO] [stdout] 72 |                    assert_eq!(<$into_type>::try_from_int_str(<$into_type>::MAX as $from_type), Ok(<$into_type>::MAX));
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `isize`
[INFO] [stdout] ...
[INFO] [stdout] 96 | try_int_into_from! { isize; i128; u64, usize, u128; usize}
[INFO] [stdout]    | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `isize` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:80:45
[INFO] [stdout]    |
[INFO] [stdout] 80 |                    assert_eq!(<$into_type>::try_from_int_str(<$type>::MIN as $and_from_type), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `isize`
[INFO] [stdout] ...
[INFO] [stdout] 96 | try_int_into_from! { isize; i128; u64, usize, u128; usize}
[INFO] [stdout]    | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `isize` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:85:45
[INFO] [stdout]    |
[INFO] [stdout] 85 |                    assert_eq!(<$into_type>::try_from_int_str(<$into_type>::MAX as $and_from_type), Ok(<$into_type>::MAX));
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `isize`
[INFO] [stdout] ...
[INFO] [stdout] 96 | try_int_into_from! { isize; i128; u64, usize, u128; usize}
[INFO] [stdout]    | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:80:45
[INFO] [stdout]    |
[INFO] [stdout] 80 |                    assert_eq!(<$into_type>::try_from_int_str(<$type>::MIN as $and_from_type), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 97 | try_int_into_from! { i128; ; u128; u128 }
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:85:45
[INFO] [stdout]    |
[INFO] [stdout] 85 |                    assert_eq!(<$into_type>::try_from_int_str(<$into_type>::MAX as $and_from_type), Ok(<$into_type>::MAX));
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 97 | try_int_into_from! { i128; ; u128; u128 }
[INFO] [stdout]    | ----------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u8` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:67:45
[INFO] [stdout]    |
[INFO] [stdout] 67 |                    assert_eq!(<$into_type>::try_from_int_str(<$into_type>::MIN as $from_type), Ok(<$into_type>::MIN));
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u8`
[INFO] [stdout] ...
[INFO] [stdout] 99 | try_int_into_from! { u8; u16, u32, u64, usize, u128; i16, i32, i64, isize, i128; u8 }
[INFO] [stdout]    | ------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u8` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:72:45
[INFO] [stdout]    |
[INFO] [stdout] 72 |                    assert_eq!(<$into_type>::try_from_int_str(<$into_type>::MAX as $from_type), Ok(<$into_type>::MAX));
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u8`
[INFO] [stdout] ...
[INFO] [stdout] 99 | try_int_into_from! { u8; u16, u32, u64, usize, u128; i16, i32, i64, isize, i128; u8 }
[INFO] [stdout]    | ------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u8` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:80:45
[INFO] [stdout]    |
[INFO] [stdout] 80 |                    assert_eq!(<$into_type>::try_from_int_str(<$type>::MIN as $and_from_type), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u8`
[INFO] [stdout] ...
[INFO] [stdout] 99 | try_int_into_from! { u8; u16, u32, u64, usize, u128; i16, i32, i64, isize, i128; u8 }
[INFO] [stdout]    | ------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u8` in the current scope
[INFO] [stdout]   --> tests/convert_try_from_int_str.rs:85:45
[INFO] [stdout]    |
[INFO] [stdout] 85 |                    assert_eq!(<$into_type>::try_from_int_str(<$into_type>::MAX as $and_from_type), Ok(<$into_type>::MAX));
[INFO] [stdout]    |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u8`
[INFO] [stdout] ...
[INFO] [stdout] 99 | try_int_into_from! { u8; u16, u32, u64, usize, u128; i16, i32, i64, isize, i128; u8 }
[INFO] [stdout]    | ------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_int_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u16` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:67:45
[INFO] [stdout]     |
[INFO] [stdout]  67 |                    assert_eq!(<$into_type>::try_from_int_str(<$into_type>::MIN as $from_type), Ok(<$into_type>::MIN));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u16`
[INFO] [stdout] ...
[INFO] [stdout] 100 | try_int_into_from! { u16; u32, u64, usize, u128; i32, i64, isize, i128; u16 }
[INFO] [stdout]     | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_int_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u16` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:72:45
[INFO] [stdout]     |
[INFO] [stdout]  72 |                    assert_eq!(<$into_type>::try_from_int_str(<$into_type>::MAX as $from_type), Ok(<$into_type>::MAX));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u16`
[INFO] [stdout] ...
[INFO] [stdout] 100 | try_int_into_from! { u16; u32, u64, usize, u128; i32, i64, isize, i128; u16 }
[INFO] [stdout]     | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_int_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u16` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:80:45
[INFO] [stdout]     |
[INFO] [stdout]  80 |                    assert_eq!(<$into_type>::try_from_int_str(<$type>::MIN as $and_from_type), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u16`
[INFO] [stdout] ...
[INFO] [stdout] 100 | try_int_into_from! { u16; u32, u64, usize, u128; i32, i64, isize, i128; u16 }
[INFO] [stdout]     | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_int_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u16` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:85:45
[INFO] [stdout]     |
[INFO] [stdout]  85 |                    assert_eq!(<$into_type>::try_from_int_str(<$into_type>::MAX as $and_from_type), Ok(<$into_type>::MAX));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u16`
[INFO] [stdout] ...
[INFO] [stdout] 100 | try_int_into_from! { u16; u32, u64, usize, u128; i32, i64, isize, i128; u16 }
[INFO] [stdout]     | ----------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_int_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u32` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:67:45
[INFO] [stdout]     |
[INFO] [stdout]  67 |                    assert_eq!(<$into_type>::try_from_int_str(<$into_type>::MIN as $from_type), Ok(<$into_type>::MIN));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u32`
[INFO] [stdout] ...
[INFO] [stdout] 101 | try_int_into_from! { u32; u64, usize, u128; i64, isize, i128; u32 }
[INFO] [stdout]     | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_int_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u32` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:72:45
[INFO] [stdout]     |
[INFO] [stdout]  72 |                    assert_eq!(<$into_type>::try_from_int_str(<$into_type>::MAX as $from_type), Ok(<$into_type>::MAX));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u32`
[INFO] [stdout] ...
[INFO] [stdout] 101 | try_int_into_from! { u32; u64, usize, u128; i64, isize, i128; u32 }
[INFO] [stdout]     | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_int_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u32` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:80:45
[INFO] [stdout]     |
[INFO] [stdout]  80 |                    assert_eq!(<$into_type>::try_from_int_str(<$type>::MIN as $and_from_type), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u32`
[INFO] [stdout] ...
[INFO] [stdout] 101 | try_int_into_from! { u32; u64, usize, u128; i64, isize, i128; u32 }
[INFO] [stdout]     | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_int_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u32` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:85:45
[INFO] [stdout]     |
[INFO] [stdout]  85 |                    assert_eq!(<$into_type>::try_from_int_str(<$into_type>::MAX as $and_from_type), Ok(<$into_type>::MAX));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u32`
[INFO] [stdout] ...
[INFO] [stdout] 101 | try_int_into_from! { u32; u64, usize, u128; i64, isize, i128; u32 }
[INFO] [stdout]     | ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_int_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:67:45
[INFO] [stdout]     |
[INFO] [stdout]  67 |                    assert_eq!(<$into_type>::try_from_int_str(<$into_type>::MIN as $from_type), Ok(<$into_type>::MIN));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 102 | try_int_into_from! { u64; u128; i128; u64 }
[INFO] [stdout]     | ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_int_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:72:45
[INFO] [stdout]     |
[INFO] [stdout]  72 |                    assert_eq!(<$into_type>::try_from_int_str(<$into_type>::MAX as $from_type), Ok(<$into_type>::MAX));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 102 | try_int_into_from! { u64; u128; i128; u64 }
[INFO] [stdout]     | ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_int_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:80:45
[INFO] [stdout]     |
[INFO] [stdout]  80 |                    assert_eq!(<$into_type>::try_from_int_str(<$type>::MIN as $and_from_type), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 102 | try_int_into_from! { u64; u128; i128; u64 }
[INFO] [stdout]     | ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_int_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:85:45
[INFO] [stdout]     |
[INFO] [stdout]  85 |                    assert_eq!(<$into_type>::try_from_int_str(<$into_type>::MAX as $and_from_type), Ok(<$into_type>::MAX));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 102 | try_int_into_from! { u64; u128; i128; u64 }
[INFO] [stdout]     | ------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_int_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:67:45
[INFO] [stdout]     |
[INFO] [stdout]  67 |                    assert_eq!(<$into_type>::try_from_int_str(<$into_type>::MIN as $from_type), Ok(<$into_type>::MIN));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 103 | try_int_into_from! { usize; u128; i128; usize }
[INFO] [stdout]     | ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_int_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:72:45
[INFO] [stdout]     |
[INFO] [stdout]  72 |                    assert_eq!(<$into_type>::try_from_int_str(<$into_type>::MAX as $from_type), Ok(<$into_type>::MAX));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 103 | try_int_into_from! { usize; u128; i128; usize }
[INFO] [stdout]     | ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_int_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:80:45
[INFO] [stdout]     |
[INFO] [stdout]  80 |                    assert_eq!(<$into_type>::try_from_int_str(<$type>::MIN as $and_from_type), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 103 | try_int_into_from! { usize; u128; i128; usize }
[INFO] [stdout]     | ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_int_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:85:45
[INFO] [stdout]     |
[INFO] [stdout]  85 |                    assert_eq!(<$into_type>::try_from_int_str(<$into_type>::MAX as $and_from_type), Ok(<$into_type>::MAX));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 103 | try_int_into_from! { usize; u128; i128; usize }
[INFO] [stdout]     | ----------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_int_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i8` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i8`
[INFO] [stdout] ...
[INFO] [stdout] 136 | try_str_from_into! { "-128", "127"; i8, i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; i8}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i8` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i8`
[INFO] [stdout] ...
[INFO] [stdout] 136 | try_str_from_into! { "-128", "127"; i8, i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; i8}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i16` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i16`
[INFO] [stdout] ...
[INFO] [stdout] 136 | try_str_from_into! { "-128", "127"; i8, i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; i8}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i16` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i16`
[INFO] [stdout] ...
[INFO] [stdout] 136 | try_str_from_into! { "-128", "127"; i8, i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; i8}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i32` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i32`
[INFO] [stdout] ...
[INFO] [stdout] 136 | try_str_from_into! { "-128", "127"; i8, i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; i8}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i32` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i32`
[INFO] [stdout] ...
[INFO] [stdout] 136 | try_str_from_into! { "-128", "127"; i8, i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; i8}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i64`
[INFO] [stdout] ...
[INFO] [stdout] 136 | try_str_from_into! { "-128", "127"; i8, i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; i8}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i64`
[INFO] [stdout] ...
[INFO] [stdout] 136 | try_str_from_into! { "-128", "127"; i8, i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; i8}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `isize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `isize`
[INFO] [stdout] ...
[INFO] [stdout] 136 | try_str_from_into! { "-128", "127"; i8, i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; i8}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `isize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `isize`
[INFO] [stdout] ...
[INFO] [stdout] 136 | try_str_from_into! { "-128", "127"; i8, i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; i8}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 136 | try_str_from_into! { "-128", "127"; i8, i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; i8}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 136 | try_str_from_into! { "-128", "127"; i8, i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; i8}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u8` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:123:49
[INFO] [stdout]     |
[INFO] [stdout] 123 |                    assert_eq!(<$and_into_type>::try_from_int_str("0"), Ok(0));
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u8`
[INFO] [stdout] ...
[INFO] [stdout] 136 | try_str_from_into! { "-128", "127"; i8, i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; i8}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u8` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:128:49
[INFO] [stdout]     |
[INFO] [stdout] 128 |                    assert_eq!(<$and_into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $and_into_type));
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u8`
[INFO] [stdout] ...
[INFO] [stdout] 136 | try_str_from_into! { "-128", "127"; i8, i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; i8}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u16` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:123:49
[INFO] [stdout]     |
[INFO] [stdout] 123 |                    assert_eq!(<$and_into_type>::try_from_int_str("0"), Ok(0));
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u16`
[INFO] [stdout] ...
[INFO] [stdout] 136 | try_str_from_into! { "-128", "127"; i8, i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; i8}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u16` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:128:49
[INFO] [stdout]     |
[INFO] [stdout] 128 |                    assert_eq!(<$and_into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $and_into_type));
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u16`
[INFO] [stdout] ...
[INFO] [stdout] 136 | try_str_from_into! { "-128", "127"; i8, i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; i8}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u32` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:123:49
[INFO] [stdout]     |
[INFO] [stdout] 123 |                    assert_eq!(<$and_into_type>::try_from_int_str("0"), Ok(0));
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u32`
[INFO] [stdout] ...
[INFO] [stdout] 136 | try_str_from_into! { "-128", "127"; i8, i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; i8}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u32` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:128:49
[INFO] [stdout]     |
[INFO] [stdout] 128 |                    assert_eq!(<$and_into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $and_into_type));
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u32`
[INFO] [stdout] ...
[INFO] [stdout] 136 | try_str_from_into! { "-128", "127"; i8, i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; i8}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:123:49
[INFO] [stdout]     |
[INFO] [stdout] 123 |                    assert_eq!(<$and_into_type>::try_from_int_str("0"), Ok(0));
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 136 | try_str_from_into! { "-128", "127"; i8, i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; i8}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:128:49
[INFO] [stdout]     |
[INFO] [stdout] 128 |                    assert_eq!(<$and_into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $and_into_type));
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 136 | try_str_from_into! { "-128", "127"; i8, i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; i8}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:123:49
[INFO] [stdout]     |
[INFO] [stdout] 123 |                    assert_eq!(<$and_into_type>::try_from_int_str("0"), Ok(0));
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 136 | try_str_from_into! { "-128", "127"; i8, i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; i8}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:128:49
[INFO] [stdout]     |
[INFO] [stdout] 128 |                    assert_eq!(<$and_into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $and_into_type));
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 136 | try_str_from_into! { "-128", "127"; i8, i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; i8}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:123:49
[INFO] [stdout]     |
[INFO] [stdout] 123 |                    assert_eq!(<$and_into_type>::try_from_int_str("0"), Ok(0));
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 136 | try_str_from_into! { "-128", "127"; i8, i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; i8}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:128:49
[INFO] [stdout]     |
[INFO] [stdout] 128 |                    assert_eq!(<$and_into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $and_into_type));
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 136 | try_str_from_into! { "-128", "127"; i8, i16, i32, i64, isize, i128; u8, u16, u32, u64, usize, u128; i8}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i16` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i16`
[INFO] [stdout] ...
[INFO] [stdout] 137 | try_str_from_into! { "0", "255"; i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128; ; u8}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i16` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i16`
[INFO] [stdout] ...
[INFO] [stdout] 137 | try_str_from_into! { "0", "255"; i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128; ; u8}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i32` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i32`
[INFO] [stdout] ...
[INFO] [stdout] 137 | try_str_from_into! { "0", "255"; i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128; ; u8}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i32` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i32`
[INFO] [stdout] ...
[INFO] [stdout] 137 | try_str_from_into! { "0", "255"; i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128; ; u8}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i64`
[INFO] [stdout] ...
[INFO] [stdout] 137 | try_str_from_into! { "0", "255"; i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128; ; u8}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i64`
[INFO] [stdout] ...
[INFO] [stdout] 137 | try_str_from_into! { "0", "255"; i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128; ; u8}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `isize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `isize`
[INFO] [stdout] ...
[INFO] [stdout] 137 | try_str_from_into! { "0", "255"; i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128; ; u8}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `isize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `isize`
[INFO] [stdout] ...
[INFO] [stdout] 137 | try_str_from_into! { "0", "255"; i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128; ; u8}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 137 | try_str_from_into! { "0", "255"; i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128; ; u8}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 137 | try_str_from_into! { "0", "255"; i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128; ; u8}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u8` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u8`
[INFO] [stdout] ...
[INFO] [stdout] 137 | try_str_from_into! { "0", "255"; i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128; ; u8}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u8` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u8`
[INFO] [stdout] ...
[INFO] [stdout] 137 | try_str_from_into! { "0", "255"; i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128; ; u8}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u16` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u16`
[INFO] [stdout] ...
[INFO] [stdout] 137 | try_str_from_into! { "0", "255"; i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128; ; u8}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u16` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u16`
[INFO] [stdout] ...
[INFO] [stdout] 137 | try_str_from_into! { "0", "255"; i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128; ; u8}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u32` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u32`
[INFO] [stdout] ...
[INFO] [stdout] 137 | try_str_from_into! { "0", "255"; i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128; ; u8}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u32` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u32`
[INFO] [stdout] ...
[INFO] [stdout] 137 | try_str_from_into! { "0", "255"; i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128; ; u8}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 137 | try_str_from_into! { "0", "255"; i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128; ; u8}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 137 | try_str_from_into! { "0", "255"; i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128; ; u8}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 137 | try_str_from_into! { "0", "255"; i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128; ; u8}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 137 | try_str_from_into! { "0", "255"; i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128; ; u8}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 137 | try_str_from_into! { "0", "255"; i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128; ; u8}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 137 | try_str_from_into! { "0", "255"; i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128; ; u8}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i16` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i16`
[INFO] [stdout] ...
[INFO] [stdout] 138 | try_str_from_into! { "-32768", "32767"; i16, i32, i64, isize, i128; u16, u32, u64, usize, u128; i16}
[INFO] [stdout]     | ---------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i16` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i16`
[INFO] [stdout] ...
[INFO] [stdout] 138 | try_str_from_into! { "-32768", "32767"; i16, i32, i64, isize, i128; u16, u32, u64, usize, u128; i16}
[INFO] [stdout]     | ---------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i32` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i32`
[INFO] [stdout] ...
[INFO] [stdout] 138 | try_str_from_into! { "-32768", "32767"; i16, i32, i64, isize, i128; u16, u32, u64, usize, u128; i16}
[INFO] [stdout]     | ---------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i32` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i32`
[INFO] [stdout] ...
[INFO] [stdout] 138 | try_str_from_into! { "-32768", "32767"; i16, i32, i64, isize, i128; u16, u32, u64, usize, u128; i16}
[INFO] [stdout]     | ---------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i64`
[INFO] [stdout] ...
[INFO] [stdout] 138 | try_str_from_into! { "-32768", "32767"; i16, i32, i64, isize, i128; u16, u32, u64, usize, u128; i16}
[INFO] [stdout]     | ---------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i64`
[INFO] [stdout] ...
[INFO] [stdout] 138 | try_str_from_into! { "-32768", "32767"; i16, i32, i64, isize, i128; u16, u32, u64, usize, u128; i16}
[INFO] [stdout]     | ---------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `isize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `isize`
[INFO] [stdout] ...
[INFO] [stdout] 138 | try_str_from_into! { "-32768", "32767"; i16, i32, i64, isize, i128; u16, u32, u64, usize, u128; i16}
[INFO] [stdout]     | ---------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `isize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `isize`
[INFO] [stdout] ...
[INFO] [stdout] 138 | try_str_from_into! { "-32768", "32767"; i16, i32, i64, isize, i128; u16, u32, u64, usize, u128; i16}
[INFO] [stdout]     | ---------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 138 | try_str_from_into! { "-32768", "32767"; i16, i32, i64, isize, i128; u16, u32, u64, usize, u128; i16}
[INFO] [stdout]     | ---------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 138 | try_str_from_into! { "-32768", "32767"; i16, i32, i64, isize, i128; u16, u32, u64, usize, u128; i16}
[INFO] [stdout]     | ---------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u16` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:123:49
[INFO] [stdout]     |
[INFO] [stdout] 123 |                    assert_eq!(<$and_into_type>::try_from_int_str("0"), Ok(0));
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u16`
[INFO] [stdout] ...
[INFO] [stdout] 138 | try_str_from_into! { "-32768", "32767"; i16, i32, i64, isize, i128; u16, u32, u64, usize, u128; i16}
[INFO] [stdout]     | ---------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u16` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:128:49
[INFO] [stdout]     |
[INFO] [stdout] 128 |                    assert_eq!(<$and_into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $and_into_type));
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u16`
[INFO] [stdout] ...
[INFO] [stdout] 138 | try_str_from_into! { "-32768", "32767"; i16, i32, i64, isize, i128; u16, u32, u64, usize, u128; i16}
[INFO] [stdout]     | ---------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u32` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:123:49
[INFO] [stdout]     |
[INFO] [stdout] 123 |                    assert_eq!(<$and_into_type>::try_from_int_str("0"), Ok(0));
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u32`
[INFO] [stdout] ...
[INFO] [stdout] 138 | try_str_from_into! { "-32768", "32767"; i16, i32, i64, isize, i128; u16, u32, u64, usize, u128; i16}
[INFO] [stdout]     | ---------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u32` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:128:49
[INFO] [stdout]     |
[INFO] [stdout] 128 |                    assert_eq!(<$and_into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $and_into_type));
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u32`
[INFO] [stdout] ...
[INFO] [stdout] 138 | try_str_from_into! { "-32768", "32767"; i16, i32, i64, isize, i128; u16, u32, u64, usize, u128; i16}
[INFO] [stdout]     | ---------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:123:49
[INFO] [stdout]     |
[INFO] [stdout] 123 |                    assert_eq!(<$and_into_type>::try_from_int_str("0"), Ok(0));
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 138 | try_str_from_into! { "-32768", "32767"; i16, i32, i64, isize, i128; u16, u32, u64, usize, u128; i16}
[INFO] [stdout]     | ---------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:128:49
[INFO] [stdout]     |
[INFO] [stdout] 128 |                    assert_eq!(<$and_into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $and_into_type));
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 138 | try_str_from_into! { "-32768", "32767"; i16, i32, i64, isize, i128; u16, u32, u64, usize, u128; i16}
[INFO] [stdout]     | ---------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:123:49
[INFO] [stdout]     |
[INFO] [stdout] 123 |                    assert_eq!(<$and_into_type>::try_from_int_str("0"), Ok(0));
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 138 | try_str_from_into! { "-32768", "32767"; i16, i32, i64, isize, i128; u16, u32, u64, usize, u128; i16}
[INFO] [stdout]     | ---------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:128:49
[INFO] [stdout]     |
[INFO] [stdout] 128 |                    assert_eq!(<$and_into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $and_into_type));
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 138 | try_str_from_into! { "-32768", "32767"; i16, i32, i64, isize, i128; u16, u32, u64, usize, u128; i16}
[INFO] [stdout]     | ---------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:123:49
[INFO] [stdout]     |
[INFO] [stdout] 123 |                    assert_eq!(<$and_into_type>::try_from_int_str("0"), Ok(0));
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 138 | try_str_from_into! { "-32768", "32767"; i16, i32, i64, isize, i128; u16, u32, u64, usize, u128; i16}
[INFO] [stdout]     | ---------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:128:49
[INFO] [stdout]     |
[INFO] [stdout] 128 |                    assert_eq!(<$and_into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $and_into_type));
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 138 | try_str_from_into! { "-32768", "32767"; i16, i32, i64, isize, i128; u16, u32, u64, usize, u128; i16}
[INFO] [stdout]     | ---------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u16` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u16`
[INFO] [stdout] ...
[INFO] [stdout] 139 | try_str_from_into! { "0", "65535"; u16, i32, u32, i64, u64, isize, usize, i128, u128; ; u16}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u16` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u16`
[INFO] [stdout] ...
[INFO] [stdout] 139 | try_str_from_into! { "0", "65535"; u16, i32, u32, i64, u64, isize, usize, i128, u128; ; u16}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i32` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i32`
[INFO] [stdout] ...
[INFO] [stdout] 139 | try_str_from_into! { "0", "65535"; u16, i32, u32, i64, u64, isize, usize, i128, u128; ; u16}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i32` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i32`
[INFO] [stdout] ...
[INFO] [stdout] 139 | try_str_from_into! { "0", "65535"; u16, i32, u32, i64, u64, isize, usize, i128, u128; ; u16}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u32` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u32`
[INFO] [stdout] ...
[INFO] [stdout] 139 | try_str_from_into! { "0", "65535"; u16, i32, u32, i64, u64, isize, usize, i128, u128; ; u16}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u32` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u32`
[INFO] [stdout] ...
[INFO] [stdout] 139 | try_str_from_into! { "0", "65535"; u16, i32, u32, i64, u64, isize, usize, i128, u128; ; u16}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i64`
[INFO] [stdout] ...
[INFO] [stdout] 139 | try_str_from_into! { "0", "65535"; u16, i32, u32, i64, u64, isize, usize, i128, u128; ; u16}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i64`
[INFO] [stdout] ...
[INFO] [stdout] 139 | try_str_from_into! { "0", "65535"; u16, i32, u32, i64, u64, isize, usize, i128, u128; ; u16}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 139 | try_str_from_into! { "0", "65535"; u16, i32, u32, i64, u64, isize, usize, i128, u128; ; u16}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 139 | try_str_from_into! { "0", "65535"; u16, i32, u32, i64, u64, isize, usize, i128, u128; ; u16}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `isize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `isize`
[INFO] [stdout] ...
[INFO] [stdout] 139 | try_str_from_into! { "0", "65535"; u16, i32, u32, i64, u64, isize, usize, i128, u128; ; u16}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `isize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `isize`
[INFO] [stdout] ...
[INFO] [stdout] 139 | try_str_from_into! { "0", "65535"; u16, i32, u32, i64, u64, isize, usize, i128, u128; ; u16}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 139 | try_str_from_into! { "0", "65535"; u16, i32, u32, i64, u64, isize, usize, i128, u128; ; u16}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 139 | try_str_from_into! { "0", "65535"; u16, i32, u32, i64, u64, isize, usize, i128, u128; ; u16}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 139 | try_str_from_into! { "0", "65535"; u16, i32, u32, i64, u64, isize, usize, i128, u128; ; u16}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 139 | try_str_from_into! { "0", "65535"; u16, i32, u32, i64, u64, isize, usize, i128, u128; ; u16}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 139 | try_str_from_into! { "0", "65535"; u16, i32, u32, i64, u64, isize, usize, i128, u128; ; u16}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 139 | try_str_from_into! { "0", "65535"; u16, i32, u32, i64, u64, isize, usize, i128, u128; ; u16}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i32` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i32`
[INFO] [stdout] ...
[INFO] [stdout] 140 | try_str_from_into! { "-2147483648", "2147483647"; i32, i64, isize, i128; u32, u64, usize, u128; i32}
[INFO] [stdout]     | ---------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i32` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i32`
[INFO] [stdout] ...
[INFO] [stdout] 140 | try_str_from_into! { "-2147483648", "2147483647"; i32, i64, isize, i128; u32, u64, usize, u128; i32}
[INFO] [stdout]     | ---------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i64`
[INFO] [stdout] ...
[INFO] [stdout] 140 | try_str_from_into! { "-2147483648", "2147483647"; i32, i64, isize, i128; u32, u64, usize, u128; i32}
[INFO] [stdout]     | ---------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i64`
[INFO] [stdout] ...
[INFO] [stdout] 140 | try_str_from_into! { "-2147483648", "2147483647"; i32, i64, isize, i128; u32, u64, usize, u128; i32}
[INFO] [stdout]     | ---------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `isize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `isize`
[INFO] [stdout] ...
[INFO] [stdout] 140 | try_str_from_into! { "-2147483648", "2147483647"; i32, i64, isize, i128; u32, u64, usize, u128; i32}
[INFO] [stdout]     | ---------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `isize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `isize`
[INFO] [stdout] ...
[INFO] [stdout] 140 | try_str_from_into! { "-2147483648", "2147483647"; i32, i64, isize, i128; u32, u64, usize, u128; i32}
[INFO] [stdout]     | ---------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 140 | try_str_from_into! { "-2147483648", "2147483647"; i32, i64, isize, i128; u32, u64, usize, u128; i32}
[INFO] [stdout]     | ---------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 140 | try_str_from_into! { "-2147483648", "2147483647"; i32, i64, isize, i128; u32, u64, usize, u128; i32}
[INFO] [stdout]     | ---------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u32` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:123:49
[INFO] [stdout]     |
[INFO] [stdout] 123 |                    assert_eq!(<$and_into_type>::try_from_int_str("0"), Ok(0));
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u32`
[INFO] [stdout] ...
[INFO] [stdout] 140 | try_str_from_into! { "-2147483648", "2147483647"; i32, i64, isize, i128; u32, u64, usize, u128; i32}
[INFO] [stdout]     | ---------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u32` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:128:49
[INFO] [stdout]     |
[INFO] [stdout] 128 |                    assert_eq!(<$and_into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $and_into_type));
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u32`
[INFO] [stdout] ...
[INFO] [stdout] 140 | try_str_from_into! { "-2147483648", "2147483647"; i32, i64, isize, i128; u32, u64, usize, u128; i32}
[INFO] [stdout]     | ---------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:123:49
[INFO] [stdout]     |
[INFO] [stdout] 123 |                    assert_eq!(<$and_into_type>::try_from_int_str("0"), Ok(0));
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 140 | try_str_from_into! { "-2147483648", "2147483647"; i32, i64, isize, i128; u32, u64, usize, u128; i32}
[INFO] [stdout]     | ---------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:128:49
[INFO] [stdout]     |
[INFO] [stdout] 128 |                    assert_eq!(<$and_into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $and_into_type));
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 140 | try_str_from_into! { "-2147483648", "2147483647"; i32, i64, isize, i128; u32, u64, usize, u128; i32}
[INFO] [stdout]     | ---------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:123:49
[INFO] [stdout]     |
[INFO] [stdout] 123 |                    assert_eq!(<$and_into_type>::try_from_int_str("0"), Ok(0));
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 140 | try_str_from_into! { "-2147483648", "2147483647"; i32, i64, isize, i128; u32, u64, usize, u128; i32}
[INFO] [stdout]     | ---------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:128:49
[INFO] [stdout]     |
[INFO] [stdout] 128 |                    assert_eq!(<$and_into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $and_into_type));
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 140 | try_str_from_into! { "-2147483648", "2147483647"; i32, i64, isize, i128; u32, u64, usize, u128; i32}
[INFO] [stdout]     | ---------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:123:49
[INFO] [stdout]     |
[INFO] [stdout] 123 |                    assert_eq!(<$and_into_type>::try_from_int_str("0"), Ok(0));
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 140 | try_str_from_into! { "-2147483648", "2147483647"; i32, i64, isize, i128; u32, u64, usize, u128; i32}
[INFO] [stdout]     | ---------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:128:49
[INFO] [stdout]     |
[INFO] [stdout] 128 |                    assert_eq!(<$and_into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $and_into_type));
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 140 | try_str_from_into! { "-2147483648", "2147483647"; i32, i64, isize, i128; u32, u64, usize, u128; i32}
[INFO] [stdout]     | ---------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i64`
[INFO] [stdout] ...
[INFO] [stdout] 141 | try_str_from_into! { "0", "4294967295"; i64, u64, isize, usize, i128, u128; ; u32}
[INFO] [stdout]     | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i64`
[INFO] [stdout] ...
[INFO] [stdout] 141 | try_str_from_into! { "0", "4294967295"; i64, u64, isize, usize, i128, u128; ; u32}
[INFO] [stdout]     | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 141 | try_str_from_into! { "0", "4294967295"; i64, u64, isize, usize, i128, u128; ; u32}
[INFO] [stdout]     | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 141 | try_str_from_into! { "0", "4294967295"; i64, u64, isize, usize, i128, u128; ; u32}
[INFO] [stdout]     | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `isize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `isize`
[INFO] [stdout] ...
[INFO] [stdout] 141 | try_str_from_into! { "0", "4294967295"; i64, u64, isize, usize, i128, u128; ; u32}
[INFO] [stdout]     | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `isize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `isize`
[INFO] [stdout] ...
[INFO] [stdout] 141 | try_str_from_into! { "0", "4294967295"; i64, u64, isize, usize, i128, u128; ; u32}
[INFO] [stdout]     | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 141 | try_str_from_into! { "0", "4294967295"; i64, u64, isize, usize, i128, u128; ; u32}
[INFO] [stdout]     | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 141 | try_str_from_into! { "0", "4294967295"; i64, u64, isize, usize, i128, u128; ; u32}
[INFO] [stdout]     | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 141 | try_str_from_into! { "0", "4294967295"; i64, u64, isize, usize, i128, u128; ; u32}
[INFO] [stdout]     | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 141 | try_str_from_into! { "0", "4294967295"; i64, u64, isize, usize, i128, u128; ; u32}
[INFO] [stdout]     | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 141 | try_str_from_into! { "0", "4294967295"; i64, u64, isize, usize, i128, u128; ; u32}
[INFO] [stdout]     | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 141 | try_str_from_into! { "0", "4294967295"; i64, u64, isize, usize, i128, u128; ; u32}
[INFO] [stdout]     | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i64`
[INFO] [stdout] ...
[INFO] [stdout] 142 | try_str_from_into! { "-9223372036854775808", "9223372036854775807"; i64, isize, i128; u64, usize, u128; i64}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i64`
[INFO] [stdout] ...
[INFO] [stdout] 142 | try_str_from_into! { "-9223372036854775808", "9223372036854775807"; i64, isize, i128; u64, usize, u128; i64}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `isize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `isize`
[INFO] [stdout] ...
[INFO] [stdout] 142 | try_str_from_into! { "-9223372036854775808", "9223372036854775807"; i64, isize, i128; u64, usize, u128; i64}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `isize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `isize`
[INFO] [stdout] ...
[INFO] [stdout] 142 | try_str_from_into! { "-9223372036854775808", "9223372036854775807"; i64, isize, i128; u64, usize, u128; i64}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 142 | try_str_from_into! { "-9223372036854775808", "9223372036854775807"; i64, isize, i128; u64, usize, u128; i64}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 142 | try_str_from_into! { "-9223372036854775808", "9223372036854775807"; i64, isize, i128; u64, usize, u128; i64}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:123:49
[INFO] [stdout]     |
[INFO] [stdout] 123 |                    assert_eq!(<$and_into_type>::try_from_int_str("0"), Ok(0));
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 142 | try_str_from_into! { "-9223372036854775808", "9223372036854775807"; i64, isize, i128; u64, usize, u128; i64}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:128:49
[INFO] [stdout]     |
[INFO] [stdout] 128 |                    assert_eq!(<$and_into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $and_into_type));
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 142 | try_str_from_into! { "-9223372036854775808", "9223372036854775807"; i64, isize, i128; u64, usize, u128; i64}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:123:49
[INFO] [stdout]     |
[INFO] [stdout] 123 |                    assert_eq!(<$and_into_type>::try_from_int_str("0"), Ok(0));
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 142 | try_str_from_into! { "-9223372036854775808", "9223372036854775807"; i64, isize, i128; u64, usize, u128; i64}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:128:49
[INFO] [stdout]     |
[INFO] [stdout] 128 |                    assert_eq!(<$and_into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $and_into_type));
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 142 | try_str_from_into! { "-9223372036854775808", "9223372036854775807"; i64, isize, i128; u64, usize, u128; i64}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:123:49
[INFO] [stdout]     |
[INFO] [stdout] 123 |                    assert_eq!(<$and_into_type>::try_from_int_str("0"), Ok(0));
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 142 | try_str_from_into! { "-9223372036854775808", "9223372036854775807"; i64, isize, i128; u64, usize, u128; i64}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:128:49
[INFO] [stdout]     |
[INFO] [stdout] 128 |                    assert_eq!(<$and_into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $and_into_type));
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 142 | try_str_from_into! { "-9223372036854775808", "9223372036854775807"; i64, isize, i128; u64, usize, u128; i64}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i64`
[INFO] [stdout] ...
[INFO] [stdout] 143 | try_str_from_into! { "-9223372036854775808", "9223372036854775807"; i64, isize, i128; u64, usize, u128; isize}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i64`
[INFO] [stdout] ...
[INFO] [stdout] 143 | try_str_from_into! { "-9223372036854775808", "9223372036854775807"; i64, isize, i128; u64, usize, u128; isize}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `isize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `isize`
[INFO] [stdout] ...
[INFO] [stdout] 143 | try_str_from_into! { "-9223372036854775808", "9223372036854775807"; i64, isize, i128; u64, usize, u128; isize}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `isize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `isize`
[INFO] [stdout] ...
[INFO] [stdout] 143 | try_str_from_into! { "-9223372036854775808", "9223372036854775807"; i64, isize, i128; u64, usize, u128; isize}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 143 | try_str_from_into! { "-9223372036854775808", "9223372036854775807"; i64, isize, i128; u64, usize, u128; isize}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 143 | try_str_from_into! { "-9223372036854775808", "9223372036854775807"; i64, isize, i128; u64, usize, u128; isize}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:123:49
[INFO] [stdout]     |
[INFO] [stdout] 123 |                    assert_eq!(<$and_into_type>::try_from_int_str("0"), Ok(0));
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 143 | try_str_from_into! { "-9223372036854775808", "9223372036854775807"; i64, isize, i128; u64, usize, u128; isize}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:128:49
[INFO] [stdout]     |
[INFO] [stdout] 128 |                    assert_eq!(<$and_into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $and_into_type));
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 143 | try_str_from_into! { "-9223372036854775808", "9223372036854775807"; i64, isize, i128; u64, usize, u128; isize}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:123:49
[INFO] [stdout]     |
[INFO] [stdout] 123 |                    assert_eq!(<$and_into_type>::try_from_int_str("0"), Ok(0));
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 143 | try_str_from_into! { "-9223372036854775808", "9223372036854775807"; i64, isize, i128; u64, usize, u128; isize}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:128:49
[INFO] [stdout]     |
[INFO] [stdout] 128 |                    assert_eq!(<$and_into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $and_into_type));
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 143 | try_str_from_into! { "-9223372036854775808", "9223372036854775807"; i64, isize, i128; u64, usize, u128; isize}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:123:49
[INFO] [stdout]     |
[INFO] [stdout] 123 |                    assert_eq!(<$and_into_type>::try_from_int_str("0"), Ok(0));
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 143 | try_str_from_into! { "-9223372036854775808", "9223372036854775807"; i64, isize, i128; u64, usize, u128; isize}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:128:49
[INFO] [stdout]     |
[INFO] [stdout] 128 |                    assert_eq!(<$and_into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $and_into_type));
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 143 | try_str_from_into! { "-9223372036854775808", "9223372036854775807"; i64, isize, i128; u64, usize, u128; isize}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 144 | try_str_from_into! { "0", "18446744073709551615"; u64, usize, i128, u128; ; u64}
[INFO] [stdout]     | -------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 144 | try_str_from_into! { "0", "18446744073709551615"; u64, usize, i128, u128; ; u64}
[INFO] [stdout]     | -------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 144 | try_str_from_into! { "0", "18446744073709551615"; u64, usize, i128, u128; ; u64}
[INFO] [stdout]     | -------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 144 | try_str_from_into! { "0", "18446744073709551615"; u64, usize, i128, u128; ; u64}
[INFO] [stdout]     | -------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 144 | try_str_from_into! { "0", "18446744073709551615"; u64, usize, i128, u128; ; u64}
[INFO] [stdout]     | -------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 144 | try_str_from_into! { "0", "18446744073709551615"; u64, usize, i128, u128; ; u64}
[INFO] [stdout]     | -------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 144 | try_str_from_into! { "0", "18446744073709551615"; u64, usize, i128, u128; ; u64}
[INFO] [stdout]     | -------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 144 | try_str_from_into! { "0", "18446744073709551615"; u64, usize, i128, u128; ; u64}
[INFO] [stdout]     | -------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 145 | try_str_from_into! { "0", "18446744073709551615"; u64, usize, i128, u128; ; usize}
[INFO] [stdout]     | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 145 | try_str_from_into! { "0", "18446744073709551615"; u64, usize, i128, u128; ; usize}
[INFO] [stdout]     | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 145 | try_str_from_into! { "0", "18446744073709551615"; u64, usize, i128, u128; ; usize}
[INFO] [stdout]     | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 145 | try_str_from_into! { "0", "18446744073709551615"; u64, usize, i128, u128; ; usize}
[INFO] [stdout]     | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 145 | try_str_from_into! { "0", "18446744073709551615"; u64, usize, i128, u128; ; usize}
[INFO] [stdout]     | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 145 | try_str_from_into! { "0", "18446744073709551615"; u64, usize, i128, u128; ; usize}
[INFO] [stdout]     | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 145 | try_str_from_into! { "0", "18446744073709551615"; u64, usize, i128, u128; ; usize}
[INFO] [stdout]     | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 145 | try_str_from_into! { "0", "18446744073709551615"; u64, usize, i128, u128; ; usize}
[INFO] [stdout]     | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 146 | try_str_from_into! { "-170141183460469231731687303715884105728", "170141183460469231731687303715884105727"; i128; u128; i128}
[INFO] [stdout]     | ----------------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 146 | try_str_from_into! { "-170141183460469231731687303715884105728", "170141183460469231731687303715884105727"; i128; u128; i128}
[INFO] [stdout]     | ----------------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:123:49
[INFO] [stdout]     |
[INFO] [stdout] 123 |                    assert_eq!(<$and_into_type>::try_from_int_str("0"), Ok(0));
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 146 | try_str_from_into! { "-170141183460469231731687303715884105728", "170141183460469231731687303715884105727"; i128; u128; i128}
[INFO] [stdout]     | ----------------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:128:49
[INFO] [stdout]     |
[INFO] [stdout] 128 |                    assert_eq!(<$and_into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $and_into_type));
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 146 | try_str_from_into! { "-170141183460469231731687303715884105728", "170141183460469231731687303715884105727"; i128; u128; i128}
[INFO] [stdout]     | ----------------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:110:45
[INFO] [stdout]     |
[INFO] [stdout] 110 |                    assert_eq!(<$into_type>::try_from_int_str($min_from), Ok(<$type>::MIN as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 147 | try_str_from_into! { "0", "340282366920938463463374607431768211455"; u128; ; u128}
[INFO] [stdout]     | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:115:45
[INFO] [stdout]     |
[INFO] [stdout] 115 |                    assert_eq!(<$into_type>::try_from_int_str($max_from), Ok(<$type>::MAX as $into_type));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 147 | try_str_from_into! { "0", "340282366920938463463374607431768211455"; u128; ; u128}
[INFO] [stdout]     | ---------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i8` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:154:45
[INFO] [stdout]     |
[INFO] [stdout] 154 |                    assert_eq!(<$into_type>::try_from_int_str($from_str).unwrap_err().to_string(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i8`
[INFO] [stdout] ...
[INFO] [stdout] 163 | try_str_from_into_err! { "340282366920938463463374607431768211456"; i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128}
[INFO] [stdout]     | ----------------------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i16` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:154:45
[INFO] [stdout]     |
[INFO] [stdout] 154 |                    assert_eq!(<$into_type>::try_from_int_str($from_str).unwrap_err().to_string(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i16`
[INFO] [stdout] ...
[INFO] [stdout] 163 | try_str_from_into_err! { "340282366920938463463374607431768211456"; i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128}
[INFO] [stdout]     | ----------------------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i32` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:154:45
[INFO] [stdout]     |
[INFO] [stdout] 154 |                    assert_eq!(<$into_type>::try_from_int_str($from_str).unwrap_err().to_string(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i32`
[INFO] [stdout] ...
[INFO] [stdout] 163 | try_str_from_into_err! { "340282366920938463463374607431768211456"; i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128}
[INFO] [stdout]     | ----------------------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:154:45
[INFO] [stdout]     |
[INFO] [stdout] 154 |                    assert_eq!(<$into_type>::try_from_int_str($from_str).unwrap_err().to_string(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i64`
[INFO] [stdout] ...
[INFO] [stdout] 163 | try_str_from_into_err! { "340282366920938463463374607431768211456"; i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128}
[INFO] [stdout]     | ----------------------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `isize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:154:45
[INFO] [stdout]     |
[INFO] [stdout] 154 |                    assert_eq!(<$into_type>::try_from_int_str($from_str).unwrap_err().to_string(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `isize`
[INFO] [stdout] ...
[INFO] [stdout] 163 | try_str_from_into_err! { "340282366920938463463374607431768211456"; i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128}
[INFO] [stdout]     | ----------------------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:154:45
[INFO] [stdout]     |
[INFO] [stdout] 154 |                    assert_eq!(<$into_type>::try_from_int_str($from_str).unwrap_err().to_string(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 163 | try_str_from_into_err! { "340282366920938463463374607431768211456"; i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128}
[INFO] [stdout]     | ----------------------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u8` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:154:45
[INFO] [stdout]     |
[INFO] [stdout] 154 |                    assert_eq!(<$into_type>::try_from_int_str($from_str).unwrap_err().to_string(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u8`
[INFO] [stdout] ...
[INFO] [stdout] 163 | try_str_from_into_err! { "340282366920938463463374607431768211456"; i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128}
[INFO] [stdout]     | ----------------------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u16` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:154:45
[INFO] [stdout]     |
[INFO] [stdout] 154 |                    assert_eq!(<$into_type>::try_from_int_str($from_str).unwrap_err().to_string(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u16`
[INFO] [stdout] ...
[INFO] [stdout] 163 | try_str_from_into_err! { "340282366920938463463374607431768211456"; i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128}
[INFO] [stdout]     | ----------------------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u32` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:154:45
[INFO] [stdout]     |
[INFO] [stdout] 154 |                    assert_eq!(<$into_type>::try_from_int_str($from_str).unwrap_err().to_string(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u32`
[INFO] [stdout] ...
[INFO] [stdout] 163 | try_str_from_into_err! { "340282366920938463463374607431768211456"; i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128}
[INFO] [stdout]     | ----------------------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:154:45
[INFO] [stdout]     |
[INFO] [stdout] 154 |                    assert_eq!(<$into_type>::try_from_int_str($from_str).unwrap_err().to_string(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 163 | try_str_from_into_err! { "340282366920938463463374607431768211456"; i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128}
[INFO] [stdout]     | ----------------------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:154:45
[INFO] [stdout]     |
[INFO] [stdout] 154 |                    assert_eq!(<$into_type>::try_from_int_str($from_str).unwrap_err().to_string(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 163 | try_str_from_into_err! { "340282366920938463463374607431768211456"; i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128}
[INFO] [stdout]     | ----------------------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:154:45
[INFO] [stdout]     |
[INFO] [stdout] 154 |                    assert_eq!(<$into_type>::try_from_int_str($from_str).unwrap_err().to_string(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 163 | try_str_from_into_err! { "340282366920938463463374607431768211456"; i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128}
[INFO] [stdout]     | ----------------------------------------------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i8` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:154:45
[INFO] [stdout]     |
[INFO] [stdout] 154 |                    assert_eq!(<$into_type>::try_from_int_str($from_str).unwrap_err().to_string(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i8`
[INFO] [stdout] ...
[INFO] [stdout] 164 | try_str_from_into_err! { "-340282366920938463463374607431768211456"; i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i16` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:154:45
[INFO] [stdout]     |
[INFO] [stdout] 154 |                    assert_eq!(<$into_type>::try_from_int_str($from_str).unwrap_err().to_string(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i16`
[INFO] [stdout] ...
[INFO] [stdout] 164 | try_str_from_into_err! { "-340282366920938463463374607431768211456"; i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i32` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:154:45
[INFO] [stdout]     |
[INFO] [stdout] 154 |                    assert_eq!(<$into_type>::try_from_int_str($from_str).unwrap_err().to_string(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i32`
[INFO] [stdout] ...
[INFO] [stdout] 164 | try_str_from_into_err! { "-340282366920938463463374607431768211456"; i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:154:45
[INFO] [stdout]     |
[INFO] [stdout] 154 |                    assert_eq!(<$into_type>::try_from_int_str($from_str).unwrap_err().to_string(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i64`
[INFO] [stdout] ...
[INFO] [stdout] 164 | try_str_from_into_err! { "-340282366920938463463374607431768211456"; i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `isize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:154:45
[INFO] [stdout]     |
[INFO] [stdout] 154 |                    assert_eq!(<$into_type>::try_from_int_str($from_str).unwrap_err().to_string(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `isize`
[INFO] [stdout] ...
[INFO] [stdout] 164 | try_str_from_into_err! { "-340282366920938463463374607431768211456"; i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:154:45
[INFO] [stdout]     |
[INFO] [stdout] 154 |                    assert_eq!(<$into_type>::try_from_int_str($from_str).unwrap_err().to_string(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 164 | try_str_from_into_err! { "-340282366920938463463374607431768211456"; i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u8` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:154:45
[INFO] [stdout]     |
[INFO] [stdout] 154 |                    assert_eq!(<$into_type>::try_from_int_str($from_str).unwrap_err().to_string(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u8`
[INFO] [stdout] ...
[INFO] [stdout] 164 | try_str_from_into_err! { "-340282366920938463463374607431768211456"; i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u16` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:154:45
[INFO] [stdout]     |
[INFO] [stdout] 154 |                    assert_eq!(<$into_type>::try_from_int_str($from_str).unwrap_err().to_string(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u16`
[INFO] [stdout] ...
[INFO] [stdout] 164 | try_str_from_into_err! { "-340282366920938463463374607431768211456"; i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u32` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:154:45
[INFO] [stdout]     |
[INFO] [stdout] 154 |                    assert_eq!(<$into_type>::try_from_int_str($from_str).unwrap_err().to_string(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u32`
[INFO] [stdout] ...
[INFO] [stdout] 164 | try_str_from_into_err! { "-340282366920938463463374607431768211456"; i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:154:45
[INFO] [stdout]     |
[INFO] [stdout] 154 |                    assert_eq!(<$into_type>::try_from_int_str($from_str).unwrap_err().to_string(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 164 | try_str_from_into_err! { "-340282366920938463463374607431768211456"; i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:154:45
[INFO] [stdout]     |
[INFO] [stdout] 154 |                    assert_eq!(<$into_type>::try_from_int_str($from_str).unwrap_err().to_string(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 164 | try_str_from_into_err! { "-340282366920938463463374607431768211456"; i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:154:45
[INFO] [stdout]     |
[INFO] [stdout] 154 |                    assert_eq!(<$into_type>::try_from_int_str($from_str).unwrap_err().to_string(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 164 | try_str_from_into_err! { "-340282366920938463463374607431768211456"; i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i8` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:154:45
[INFO] [stdout]     |
[INFO] [stdout] 154 |                    assert_eq!(<$into_type>::try_from_int_str($from_str).unwrap_err().to_string(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i8`
[INFO] [stdout] ...
[INFO] [stdout] 165 | try_str_from_into_err! { ""; i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i16` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:154:45
[INFO] [stdout]     |
[INFO] [stdout] 154 |                    assert_eq!(<$into_type>::try_from_int_str($from_str).unwrap_err().to_string(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i16`
[INFO] [stdout] ...
[INFO] [stdout] 165 | try_str_from_into_err! { ""; i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i32` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:154:45
[INFO] [stdout]     |
[INFO] [stdout] 154 |                    assert_eq!(<$into_type>::try_from_int_str($from_str).unwrap_err().to_string(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i32`
[INFO] [stdout] ...
[INFO] [stdout] 165 | try_str_from_into_err! { ""; i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:154:45
[INFO] [stdout]     |
[INFO] [stdout] 154 |                    assert_eq!(<$into_type>::try_from_int_str($from_str).unwrap_err().to_string(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i64`
[INFO] [stdout] ...
[INFO] [stdout] 165 | try_str_from_into_err! { ""; i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `isize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:154:45
[INFO] [stdout]     |
[INFO] [stdout] 154 |                    assert_eq!(<$into_type>::try_from_int_str($from_str).unwrap_err().to_string(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `isize`
[INFO] [stdout] ...
[INFO] [stdout] 165 | try_str_from_into_err! { ""; i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:154:45
[INFO] [stdout]     |
[INFO] [stdout] 154 |                    assert_eq!(<$into_type>::try_from_int_str($from_str).unwrap_err().to_string(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 165 | try_str_from_into_err! { ""; i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u8` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:154:45
[INFO] [stdout]     |
[INFO] [stdout] 154 |                    assert_eq!(<$into_type>::try_from_int_str($from_str).unwrap_err().to_string(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u8`
[INFO] [stdout] ...
[INFO] [stdout] 165 | try_str_from_into_err! { ""; i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u16` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:154:45
[INFO] [stdout]     |
[INFO] [stdout] 154 |                    assert_eq!(<$into_type>::try_from_int_str($from_str).unwrap_err().to_string(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u16`
[INFO] [stdout] ...
[INFO] [stdout] 165 | try_str_from_into_err! { ""; i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u32` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:154:45
[INFO] [stdout]     |
[INFO] [stdout] 154 |                    assert_eq!(<$into_type>::try_from_int_str($from_str).unwrap_err().to_string(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u32`
[INFO] [stdout] ...
[INFO] [stdout] 165 | try_str_from_into_err! { ""; i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:154:45
[INFO] [stdout]     |
[INFO] [stdout] 154 |                    assert_eq!(<$into_type>::try_from_int_str($from_str).unwrap_err().to_string(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 165 | try_str_from_into_err! { ""; i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:154:45
[INFO] [stdout]     |
[INFO] [stdout] 154 |                    assert_eq!(<$into_type>::try_from_int_str($from_str).unwrap_err().to_string(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 165 | try_str_from_into_err! { ""; i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:154:45
[INFO] [stdout]     |
[INFO] [stdout] 154 |                    assert_eq!(<$into_type>::try_from_int_str($from_str).unwrap_err().to_string(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 165 | try_str_from_into_err! { ""; i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128}
[INFO] [stdout]     | -------------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i8` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:154:45
[INFO] [stdout]     |
[INFO] [stdout] 154 |                    assert_eq!(<$into_type>::try_from_int_str($from_str).unwrap_err().to_string(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i8`
[INFO] [stdout] ...
[INFO] [stdout] 166 | try_str_from_into_err! { "rust"; i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i16` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:154:45
[INFO] [stdout]     |
[INFO] [stdout] 154 |                    assert_eq!(<$into_type>::try_from_int_str($from_str).unwrap_err().to_string(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i16`
[INFO] [stdout] ...
[INFO] [stdout] 166 | try_str_from_into_err! { "rust"; i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i32` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:154:45
[INFO] [stdout]     |
[INFO] [stdout] 154 |                    assert_eq!(<$into_type>::try_from_int_str($from_str).unwrap_err().to_string(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i32`
[INFO] [stdout] ...
[INFO] [stdout] 166 | try_str_from_into_err! { "rust"; i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:154:45
[INFO] [stdout]     |
[INFO] [stdout] 154 |                    assert_eq!(<$into_type>::try_from_int_str($from_str).unwrap_err().to_string(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i64`
[INFO] [stdout] ...
[INFO] [stdout] 166 | try_str_from_into_err! { "rust"; i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `isize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:154:45
[INFO] [stdout]     |
[INFO] [stdout] 154 |                    assert_eq!(<$into_type>::try_from_int_str($from_str).unwrap_err().to_string(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `isize`
[INFO] [stdout] ...
[INFO] [stdout] 166 | try_str_from_into_err! { "rust"; i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:154:45
[INFO] [stdout]     |
[INFO] [stdout] 154 |                    assert_eq!(<$into_type>::try_from_int_str($from_str).unwrap_err().to_string(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 166 | try_str_from_into_err! { "rust"; i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u8` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:154:45
[INFO] [stdout]     |
[INFO] [stdout] 154 |                    assert_eq!(<$into_type>::try_from_int_str($from_str).unwrap_err().to_string(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u8`
[INFO] [stdout] ...
[INFO] [stdout] 166 | try_str_from_into_err! { "rust"; i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u16` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:154:45
[INFO] [stdout]     |
[INFO] [stdout] 154 |                    assert_eq!(<$into_type>::try_from_int_str($from_str).unwrap_err().to_string(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u16`
[INFO] [stdout] ...
[INFO] [stdout] 166 | try_str_from_into_err! { "rust"; i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u32` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:154:45
[INFO] [stdout]     |
[INFO] [stdout] 154 |                    assert_eq!(<$into_type>::try_from_int_str($from_str).unwrap_err().to_string(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u32`
[INFO] [stdout] ...
[INFO] [stdout] 166 | try_str_from_into_err! { "rust"; i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:154:45
[INFO] [stdout]     |
[INFO] [stdout] 154 |                    assert_eq!(<$into_type>::try_from_int_str($from_str).unwrap_err().to_string(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 166 | try_str_from_into_err! { "rust"; i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:154:45
[INFO] [stdout]     |
[INFO] [stdout] 154 |                    assert_eq!(<$into_type>::try_from_int_str($from_str).unwrap_err().to_string(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 166 | try_str_from_into_err! { "rust"; i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:154:45
[INFO] [stdout]     |
[INFO] [stdout] 154 |                    assert_eq!(<$into_type>::try_from_int_str($from_str).unwrap_err().to_string(),
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 166 | try_str_from_into_err! { "rust"; i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128}
[INFO] [stdout]     | ------------------------------------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_str_from_into_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i8` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:174:46
[INFO] [stdout]     |
[INFO] [stdout] 174 |                     assert_eq!(<$into_type>::try_from_int_str((<$into_type>::MAX as $from_type) + 1).unwrap_err().to_string(),
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^^^^ function or associated item not found in `i8`
[INFO] [stdout] ...
[INFO] [stdout] 182 | try_int_from_err! { i8; i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128}
[INFO] [stdout]     | ----------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_int_from_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i16` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:174:46
[INFO] [stdout]     |
[INFO] [stdout] 174 |                     assert_eq!(<$into_type>::try_from_int_str((<$into_type>::MAX as $from_type) + 1).unwrap_err().to_string(),
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^^^^ function or associated item not found in `i16`
[INFO] [stdout] ...
[INFO] [stdout] 183 | try_int_from_err! { i16; i32, i64, isize, i128, u16, u32, u64, usize, u128}
[INFO] [stdout]     | --------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_int_from_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i32` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:174:46
[INFO] [stdout]     |
[INFO] [stdout] 174 |                     assert_eq!(<$into_type>::try_from_int_str((<$into_type>::MAX as $from_type) + 1).unwrap_err().to_string(),
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^^^^ function or associated item not found in `i32`
[INFO] [stdout] ...
[INFO] [stdout] 184 | try_int_from_err! { i32; i64, isize, i128, u32, u64, usize, u128}
[INFO] [stdout]     | ----------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_int_from_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:174:46
[INFO] [stdout]     |
[INFO] [stdout] 174 |                     assert_eq!(<$into_type>::try_from_int_str((<$into_type>::MAX as $from_type) + 1).unwrap_err().to_string(),
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^^^^ function or associated item not found in `i64`
[INFO] [stdout] ...
[INFO] [stdout] 185 | try_int_from_err! { i64; i128, u64, usize, u128}
[INFO] [stdout]     | ------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_int_from_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `isize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:174:46
[INFO] [stdout]     |
[INFO] [stdout] 174 |                     assert_eq!(<$into_type>::try_from_int_str((<$into_type>::MAX as $from_type) + 1).unwrap_err().to_string(),
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^^^^ function or associated item not found in `isize`
[INFO] [stdout] ...
[INFO] [stdout] 186 | try_int_from_err! { isize; i128, u64, usize, u128}
[INFO] [stdout]     | -------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_int_from_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:174:46
[INFO] [stdout]     |
[INFO] [stdout] 174 |                     assert_eq!(<$into_type>::try_from_int_str((<$into_type>::MAX as $from_type) + 1).unwrap_err().to_string(),
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 187 | try_int_from_err! { i128; u128}
[INFO] [stdout]     | ------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_int_from_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u8` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:174:46
[INFO] [stdout]     |
[INFO] [stdout] 174 |                     assert_eq!(<$into_type>::try_from_int_str((<$into_type>::MAX as $from_type) + 1).unwrap_err().to_string(),
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^^^^ function or associated item not found in `u8`
[INFO] [stdout] ...
[INFO] [stdout] 189 | try_int_from_err! { u8; i16, i32, i64, isize, i128, u16, u32, u64, usize, u128}
[INFO] [stdout]     | ------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_int_from_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u16` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:174:46
[INFO] [stdout]     |
[INFO] [stdout] 174 |                     assert_eq!(<$into_type>::try_from_int_str((<$into_type>::MAX as $from_type) + 1).unwrap_err().to_string(),
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^^^^ function or associated item not found in `u16`
[INFO] [stdout] ...
[INFO] [stdout] 190 | try_int_from_err! { u16; i32, i64, isize, i128, u32, u64, usize, u128}
[INFO] [stdout]     | ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_int_from_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u32` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:174:46
[INFO] [stdout]     |
[INFO] [stdout] 174 |                     assert_eq!(<$into_type>::try_from_int_str((<$into_type>::MAX as $from_type) + 1).unwrap_err().to_string(),
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^^^^ function or associated item not found in `u32`
[INFO] [stdout] ...
[INFO] [stdout] 191 | try_int_from_err! { u32; i64, isize, i128, u64, usize, u128}
[INFO] [stdout]     | ------------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_int_from_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:174:46
[INFO] [stdout]     |
[INFO] [stdout] 174 |                     assert_eq!(<$into_type>::try_from_int_str((<$into_type>::MAX as $from_type) + 1).unwrap_err().to_string(),
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 192 | try_int_from_err! { u64; i128, u128}
[INFO] [stdout]     | ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_int_from_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:174:46
[INFO] [stdout]     |
[INFO] [stdout] 174 |                     assert_eq!(<$into_type>::try_from_int_str((<$into_type>::MAX as $from_type) + 1).unwrap_err().to_string(),
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 193 | try_int_from_err! { usize; i128, u128}
[INFO] [stdout]     | -------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_int_from_err` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i8` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:200:45
[INFO] [stdout]     |
[INFO] [stdout] 200 |                    assert_eq!(<$into_type>::try_from_int_str(false), Ok(0));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i8`
[INFO] [stdout] ...
[INFO] [stdout] 212 | try_bool_into_from! { i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128 }
[INFO] [stdout]     | -------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_bool_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i8` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:205:45
[INFO] [stdout]     |
[INFO] [stdout] 205 |                    assert_eq!(<$into_type>::try_from_int_str(true), Ok(1));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i8`
[INFO] [stdout] ...
[INFO] [stdout] 212 | try_bool_into_from! { i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128 }
[INFO] [stdout]     | -------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_bool_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i16` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:200:45
[INFO] [stdout]     |
[INFO] [stdout] 200 |                    assert_eq!(<$into_type>::try_from_int_str(false), Ok(0));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i16`
[INFO] [stdout] ...
[INFO] [stdout] 212 | try_bool_into_from! { i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128 }
[INFO] [stdout]     | -------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_bool_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i16` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:205:45
[INFO] [stdout]     |
[INFO] [stdout] 205 |                    assert_eq!(<$into_type>::try_from_int_str(true), Ok(1));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i16`
[INFO] [stdout] ...
[INFO] [stdout] 212 | try_bool_into_from! { i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128 }
[INFO] [stdout]     | -------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_bool_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i32` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:200:45
[INFO] [stdout]     |
[INFO] [stdout] 200 |                    assert_eq!(<$into_type>::try_from_int_str(false), Ok(0));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i32`
[INFO] [stdout] ...
[INFO] [stdout] 212 | try_bool_into_from! { i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128 }
[INFO] [stdout]     | -------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_bool_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i32` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:205:45
[INFO] [stdout]     |
[INFO] [stdout] 205 |                    assert_eq!(<$into_type>::try_from_int_str(true), Ok(1));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i32`
[INFO] [stdout] ...
[INFO] [stdout] 212 | try_bool_into_from! { i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128 }
[INFO] [stdout]     | -------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_bool_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:200:45
[INFO] [stdout]     |
[INFO] [stdout] 200 |                    assert_eq!(<$into_type>::try_from_int_str(false), Ok(0));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i64`
[INFO] [stdout] ...
[INFO] [stdout] 212 | try_bool_into_from! { i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128 }
[INFO] [stdout]     | -------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_bool_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:205:45
[INFO] [stdout]     |
[INFO] [stdout] 205 |                    assert_eq!(<$into_type>::try_from_int_str(true), Ok(1));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i64`
[INFO] [stdout] ...
[INFO] [stdout] 212 | try_bool_into_from! { i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128 }
[INFO] [stdout]     | -------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_bool_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `isize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:200:45
[INFO] [stdout]     |
[INFO] [stdout] 200 |                    assert_eq!(<$into_type>::try_from_int_str(false), Ok(0));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `isize`
[INFO] [stdout] ...
[INFO] [stdout] 212 | try_bool_into_from! { i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128 }
[INFO] [stdout]     | -------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_bool_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `isize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:205:45
[INFO] [stdout]     |
[INFO] [stdout] 205 |                    assert_eq!(<$into_type>::try_from_int_str(true), Ok(1));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `isize`
[INFO] [stdout] ...
[INFO] [stdout] 212 | try_bool_into_from! { i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128 }
[INFO] [stdout]     | -------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_bool_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:200:45
[INFO] [stdout]     |
[INFO] [stdout] 200 |                    assert_eq!(<$into_type>::try_from_int_str(false), Ok(0));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 212 | try_bool_into_from! { i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128 }
[INFO] [stdout]     | -------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_bool_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `i128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:205:45
[INFO] [stdout]     |
[INFO] [stdout] 205 |                    assert_eq!(<$into_type>::try_from_int_str(true), Ok(1));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `i128`
[INFO] [stdout] ...
[INFO] [stdout] 212 | try_bool_into_from! { i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128 }
[INFO] [stdout]     | -------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_bool_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u8` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:200:45
[INFO] [stdout]     |
[INFO] [stdout] 200 |                    assert_eq!(<$into_type>::try_from_int_str(false), Ok(0));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u8`
[INFO] [stdout] ...
[INFO] [stdout] 212 | try_bool_into_from! { i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128 }
[INFO] [stdout]     | -------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_bool_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u8` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:205:45
[INFO] [stdout]     |
[INFO] [stdout] 205 |                    assert_eq!(<$into_type>::try_from_int_str(true), Ok(1));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u8`
[INFO] [stdout] ...
[INFO] [stdout] 212 | try_bool_into_from! { i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128 }
[INFO] [stdout]     | -------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_bool_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u16` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:200:45
[INFO] [stdout]     |
[INFO] [stdout] 200 |                    assert_eq!(<$into_type>::try_from_int_str(false), Ok(0));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u16`
[INFO] [stdout] ...
[INFO] [stdout] 212 | try_bool_into_from! { i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128 }
[INFO] [stdout]     | -------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_bool_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u16` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:205:45
[INFO] [stdout]     |
[INFO] [stdout] 205 |                    assert_eq!(<$into_type>::try_from_int_str(true), Ok(1));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u16`
[INFO] [stdout] ...
[INFO] [stdout] 212 | try_bool_into_from! { i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128 }
[INFO] [stdout]     | -------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_bool_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u32` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:200:45
[INFO] [stdout]     |
[INFO] [stdout] 200 |                    assert_eq!(<$into_type>::try_from_int_str(false), Ok(0));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u32`
[INFO] [stdout] ...
[INFO] [stdout] 212 | try_bool_into_from! { i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128 }
[INFO] [stdout]     | -------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_bool_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u32` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:205:45
[INFO] [stdout]     |
[INFO] [stdout] 205 |                    assert_eq!(<$into_type>::try_from_int_str(true), Ok(1));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u32`
[INFO] [stdout] ...
[INFO] [stdout] 212 | try_bool_into_from! { i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128 }
[INFO] [stdout]     | -------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_bool_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:200:45
[INFO] [stdout]     |
[INFO] [stdout] 200 |                    assert_eq!(<$into_type>::try_from_int_str(false), Ok(0));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 212 | try_bool_into_from! { i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128 }
[INFO] [stdout]     | -------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_bool_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u64` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:205:45
[INFO] [stdout]     |
[INFO] [stdout] 205 |                    assert_eq!(<$into_type>::try_from_int_str(true), Ok(1));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u64`
[INFO] [stdout] ...
[INFO] [stdout] 212 | try_bool_into_from! { i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128 }
[INFO] [stdout]     | -------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_bool_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:200:45
[INFO] [stdout]     |
[INFO] [stdout] 200 |                    assert_eq!(<$into_type>::try_from_int_str(false), Ok(0));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 212 | try_bool_into_from! { i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128 }
[INFO] [stdout]     | -------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_bool_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `usize` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:205:45
[INFO] [stdout]     |
[INFO] [stdout] 205 |                    assert_eq!(<$into_type>::try_from_int_str(true), Ok(1));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `usize`
[INFO] [stdout] ...
[INFO] [stdout] 212 | try_bool_into_from! { i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128 }
[INFO] [stdout]     | -------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_bool_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:200:45
[INFO] [stdout]     |
[INFO] [stdout] 200 |                    assert_eq!(<$into_type>::try_from_int_str(false), Ok(0));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 212 | try_bool_into_from! { i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128 }
[INFO] [stdout]     | -------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_bool_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no function or associated item named `try_from_int_str` found for type `u128` in the current scope
[INFO] [stdout]    --> tests/convert_try_from_int_str.rs:205:45
[INFO] [stdout]     |
[INFO] [stdout] 205 |                    assert_eq!(<$into_type>::try_from_int_str(true), Ok(1));
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^ function or associated item not found in `u128`
[INFO] [stdout] ...
[INFO] [stdout] 212 | try_bool_into_from! { i8, i16, i32, i64, isize, i128, u8, u16, u32, u64, usize, u128 }
[INFO] [stdout]     | -------------------------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_bool_into_from` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `num_convert` (test "convert_try_from_int_str") due to 444 previous errors
[INFO] running `Command { std: "docker" "inspect" "3e94b1f6048e2263aaaede91b267ec95a3ba08812a08f41516d4a07019acb3d4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3e94b1f6048e2263aaaede91b267ec95a3ba08812a08f41516d4a07019acb3d4", kill_on_drop: false }`
[INFO] [stdout] 3e94b1f6048e2263aaaede91b267ec95a3ba08812a08f41516d4a07019acb3d4
