[INFO] fetching crate num_convert 0.7.2... [INFO] checking num_convert-0.7.2 against try#c659ee110de67e82444e4b6c8407c1a9af9c2cf6 for pr-145608-1 [INFO] extracting crate num_convert 0.7.2 into /workspace/builds/worker-5-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-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate num_convert 0.7.2 on toolchain c659ee110de67e82444e4b6c8407c1a9af9c2cf6 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "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" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 43c1f37981fd572f1ea8bf98a479739ac6290cbb50cbc83dd99a3447470b9e4d [INFO] running `Command { std: "docker" "start" "-a" "43c1f37981fd572f1ea8bf98a479739ac6290cbb50cbc83dd99a3447470b9e4d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "43c1f37981fd572f1ea8bf98a479739ac6290cbb50cbc83dd99a3447470b9e4d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "43c1f37981fd572f1ea8bf98a479739ac6290cbb50cbc83dd99a3447470b9e4d", kill_on_drop: false }` [INFO] [stdout] 43c1f37981fd572f1ea8bf98a479739ac6290cbb50cbc83dd99a3447470b9e4d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+c659ee110de67e82444e4b6c8407c1a9af9c2cf6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 72eb8bd8bbed6f89a676663255d080af89ae6abd084fe31906b61d859ea2dba7 [INFO] running `Command { std: "docker" "start" "-a" "72eb8bd8bbed6f89a676663255d080af89ae6abd084fe31906b61d859ea2dba7", kill_on_drop: false }` [INFO] [stderr] Compiling try_tup_to_arr_macro v0.1.0 [INFO] [stderr] Compiling from_tup_macro v0.1.0 [INFO] [stderr] Compiling paste v1.0.11 [INFO] [stderr] Checking 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)]` 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 + PartialEq [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 = ::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 = ::try_from_int_str("333"); [INFO] [stdout] 9 + let val_int_str = ::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[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] 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[E0432]: unresolved import `num_convert::CastIntoAs` [INFO] [stdout] --> tests/cast_into_as.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use num_convert::CastIntoAs; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ no `CastIntoAs` in the root [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:139:30 [INFO] [stdout] | [INFO] [stdout] 137 | #[cfg(feature = "cast_into_as")] [INFO] [stdout] | ------------------------ the item is gated behind the `cast_into_as` feature [INFO] [stdout] 138 | #[cfg_attr(docsrs, doc(cfg(feature = "cast_into_as")))] [INFO] [stdout] 139 | pub use crate::cast_into_as::CastIntoAs; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [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 `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] 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] 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] [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] 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)]` on by default [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] [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] 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 + PartialEq [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[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] [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] [stderr] error: could not compile `num_convert` (test "extra_traits") due to 15 previous errors [INFO] [stderr] error: could not compile `num_convert` (example "multi_errors") due to 4 previous errors [INFO] [stdout] error[E0599]: no function or associated item named `into_i8` found for type `i8` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i8` [INFO] [stdout] ... [INFO] [stdout] 17 | cast_into_as! {i8; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_i16` found for type `i8` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i8` [INFO] [stdout] ... [INFO] [stdout] 17 | cast_into_as! {i8; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_i32` found for type `i8` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i8` [INFO] [stdout] ... [INFO] [stdout] 17 | cast_into_as! {i8; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_i64` found for type `i8` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i8` [INFO] [stdout] ... [INFO] [stdout] 17 | cast_into_as! {i8; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_isize` found for type `i8` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i8` [INFO] [stdout] ... [INFO] [stdout] 17 | cast_into_as! {i8; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_i128` found for type `i8` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i8` [INFO] [stdout] ... [INFO] [stdout] 17 | cast_into_as! {i8; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_u8` found for type `i8` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i8` [INFO] [stdout] ... [INFO] [stdout] 17 | cast_into_as! {i8; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_u16` found for type `i8` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i8` [INFO] [stdout] ... [INFO] [stdout] 17 | cast_into_as! {i8; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [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 function or associated item named `into_u32` found for type `i8` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i8` [INFO] [stdout] ... [INFO] [stdout] 17 | cast_into_as! {i8; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_u64` found for type `i8` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i8` [INFO] [stdout] ... [INFO] [stdout] 17 | cast_into_as! {i8; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_usize` found for type `i8` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i8` [INFO] [stdout] ... [INFO] [stdout] 17 | cast_into_as! {i8; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_u128` found for type `i8` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i8` [INFO] [stdout] ... [INFO] [stdout] 17 | cast_into_as! {i8; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_i8` found for type `u8` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u8` [INFO] [stdout] ... [INFO] [stdout] 18 | cast_into_as! {u8; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_i16` found for type `u8` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u8` [INFO] [stdout] ... [INFO] [stdout] 18 | cast_into_as! {u8; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_i32` found for type `u8` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u8` [INFO] [stdout] ... [INFO] [stdout] 18 | cast_into_as! {u8; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_i64` found for type `u8` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u8` [INFO] [stdout] ... [INFO] [stdout] 18 | cast_into_as! {u8; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_isize` found for type `u8` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u8` [INFO] [stdout] ... [INFO] [stdout] 18 | cast_into_as! {u8; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_i128` found for type `u8` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u8` [INFO] [stdout] ... [INFO] [stdout] 18 | cast_into_as! {u8; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_u8` found for type `u8` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u8` [INFO] [stdout] ... [INFO] [stdout] 18 | cast_into_as! {u8; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_u16` found for type `u8` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u8` [INFO] [stdout] ... [INFO] [stdout] 18 | cast_into_as! {u8; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_u32` found for type `u8` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u8` [INFO] [stdout] ... [INFO] [stdout] 18 | cast_into_as! {u8; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_u64` found for type `u8` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u8` [INFO] [stdout] ... [INFO] [stdout] 18 | cast_into_as! {u8; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_usize` found for type `u8` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u8` [INFO] [stdout] ... [INFO] [stdout] 18 | cast_into_as! {u8; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_u128` found for type `u8` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u8` [INFO] [stdout] ... [INFO] [stdout] 18 | cast_into_as! {u8; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_i8` found for type `i16` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i16` [INFO] [stdout] ... [INFO] [stdout] 19 | cast_into_as! {i16; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_i16` found for type `i16` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i16` [INFO] [stdout] ... [INFO] [stdout] 19 | cast_into_as! {i16; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_i32` found for type `i16` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i16` [INFO] [stdout] ... [INFO] [stdout] 19 | cast_into_as! {i16; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_i64` found for type `i16` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i16` [INFO] [stdout] ... [INFO] [stdout] 19 | cast_into_as! {i16; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_isize` found for type `i16` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i16` [INFO] [stdout] ... [INFO] [stdout] 19 | cast_into_as! {i16; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_i128` found for type `i16` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i16` [INFO] [stdout] ... [INFO] [stdout] 19 | cast_into_as! {i16; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_u8` found for type `i16` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i16` [INFO] [stdout] ... [INFO] [stdout] 19 | cast_into_as! {i16; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_u16` found for type `i16` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i16` [INFO] [stdout] ... [INFO] [stdout] 19 | cast_into_as! {i16; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_u32` found for type `i16` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i16` [INFO] [stdout] ... [INFO] [stdout] 19 | cast_into_as! {i16; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_u64` found for type `i16` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i16` [INFO] [stdout] ... [INFO] [stdout] 19 | cast_into_as! {i16; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_usize` found for type `i16` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i16` [INFO] [stdout] ... [INFO] [stdout] 19 | cast_into_as! {i16; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_u128` found for type `i16` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i16` [INFO] [stdout] ... [INFO] [stdout] 19 | cast_into_as! {i16; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_i8` found for type `u16` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u16` [INFO] [stdout] ... [INFO] [stdout] 20 | cast_into_as! {u16; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_i16` found for type `u16` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u16` [INFO] [stdout] ... [INFO] [stdout] 20 | cast_into_as! {u16; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_i32` found for type `u16` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u16` [INFO] [stdout] ... [INFO] [stdout] 20 | cast_into_as! {u16; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_i64` found for type `u16` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u16` [INFO] [stdout] ... [INFO] [stdout] 20 | cast_into_as! {u16; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_isize` found for type `u16` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u16` [INFO] [stdout] ... [INFO] [stdout] 20 | cast_into_as! {u16; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_i128` found for type `u16` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u16` [INFO] [stdout] ... [INFO] [stdout] 20 | cast_into_as! {u16; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_u8` found for type `u16` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u16` [INFO] [stdout] ... [INFO] [stdout] 20 | cast_into_as! {u16; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_u16` found for type `u16` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u16` [INFO] [stdout] ... [INFO] [stdout] 20 | cast_into_as! {u16; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_u32` found for type `u16` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u16` [INFO] [stdout] ... [INFO] [stdout] 20 | cast_into_as! {u16; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_u64` found for type `u16` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u16` [INFO] [stdout] ... [INFO] [stdout] 20 | cast_into_as! {u16; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_usize` found for type `u16` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u16` [INFO] [stdout] ... [INFO] [stdout] 20 | cast_into_as! {u16; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_u128` found for type `u16` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u16` [INFO] [stdout] ... [INFO] [stdout] 20 | cast_into_as! {u16; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_i8` found for type `i32` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i32` [INFO] [stdout] ... [INFO] [stdout] 21 | cast_into_as! {i32; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_i16` found for type `i32` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i32` [INFO] [stdout] ... [INFO] [stdout] 21 | cast_into_as! {i32; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_i32` found for type `i32` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i32` [INFO] [stdout] ... [INFO] [stdout] 21 | cast_into_as! {i32; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_i64` found for type `i32` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i32` [INFO] [stdout] ... [INFO] [stdout] 21 | cast_into_as! {i32; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_isize` found for type `i32` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i32` [INFO] [stdout] ... [INFO] [stdout] 21 | cast_into_as! {i32; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_i128` found for type `i32` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i32` [INFO] [stdout] ... [INFO] [stdout] 21 | cast_into_as! {i32; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_u8` found for type `i32` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i32` [INFO] [stdout] ... [INFO] [stdout] 21 | cast_into_as! {i32; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_u16` found for type `i32` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i32` [INFO] [stdout] ... [INFO] [stdout] 21 | cast_into_as! {i32; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_u32` found for type `i32` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i32` [INFO] [stdout] ... [INFO] [stdout] 21 | cast_into_as! {i32; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_u64` found for type `i32` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i32` [INFO] [stdout] ... [INFO] [stdout] 21 | cast_into_as! {i32; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_usize` found for type `i32` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i32` [INFO] [stdout] ... [INFO] [stdout] 21 | cast_into_as! {i32; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_u128` found for type `i32` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i32` [INFO] [stdout] ... [INFO] [stdout] 21 | cast_into_as! {i32; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_i8` found for type `u32` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u32` [INFO] [stdout] ... [INFO] [stdout] 22 | cast_into_as! {u32; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_i16` found for type `u32` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u32` [INFO] [stdout] ... [INFO] [stdout] 22 | cast_into_as! {u32; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_i32` found for type `u32` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u32` [INFO] [stdout] ... [INFO] [stdout] 22 | cast_into_as! {u32; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_i64` found for type `u32` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u32` [INFO] [stdout] ... [INFO] [stdout] 22 | cast_into_as! {u32; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_isize` found for type `u32` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u32` [INFO] [stdout] ... [INFO] [stdout] 22 | cast_into_as! {u32; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_i128` found for type `u32` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u32` [INFO] [stdout] ... [INFO] [stdout] 22 | cast_into_as! {u32; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_u8` found for type `u32` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u32` [INFO] [stdout] ... [INFO] [stdout] 22 | cast_into_as! {u32; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_u16` found for type `u32` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u32` [INFO] [stdout] ... [INFO] [stdout] 22 | cast_into_as! {u32; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_u32` found for type `u32` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u32` [INFO] [stdout] ... [INFO] [stdout] 22 | cast_into_as! {u32; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_u64` found for type `u32` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u32` [INFO] [stdout] ... [INFO] [stdout] 22 | cast_into_as! {u32; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_usize` found for type `u32` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u32` [INFO] [stdout] ... [INFO] [stdout] 22 | cast_into_as! {u32; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_u128` found for type `u32` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u32` [INFO] [stdout] ... [INFO] [stdout] 22 | cast_into_as! {u32; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace 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: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 `into_i8` found for type `i64` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i64` [INFO] [stdout] ... [INFO] [stdout] 23 | cast_into_as! {i64; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_i16` found for type `i64` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i64` [INFO] [stdout] ... [INFO] [stdout] 23 | cast_into_as! {i64; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_i32` found for type `i64` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i64` [INFO] [stdout] ... [INFO] [stdout] 23 | cast_into_as! {i64; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_i64` found for type `i64` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i64` [INFO] [stdout] ... [INFO] [stdout] 23 | cast_into_as! {i64; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_isize` found for type `i64` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i64` [INFO] [stdout] ... [INFO] [stdout] 23 | cast_into_as! {i64; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace 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 `into_i128` found for type `i64` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i64` [INFO] [stdout] ... [INFO] [stdout] 23 | cast_into_as! {i64; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_u8` found for type `i64` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i64` [INFO] [stdout] ... [INFO] [stdout] 23 | cast_into_as! {i64; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_u16` found for type `i64` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i64` [INFO] [stdout] ... [INFO] [stdout] 23 | cast_into_as! {i64; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_u32` found for type `i64` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i64` [INFO] [stdout] ... [INFO] [stdout] 23 | cast_into_as! {i64; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_u64` found for type `i64` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i64` [INFO] [stdout] ... [INFO] [stdout] 23 | cast_into_as! {i64; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace 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 `into_usize` found for type `i64` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i64` [INFO] [stdout] ... [INFO] [stdout] 23 | cast_into_as! {i64; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace 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 `into_u128` found for type `i64` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i64` [INFO] [stdout] ... [INFO] [stdout] 23 | cast_into_as! {i64; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_i8` found for type `u64` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u64` [INFO] [stdout] ... [INFO] [stdout] 24 | cast_into_as! {u64; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_i16` found for type `u64` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u64` [INFO] [stdout] ... [INFO] [stdout] 24 | cast_into_as! {u64; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_i32` found for type `u64` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u64` [INFO] [stdout] ... [INFO] [stdout] 24 | cast_into_as! {u64; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace 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 `into_i64` found for type `u64` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u64` [INFO] [stdout] ... [INFO] [stdout] 24 | cast_into_as! {u64; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_isize` found for type `u64` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u64` [INFO] [stdout] ... [INFO] [stdout] 24 | cast_into_as! {u64; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_i128` found for type `u64` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u64` [INFO] [stdout] ... [INFO] [stdout] 24 | cast_into_as! {u64; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace 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 `into_u8` found for type `u64` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u64` [INFO] [stdout] ... [INFO] [stdout] 24 | cast_into_as! {u64; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_u16` found for type `u64` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u64` [INFO] [stdout] ... [INFO] [stdout] 24 | cast_into_as! {u64; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_u32` found for type `u64` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u64` [INFO] [stdout] ... [INFO] [stdout] 24 | cast_into_as! {u64; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace 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 `into_u64` found for type `u64` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u64` [INFO] [stdout] ... [INFO] [stdout] 24 | cast_into_as! {u64; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_usize` found for type `u64` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u64` [INFO] [stdout] ... [INFO] [stdout] 24 | cast_into_as! {u64; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace 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 `into_u128` found for type `u64` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u64` [INFO] [stdout] ... [INFO] [stdout] 24 | cast_into_as! {u64; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_i8` found for type `isize` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `isize` [INFO] [stdout] ... [INFO] [stdout] 25 | cast_into_as! {isize; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace 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 `into_i16` found for type `isize` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `isize` [INFO] [stdout] ... [INFO] [stdout] 25 | cast_into_as! {isize; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace 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 `into_i32` found for type `isize` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `isize` [INFO] [stdout] ... [INFO] [stdout] 25 | cast_into_as! {isize; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_i64` found for type `isize` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `isize` [INFO] [stdout] ... [INFO] [stdout] 25 | cast_into_as! {isize; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace 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 `into_isize` found for type `isize` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `isize` [INFO] [stdout] ... [INFO] [stdout] 25 | cast_into_as! {isize; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace 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 `into_i128` found for type `isize` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `isize` [INFO] [stdout] ... [INFO] [stdout] 25 | cast_into_as! {isize; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_u8` found for type `isize` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `isize` [INFO] [stdout] ... [INFO] [stdout] 25 | cast_into_as! {isize; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace 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 `into_u16` found for type `isize` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `isize` [INFO] [stdout] ... [INFO] [stdout] 25 | cast_into_as! {isize; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_u32` found for type `isize` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `isize` [INFO] [stdout] ... [INFO] [stdout] 25 | cast_into_as! {isize; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace 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 `into_u64` found for type `isize` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `isize` [INFO] [stdout] ... [INFO] [stdout] 25 | cast_into_as! {isize; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace 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 `into_usize` found for type `isize` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `isize` [INFO] [stdout] ... [INFO] [stdout] 25 | cast_into_as! {isize; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_u128` found for type `isize` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `isize` [INFO] [stdout] ... [INFO] [stdout] 25 | cast_into_as! {isize; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace 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 `into_i8` found for type `usize` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `usize` [INFO] [stdout] ... [INFO] [stdout] 26 | cast_into_as! {usize; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_i16` found for type `usize` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `usize` [INFO] [stdout] ... [INFO] [stdout] 26 | cast_into_as! {usize; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace 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 `into_i32` found for type `usize` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `usize` [INFO] [stdout] ... [INFO] [stdout] 26 | cast_into_as! {usize; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace 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 `into_i64` found for type `usize` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `usize` [INFO] [stdout] ... [INFO] [stdout] 26 | cast_into_as! {usize; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_isize` found for type `usize` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `usize` [INFO] [stdout] ... [INFO] [stdout] 26 | cast_into_as! {usize; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace 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 `into_i128` found for type `usize` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `usize` [INFO] [stdout] ... [INFO] [stdout] 26 | cast_into_as! {usize; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_u8` found for type `usize` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `usize` [INFO] [stdout] ... [INFO] [stdout] 26 | cast_into_as! {usize; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace 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 `into_u16` found for type `usize` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `usize` [INFO] [stdout] ... [INFO] [stdout] 26 | cast_into_as! {usize; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace 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 `into_u32` found for type `usize` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `usize` [INFO] [stdout] ... [INFO] [stdout] 26 | cast_into_as! {usize; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_u64` found for type `usize` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `usize` [INFO] [stdout] ... [INFO] [stdout] 26 | cast_into_as! {usize; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace 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 `into_usize` found for type `usize` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `usize` [INFO] [stdout] ... [INFO] [stdout] 26 | cast_into_as! {usize; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_u128` found for type `usize` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `usize` [INFO] [stdout] ... [INFO] [stdout] 26 | cast_into_as! {usize; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace 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] error[E0599]: no function or associated item named `into_i8` found for type `i128` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i128` [INFO] [stdout] ... [INFO] [stdout] 27 | cast_into_as! {i128; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace 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] 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 `into_i16` found for type `i128` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i128` [INFO] [stdout] ... [INFO] [stdout] 27 | cast_into_as! {i128; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace 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 `into_i32` found for type `i128` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i128` [INFO] [stdout] ... [INFO] [stdout] 27 | cast_into_as! {i128; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_i64` found for type `i128` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i128` [INFO] [stdout] ... [INFO] [stdout] 27 | cast_into_as! {i128; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace 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 `into_isize` found for type `i128` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i128` [INFO] [stdout] ... [INFO] [stdout] 27 | cast_into_as! {i128; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace 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 `into_i128` found for type `i128` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i128` [INFO] [stdout] ... [INFO] [stdout] 27 | cast_into_as! {i128; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_u8` found for type `i128` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i128` [INFO] [stdout] ... [INFO] [stdout] 27 | cast_into_as! {i128; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace 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 `into_u16` found for type `i128` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i128` [INFO] [stdout] ... [INFO] [stdout] 27 | cast_into_as! {i128; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace 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 `into_u32` found for type `i128` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i128` [INFO] [stdout] ... [INFO] [stdout] 27 | cast_into_as! {i128; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_u64` found for type `i128` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i128` [INFO] [stdout] ... [INFO] [stdout] 27 | cast_into_as! {i128; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace 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 `into_usize` found for type `i128` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i128` [INFO] [stdout] ... [INFO] [stdout] 27 | cast_into_as! {i128; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace 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 `into_u128` found for type `i128` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `i128` [INFO] [stdout] ... [INFO] [stdout] 27 | cast_into_as! {i128; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_i8` found for type `u128` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u128` [INFO] [stdout] ... [INFO] [stdout] 28 | cast_into_as! {u128; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace 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 `into_i16` found for type `u128` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u128` [INFO] [stdout] ... [INFO] [stdout] 28 | cast_into_as! {u128; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace 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 `into_i32` found for type `u128` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u128` [INFO] [stdout] ... [INFO] [stdout] 28 | cast_into_as! {u128; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_i64` found for type `u128` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u128` [INFO] [stdout] ... [INFO] [stdout] 28 | cast_into_as! {u128; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace 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 `into_isize` found for type `u128` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u128` [INFO] [stdout] ... [INFO] [stdout] 28 | cast_into_as! {u128; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace 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 `into_i128` found for type `u128` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u128` [INFO] [stdout] ... [INFO] [stdout] 28 | cast_into_as! {u128; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_u8` found for type `u128` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u128` [INFO] [stdout] ... [INFO] [stdout] 28 | cast_into_as! {u128; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace 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 `into_u16` found for type `u128` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u128` [INFO] [stdout] ... [INFO] [stdout] 28 | cast_into_as! {u128; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_u32` found for type `u128` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u128` [INFO] [stdout] ... [INFO] [stdout] 28 | cast_into_as! {u128; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace 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 `into_u64` found for type `u128` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u128` [INFO] [stdout] ... [INFO] [stdout] 28 | cast_into_as! {u128; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace 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 `into_usize` found for type `u128` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u128` [INFO] [stdout] ... [INFO] [stdout] 28 | cast_into_as! {u128; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `into_u128` found for type `u128` in the current scope [INFO] [stdout] --> tests/cast_into_as.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | assert_eq!(<$type>::[]($type::MAX), $type::MAX as $into_type); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ function or associated item not found in `u128` [INFO] [stdout] ... [INFO] [stdout] 28 | cast_into_as! {u128; 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 `cast_into_as` (in Nightly builds, run with -Z macro-backtrace 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] 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 `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] [stderr] error: could not compile `num_convert` (test "cast_into_as") due to 145 previous errors [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" "72eb8bd8bbed6f89a676663255d080af89ae6abd084fe31906b61d859ea2dba7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "72eb8bd8bbed6f89a676663255d080af89ae6abd084fe31906b61d859ea2dba7", kill_on_drop: false }` [INFO] [stdout] 72eb8bd8bbed6f89a676663255d080af89ae6abd084fe31906b61d859ea2dba7