[INFO] fetching crate dactyl 0.1.7... [INFO] testing dactyl-0.1.7 against try#ce59db7a1b1b012fb2793c4641c1bdecad7a128b for pr-85530 [INFO] extracting crate dactyl 0.1.7 into /workspace/builds/worker-7/source [INFO] validating manifest of crates.io crate dactyl 0.1.7 on toolchain ce59db7a1b1b012fb2793c4641c1bdecad7a128b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate dactyl 0.1.7 [INFO] finished tweaking crates.io crate dactyl 0.1.7 [INFO] tweaked toml for crates.io crate dactyl 0.1.7 written to /workspace/builds/worker-7/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded dactyl v0.1.7 [INFO] [stderr] Downloaded brunch v0.1.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e6feccaface067b77da9189d32228700e9811b402722c593268e9ce32bb7bcb0 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e6feccaface067b77da9189d32228700e9811b402722c593268e9ce32bb7bcb0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e6feccaface067b77da9189d32228700e9811b402722c593268e9ce32bb7bcb0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e6feccaface067b77da9189d32228700e9811b402722c593268e9ce32bb7bcb0", kill_on_drop: false }` [INFO] [stdout] e6feccaface067b77da9189d32228700e9811b402722c593268e9ce32bb7bcb0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e1606de7b57c59a89644f23a1e5d82537d3077b828628b8d81ae3891e6c9916a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e1606de7b57c59a89644f23a1e5d82537d3077b828628b8d81ae3891e6c9916a", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling dactyl v0.1.7 (/opt/rustwide/workdir) [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 61 | #[doc = $meta] [INFO] [stdout] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 186 | unsigned_to_unsigned!(u8, 255, (u16, u32, u64, u128, usize)); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(invalid_doc_attributes)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 61 | #[doc = $meta] [INFO] [stdout] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 186 | unsigned_to_unsigned!(u8, 255, (u16, u32, u64, u128, usize)); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 61 | #[doc = $meta] [INFO] [stdout] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 186 | unsigned_to_unsigned!(u8, 255, (u16, u32, u64, u128, usize)); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 61 | #[doc = $meta] [INFO] [stdout] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 186 | unsigned_to_unsigned!(u8, 255, (u16, u32, u64, u128, usize)); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 61 | #[doc = $meta] [INFO] [stdout] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 186 | unsigned_to_unsigned!(u8, 255, (u16, u32, u64, u128, usize)); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 61 | #[doc = $meta] [INFO] [stdout] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 187 | unsigned_to_unsigned!(u16, 65_535, (u32, u64, u128, usize)); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 61 | #[doc = $meta] [INFO] [stdout] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 187 | unsigned_to_unsigned!(u16, 65_535, (u32, u64, u128, usize)); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 61 | #[doc = $meta] [INFO] [stdout] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 187 | unsigned_to_unsigned!(u16, 65_535, (u32, u64, u128, usize)); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 61 | #[doc = $meta] [INFO] [stdout] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 187 | unsigned_to_unsigned!(u16, 65_535, (u32, u64, u128, usize)); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 61 | #[doc = $meta] [INFO] [stdout] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 188 | unsigned_to_unsigned!(u32, 4_294_967_295, (u64, u128)); // Usize conditional, below. [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 61 | #[doc = $meta] [INFO] [stdout] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 188 | unsigned_to_unsigned!(u32, 4_294_967_295, (u64, u128)); // Usize conditional, below. [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 61 | #[doc = $meta] [INFO] [stdout] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 189 | unsigned_to_unsigned!(u64, 18_446_744_073_709_551_615, (u128)); // Usize conditional, below. [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:72:10 [INFO] [stdout] | [INFO] [stdout] 72 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 73 | #[doc = $meta] [INFO] [stdout] 74 | fn saturating_from(src: $from) -> Self { src as Self } [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 190 | unsigned_to_unsigned!(u128, (usize)); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 61 | #[doc = $meta] [INFO] [stdout] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 196 | unsigned_to_unsigned!(u32, 4_294_967_295, (usize)); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:72:10 [INFO] [stdout] | [INFO] [stdout] 72 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 73 | #[doc = $meta] [INFO] [stdout] 74 | fn saturating_from(src: $from) -> Self { src as Self } [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 200 | unsigned_to_unsigned!(u64, (usize)); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:72:10 [INFO] [stdout] | [INFO] [stdout] 72 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 73 | #[doc = $meta] [INFO] [stdout] 74 | fn saturating_from(src: $from) -> Self { src as Self } [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 214 | unsigned_to_unsigned!(usize, (u32, u64)); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:72:10 [INFO] [stdout] | [INFO] [stdout] 72 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 73 | #[doc = $meta] [INFO] [stdout] 74 | fn saturating_from(src: $from) -> Self { src as Self } [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 214 | unsigned_to_unsigned!(usize, (u32, u64)); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 61 | #[doc = $meta] [INFO] [stdout] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 216 | unsigned_to_unsigned!(usize, 18_446_744_073_709_551_615, (u128)); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 224 | signed_to_unsigned!(u8, (i8)); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 225 | signed_to_unsigned!(u16, (i8, i16)); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 225 | signed_to_unsigned!(u16, (i8, i16)); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 226 | signed_to_unsigned!(u32, (i8, i16, i32)); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 226 | signed_to_unsigned!(u32, (i8, i16, i32)); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 226 | signed_to_unsigned!(u32, (i8, i16, i32)); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 227 | signed_to_unsigned!(u64, (i8, i16, i32, i64)); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 227 | signed_to_unsigned!(u64, (i8, i16, i32, i64)); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 227 | signed_to_unsigned!(u64, (i8, i16, i32, i64)); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 227 | signed_to_unsigned!(u64, (i8, i16, i32, i64)); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 228 | signed_to_unsigned!(u128, (i8, i16, i32, i64, i128, isize)); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 228 | signed_to_unsigned!(u128, (i8, i16, i32, i64, i128, isize)); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 228 | signed_to_unsigned!(u128, (i8, i16, i32, i64, i128, isize)); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 228 | signed_to_unsigned!(u128, (i8, i16, i32, i64, i128, isize)); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 228 | signed_to_unsigned!(u128, (i8, i16, i32, i64, i128, isize)); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 228 | signed_to_unsigned!(u128, (i8, i16, i32, i64, i128, isize)); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 229 | signed_to_unsigned!(usize, (i8, i16, isize)); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 229 | signed_to_unsigned!(usize, (i8, i16, isize)); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 229 | signed_to_unsigned!(usize, (i8, i16, isize)); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 98 | #[doc = $meta] [INFO] [stdout] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 232 | signed_to_unsigned!(u8, 255, (i16, i32, i64, i128, isize)); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 98 | #[doc = $meta] [INFO] [stdout] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 232 | signed_to_unsigned!(u8, 255, (i16, i32, i64, i128, isize)); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 98 | #[doc = $meta] [INFO] [stdout] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 232 | signed_to_unsigned!(u8, 255, (i16, i32, i64, i128, isize)); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 98 | #[doc = $meta] [INFO] [stdout] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 232 | signed_to_unsigned!(u8, 255, (i16, i32, i64, i128, isize)); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 98 | #[doc = $meta] [INFO] [stdout] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 232 | signed_to_unsigned!(u8, 255, (i16, i32, i64, i128, isize)); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 98 | #[doc = $meta] [INFO] [stdout] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 233 | signed_to_unsigned!(u16, 65_535, (i32, i64, i128, isize)); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 98 | #[doc = $meta] [INFO] [stdout] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 233 | signed_to_unsigned!(u16, 65_535, (i32, i64, i128, isize)); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 98 | #[doc = $meta] [INFO] [stdout] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 233 | signed_to_unsigned!(u16, 65_535, (i32, i64, i128, isize)); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 98 | #[doc = $meta] [INFO] [stdout] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 233 | signed_to_unsigned!(u16, 65_535, (i32, i64, i128, isize)); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 98 | #[doc = $meta] [INFO] [stdout] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 234 | signed_to_unsigned!(u32, 4_294_967_295, (i64, i128)); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 98 | #[doc = $meta] [INFO] [stdout] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 234 | signed_to_unsigned!(u32, 4_294_967_295, (i64, i128)); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 98 | #[doc = $meta] [INFO] [stdout] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 235 | signed_to_unsigned!(u64, 18_446_744_073_709_551_615, (i128)); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 98 | #[doc = $meta] [INFO] [stdout] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 241 | signed_to_unsigned!(u32, 4_294_967_295, (isize)); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 245 | signed_to_unsigned!(u64, (isize)); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 259 | signed_to_unsigned!(usize, (i32, i64)); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 259 | signed_to_unsigned!(usize, (i32, i64)); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 98 | #[doc = $meta] [INFO] [stdout] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 261 | signed_to_unsigned!(usize, 18_446_744_073_709_551_615, (i128)); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:139:10 [INFO] [stdout] | [INFO] [stdout] 139 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 140 | #[doc = $meta] [INFO] [stdout] 141 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 269 | float_to_unsigned!(u8, 255.0, (f32, f64)); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:139:10 [INFO] [stdout] | [INFO] [stdout] 139 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 140 | #[doc = $meta] [INFO] [stdout] 141 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 269 | float_to_unsigned!(u8, 255.0, (f32, f64)); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:139:10 [INFO] [stdout] | [INFO] [stdout] 139 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 140 | #[doc = $meta] [INFO] [stdout] 141 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 270 | float_to_unsigned!(u16, 65_535.0, (f32, f64)); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:139:10 [INFO] [stdout] | [INFO] [stdout] 139 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 140 | #[doc = $meta] [INFO] [stdout] 141 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 270 | float_to_unsigned!(u16, 65_535.0, (f32, f64)); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:139:10 [INFO] [stdout] | [INFO] [stdout] 139 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 140 | #[doc = $meta] [INFO] [stdout] 141 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 271 | float_to_unsigned!(u32, 4_294_967_295.0, (f32, f64)); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:139:10 [INFO] [stdout] | [INFO] [stdout] 139 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 140 | #[doc = $meta] [INFO] [stdout] 141 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 271 | float_to_unsigned!(u32, 4_294_967_295.0, (f32, f64)); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:152:10 [INFO] [stdout] | [INFO] [stdout] 152 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 153 | #[doc = $meta] [INFO] [stdout] 154 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 272 | float_to_unsigned!(u64, (f32)); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:139:10 [INFO] [stdout] | [INFO] [stdout] 139 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 140 | #[doc = $meta] [INFO] [stdout] 141 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 273 | float_to_unsigned!(u64, 18_446_744_073_709_551_615.0, (f64)); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:152:10 [INFO] [stdout] | [INFO] [stdout] 152 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 153 | #[doc = $meta] [INFO] [stdout] 154 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 274 | float_to_unsigned!(u128, (f32, f64)); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:152:10 [INFO] [stdout] | [INFO] [stdout] 152 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 153 | #[doc = $meta] [INFO] [stdout] 154 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 274 | float_to_unsigned!(u128, (f32, f64)); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:152:10 [INFO] [stdout] | [INFO] [stdout] 152 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 153 | #[doc = $meta] [INFO] [stdout] 154 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 284 | float_to_unsigned!(usize, (f32)); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:139:10 [INFO] [stdout] | [INFO] [stdout] 139 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 140 | #[doc = $meta] [INFO] [stdout] 141 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 286 | float_to_unsigned!(usize, 18_446_744_073_709_551_615.0, (f64)); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 66 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.84s [INFO] running `Command { std: "docker" "inspect" "e1606de7b57c59a89644f23a1e5d82537d3077b828628b8d81ae3891e6c9916a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e1606de7b57c59a89644f23a1e5d82537d3077b828628b8d81ae3891e6c9916a", kill_on_drop: false }` [INFO] [stdout] e1606de7b57c59a89644f23a1e5d82537d3077b828628b8d81ae3891e6c9916a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 36b6998d272d12a9b3bbfbf7515d525710595210ad3e90847f18c0ef9cfeac4f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "36b6998d272d12a9b3bbfbf7515d525710595210ad3e90847f18c0ef9cfeac4f", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.72 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling dactyl v0.1.7 [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 61 | #[doc = $meta] [INFO] [stdout] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 186 | unsigned_to_unsigned!(u8, 255, (u16, u32, u64, u128, usize)); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(invalid_doc_attributes)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 61 | #[doc = $meta] [INFO] [stdout] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 186 | unsigned_to_unsigned!(u8, 255, (u16, u32, u64, u128, usize)); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 61 | #[doc = $meta] [INFO] [stdout] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 186 | unsigned_to_unsigned!(u8, 255, (u16, u32, u64, u128, usize)); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 61 | #[doc = $meta] [INFO] [stdout] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 186 | unsigned_to_unsigned!(u8, 255, (u16, u32, u64, u128, usize)); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 61 | #[doc = $meta] [INFO] [stdout] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 186 | unsigned_to_unsigned!(u8, 255, (u16, u32, u64, u128, usize)); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 61 | #[doc = $meta] [INFO] [stdout] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 187 | unsigned_to_unsigned!(u16, 65_535, (u32, u64, u128, usize)); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 61 | #[doc = $meta] [INFO] [stdout] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 187 | unsigned_to_unsigned!(u16, 65_535, (u32, u64, u128, usize)); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 61 | #[doc = $meta] [INFO] [stdout] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 187 | unsigned_to_unsigned!(u16, 65_535, (u32, u64, u128, usize)); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 61 | #[doc = $meta] [INFO] [stdout] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 187 | unsigned_to_unsigned!(u16, 65_535, (u32, u64, u128, usize)); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 61 | #[doc = $meta] [INFO] [stdout] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 188 | unsigned_to_unsigned!(u32, 4_294_967_295, (u64, u128)); // Usize conditional, below. [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 61 | #[doc = $meta] [INFO] [stdout] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 188 | unsigned_to_unsigned!(u32, 4_294_967_295, (u64, u128)); // Usize conditional, below. [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 61 | #[doc = $meta] [INFO] [stdout] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 189 | unsigned_to_unsigned!(u64, 18_446_744_073_709_551_615, (u128)); // Usize conditional, below. [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:72:10 [INFO] [stdout] | [INFO] [stdout] 72 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 73 | #[doc = $meta] [INFO] [stdout] 74 | fn saturating_from(src: $from) -> Self { src as Self } [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 190 | unsigned_to_unsigned!(u128, (usize)); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 61 | #[doc = $meta] [INFO] [stdout] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 196 | unsigned_to_unsigned!(u32, 4_294_967_295, (usize)); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:72:10 [INFO] [stdout] | [INFO] [stdout] 72 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 73 | #[doc = $meta] [INFO] [stdout] 74 | fn saturating_from(src: $from) -> Self { src as Self } [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 200 | unsigned_to_unsigned!(u64, (usize)); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:72:10 [INFO] [stdout] | [INFO] [stdout] 72 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 73 | #[doc = $meta] [INFO] [stdout] 74 | fn saturating_from(src: $from) -> Self { src as Self } [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 214 | unsigned_to_unsigned!(usize, (u32, u64)); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:72:10 [INFO] [stdout] | [INFO] [stdout] 72 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 73 | #[doc = $meta] [INFO] [stdout] 74 | fn saturating_from(src: $from) -> Self { src as Self } [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 214 | unsigned_to_unsigned!(usize, (u32, u64)); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 61 | #[doc = $meta] [INFO] [stdout] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 216 | unsigned_to_unsigned!(usize, 18_446_744_073_709_551_615, (u128)); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 224 | signed_to_unsigned!(u8, (i8)); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 225 | signed_to_unsigned!(u16, (i8, i16)); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 225 | signed_to_unsigned!(u16, (i8, i16)); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 226 | signed_to_unsigned!(u32, (i8, i16, i32)); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 226 | signed_to_unsigned!(u32, (i8, i16, i32)); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 226 | signed_to_unsigned!(u32, (i8, i16, i32)); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 227 | signed_to_unsigned!(u64, (i8, i16, i32, i64)); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 227 | signed_to_unsigned!(u64, (i8, i16, i32, i64)); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 227 | signed_to_unsigned!(u64, (i8, i16, i32, i64)); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 227 | signed_to_unsigned!(u64, (i8, i16, i32, i64)); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 228 | signed_to_unsigned!(u128, (i8, i16, i32, i64, i128, isize)); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 228 | signed_to_unsigned!(u128, (i8, i16, i32, i64, i128, isize)); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 228 | signed_to_unsigned!(u128, (i8, i16, i32, i64, i128, isize)); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 228 | signed_to_unsigned!(u128, (i8, i16, i32, i64, i128, isize)); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 228 | signed_to_unsigned!(u128, (i8, i16, i32, i64, i128, isize)); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 228 | signed_to_unsigned!(u128, (i8, i16, i32, i64, i128, isize)); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 229 | signed_to_unsigned!(usize, (i8, i16, isize)); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 229 | signed_to_unsigned!(usize, (i8, i16, isize)); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 229 | signed_to_unsigned!(usize, (i8, i16, isize)); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 98 | #[doc = $meta] [INFO] [stdout] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 232 | signed_to_unsigned!(u8, 255, (i16, i32, i64, i128, isize)); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 98 | #[doc = $meta] [INFO] [stdout] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 232 | signed_to_unsigned!(u8, 255, (i16, i32, i64, i128, isize)); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 98 | #[doc = $meta] [INFO] [stdout] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 232 | signed_to_unsigned!(u8, 255, (i16, i32, i64, i128, isize)); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 98 | #[doc = $meta] [INFO] [stdout] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 232 | signed_to_unsigned!(u8, 255, (i16, i32, i64, i128, isize)); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 98 | #[doc = $meta] [INFO] [stdout] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 232 | signed_to_unsigned!(u8, 255, (i16, i32, i64, i128, isize)); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 98 | #[doc = $meta] [INFO] [stdout] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 233 | signed_to_unsigned!(u16, 65_535, (i32, i64, i128, isize)); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 98 | #[doc = $meta] [INFO] [stdout] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 233 | signed_to_unsigned!(u16, 65_535, (i32, i64, i128, isize)); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 98 | #[doc = $meta] [INFO] [stdout] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 233 | signed_to_unsigned!(u16, 65_535, (i32, i64, i128, isize)); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 98 | #[doc = $meta] [INFO] [stdout] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 233 | signed_to_unsigned!(u16, 65_535, (i32, i64, i128, isize)); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 98 | #[doc = $meta] [INFO] [stdout] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 234 | signed_to_unsigned!(u32, 4_294_967_295, (i64, i128)); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 98 | #[doc = $meta] [INFO] [stdout] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 234 | signed_to_unsigned!(u32, 4_294_967_295, (i64, i128)); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 98 | #[doc = $meta] [INFO] [stdout] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 235 | signed_to_unsigned!(u64, 18_446_744_073_709_551_615, (i128)); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 98 | #[doc = $meta] [INFO] [stdout] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 241 | signed_to_unsigned!(u32, 4_294_967_295, (isize)); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 245 | signed_to_unsigned!(u64, (isize)); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 259 | signed_to_unsigned!(usize, (i32, i64)); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 259 | signed_to_unsigned!(usize, (i32, i64)); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 98 | #[doc = $meta] [INFO] [stdout] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 261 | signed_to_unsigned!(usize, 18_446_744_073_709_551_615, (i128)); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:139:10 [INFO] [stdout] | [INFO] [stdout] 139 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 140 | #[doc = $meta] [INFO] [stdout] 141 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 269 | float_to_unsigned!(u8, 255.0, (f32, f64)); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:139:10 [INFO] [stdout] | [INFO] [stdout] 139 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 140 | #[doc = $meta] [INFO] [stdout] 141 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 269 | float_to_unsigned!(u8, 255.0, (f32, f64)); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:139:10 [INFO] [stdout] | [INFO] [stdout] 139 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 140 | #[doc = $meta] [INFO] [stdout] 141 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 270 | float_to_unsigned!(u16, 65_535.0, (f32, f64)); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:139:10 [INFO] [stdout] | [INFO] [stdout] 139 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 140 | #[doc = $meta] [INFO] [stdout] 141 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 270 | float_to_unsigned!(u16, 65_535.0, (f32, f64)); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:139:10 [INFO] [stdout] | [INFO] [stdout] 139 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 140 | #[doc = $meta] [INFO] [stdout] 141 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 271 | float_to_unsigned!(u32, 4_294_967_295.0, (f32, f64)); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:139:10 [INFO] [stdout] | [INFO] [stdout] 139 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 140 | #[doc = $meta] [INFO] [stdout] 141 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 271 | float_to_unsigned!(u32, 4_294_967_295.0, (f32, f64)); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:152:10 [INFO] [stdout] | [INFO] [stdout] 152 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 153 | #[doc = $meta] [INFO] [stdout] 154 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 272 | float_to_unsigned!(u64, (f32)); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:139:10 [INFO] [stdout] | [INFO] [stdout] 139 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 140 | #[doc = $meta] [INFO] [stdout] 141 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 273 | float_to_unsigned!(u64, 18_446_744_073_709_551_615.0, (f64)); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:152:10 [INFO] [stdout] | [INFO] [stdout] 152 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 153 | #[doc = $meta] [INFO] [stdout] 154 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 274 | float_to_unsigned!(u128, (f32, f64)); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:152:10 [INFO] [stdout] | [INFO] [stdout] 152 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 153 | #[doc = $meta] [INFO] [stdout] 154 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 274 | float_to_unsigned!(u128, (f32, f64)); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:152:10 [INFO] [stdout] | [INFO] [stdout] 152 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 153 | #[doc = $meta] [INFO] [stdout] 154 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 284 | float_to_unsigned!(usize, (f32)); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:139:10 [INFO] [stdout] | [INFO] [stdout] 139 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 140 | #[doc = $meta] [INFO] [stdout] 141 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 286 | float_to_unsigned!(usize, 18_446_744_073_709_551_615.0, (f64)); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 66 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling num-format v0.4.0 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling brunch v0.1.2 [INFO] [stderr] Compiling dactyl v0.1.7 (/opt/rustwide/workdir) [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 61 | #[doc = $meta] [INFO] [stdout] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 186 | unsigned_to_unsigned!(u8, 255, (u16, u32, u64, u128, usize)); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(invalid_doc_attributes)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 61 | #[doc = $meta] [INFO] [stdout] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 186 | unsigned_to_unsigned!(u8, 255, (u16, u32, u64, u128, usize)); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 61 | #[doc = $meta] [INFO] [stdout] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 186 | unsigned_to_unsigned!(u8, 255, (u16, u32, u64, u128, usize)); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 61 | #[doc = $meta] [INFO] [stdout] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 186 | unsigned_to_unsigned!(u8, 255, (u16, u32, u64, u128, usize)); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 61 | #[doc = $meta] [INFO] [stdout] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 186 | unsigned_to_unsigned!(u8, 255, (u16, u32, u64, u128, usize)); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 61 | #[doc = $meta] [INFO] [stdout] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 187 | unsigned_to_unsigned!(u16, 65_535, (u32, u64, u128, usize)); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 61 | #[doc = $meta] [INFO] [stdout] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 187 | unsigned_to_unsigned!(u16, 65_535, (u32, u64, u128, usize)); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 61 | #[doc = $meta] [INFO] [stdout] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 187 | unsigned_to_unsigned!(u16, 65_535, (u32, u64, u128, usize)); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 61 | #[doc = $meta] [INFO] [stdout] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 187 | unsigned_to_unsigned!(u16, 65_535, (u32, u64, u128, usize)); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 61 | #[doc = $meta] [INFO] [stdout] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 188 | unsigned_to_unsigned!(u32, 4_294_967_295, (u64, u128)); // Usize conditional, below. [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 61 | #[doc = $meta] [INFO] [stdout] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 188 | unsigned_to_unsigned!(u32, 4_294_967_295, (u64, u128)); // Usize conditional, below. [INFO] [stdout] | ------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 61 | #[doc = $meta] [INFO] [stdout] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 189 | unsigned_to_unsigned!(u64, 18_446_744_073_709_551_615, (u128)); // Usize conditional, below. [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:72:10 [INFO] [stdout] | [INFO] [stdout] 72 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 73 | #[doc = $meta] [INFO] [stdout] 74 | fn saturating_from(src: $from) -> Self { src as Self } [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 190 | unsigned_to_unsigned!(u128, (usize)); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 61 | #[doc = $meta] [INFO] [stdout] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 196 | unsigned_to_unsigned!(u32, 4_294_967_295, (usize)); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:72:10 [INFO] [stdout] | [INFO] [stdout] 72 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 73 | #[doc = $meta] [INFO] [stdout] 74 | fn saturating_from(src: $from) -> Self { src as Self } [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 200 | unsigned_to_unsigned!(u64, (usize)); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:72:10 [INFO] [stdout] | [INFO] [stdout] 72 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 73 | #[doc = $meta] [INFO] [stdout] 74 | fn saturating_from(src: $from) -> Self { src as Self } [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 214 | unsigned_to_unsigned!(usize, (u32, u64)); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:72:10 [INFO] [stdout] | [INFO] [stdout] 72 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 73 | #[doc = $meta] [INFO] [stdout] 74 | fn saturating_from(src: $from) -> Self { src as Self } [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 214 | unsigned_to_unsigned!(usize, (u32, u64)); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:60:10 [INFO] [stdout] | [INFO] [stdout] 60 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 61 | #[doc = $meta] [INFO] [stdout] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 216 | unsigned_to_unsigned!(usize, 18_446_744_073_709_551_615, (u128)); [INFO] [stdout] | ----------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 224 | signed_to_unsigned!(u8, (i8)); [INFO] [stdout] | ------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 225 | signed_to_unsigned!(u16, (i8, i16)); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 225 | signed_to_unsigned!(u16, (i8, i16)); [INFO] [stdout] | ------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 226 | signed_to_unsigned!(u32, (i8, i16, i32)); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 226 | signed_to_unsigned!(u32, (i8, i16, i32)); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 226 | signed_to_unsigned!(u32, (i8, i16, i32)); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 227 | signed_to_unsigned!(u64, (i8, i16, i32, i64)); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 227 | signed_to_unsigned!(u64, (i8, i16, i32, i64)); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 227 | signed_to_unsigned!(u64, (i8, i16, i32, i64)); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 227 | signed_to_unsigned!(u64, (i8, i16, i32, i64)); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 228 | signed_to_unsigned!(u128, (i8, i16, i32, i64, i128, isize)); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 228 | signed_to_unsigned!(u128, (i8, i16, i32, i64, i128, isize)); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 228 | signed_to_unsigned!(u128, (i8, i16, i32, i64, i128, isize)); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 228 | signed_to_unsigned!(u128, (i8, i16, i32, i64, i128, isize)); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 228 | signed_to_unsigned!(u128, (i8, i16, i32, i64, i128, isize)); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 228 | signed_to_unsigned!(u128, (i8, i16, i32, i64, i128, isize)); [INFO] [stdout] | ------------------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 229 | signed_to_unsigned!(usize, (i8, i16, isize)); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 229 | signed_to_unsigned!(usize, (i8, i16, isize)); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 229 | signed_to_unsigned!(usize, (i8, i16, isize)); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 98 | #[doc = $meta] [INFO] [stdout] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 232 | signed_to_unsigned!(u8, 255, (i16, i32, i64, i128, isize)); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 98 | #[doc = $meta] [INFO] [stdout] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 232 | signed_to_unsigned!(u8, 255, (i16, i32, i64, i128, isize)); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 98 | #[doc = $meta] [INFO] [stdout] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 232 | signed_to_unsigned!(u8, 255, (i16, i32, i64, i128, isize)); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 98 | #[doc = $meta] [INFO] [stdout] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 232 | signed_to_unsigned!(u8, 255, (i16, i32, i64, i128, isize)); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 98 | #[doc = $meta] [INFO] [stdout] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 232 | signed_to_unsigned!(u8, 255, (i16, i32, i64, i128, isize)); [INFO] [stdout] | ----------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 98 | #[doc = $meta] [INFO] [stdout] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 233 | signed_to_unsigned!(u16, 65_535, (i32, i64, i128, isize)); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 98 | #[doc = $meta] [INFO] [stdout] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 233 | signed_to_unsigned!(u16, 65_535, (i32, i64, i128, isize)); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 98 | #[doc = $meta] [INFO] [stdout] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 233 | signed_to_unsigned!(u16, 65_535, (i32, i64, i128, isize)); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 98 | #[doc = $meta] [INFO] [stdout] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 233 | signed_to_unsigned!(u16, 65_535, (i32, i64, i128, isize)); [INFO] [stdout] | ---------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 98 | #[doc = $meta] [INFO] [stdout] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 234 | signed_to_unsigned!(u32, 4_294_967_295, (i64, i128)); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 98 | #[doc = $meta] [INFO] [stdout] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 234 | signed_to_unsigned!(u32, 4_294_967_295, (i64, i128)); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 98 | #[doc = $meta] [INFO] [stdout] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 235 | signed_to_unsigned!(u64, 18_446_744_073_709_551_615, (i128)); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 98 | #[doc = $meta] [INFO] [stdout] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 241 | signed_to_unsigned!(u32, 4_294_967_295, (isize)); [INFO] [stdout] | ------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 245 | signed_to_unsigned!(u64, (isize)); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 259 | signed_to_unsigned!(usize, (i32, i64)); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:110:10 [INFO] [stdout] | [INFO] [stdout] 110 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 111 | #[doc = $meta] [INFO] [stdout] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 259 | signed_to_unsigned!(usize, (i32, i64)); [INFO] [stdout] | --------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:97:10 [INFO] [stdout] | [INFO] [stdout] 97 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 98 | #[doc = $meta] [INFO] [stdout] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 261 | signed_to_unsigned!(usize, 18_446_744_073_709_551_615, (i128)); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:139:10 [INFO] [stdout] | [INFO] [stdout] 139 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 140 | #[doc = $meta] [INFO] [stdout] 141 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 269 | float_to_unsigned!(u8, 255.0, (f32, f64)); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:139:10 [INFO] [stdout] | [INFO] [stdout] 139 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 140 | #[doc = $meta] [INFO] [stdout] 141 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 269 | float_to_unsigned!(u8, 255.0, (f32, f64)); [INFO] [stdout] | ------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:139:10 [INFO] [stdout] | [INFO] [stdout] 139 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 140 | #[doc = $meta] [INFO] [stdout] 141 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 270 | float_to_unsigned!(u16, 65_535.0, (f32, f64)); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:139:10 [INFO] [stdout] | [INFO] [stdout] 139 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 140 | #[doc = $meta] [INFO] [stdout] 141 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 270 | float_to_unsigned!(u16, 65_535.0, (f32, f64)); [INFO] [stdout] | ---------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:139:10 [INFO] [stdout] | [INFO] [stdout] 139 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 140 | #[doc = $meta] [INFO] [stdout] 141 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 271 | float_to_unsigned!(u32, 4_294_967_295.0, (f32, f64)); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:139:10 [INFO] [stdout] | [INFO] [stdout] 139 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 140 | #[doc = $meta] [INFO] [stdout] 141 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 271 | float_to_unsigned!(u32, 4_294_967_295.0, (f32, f64)); [INFO] [stdout] | ----------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:152:10 [INFO] [stdout] | [INFO] [stdout] 152 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 153 | #[doc = $meta] [INFO] [stdout] 154 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 272 | float_to_unsigned!(u64, (f32)); [INFO] [stdout] | ------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:139:10 [INFO] [stdout] | [INFO] [stdout] 139 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 140 | #[doc = $meta] [INFO] [stdout] 141 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 273 | float_to_unsigned!(u64, 18_446_744_073_709_551_615.0, (f64)); [INFO] [stdout] | ------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:152:10 [INFO] [stdout] | [INFO] [stdout] 152 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 153 | #[doc = $meta] [INFO] [stdout] 154 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 274 | float_to_unsigned!(u128, (f32, f64)); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:152:10 [INFO] [stdout] | [INFO] [stdout] 152 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 153 | #[doc = $meta] [INFO] [stdout] 154 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 274 | float_to_unsigned!(u128, (f32, f64)); [INFO] [stdout] | ------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:152:10 [INFO] [stdout] | [INFO] [stdout] 152 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 153 | #[doc = $meta] [INFO] [stdout] 154 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 284 | float_to_unsigned!(usize, (f32)); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this attribute can only be applied to a `use` item [INFO] [stdout] --> src/traits/saturating_from.rs:139:10 [INFO] [stdout] | [INFO] [stdout] 139 | #[doc(inline)] [INFO] [stdout] | ^^^^^^ only applicable on `use` items [INFO] [stdout] 140 | #[doc = $meta] [INFO] [stdout] 141 | fn saturating_from(src: $from) -> Self { [INFO] [stdout] | -------------------------------------- not a `use` item [INFO] [stdout] ... [INFO] [stdout] 286 | float_to_unsigned!(usize, 18_446_744_073_709_551_615.0, (f64)); [INFO] [stdout] | --------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #82730 [INFO] [stdout] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stdout] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 66 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 19.17s [INFO] running `Command { std: "docker" "inspect" "36b6998d272d12a9b3bbfbf7515d525710595210ad3e90847f18c0ef9cfeac4f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "36b6998d272d12a9b3bbfbf7515d525710595210ad3e90847f18c0ef9cfeac4f", kill_on_drop: false }` [INFO] [stdout] 36b6998d272d12a9b3bbfbf7515d525710595210ad3e90847f18c0ef9cfeac4f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+ce59db7a1b1b012fb2793c4641c1bdecad7a128b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e20dda520192aea86acc65beee06b4eb084e92b2445dc619f27a11da06fb94e4 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "e20dda520192aea86acc65beee06b4eb084e92b2445dc619f27a11da06fb94e4", kill_on_drop: false }` [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:60:10 [INFO] [stderr] | [INFO] [stderr] 60 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 61 | #[doc = $meta] [INFO] [stderr] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 186 | unsigned_to_unsigned!(u8, 255, (u16, u32, u64, u128, usize)); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(invalid_doc_attributes)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:60:10 [INFO] [stderr] | [INFO] [stderr] 60 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 61 | #[doc = $meta] [INFO] [stderr] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 186 | unsigned_to_unsigned!(u8, 255, (u16, u32, u64, u128, usize)); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:60:10 [INFO] [stderr] | [INFO] [stderr] 60 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 61 | #[doc = $meta] [INFO] [stderr] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 186 | unsigned_to_unsigned!(u8, 255, (u16, u32, u64, u128, usize)); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:60:10 [INFO] [stderr] | [INFO] [stderr] 60 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 61 | #[doc = $meta] [INFO] [stderr] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 186 | unsigned_to_unsigned!(u8, 255, (u16, u32, u64, u128, usize)); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:60:10 [INFO] [stderr] | [INFO] [stderr] 60 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 61 | #[doc = $meta] [INFO] [stderr] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 186 | unsigned_to_unsigned!(u8, 255, (u16, u32, u64, u128, usize)); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:60:10 [INFO] [stderr] | [INFO] [stderr] 60 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 61 | #[doc = $meta] [INFO] [stderr] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 187 | unsigned_to_unsigned!(u16, 65_535, (u32, u64, u128, usize)); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:60:10 [INFO] [stderr] | [INFO] [stderr] 60 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 61 | #[doc = $meta] [INFO] [stderr] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 187 | unsigned_to_unsigned!(u16, 65_535, (u32, u64, u128, usize)); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:60:10 [INFO] [stderr] | [INFO] [stderr] 60 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 61 | #[doc = $meta] [INFO] [stderr] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 187 | unsigned_to_unsigned!(u16, 65_535, (u32, u64, u128, usize)); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:60:10 [INFO] [stderr] | [INFO] [stderr] 60 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 61 | #[doc = $meta] [INFO] [stderr] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 187 | unsigned_to_unsigned!(u16, 65_535, (u32, u64, u128, usize)); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:60:10 [INFO] [stderr] | [INFO] [stderr] 60 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 61 | #[doc = $meta] [INFO] [stderr] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 188 | unsigned_to_unsigned!(u32, 4_294_967_295, (u64, u128)); // Usize conditional, below. [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:60:10 [INFO] [stderr] | [INFO] [stderr] 60 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 61 | #[doc = $meta] [INFO] [stderr] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 188 | unsigned_to_unsigned!(u32, 4_294_967_295, (u64, u128)); // Usize conditional, below. [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:60:10 [INFO] [stderr] | [INFO] [stderr] 60 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 61 | #[doc = $meta] [INFO] [stderr] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 189 | unsigned_to_unsigned!(u64, 18_446_744_073_709_551_615, (u128)); // Usize conditional, below. [INFO] [stderr] | --------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:72:10 [INFO] [stderr] | [INFO] [stderr] 72 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 73 | #[doc = $meta] [INFO] [stderr] 74 | fn saturating_from(src: $from) -> Self { src as Self } [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 190 | unsigned_to_unsigned!(u128, (usize)); [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:60:10 [INFO] [stderr] | [INFO] [stderr] 60 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 61 | #[doc = $meta] [INFO] [stderr] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 196 | unsigned_to_unsigned!(u32, 4_294_967_295, (usize)); [INFO] [stderr] | --------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:72:10 [INFO] [stderr] | [INFO] [stderr] 72 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 73 | #[doc = $meta] [INFO] [stderr] 74 | fn saturating_from(src: $from) -> Self { src as Self } [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 200 | unsigned_to_unsigned!(u64, (usize)); [INFO] [stderr] | ------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:72:10 [INFO] [stderr] | [INFO] [stderr] 72 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 73 | #[doc = $meta] [INFO] [stderr] 74 | fn saturating_from(src: $from) -> Self { src as Self } [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 214 | unsigned_to_unsigned!(usize, (u32, u64)); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:72:10 [INFO] [stderr] | [INFO] [stderr] 72 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 73 | #[doc = $meta] [INFO] [stderr] 74 | fn saturating_from(src: $from) -> Self { src as Self } [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 214 | unsigned_to_unsigned!(usize, (u32, u64)); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:60:10 [INFO] [stderr] | [INFO] [stderr] 60 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 61 | #[doc = $meta] [INFO] [stderr] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 216 | unsigned_to_unsigned!(usize, 18_446_744_073_709_551_615, (u128)); [INFO] [stderr] | ----------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:110:10 [INFO] [stderr] | [INFO] [stderr] 110 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 111 | #[doc = $meta] [INFO] [stderr] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 224 | signed_to_unsigned!(u8, (i8)); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:110:10 [INFO] [stderr] | [INFO] [stderr] 110 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 111 | #[doc = $meta] [INFO] [stderr] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 225 | signed_to_unsigned!(u16, (i8, i16)); [INFO] [stderr] | ------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:110:10 [INFO] [stderr] | [INFO] [stderr] 110 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 111 | #[doc = $meta] [INFO] [stderr] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 225 | signed_to_unsigned!(u16, (i8, i16)); [INFO] [stderr] | ------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:110:10 [INFO] [stderr] | [INFO] [stderr] 110 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 111 | #[doc = $meta] [INFO] [stderr] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 226 | signed_to_unsigned!(u32, (i8, i16, i32)); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:110:10 [INFO] [stderr] | [INFO] [stderr] 110 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 111 | #[doc = $meta] [INFO] [stderr] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 226 | signed_to_unsigned!(u32, (i8, i16, i32)); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:110:10 [INFO] [stderr] | [INFO] [stderr] 110 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 111 | #[doc = $meta] [INFO] [stderr] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 226 | signed_to_unsigned!(u32, (i8, i16, i32)); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:110:10 [INFO] [stderr] | [INFO] [stderr] 110 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 111 | #[doc = $meta] [INFO] [stderr] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 227 | signed_to_unsigned!(u64, (i8, i16, i32, i64)); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:110:10 [INFO] [stderr] | [INFO] [stderr] 110 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 111 | #[doc = $meta] [INFO] [stderr] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 227 | signed_to_unsigned!(u64, (i8, i16, i32, i64)); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:110:10 [INFO] [stderr] | [INFO] [stderr] 110 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 111 | #[doc = $meta] [INFO] [stderr] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 227 | signed_to_unsigned!(u64, (i8, i16, i32, i64)); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:110:10 [INFO] [stderr] | [INFO] [stderr] 110 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 111 | #[doc = $meta] [INFO] [stderr] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 227 | signed_to_unsigned!(u64, (i8, i16, i32, i64)); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:110:10 [INFO] [stderr] | [INFO] [stderr] 110 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 111 | #[doc = $meta] [INFO] [stderr] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 228 | signed_to_unsigned!(u128, (i8, i16, i32, i64, i128, isize)); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:110:10 [INFO] [stderr] | [INFO] [stderr] 110 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 111 | #[doc = $meta] [INFO] [stderr] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 228 | signed_to_unsigned!(u128, (i8, i16, i32, i64, i128, isize)); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:110:10 [INFO] [stderr] | [INFO] [stderr] 110 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 111 | #[doc = $meta] [INFO] [stderr] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 228 | signed_to_unsigned!(u128, (i8, i16, i32, i64, i128, isize)); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:110:10 [INFO] [stderr] | [INFO] [stderr] 110 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 111 | #[doc = $meta] [INFO] [stderr] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 228 | signed_to_unsigned!(u128, (i8, i16, i32, i64, i128, isize)); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:110:10 [INFO] [stderr] | [INFO] [stderr] 110 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 111 | #[doc = $meta] [INFO] [stderr] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 228 | signed_to_unsigned!(u128, (i8, i16, i32, i64, i128, isize)); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:110:10 [INFO] [stderr] | [INFO] [stderr] 110 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 111 | #[doc = $meta] [INFO] [stderr] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 228 | signed_to_unsigned!(u128, (i8, i16, i32, i64, i128, isize)); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:110:10 [INFO] [stderr] | [INFO] [stderr] 110 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 111 | #[doc = $meta] [INFO] [stderr] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 229 | signed_to_unsigned!(usize, (i8, i16, isize)); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:110:10 [INFO] [stderr] | [INFO] [stderr] 110 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 111 | #[doc = $meta] [INFO] [stderr] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 229 | signed_to_unsigned!(usize, (i8, i16, isize)); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:110:10 [INFO] [stderr] | [INFO] [stderr] 110 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 111 | #[doc = $meta] [INFO] [stderr] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 229 | signed_to_unsigned!(usize, (i8, i16, isize)); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:97:10 [INFO] [stderr] | [INFO] [stderr] 97 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 98 | #[doc = $meta] [INFO] [stderr] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 232 | signed_to_unsigned!(u8, 255, (i16, i32, i64, i128, isize)); [INFO] [stderr] | ----------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:97:10 [INFO] [stderr] | [INFO] [stderr] 97 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 98 | #[doc = $meta] [INFO] [stderr] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 232 | signed_to_unsigned!(u8, 255, (i16, i32, i64, i128, isize)); [INFO] [stderr] | ----------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:97:10 [INFO] [stderr] | [INFO] [stderr] 97 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 98 | #[doc = $meta] [INFO] [stderr] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 232 | signed_to_unsigned!(u8, 255, (i16, i32, i64, i128, isize)); [INFO] [stderr] | ----------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:97:10 [INFO] [stderr] | [INFO] [stderr] 97 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 98 | #[doc = $meta] [INFO] [stderr] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 232 | signed_to_unsigned!(u8, 255, (i16, i32, i64, i128, isize)); [INFO] [stderr] | ----------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:97:10 [INFO] [stderr] | [INFO] [stderr] 97 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 98 | #[doc = $meta] [INFO] [stderr] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 232 | signed_to_unsigned!(u8, 255, (i16, i32, i64, i128, isize)); [INFO] [stderr] | ----------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:97:10 [INFO] [stderr] | [INFO] [stderr] 97 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 98 | #[doc = $meta] [INFO] [stderr] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 233 | signed_to_unsigned!(u16, 65_535, (i32, i64, i128, isize)); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:97:10 [INFO] [stderr] | [INFO] [stderr] 97 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 98 | #[doc = $meta] [INFO] [stderr] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 233 | signed_to_unsigned!(u16, 65_535, (i32, i64, i128, isize)); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:97:10 [INFO] [stderr] | [INFO] [stderr] 97 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 98 | #[doc = $meta] [INFO] [stderr] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 233 | signed_to_unsigned!(u16, 65_535, (i32, i64, i128, isize)); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:97:10 [INFO] [stderr] | [INFO] [stderr] 97 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 98 | #[doc = $meta] [INFO] [stderr] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 233 | signed_to_unsigned!(u16, 65_535, (i32, i64, i128, isize)); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:97:10 [INFO] [stderr] | [INFO] [stderr] 97 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 98 | #[doc = $meta] [INFO] [stderr] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 234 | signed_to_unsigned!(u32, 4_294_967_295, (i64, i128)); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:97:10 [INFO] [stderr] | [INFO] [stderr] 97 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 98 | #[doc = $meta] [INFO] [stderr] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 234 | signed_to_unsigned!(u32, 4_294_967_295, (i64, i128)); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:97:10 [INFO] [stderr] | [INFO] [stderr] 97 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 98 | #[doc = $meta] [INFO] [stderr] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 235 | signed_to_unsigned!(u64, 18_446_744_073_709_551_615, (i128)); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:97:10 [INFO] [stderr] | [INFO] [stderr] 97 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 98 | #[doc = $meta] [INFO] [stderr] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 241 | signed_to_unsigned!(u32, 4_294_967_295, (isize)); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:110:10 [INFO] [stderr] | [INFO] [stderr] 110 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 111 | #[doc = $meta] [INFO] [stderr] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 245 | signed_to_unsigned!(u64, (isize)); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:110:10 [INFO] [stderr] | [INFO] [stderr] 110 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 111 | #[doc = $meta] [INFO] [stderr] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 259 | signed_to_unsigned!(usize, (i32, i64)); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:110:10 [INFO] [stderr] | [INFO] [stderr] 110 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 111 | #[doc = $meta] [INFO] [stderr] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 259 | signed_to_unsigned!(usize, (i32, i64)); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:97:10 [INFO] [stderr] | [INFO] [stderr] 97 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 98 | #[doc = $meta] [INFO] [stderr] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 261 | signed_to_unsigned!(usize, 18_446_744_073_709_551_615, (i128)); [INFO] [stderr] | --------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:139:10 [INFO] [stderr] | [INFO] [stderr] 139 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 140 | #[doc = $meta] [INFO] [stderr] 141 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 269 | float_to_unsigned!(u8, 255.0, (f32, f64)); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:139:10 [INFO] [stderr] | [INFO] [stderr] 139 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 140 | #[doc = $meta] [INFO] [stderr] 141 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 269 | float_to_unsigned!(u8, 255.0, (f32, f64)); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:139:10 [INFO] [stderr] | [INFO] [stderr] 139 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 140 | #[doc = $meta] [INFO] [stderr] 141 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 270 | float_to_unsigned!(u16, 65_535.0, (f32, f64)); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:139:10 [INFO] [stderr] | [INFO] [stderr] 139 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 140 | #[doc = $meta] [INFO] [stderr] 141 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 270 | float_to_unsigned!(u16, 65_535.0, (f32, f64)); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:139:10 [INFO] [stderr] | [INFO] [stderr] 139 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 140 | #[doc = $meta] [INFO] [stderr] 141 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 271 | float_to_unsigned!(u32, 4_294_967_295.0, (f32, f64)); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:139:10 [INFO] [stderr] | [INFO] [stderr] 139 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 140 | #[doc = $meta] [INFO] [stderr] 141 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 271 | float_to_unsigned!(u32, 4_294_967_295.0, (f32, f64)); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:152:10 [INFO] [stderr] | [INFO] [stderr] 152 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 153 | #[doc = $meta] [INFO] [stderr] 154 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 272 | float_to_unsigned!(u64, (f32)); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:139:10 [INFO] [stderr] | [INFO] [stderr] 139 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 140 | #[doc = $meta] [INFO] [stderr] 141 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 273 | float_to_unsigned!(u64, 18_446_744_073_709_551_615.0, (f64)); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:152:10 [INFO] [stderr] | [INFO] [stderr] 152 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 153 | #[doc = $meta] [INFO] [stderr] 154 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 274 | float_to_unsigned!(u128, (f32, f64)); [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:152:10 [INFO] [stderr] | [INFO] [stderr] 152 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 153 | #[doc = $meta] [INFO] [stderr] 154 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 274 | float_to_unsigned!(u128, (f32, f64)); [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:152:10 [INFO] [stderr] | [INFO] [stderr] 152 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 153 | #[doc = $meta] [INFO] [stderr] 154 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 284 | float_to_unsigned!(usize, (f32)); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:139:10 [INFO] [stderr] | [INFO] [stderr] 139 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 140 | #[doc = $meta] [INFO] [stderr] 141 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 286 | float_to_unsigned!(usize, 18_446_744_073_709_551_615.0, (f64)); [INFO] [stderr] | --------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 66 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:60:10 [INFO] [stderr] | [INFO] [stderr] 60 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 61 | #[doc = $meta] [INFO] [stderr] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 186 | unsigned_to_unsigned!(u8, 255, (u16, u32, u64, u128, usize)); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(invalid_doc_attributes)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:60:10 [INFO] [stderr] | [INFO] [stderr] 60 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 61 | #[doc = $meta] [INFO] [stderr] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 186 | unsigned_to_unsigned!(u8, 255, (u16, u32, u64, u128, usize)); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:60:10 [INFO] [stderr] | [INFO] [stderr] 60 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 61 | #[doc = $meta] [INFO] [stderr] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 186 | unsigned_to_unsigned!(u8, 255, (u16, u32, u64, u128, usize)); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:60:10 [INFO] [stderr] | [INFO] [stderr] 60 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 61 | #[doc = $meta] [INFO] [stderr] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 186 | unsigned_to_unsigned!(u8, 255, (u16, u32, u64, u128, usize)); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:60:10 [INFO] [stderr] | [INFO] [stderr] 60 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 61 | #[doc = $meta] [INFO] [stderr] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 186 | unsigned_to_unsigned!(u8, 255, (u16, u32, u64, u128, usize)); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:60:10 [INFO] [stderr] | [INFO] [stderr] 60 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 61 | #[doc = $meta] [INFO] [stderr] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 187 | unsigned_to_unsigned!(u16, 65_535, (u32, u64, u128, usize)); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:60:10 [INFO] [stderr] | [INFO] [stderr] 60 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 61 | #[doc = $meta] [INFO] [stderr] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 187 | unsigned_to_unsigned!(u16, 65_535, (u32, u64, u128, usize)); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:60:10 [INFO] [stderr] | [INFO] [stderr] 60 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 61 | #[doc = $meta] [INFO] [stderr] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 187 | unsigned_to_unsigned!(u16, 65_535, (u32, u64, u128, usize)); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:60:10 [INFO] [stderr] | [INFO] [stderr] 60 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 61 | #[doc = $meta] [INFO] [stderr] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 187 | unsigned_to_unsigned!(u16, 65_535, (u32, u64, u128, usize)); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:60:10 [INFO] [stderr] | [INFO] [stderr] 60 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 61 | #[doc = $meta] [INFO] [stderr] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 188 | unsigned_to_unsigned!(u32, 4_294_967_295, (u64, u128)); // Usize conditional, below. [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:60:10 [INFO] [stderr] | [INFO] [stderr] 60 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 61 | #[doc = $meta] [INFO] [stderr] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 188 | unsigned_to_unsigned!(u32, 4_294_967_295, (u64, u128)); // Usize conditional, below. [INFO] [stderr] | ------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:60:10 [INFO] [stderr] | [INFO] [stderr] 60 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 61 | #[doc = $meta] [INFO] [stderr] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 189 | unsigned_to_unsigned!(u64, 18_446_744_073_709_551_615, (u128)); // Usize conditional, below. [INFO] [stderr] | --------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:72:10 [INFO] [stderr] | [INFO] [stderr] 72 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 73 | #[doc = $meta] [INFO] [stderr] 74 | fn saturating_from(src: $from) -> Self { src as Self } [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 190 | unsigned_to_unsigned!(u128, (usize)); [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:60:10 [INFO] [stderr] | [INFO] [stderr] 60 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 61 | #[doc = $meta] [INFO] [stderr] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 196 | unsigned_to_unsigned!(u32, 4_294_967_295, (usize)); [INFO] [stderr] | --------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:72:10 [INFO] [stderr] | [INFO] [stderr] 72 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 73 | #[doc = $meta] [INFO] [stderr] 74 | fn saturating_from(src: $from) -> Self { src as Self } [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 200 | unsigned_to_unsigned!(u64, (usize)); [INFO] [stderr] | ------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:72:10 [INFO] [stderr] | [INFO] [stderr] 72 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 73 | #[doc = $meta] [INFO] [stderr] 74 | fn saturating_from(src: $from) -> Self { src as Self } [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 214 | unsigned_to_unsigned!(usize, (u32, u64)); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:72:10 [INFO] [stderr] | [INFO] [stderr] 72 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 73 | #[doc = $meta] [INFO] [stderr] 74 | fn saturating_from(src: $from) -> Self { src as Self } [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 214 | unsigned_to_unsigned!(usize, (u32, u64)); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:60:10 [INFO] [stderr] | [INFO] [stderr] 60 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 61 | #[doc = $meta] [INFO] [stderr] 62 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 216 | unsigned_to_unsigned!(usize, 18_446_744_073_709_551_615, (u128)); [INFO] [stderr] | ----------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `unsigned_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:110:10 [INFO] [stderr] | [INFO] [stderr] 110 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 111 | #[doc = $meta] [INFO] [stderr] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 224 | signed_to_unsigned!(u8, (i8)); [INFO] [stderr] | ------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:110:10 [INFO] [stderr] | [INFO] [stderr] 110 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 111 | #[doc = $meta] [INFO] [stderr] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 225 | signed_to_unsigned!(u16, (i8, i16)); [INFO] [stderr] | ------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:110:10 [INFO] [stderr] | [INFO] [stderr] 110 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 111 | #[doc = $meta] [INFO] [stderr] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 225 | signed_to_unsigned!(u16, (i8, i16)); [INFO] [stderr] | ------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:110:10 [INFO] [stderr] | [INFO] [stderr] 110 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 111 | #[doc = $meta] [INFO] [stderr] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 226 | signed_to_unsigned!(u32, (i8, i16, i32)); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:110:10 [INFO] [stderr] | [INFO] [stderr] 110 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 111 | #[doc = $meta] [INFO] [stderr] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 226 | signed_to_unsigned!(u32, (i8, i16, i32)); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:110:10 [INFO] [stderr] | [INFO] [stderr] 110 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 111 | #[doc = $meta] [INFO] [stderr] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 226 | signed_to_unsigned!(u32, (i8, i16, i32)); [INFO] [stderr] | ----------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:110:10 [INFO] [stderr] | [INFO] [stderr] 110 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 111 | #[doc = $meta] [INFO] [stderr] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 227 | signed_to_unsigned!(u64, (i8, i16, i32, i64)); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:110:10 [INFO] [stderr] | [INFO] [stderr] 110 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 111 | #[doc = $meta] [INFO] [stderr] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 227 | signed_to_unsigned!(u64, (i8, i16, i32, i64)); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:110:10 [INFO] [stderr] | [INFO] [stderr] 110 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 111 | #[doc = $meta] [INFO] [stderr] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 227 | signed_to_unsigned!(u64, (i8, i16, i32, i64)); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:110:10 [INFO] [stderr] | [INFO] [stderr] 110 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 111 | #[doc = $meta] [INFO] [stderr] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 227 | signed_to_unsigned!(u64, (i8, i16, i32, i64)); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:110:10 [INFO] [stderr] | [INFO] [stderr] 110 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 111 | #[doc = $meta] [INFO] [stderr] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 228 | signed_to_unsigned!(u128, (i8, i16, i32, i64, i128, isize)); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:110:10 [INFO] [stderr] | [INFO] [stderr] 110 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 111 | #[doc = $meta] [INFO] [stderr] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 228 | signed_to_unsigned!(u128, (i8, i16, i32, i64, i128, isize)); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:110:10 [INFO] [stderr] | [INFO] [stderr] 110 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 111 | #[doc = $meta] [INFO] [stderr] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 228 | signed_to_unsigned!(u128, (i8, i16, i32, i64, i128, isize)); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:110:10 [INFO] [stderr] | [INFO] [stderr] 110 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 111 | #[doc = $meta] [INFO] [stderr] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 228 | signed_to_unsigned!(u128, (i8, i16, i32, i64, i128, isize)); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:110:10 [INFO] [stderr] | [INFO] [stderr] 110 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 111 | #[doc = $meta] [INFO] [stderr] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 228 | signed_to_unsigned!(u128, (i8, i16, i32, i64, i128, isize)); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:110:10 [INFO] [stderr] | [INFO] [stderr] 110 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 111 | #[doc = $meta] [INFO] [stderr] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 228 | signed_to_unsigned!(u128, (i8, i16, i32, i64, i128, isize)); [INFO] [stderr] | ------------------------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:110:10 [INFO] [stderr] | [INFO] [stderr] 110 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 111 | #[doc = $meta] [INFO] [stderr] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 229 | signed_to_unsigned!(usize, (i8, i16, isize)); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:110:10 [INFO] [stderr] | [INFO] [stderr] 110 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 111 | #[doc = $meta] [INFO] [stderr] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 229 | signed_to_unsigned!(usize, (i8, i16, isize)); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:110:10 [INFO] [stderr] | [INFO] [stderr] 110 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 111 | #[doc = $meta] [INFO] [stderr] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 229 | signed_to_unsigned!(usize, (i8, i16, isize)); [INFO] [stderr] | --------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:97:10 [INFO] [stderr] | [INFO] [stderr] 97 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 98 | #[doc = $meta] [INFO] [stderr] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 232 | signed_to_unsigned!(u8, 255, (i16, i32, i64, i128, isize)); [INFO] [stderr] | ----------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:97:10 [INFO] [stderr] | [INFO] [stderr] 97 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 98 | #[doc = $meta] [INFO] [stderr] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 232 | signed_to_unsigned!(u8, 255, (i16, i32, i64, i128, isize)); [INFO] [stderr] | ----------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:97:10 [INFO] [stderr] | [INFO] [stderr] 97 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 98 | #[doc = $meta] [INFO] [stderr] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 232 | signed_to_unsigned!(u8, 255, (i16, i32, i64, i128, isize)); [INFO] [stderr] | ----------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:97:10 [INFO] [stderr] | [INFO] [stderr] 97 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 98 | #[doc = $meta] [INFO] [stderr] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 232 | signed_to_unsigned!(u8, 255, (i16, i32, i64, i128, isize)); [INFO] [stderr] | ----------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:97:10 [INFO] [stderr] | [INFO] [stderr] 97 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 98 | #[doc = $meta] [INFO] [stderr] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 232 | signed_to_unsigned!(u8, 255, (i16, i32, i64, i128, isize)); [INFO] [stderr] | ----------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:97:10 [INFO] [stderr] | [INFO] [stderr] 97 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 98 | #[doc = $meta] [INFO] [stderr] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 233 | signed_to_unsigned!(u16, 65_535, (i32, i64, i128, isize)); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:97:10 [INFO] [stderr] | [INFO] [stderr] 97 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 98 | #[doc = $meta] [INFO] [stderr] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 233 | signed_to_unsigned!(u16, 65_535, (i32, i64, i128, isize)); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:97:10 [INFO] [stderr] | [INFO] [stderr] 97 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 98 | #[doc = $meta] [INFO] [stderr] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 233 | signed_to_unsigned!(u16, 65_535, (i32, i64, i128, isize)); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:97:10 [INFO] [stderr] | [INFO] [stderr] 97 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 98 | #[doc = $meta] [INFO] [stderr] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 233 | signed_to_unsigned!(u16, 65_535, (i32, i64, i128, isize)); [INFO] [stderr] | ---------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:97:10 [INFO] [stderr] | [INFO] [stderr] 97 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 98 | #[doc = $meta] [INFO] [stderr] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 234 | signed_to_unsigned!(u32, 4_294_967_295, (i64, i128)); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:97:10 [INFO] [stderr] | [INFO] [stderr] 97 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 98 | #[doc = $meta] [INFO] [stderr] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 234 | signed_to_unsigned!(u32, 4_294_967_295, (i64, i128)); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:97:10 [INFO] [stderr] | [INFO] [stderr] 97 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 98 | #[doc = $meta] [INFO] [stderr] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 235 | signed_to_unsigned!(u64, 18_446_744_073_709_551_615, (i128)); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:97:10 [INFO] [stderr] | [INFO] [stderr] 97 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 98 | #[doc = $meta] [INFO] [stderr] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 241 | signed_to_unsigned!(u32, 4_294_967_295, (isize)); [INFO] [stderr] | ------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:110:10 [INFO] [stderr] | [INFO] [stderr] 110 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 111 | #[doc = $meta] [INFO] [stderr] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 245 | signed_to_unsigned!(u64, (isize)); [INFO] [stderr] | ---------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:110:10 [INFO] [stderr] | [INFO] [stderr] 110 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 111 | #[doc = $meta] [INFO] [stderr] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 259 | signed_to_unsigned!(usize, (i32, i64)); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:110:10 [INFO] [stderr] | [INFO] [stderr] 110 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 111 | #[doc = $meta] [INFO] [stderr] 112 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 259 | signed_to_unsigned!(usize, (i32, i64)); [INFO] [stderr] | --------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:97:10 [INFO] [stderr] | [INFO] [stderr] 97 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 98 | #[doc = $meta] [INFO] [stderr] 99 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 261 | signed_to_unsigned!(usize, 18_446_744_073_709_551_615, (i128)); [INFO] [stderr] | --------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `signed_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:139:10 [INFO] [stderr] | [INFO] [stderr] 139 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 140 | #[doc = $meta] [INFO] [stderr] 141 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 269 | float_to_unsigned!(u8, 255.0, (f32, f64)); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:139:10 [INFO] [stderr] | [INFO] [stderr] 139 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 140 | #[doc = $meta] [INFO] [stderr] 141 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 269 | float_to_unsigned!(u8, 255.0, (f32, f64)); [INFO] [stderr] | ------------------------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:139:10 [INFO] [stderr] | [INFO] [stderr] 139 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 140 | #[doc = $meta] [INFO] [stderr] 141 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 270 | float_to_unsigned!(u16, 65_535.0, (f32, f64)); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:139:10 [INFO] [stderr] | [INFO] [stderr] 139 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 140 | #[doc = $meta] [INFO] [stderr] 141 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 270 | float_to_unsigned!(u16, 65_535.0, (f32, f64)); [INFO] [stderr] | ---------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:139:10 [INFO] [stderr] | [INFO] [stderr] 139 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 140 | #[doc = $meta] [INFO] [stderr] 141 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 271 | float_to_unsigned!(u32, 4_294_967_295.0, (f32, f64)); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:139:10 [INFO] [stderr] | [INFO] [stderr] 139 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 140 | #[doc = $meta] [INFO] [stderr] 141 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 271 | float_to_unsigned!(u32, 4_294_967_295.0, (f32, f64)); [INFO] [stderr] | ----------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:152:10 [INFO] [stderr] | [INFO] [stderr] 152 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 153 | #[doc = $meta] [INFO] [stderr] 154 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 272 | float_to_unsigned!(u64, (f32)); [INFO] [stderr] | ------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:139:10 [INFO] [stderr] | [INFO] [stderr] 139 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 140 | #[doc = $meta] [INFO] [stderr] 141 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 273 | float_to_unsigned!(u64, 18_446_744_073_709_551_615.0, (f64)); [INFO] [stderr] | ------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:152:10 [INFO] [stderr] | [INFO] [stderr] 152 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 153 | #[doc = $meta] [INFO] [stderr] 154 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 274 | float_to_unsigned!(u128, (f32, f64)); [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:152:10 [INFO] [stderr] | [INFO] [stderr] 152 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 153 | #[doc = $meta] [INFO] [stderr] 154 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 274 | float_to_unsigned!(u128, (f32, f64)); [INFO] [stderr] | ------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:152:10 [INFO] [stderr] | [INFO] [stderr] 152 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 153 | #[doc = $meta] [INFO] [stderr] 154 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 284 | float_to_unsigned!(usize, (f32)); [INFO] [stderr] | --------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: this attribute can only be applied to a `use` item [INFO] [stderr] --> src/traits/saturating_from.rs:139:10 [INFO] [stderr] | [INFO] [stderr] 139 | #[doc(inline)] [INFO] [stderr] | ^^^^^^ only applicable on `use` items [INFO] [stderr] 140 | #[doc = $meta] [INFO] [stderr] 141 | fn saturating_from(src: $from) -> Self { [INFO] [stderr] | -------------------------------------- not a `use` item [INFO] [stderr] ... [INFO] [stderr] 286 | float_to_unsigned!(usize, 18_446_744_073_709_551_615.0, (f64)); [INFO] [stderr] | --------------------------------------------------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #82730 [INFO] [stderr] = note: read https://doc.rust-lang.org/nightly/rustdoc/the-doc-attribute.html#docno_inlinedocinline for more information [INFO] [stderr] = note: this warning originates in the macro `float_to_unsigned` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 66 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/dactyl-4da70b0f30774ddd) [INFO] [stdout] [INFO] [stdout] running 25 tests [INFO] [stdout] test nice_int::nice_u16::tests::t_nice_nonzero_u16 ... ok [INFO] [stdout] test nice_elapsed::tests::t_from ... ok [INFO] [stdout] test nice_int::nice_u8::tests::t_nice_u8 ... ok [INFO] [stdout] test nice_int::nice_u32::tests::t_nice_u32 ... ok [INFO] [stdout] test tests::t_write_time ... ok [INFO] [stdout] test nice_int::nice_u32::tests::t_nice_nonzero_u32 ... ok [INFO] [stdout] test nice_int::nice_u64::tests::t_nice_u64 ... ok [INFO] [stdout] test traits::saturating_from::tests::t_u64_from_float ... ignored [INFO] [stdout] test nice_int::nice_percent::tests::t_nice_percent ... ok [INFO] [stdout] test traits::saturating_from::tests::t_usize_from_float ... ignored [INFO] [stdout] test nice_int::nice_u8::tests::t_nice_u8_pad2 ... ok [INFO] [stdout] test tests::t_write_u8 ... ok [INFO] [stdout] test gt_zero::tests::t_ops ... ok [INFO] [stdout] test gt_zero::tests::t_zeroness ... ok [INFO] [stdout] test nice_int::nice_u8::tests::t_nice_nonzero_u8 ... ok [INFO] [stdout] test nice_int::nice_u64::tests::t_nice_nonzero_u64 ... ok [INFO] [stdout] test nice_int::nice_u8::tests::t_nice_u8_pad3 ... ok [INFO] [stdout] test traits::saturating_from::tests::t_u32_from ... ok [INFO] [stdout] test tests::t_int_div_float ... ok [INFO] [stdout] test traits::saturating_from::tests::t_impls ... ok [INFO] [stdout] test traits::saturating_from::tests::t_u8_from ... ok [INFO] [stdout] test traits::saturating_from::tests::t_u16_from ... ok [INFO] [stdout] test nice_int::nice_u16::tests::t_nice_u16 ... ok [INFO] [stdout] test traits::saturating_from::tests::t_u64_from has been running for over 60 seconds [INFO] [stdout] test traits::saturating_from::tests::t_usize_from has been running for over 60 seconds [INFO] [stdout] test traits::saturating_from::tests::t_u64_from ... ok [INFO] [stdout] test traits::saturating_from::tests::t_usize_from ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 23 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 177.40s [INFO] [stdout] [INFO] [stderr] Doc-tests dactyl [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test src/nice_elapsed/mod.rs - nice_elapsed::NiceElapsed (line 45) ... ok [INFO] [stdout] test src/nice_int/nice_u8.rs - nice_int::nice_u8::NiceU8::as_str2 (line 125) ... FAILED [INFO] [stdout] test src/nice_elapsed/mod.rs - nice_elapsed::NiceElapsed::hms (line 212) ... ok [INFO] [stdout] test src/nice_int/nice_u8.rs - nice_int::nice_u8::NiceU8::as_bytes2 (line 91) ... FAILED [INFO] [stdout] test src/gt_zero.rs - gt_zero::GreaterThanZero (line 73) ... ok [INFO] [stdout] test src/traits/saturating_from.rs - traits::saturating_from (line 18) ... ok [INFO] [stdout] test src/nice_int/nice_u32.rs - nice_int::nice_u32::NiceU32 (line 22) ... ok [INFO] [stdout] test src/nice_int/nice_u16.rs - nice_int::nice_u16::NiceU16 (line 22) ... ok [INFO] [stdout] test src/nice_int/nice_u64.rs - nice_int::nice_u64::NiceU64 (line 25) ... ok [INFO] [stdout] test src/nice_int/nice_u8.rs - nice_int::nice_u8::NiceU8::as_bytes3 (line 108) ... FAILED [INFO] [stdout] test src/nice_int/nice_u8.rs - nice_int::nice_u8::NiceU8::as_str3 (line 145) ... FAILED [INFO] [stdout] test src/nice_int/nice_u8.rs - nice_int::nice_u8::NiceU8 (line 22) ... ok [INFO] [stdout] test src/nice_int/nice_percent.rs - nice_int::nice_percent::NicePercent (line 31) ... ok [INFO] [stdout] test src/lib.rs - (line 20) ... ok [INFO] [stdout] test src/gt_zero.rs - gt_zero::GreaterThanZero::map (line 298) ... ok [INFO] [stdout] test src/gt_zero.rs - gt_zero::GreaterThanZero::filter (line 237) ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/nice_int/nice_u8.rs - nice_int::nice_u8::NiceU8::as_str2 (line 125) stdout ---- [INFO] [stdout] error[E0423]: expected function, found macro `assert_eq` [INFO] [stdout] --> src/nice_int/nice_u8.rs:126:1 [INFO] [stdout] | [INFO] [stdout] 4 | assert_eq(dactyl::NiceU8::from(3).as_str2(), "02"); [INFO] [stdout] | ^^^^^^^^^ not a function [INFO] [stdout] | [INFO] [stdout] help: use `!` to invoke the macro [INFO] [stdout] | [INFO] [stdout] 4 | assert_eq!(dactyl::NiceU8::from(3).as_str2(), "02"); [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error[E0423]: expected function, found macro `assert_eq` [INFO] [stdout] --> src/nice_int/nice_u8.rs:127:1 [INFO] [stdout] | [INFO] [stdout] 5 | assert_eq(dactyl::NiceU8::from(50).as_str2(), "50"); [INFO] [stdout] | ^^^^^^^^^ not a function [INFO] [stdout] | [INFO] [stdout] help: use `!` to invoke the macro [INFO] [stdout] | [INFO] [stdout] 5 | assert_eq!(dactyl::NiceU8::from(50).as_str2(), "50"); [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error[E0423]: expected function, found macro `assert_eq` [INFO] [stdout] --> src/nice_int/nice_u8.rs:128:1 [INFO] [stdout] | [INFO] [stdout] 6 | assert_eq(dactyl::NiceU8::from(113).as_str2(), "113"); [INFO] [stdout] | ^^^^^^^^^ not a function [INFO] [stdout] | [INFO] [stdout] help: use `!` to invoke the macro [INFO] [stdout] | [INFO] [stdout] 6 | assert_eq!(dactyl::NiceU8::from(113).as_str2(), "113"); [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0423`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/nice_int/nice_u8.rs - nice_int::nice_u8::NiceU8::as_bytes2 (line 91) stdout ---- [INFO] [stdout] error[E0423]: expected function, found macro `assert_eq` [INFO] [stdout] --> src/nice_int/nice_u8.rs:92:1 [INFO] [stdout] | [INFO] [stdout] 4 | assert_eq(dactyl::NiceU8::from(3).as_bytes2(), b"02"); [INFO] [stdout] | ^^^^^^^^^ not a function [INFO] [stdout] | [INFO] [stdout] help: use `!` to invoke the macro [INFO] [stdout] | [INFO] [stdout] 4 | assert_eq!(dactyl::NiceU8::from(3).as_bytes2(), b"02"); [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error[E0423]: expected function, found macro `assert_eq` [INFO] [stdout] --> src/nice_int/nice_u8.rs:93:1 [INFO] [stdout] | [INFO] [stdout] 5 | assert_eq(dactyl::NiceU8::from(50).as_bytes2(), b"50"); [INFO] [stdout] | ^^^^^^^^^ not a function [INFO] [stdout] | [INFO] [stdout] help: use `!` to invoke the macro [INFO] [stdout] | [INFO] [stdout] 5 | assert_eq!(dactyl::NiceU8::from(50).as_bytes2(), b"50"); [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error[E0423]: expected function, found macro `assert_eq` [INFO] [stdout] --> src/nice_int/nice_u8.rs:94:1 [INFO] [stdout] | [INFO] [stdout] 6 | assert_eq(dactyl::NiceU8::from(113).as_bytes2(), b"113"); [INFO] [stdout] | ^^^^^^^^^ not a function [INFO] [stdout] | [INFO] [stdout] help: use `!` to invoke the macro [INFO] [stdout] | [INFO] [stdout] 6 | assert_eq!(dactyl::NiceU8::from(113).as_bytes2(), b"113"); [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0423`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/nice_int/nice_u8.rs - nice_int::nice_u8::NiceU8::as_bytes3 (line 108) stdout ---- [INFO] [stdout] error[E0423]: expected function, found macro `assert_eq` [INFO] [stdout] --> src/nice_int/nice_u8.rs:109:1 [INFO] [stdout] | [INFO] [stdout] 4 | assert_eq(dactyl::NiceU8::from(3).as_bytes3(), b"002"); [INFO] [stdout] | ^^^^^^^^^ not a function [INFO] [stdout] | [INFO] [stdout] help: use `!` to invoke the macro [INFO] [stdout] | [INFO] [stdout] 4 | assert_eq!(dactyl::NiceU8::from(3).as_bytes3(), b"002"); [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error[E0423]: expected function, found macro `assert_eq` [INFO] [stdout] --> src/nice_int/nice_u8.rs:110:1 [INFO] [stdout] | [INFO] [stdout] 5 | assert_eq(dactyl::NiceU8::from(50).as_bytes3(), b"050"); [INFO] [stdout] | ^^^^^^^^^ not a function [INFO] [stdout] | [INFO] [stdout] help: use `!` to invoke the macro [INFO] [stdout] | [INFO] [stdout] 5 | assert_eq!(dactyl::NiceU8::from(50).as_bytes3(), b"050"); [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error[E0423]: expected function, found macro `assert_eq` [INFO] [stdout] --> src/nice_int/nice_u8.rs:111:1 [INFO] [stdout] | [INFO] [stdout] 6 | assert_eq(dactyl::NiceU8::from(113).as_bytes3(), b"113"); [INFO] [stdout] | ^^^^^^^^^ not a function [INFO] [stdout] | [INFO] [stdout] help: use `!` to invoke the macro [INFO] [stdout] | [INFO] [stdout] 6 | assert_eq!(dactyl::NiceU8::from(113).as_bytes3(), b"113"); [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0423`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/nice_int/nice_u8.rs - nice_int::nice_u8::NiceU8::as_str3 (line 145) stdout ---- [INFO] [stdout] error[E0423]: expected function, found macro `assert_eq` [INFO] [stdout] --> src/nice_int/nice_u8.rs:146:1 [INFO] [stdout] | [INFO] [stdout] 4 | assert_eq(dactyl::NiceU8::from(3).as_str3(), "002"); [INFO] [stdout] | ^^^^^^^^^ not a function [INFO] [stdout] | [INFO] [stdout] help: use `!` to invoke the macro [INFO] [stdout] | [INFO] [stdout] 4 | assert_eq!(dactyl::NiceU8::from(3).as_str3(), "002"); [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error[E0423]: expected function, found macro `assert_eq` [INFO] [stdout] --> src/nice_int/nice_u8.rs:147:1 [INFO] [stdout] | [INFO] [stdout] 5 | assert_eq(dactyl::NiceU8::from(50).as_str3(), "050"); [INFO] [stdout] | ^^^^^^^^^ not a function [INFO] [stdout] | [INFO] [stdout] help: use `!` to invoke the macro [INFO] [stdout] | [INFO] [stdout] 5 | assert_eq!(dactyl::NiceU8::from(50).as_str3(), "050"); [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error[E0423]: expected function, found macro `assert_eq` [INFO] [stdout] --> src/nice_int/nice_u8.rs:148:1 [INFO] [stdout] | [INFO] [stdout] 6 | assert_eq(dactyl::NiceU8::from(113).as_str3(), "113"); [INFO] [stdout] | ^^^^^^^^^ not a function [INFO] [stdout] | [INFO] [stdout] help: use `!` to invoke the macro [INFO] [stdout] | [INFO] [stdout] 6 | assert_eq!(dactyl::NiceU8::from(113).as_str3(), "113"); [INFO] [stdout] | ^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0423`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/nice_int/nice_u8.rs - nice_int::nice_u8::NiceU8::as_bytes2 (line 91) [INFO] [stdout] src/nice_int/nice_u8.rs - nice_int::nice_u8::NiceU8::as_bytes3 (line 108) [INFO] [stdout] src/nice_int/nice_u8.rs - nice_int::nice_u8::NiceU8::as_str2 (line 125) [INFO] [stdout] src/nice_int/nice_u8.rs - nice_int::nice_u8::NiceU8::as_str3 (line 145) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 12 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.03s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--doc' [INFO] running `Command { std: "docker" "inspect" "e20dda520192aea86acc65beee06b4eb084e92b2445dc619f27a11da06fb94e4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e20dda520192aea86acc65beee06b4eb084e92b2445dc619f27a11da06fb94e4", kill_on_drop: false }` [INFO] [stdout] e20dda520192aea86acc65beee06b4eb084e92b2445dc619f27a11da06fb94e4