[INFO] fetching crate dactyl 0.1.8... [INFO] building dactyl-0.1.8 against master#d5c88c22807925c189328ef9d923c5d2b11a95b8 for pr-87066-3 [INFO] extracting crate dactyl 0.1.8 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate dactyl 0.1.8 on toolchain d5c88c22807925c189328ef9d923c5d2b11a95b8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate dactyl 0.1.8 [INFO] finished tweaking crates.io crate dactyl 0.1.8 [INFO] tweaked toml for crates.io crate dactyl 0.1.8 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5ff6137ff308fbc86fdd8ec8514186349450f0c74869923b7778b9b7d768aabf [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" "5ff6137ff308fbc86fdd8ec8514186349450f0c74869923b7778b9b7d768aabf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5ff6137ff308fbc86fdd8ec8514186349450f0c74869923b7778b9b7d768aabf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5ff6137ff308fbc86fdd8ec8514186349450f0c74869923b7778b9b7d768aabf", kill_on_drop: false }` [INFO] [stdout] 5ff6137ff308fbc86fdd8ec8514186349450f0c74869923b7778b9b7d768aabf [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0e06b7b8dfdb94e70a0efbd9ec0c5cf38cb00934cb30d2d54712265540ed1131 [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" "0e06b7b8dfdb94e70a0efbd9ec0c5cf38cb00934cb30d2d54712265540ed1131", kill_on_drop: false }` [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling dactyl v0.1.8 (/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.39s [INFO] running `Command { std: "docker" "inspect" "0e06b7b8dfdb94e70a0efbd9ec0c5cf38cb00934cb30d2d54712265540ed1131", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e06b7b8dfdb94e70a0efbd9ec0c5cf38cb00934cb30d2d54712265540ed1131", kill_on_drop: false }` [INFO] [stdout] 0e06b7b8dfdb94e70a0efbd9ec0c5cf38cb00934cb30d2d54712265540ed1131 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+d5c88c22807925c189328ef9d923c5d2b11a95b8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 66e2b96dc9f028f45930b3631d52e215326dc18437aadcf827480b68db28e9ee [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" "66e2b96dc9f028f45930b3631d52e215326dc18437aadcf827480b68db28e9ee", kill_on_drop: false }` [INFO] [stderr] Compiling serde_derive v1.0.127 [INFO] [stderr] Compiling serde v1.0.127 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling serde_json v1.0.66 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling syn v1.0.74 [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] [stderr] Compiling dactyl v0.1.8 [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 brunch v0.1.3 [INFO] [stderr] Compiling dactyl v0.1.8 (/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 23.23s [INFO] running `Command { std: "docker" "inspect" "66e2b96dc9f028f45930b3631d52e215326dc18437aadcf827480b68db28e9ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "66e2b96dc9f028f45930b3631d52e215326dc18437aadcf827480b68db28e9ee", kill_on_drop: false }` [INFO] [stdout] 66e2b96dc9f028f45930b3631d52e215326dc18437aadcf827480b68db28e9ee