[INFO] fetching crate from-ascii 0.0.1... [INFO] testing from-ascii-0.0.1 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145330-1 [INFO] extracting crate from-ascii 0.0.1 into /workspace/builds/worker-6-tc1/source [INFO] started tweaking crates.io crate from-ascii 0.0.1 [INFO] finished tweaking crates.io crate from-ascii 0.0.1 [INFO] tweaked toml for crates.io crate from-ascii 0.0.1 written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate from-ascii 0.0.1 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cb4d946d8e530800162925209471f4c45e6608f39c2e63545b90315fc4ba6422 [INFO] running `Command { std: "docker" "start" "-a" "cb4d946d8e530800162925209471f4c45e6608f39c2e63545b90315fc4ba6422", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cb4d946d8e530800162925209471f4c45e6608f39c2e63545b90315fc4ba6422", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cb4d946d8e530800162925209471f4c45e6608f39c2e63545b90315fc4ba6422", kill_on_drop: false }` [INFO] [stdout] cb4d946d8e530800162925209471f4c45e6608f39c2e63545b90315fc4ba6422 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f293c8af93993f7b94d9a7b8b1d1eb374291e10ce4c73de9f140e41bb574f734 [INFO] running `Command { std: "docker" "start" "-a" "f293c8af93993f7b94d9a7b8b1d1eb374291e10ce4c73de9f140e41bb574f734", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling from-ascii v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/num.rs:48:14 [INFO] [stdout] | [INFO] [stdout] 48 | b'0' ... b'9' => c - b'0', [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/num.rs:49:14 [INFO] [stdout] | [INFO] [stdout] 49 | b'a' ... b'z' => c - b'a' + 10, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/num.rs:50:14 [INFO] [stdout] | [INFO] [stdout] 50 | b'A' ... b'Z' => c - b'A' + 10, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:162:17 [INFO] [stdout] | [INFO] [stdout] 162 | <$t>::from_ascii_radix(src, 10) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 168 | implement!(i8, true); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:162:17 [INFO] [stdout] | [INFO] [stdout] 162 | <$t>::from_ascii_radix(src, 10) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 169 | implement!(i16, true); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:162:17 [INFO] [stdout] | [INFO] [stdout] 162 | <$t>::from_ascii_radix(src, 10) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 170 | implement!(i32, true); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:162:17 [INFO] [stdout] | [INFO] [stdout] 162 | <$t>::from_ascii_radix(src, 10) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 171 | implement!(i64, true); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:162:17 [INFO] [stdout] | [INFO] [stdout] 162 | <$t>::from_ascii_radix(src, 10) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 172 | implement!(isize, true); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:162:17 [INFO] [stdout] | [INFO] [stdout] 162 | <$t>::from_ascii_radix(src, 10) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 173 | implement!(u8, false); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:162:17 [INFO] [stdout] | [INFO] [stdout] 162 | <$t>::from_ascii_radix(src, 10) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 174 | implement!(u16, false); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:162:17 [INFO] [stdout] | [INFO] [stdout] 162 | <$t>::from_ascii_radix(src, 10) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 175 | implement!(u32, false); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:162:17 [INFO] [stdout] | [INFO] [stdout] 162 | <$t>::from_ascii_radix(src, 10) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 176 | implement!(u64, false); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:162:17 [INFO] [stdout] | [INFO] [stdout] 162 | <$t>::from_ascii_radix(src, 10) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 177 | implement!(usize, false); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/flt.rs:33:14 [INFO] [stdout] | [INFO] [stdout] 33 | self.description().fmt(f) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.19s [INFO] running `Command { std: "docker" "inspect" "f293c8af93993f7b94d9a7b8b1d1eb374291e10ce4c73de9f140e41bb574f734", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f293c8af93993f7b94d9a7b8b1d1eb374291e10ce4c73de9f140e41bb574f734", kill_on_drop: false }` [INFO] [stdout] f293c8af93993f7b94d9a7b8b1d1eb374291e10ce4c73de9f140e41bb574f734 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e3c3bb518bf2e5d83a7cbb10800e566c3246bdd16544e21958e3e71f29391bd2 [INFO] running `Command { std: "docker" "start" "-a" "e3c3bb518bf2e5d83a7cbb10800e566c3246bdd16544e21958e3e71f29391bd2", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/num.rs:48:14 [INFO] [stdout] | [INFO] [stdout] 48 | b'0' ... b'9' => c - b'0', [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/num.rs:49:14 [INFO] [stdout] | [INFO] [stdout] 49 | b'a' ... b'z' => c - b'a' + 10, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/num.rs:50:14 [INFO] [stdout] | [INFO] [stdout] 50 | b'A' ... b'Z' => c - b'A' + 10, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:162:17 [INFO] [stdout] | [INFO] [stdout] 162 | <$t>::from_ascii_radix(src, 10) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 168 | implement!(i8, true); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:162:17 [INFO] [stdout] | [INFO] [stdout] 162 | <$t>::from_ascii_radix(src, 10) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 169 | implement!(i16, true); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:162:17 [INFO] [stdout] | [INFO] [stdout] 162 | <$t>::from_ascii_radix(src, 10) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 170 | implement!(i32, true); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:162:17 [INFO] [stdout] | [INFO] [stdout] 162 | <$t>::from_ascii_radix(src, 10) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 171 | implement!(i64, true); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:162:17 [INFO] [stdout] | [INFO] [stdout] 162 | <$t>::from_ascii_radix(src, 10) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 172 | implement!(isize, true); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:162:17 [INFO] [stdout] | [INFO] [stdout] 162 | <$t>::from_ascii_radix(src, 10) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 173 | implement!(u8, false); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:162:17 [INFO] [stdout] | [INFO] [stdout] 162 | <$t>::from_ascii_radix(src, 10) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 174 | implement!(u16, false); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling from-ascii v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:162:17 [INFO] [stdout] | [INFO] [stdout] 162 | <$t>::from_ascii_radix(src, 10) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 175 | implement!(u32, false); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:162:17 [INFO] [stdout] | [INFO] [stdout] 162 | <$t>::from_ascii_radix(src, 10) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 176 | implement!(u64, false); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:162:17 [INFO] [stdout] | [INFO] [stdout] 162 | <$t>::from_ascii_radix(src, 10) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 177 | implement!(usize, false); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/flt.rs:33:14 [INFO] [stdout] | [INFO] [stdout] 33 | self.description().fmt(f) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> examples/example.rs:7:22 [INFO] [stdout] | [INFO] [stdout] 7 | println!("{:?}", i16::from_ascii_radix(b"FF", 16)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `from_ascii_radix(...)` to keep using the current method [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stdout] | [INFO] [stdout] 1 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/num.rs:48:14 [INFO] [stdout] | [INFO] [stdout] 48 | b'0' ... b'9' => c - b'0', [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/num.rs:49:14 [INFO] [stdout] | [INFO] [stdout] 49 | b'a' ... b'z' => c - b'a' + 10, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/num.rs:50:14 [INFO] [stdout] | [INFO] [stdout] 50 | b'A' ... b'Z' => c - b'A' + 10, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:162:17 [INFO] [stdout] | [INFO] [stdout] 162 | <$t>::from_ascii_radix(src, 10) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 168 | implement!(i8, true); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:162:17 [INFO] [stdout] | [INFO] [stdout] 162 | <$t>::from_ascii_radix(src, 10) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 169 | implement!(i16, true); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:162:17 [INFO] [stdout] | [INFO] [stdout] 162 | <$t>::from_ascii_radix(src, 10) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 170 | implement!(i32, true); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:162:17 [INFO] [stdout] | [INFO] [stdout] 162 | <$t>::from_ascii_radix(src, 10) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 171 | implement!(i64, true); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:162:17 [INFO] [stdout] | [INFO] [stdout] 162 | <$t>::from_ascii_radix(src, 10) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 172 | implement!(isize, true); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:162:17 [INFO] [stdout] | [INFO] [stdout] 162 | <$t>::from_ascii_radix(src, 10) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 173 | implement!(u8, false); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:162:17 [INFO] [stdout] | [INFO] [stdout] 162 | <$t>::from_ascii_radix(src, 10) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 174 | implement!(u16, false); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:162:17 [INFO] [stdout] | [INFO] [stdout] 162 | <$t>::from_ascii_radix(src, 10) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 175 | implement!(u32, false); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:162:17 [INFO] [stdout] | [INFO] [stdout] 162 | <$t>::from_ascii_radix(src, 10) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 176 | implement!(u64, false); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:162:17 [INFO] [stdout] | [INFO] [stdout] 162 | <$t>::from_ascii_radix(src, 10) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 177 | implement!(usize, false); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:186:20 [INFO] [stdout] | [INFO] [stdout] 186 | assert_eq!(i8::from_ascii(b"10"), Ok(10)); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAscii::from_ascii(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:187:20 [INFO] [stdout] | [INFO] [stdout] 187 | assert_eq!(u8::from_ascii(b"10"), Ok(10)); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAscii::from_ascii(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:188:20 [INFO] [stdout] | [INFO] [stdout] 188 | assert_eq!(i64::from_ascii(b"10"), Ok(10)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAscii::from_ascii(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:189:20 [INFO] [stdout] | [INFO] [stdout] 189 | assert_eq!(u64::from_ascii(b"10"), Ok(10)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAscii::from_ascii(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:191:20 [INFO] [stdout] | [INFO] [stdout] 191 | assert_eq!(i8::from_ascii(b"-10"), Ok(-10)); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAscii::from_ascii(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:192:20 [INFO] [stdout] | [INFO] [stdout] 192 | assert_eq!(u8::from_ascii(b"-10").is_err(), true); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAscii::from_ascii(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:193:20 [INFO] [stdout] | [INFO] [stdout] 193 | assert_eq!(i64::from_ascii(b"-10"), Ok(-10)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAscii::from_ascii(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:194:20 [INFO] [stdout] | [INFO] [stdout] 194 | assert_eq!(u64::from_ascii(b"-10").is_err(), true); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAscii::from_ascii(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:196:20 [INFO] [stdout] | [INFO] [stdout] 196 | assert_eq!(i8::from_ascii(b"1000").is_err(), true); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAscii::from_ascii(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:197:20 [INFO] [stdout] | [INFO] [stdout] 197 | assert_eq!(u8::from_ascii(b"1000").is_err(), true); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAscii::from_ascii(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:198:20 [INFO] [stdout] | [INFO] [stdout] 198 | assert_eq!(i64::from_ascii(b"1000"), Ok(1000)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAscii::from_ascii(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:199:20 [INFO] [stdout] | [INFO] [stdout] 199 | assert_eq!(u64::from_ascii(b"1000"), Ok(1000)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAscii::from_ascii(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:201:20 [INFO] [stdout] | [INFO] [stdout] 201 | assert_eq!(i8::from_ascii(b"-1000").is_err(), true); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAscii::from_ascii(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:202:20 [INFO] [stdout] | [INFO] [stdout] 202 | assert_eq!(u8::from_ascii(b"-1000").is_err(), true); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAscii::from_ascii(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:203:20 [INFO] [stdout] | [INFO] [stdout] 203 | assert_eq!(i64::from_ascii(b"-1000"), Ok(-1000)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAscii::from_ascii(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:204:20 [INFO] [stdout] | [INFO] [stdout] 204 | assert_eq!(u64::from_ascii(b"-1000").is_err(), true); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAscii::from_ascii(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:209:20 [INFO] [stdout] | [INFO] [stdout] 209 | assert_eq!(i8::from_ascii_radix(b"ff", 16).is_err(), true); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:210:20 [INFO] [stdout] | [INFO] [stdout] 210 | assert_eq!(u8::from_ascii_radix(b"ff", 16), Ok(255)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:211:20 [INFO] [stdout] | [INFO] [stdout] 211 | assert_eq!(i8::from_ascii_radix(b"FF", 16).is_err(), true); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:212:20 [INFO] [stdout] | [INFO] [stdout] 212 | assert_eq!(u8::from_ascii_radix(b"FF", 16), Ok(255)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/flt.rs:33:14 [INFO] [stdout] | [INFO] [stdout] 33 | self.description().fmt(f) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.73s [INFO] running `Command { std: "docker" "inspect" "e3c3bb518bf2e5d83a7cbb10800e566c3246bdd16544e21958e3e71f29391bd2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e3c3bb518bf2e5d83a7cbb10800e566c3246bdd16544e21958e3e71f29391bd2", kill_on_drop: false }` [INFO] [stdout] e3c3bb518bf2e5d83a7cbb10800e566c3246bdd16544e21958e3e71f29391bd2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 353af313fbf33e7fc9025de1ec071b67d4d36c41de19cf2a3df6b6be879920cf [INFO] running `Command { std: "docker" "start" "-a" "353af313fbf33e7fc9025de1ec071b67d4d36c41de19cf2a3df6b6be879920cf", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/num.rs:48:14 [INFO] [stderr] | [INFO] [stderr] 48 | b'0' ... b'9' => c - b'0', [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/num.rs:49:14 [INFO] [stderr] | [INFO] [stderr] 49 | b'a' ... b'z' => c - b'a' + 10, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/num.rs:50:14 [INFO] [stderr] | [INFO] [stderr] 50 | b'A' ... b'Z' => c - b'A' + 10, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/num.rs:162:17 [INFO] [stderr] | [INFO] [stderr] 162 | <$t>::from_ascii_radix(src, 10) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 168 | implement!(i8, true); [INFO] [stderr] | -------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stderr] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stderr] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stderr] --> src/lib.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 + #![feature(int_from_ascii)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/num.rs:162:17 [INFO] [stderr] | [INFO] [stderr] 162 | <$t>::from_ascii_radix(src, 10) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 169 | implement!(i16, true); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stderr] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stderr] --> src/lib.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 + #![feature(int_from_ascii)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/num.rs:162:17 [INFO] [stderr] | [INFO] [stderr] 162 | <$t>::from_ascii_radix(src, 10) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 170 | implement!(i32, true); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stderr] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stderr] --> src/lib.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 + #![feature(int_from_ascii)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/num.rs:162:17 [INFO] [stderr] | [INFO] [stderr] 162 | <$t>::from_ascii_radix(src, 10) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 171 | implement!(i64, true); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stderr] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stderr] --> src/lib.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 + #![feature(int_from_ascii)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/num.rs:162:17 [INFO] [stderr] | [INFO] [stderr] 162 | <$t>::from_ascii_radix(src, 10) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 172 | implement!(isize, true); [INFO] [stderr] | ----------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stderr] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stderr] --> src/lib.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 + #![feature(int_from_ascii)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/num.rs:162:17 [INFO] [stderr] | [INFO] [stderr] 162 | <$t>::from_ascii_radix(src, 10) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 173 | implement!(u8, false); [INFO] [stderr] | --------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stderr] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stderr] --> src/lib.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 + #![feature(int_from_ascii)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/num.rs:162:17 [INFO] [stderr] | [INFO] [stderr] 162 | <$t>::from_ascii_radix(src, 10) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 174 | implement!(u16, false); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stderr] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stderr] --> src/lib.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 + #![feature(int_from_ascii)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/num.rs:162:17 [INFO] [stderr] | [INFO] [stderr] 162 | <$t>::from_ascii_radix(src, 10) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 175 | implement!(u32, false); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stderr] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stderr] --> src/lib.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 + #![feature(int_from_ascii)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/num.rs:162:17 [INFO] [stderr] | [INFO] [stderr] 162 | <$t>::from_ascii_radix(src, 10) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 176 | implement!(u64, false); [INFO] [stderr] | ---------------------- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stderr] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stderr] --> src/lib.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 + #![feature(int_from_ascii)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/num.rs:162:17 [INFO] [stderr] | [INFO] [stderr] 162 | <$t>::from_ascii_radix(src, 10) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 177 | implement!(usize, false); [INFO] [stderr] | ------------------------ in this macro invocation [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stderr] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stderr] --> src/lib.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 + #![feature(int_from_ascii)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stderr] --> src/flt.rs:33:14 [INFO] [stderr] | [INFO] [stderr] 33 | self.description().fmt(f) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `from-ascii` (lib) generated 14 warnings (run `cargo fix --lib -p from-ascii` to apply 3 suggestions) [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> examples/example.rs:7:22 [INFO] [stderr] | [INFO] [stderr] 7 | println!("{:?}", i16::from_ascii_radix(b"FF", 16)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `from_ascii_radix(...)` to keep using the current method [INFO] [stderr] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stderr] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stderr] | [INFO] [stderr] 1 + #![feature(int_from_ascii)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `from-ascii` (example "example") generated 1 warning [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/num.rs:186:20 [INFO] [stderr] | [INFO] [stderr] 186 | assert_eq!(i8::from_ascii(b"10"), Ok(10)); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `FromAscii::from_ascii(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii` [INFO] [stderr] --> src/lib.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 + #![feature(int_from_ascii)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/num.rs:187:20 [INFO] [stderr] | [INFO] [stderr] 187 | assert_eq!(u8::from_ascii(b"10"), Ok(10)); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `FromAscii::from_ascii(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii` [INFO] [stderr] --> src/lib.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 + #![feature(int_from_ascii)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/num.rs:188:20 [INFO] [stderr] | [INFO] [stderr] 188 | assert_eq!(i64::from_ascii(b"10"), Ok(10)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `FromAscii::from_ascii(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii` [INFO] [stderr] --> src/lib.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 + #![feature(int_from_ascii)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/num.rs:189:20 [INFO] [stderr] | [INFO] [stderr] 189 | assert_eq!(u64::from_ascii(b"10"), Ok(10)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `FromAscii::from_ascii(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii` [INFO] [stderr] --> src/lib.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 + #![feature(int_from_ascii)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/num.rs:191:20 [INFO] [stderr] | [INFO] [stderr] 191 | assert_eq!(i8::from_ascii(b"-10"), Ok(-10)); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `FromAscii::from_ascii(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii` [INFO] [stderr] --> src/lib.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 + #![feature(int_from_ascii)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/num.rs:192:20 [INFO] [stderr] | [INFO] [stderr] 192 | assert_eq!(u8::from_ascii(b"-10").is_err(), true); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `FromAscii::from_ascii(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii` [INFO] [stderr] --> src/lib.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 + #![feature(int_from_ascii)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/num.rs:193:20 [INFO] [stderr] | [INFO] [stderr] 193 | assert_eq!(i64::from_ascii(b"-10"), Ok(-10)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `FromAscii::from_ascii(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii` [INFO] [stderr] --> src/lib.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 + #![feature(int_from_ascii)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/num.rs:194:20 [INFO] [stderr] | [INFO] [stderr] 194 | assert_eq!(u64::from_ascii(b"-10").is_err(), true); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `FromAscii::from_ascii(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii` [INFO] [stderr] --> src/lib.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 + #![feature(int_from_ascii)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/num.rs:196:20 [INFO] [stderr] | [INFO] [stderr] 196 | assert_eq!(i8::from_ascii(b"1000").is_err(), true); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `FromAscii::from_ascii(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii` [INFO] [stderr] --> src/lib.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 + #![feature(int_from_ascii)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/num.rs:197:20 [INFO] [stderr] | [INFO] [stderr] 197 | assert_eq!(u8::from_ascii(b"1000").is_err(), true); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `FromAscii::from_ascii(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii` [INFO] [stderr] --> src/lib.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 + #![feature(int_from_ascii)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/num.rs:198:20 [INFO] [stderr] | [INFO] [stderr] 198 | assert_eq!(i64::from_ascii(b"1000"), Ok(1000)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `FromAscii::from_ascii(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii` [INFO] [stderr] --> src/lib.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 + #![feature(int_from_ascii)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/num.rs:199:20 [INFO] [stderr] | [INFO] [stderr] 199 | assert_eq!(u64::from_ascii(b"1000"), Ok(1000)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `FromAscii::from_ascii(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii` [INFO] [stderr] --> src/lib.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 + #![feature(int_from_ascii)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/num.rs:201:20 [INFO] [stderr] | [INFO] [stderr] 201 | assert_eq!(i8::from_ascii(b"-1000").is_err(), true); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `FromAscii::from_ascii(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii` [INFO] [stderr] --> src/lib.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 + #![feature(int_from_ascii)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/num.rs:202:20 [INFO] [stderr] | [INFO] [stderr] 202 | assert_eq!(u8::from_ascii(b"-1000").is_err(), true); [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `FromAscii::from_ascii(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii` [INFO] [stderr] --> src/lib.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 + #![feature(int_from_ascii)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/num.rs:203:20 [INFO] [stderr] | [INFO] [stderr] 203 | assert_eq!(i64::from_ascii(b"-1000"), Ok(-1000)); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `FromAscii::from_ascii(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii` [INFO] [stderr] --> src/lib.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 + #![feature(int_from_ascii)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/num.rs:204:20 [INFO] [stderr] | [INFO] [stderr] 204 | assert_eq!(u64::from_ascii(b"-1000").is_err(), true); [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `FromAscii::from_ascii(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii` [INFO] [stderr] --> src/lib.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 + #![feature(int_from_ascii)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/num.rs:209:20 [INFO] [stderr] | [INFO] [stderr] 209 | assert_eq!(i8::from_ascii_radix(b"ff", 16).is_err(), true); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stderr] --> src/lib.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 + #![feature(int_from_ascii)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/num.rs:210:20 [INFO] [stderr] | [INFO] [stderr] 210 | assert_eq!(u8::from_ascii_radix(b"ff", 16), Ok(255)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stderr] --> src/lib.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 + #![feature(int_from_ascii)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/num.rs:211:20 [INFO] [stderr] | [INFO] [stderr] 211 | assert_eq!(i8::from_ascii_radix(b"FF", 16).is_err(), true); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stderr] --> src/lib.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 + #![feature(int_from_ascii)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: an associated function with this name may be added to the standard library in the future [INFO] [stderr] --> src/num.rs:212:20 [INFO] [stderr] | [INFO] [stderr] 212 | assert_eq!(u8::from_ascii_radix(b"FF", 16), Ok(255)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stderr] = note: for more information, see issue #48919 [INFO] [stderr] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stderr] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stderr] --> src/lib.rs:18:1 [INFO] [stderr] | [INFO] [stderr] 18 + #![feature(int_from_ascii)] [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `from-ascii` (lib test) generated 34 warnings (14 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/from_ascii-083e0bc57d3a65de) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test num::tests::test_from_ascii ... ok [INFO] [stderr] Doc-tests from_ascii [INFO] [stdout] test boolean::test::test_parse_bool ... ok [INFO] [stdout] test num::tests::test_from_ascii_radix ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/num.rs:48:14 [INFO] [stderr] | [INFO] [stderr] 48 | b'0' ... b'9' => c - b'0', [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/num.rs:49:14 [INFO] [stderr] | [INFO] [stderr] 49 | b'a' ... b'z' => c - b'a' + 10, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/num.rs:50:14 [INFO] [stderr] | [INFO] [stderr] 50 | b'A' ... b'Z' => c - b'A' + 10, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/base.rs - base::FromAscii::from_ascii (line 19) ... ok [INFO] [stdout] test src/lib.rs - (line 6) ... ok [INFO] [stdout] test src/num.rs - num::FromAsciiRadix::from_ascii_radix (line 82) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.44s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "353af313fbf33e7fc9025de1ec071b67d4d36c41de19cf2a3df6b6be879920cf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "353af313fbf33e7fc9025de1ec071b67d4d36c41de19cf2a3df6b6be879920cf", kill_on_drop: false }` [INFO] [stdout] 353af313fbf33e7fc9025de1ec071b67d4d36c41de19cf2a3df6b6be879920cf