[INFO] fetching crate num_convert 0.7.2... [INFO] testing num_convert-0.7.2 against 1.91.0 for beta-1.92-2 [INFO] extracting crate num_convert 0.7.2 into /workspace/builds/worker-0-tc1/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-0-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate num_convert 0.7.2 on toolchain 1.91.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "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" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded paste v1.0.11 [INFO] [stderr] Downloaded try_tup_to_arr_macro v0.1.0 [INFO] [stderr] Downloaded from_tup_macro v0.1.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4dc8bb6fecb9991e5a4fde776fba9c55a1b5ec76baa1d176bfd52318d3b86cbc [INFO] running `Command { std: "docker" "start" "-a" "4dc8bb6fecb9991e5a4fde776fba9c55a1b5ec76baa1d176bfd52318d3b86cbc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4dc8bb6fecb9991e5a4fde776fba9c55a1b5ec76baa1d176bfd52318d3b86cbc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4dc8bb6fecb9991e5a4fde776fba9c55a1b5ec76baa1d176bfd52318d3b86cbc", kill_on_drop: false }` [INFO] [stdout] 4dc8bb6fecb9991e5a4fde776fba9c55a1b5ec76baa1d176bfd52318d3b86cbc [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 459a2c9f017c9e392912e872a5b66b39b115be6f108ee12e2b487a1acbe68001 [INFO] running `Command { std: "docker" "start" "-a" "459a2c9f017c9e392912e872a5b66b39b115be6f108ee12e2b487a1acbe68001", kill_on_drop: false }` [INFO] [stderr] Compiling paste v1.0.11 [INFO] [stderr] Compiling try_tup_to_arr_macro v0.1.0 [INFO] [stderr] Compiling from_tup_macro v0.1.0 [INFO] [stderr] Compiling num_convert v0.7.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait `TypeInfo` is never used [INFO] [stdout] --> src/extra_traits.rs:52:11 [INFO] [stdout] | [INFO] [stdout] 52 | pub trait TypeInfo { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `ValTypeInfo` is never used [INFO] [stdout] --> src/extra_traits.rs:74:11 [INFO] [stdout] | [INFO] [stdout] 74 | pub trait ValTypeInfo { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `CheckRem` is never used [INFO] [stdout] --> src/extra_traits.rs:101:11 [INFO] [stdout] | [INFO] [stdout] 101 | pub trait CheckRem: Rem + PartialEq [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.16s [INFO] running `Command { std: "docker" "inspect" "459a2c9f017c9e392912e872a5b66b39b115be6f108ee12e2b487a1acbe68001", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "459a2c9f017c9e392912e872a5b66b39b115be6f108ee12e2b487a1acbe68001", kill_on_drop: false }` [INFO] [stdout] 459a2c9f017c9e392912e872a5b66b39b115be6f108ee12e2b487a1acbe68001 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9dc243642ef134df655ef1f970178e82574ef7ec54ced0ce3981c017ee43e17d [INFO] running `Command { std: "docker" "start" "-a" "9dc243642ef134df655ef1f970178e82574ef7ec54ced0ce3981c017ee43e17d", kill_on_drop: false }` [INFO] [stdout] warning: trait `TypeInfo` is never used [INFO] [stdout] --> src/extra_traits.rs:52:11 [INFO] [stdout] | [INFO] [stdout] 52 | pub trait TypeInfo { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `ValTypeInfo` is never used [INFO] [stdout] --> src/extra_traits.rs:74:11 [INFO] [stdout] | [INFO] [stdout] 74 | pub trait ValTypeInfo { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `CheckRem` is never used [INFO] [stdout] --> src/extra_traits.rs:101:11 [INFO] [stdout] | [INFO] [stdout] 101 | pub trait CheckRem: Rem + PartialEq [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling num_convert v0.7.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `num_convert::CastFromAs` [INFO] [stdout] --> tests/cast_from_as.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use num_convert::CastFromAs; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ no `CastFromAs` in the root [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:135:30 [INFO] [stdout] | [INFO] [stdout] 133 | #[cfg(feature = "cast_from_as")] [INFO] [stdout] | ------------------------ the item is gated behind the `cast_from_as` feature [INFO] [stdout] 134 | #[cfg_attr(docsrs, doc(cfg(feature = "cast_from_as")))] [INFO] [stdout] 135 | pub use crate::cast_from_as::CastFromAs; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `num_convert::CheckRem` [INFO] [stdout] --> tests/extra_traits.rs:1:19 [INFO] [stdout] | [INFO] [stdout] 1 | use num_convert::{CheckRem, IntegerLen}; [INFO] [stdout] | ^^^^^^^^ no `CheckRem` in the root [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/workdir/src/lib.rs:131:30 [INFO] [stdout] | [INFO] [stdout] 129 | #[cfg(feature = "get_rem")] [INFO] [stdout] | ------------------- the item is gated behind the `get_rem` feature [INFO] [stdout] 130 | #[cfg_attr(docsrs, doc(cfg(feature = "get_rem")))] [INFO] [stdout] 131 | pub use crate::extra_traits::CheckRem; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[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] 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] 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] warning: build failed, waiting for other jobs to finish... [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 "cast_from_as") due to 1 previous error [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] warning: trait `TypeInfo` is never used [INFO] [stdout] --> src/extra_traits.rs:52:11 [INFO] [stdout] | [INFO] [stdout] 52 | pub trait TypeInfo { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `ValTypeInfo` is never used [INFO] [stdout] --> src/extra_traits.rs:74:11 [INFO] [stdout] | [INFO] [stdout] 74 | pub trait ValTypeInfo { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait `CheckRem` is never used [INFO] [stdout] --> src/extra_traits.rs:101:11 [INFO] [stdout] | [INFO] [stdout] 101 | pub trait CheckRem: Rem + PartialEq [INFO] [stdout] | ^^^^^^^^ [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[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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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 `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] 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 "cast_into_as") due to 145 previous errors [INFO] running `Command { std: "docker" "inspect" "9dc243642ef134df655ef1f970178e82574ef7ec54ced0ce3981c017ee43e17d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9dc243642ef134df655ef1f970178e82574ef7ec54ced0ce3981c017ee43e17d", kill_on_drop: false }` [INFO] [stdout] 9dc243642ef134df655ef1f970178e82574ef7ec54ced0ce3981c017ee43e17d