[INFO] fetching crate from-ascii 0.0.1... [INFO] testing from-ascii-0.0.1 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate from-ascii 0.0.1 into /workspace/builds/worker-2-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-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate from-ascii 0.0.1 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "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" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "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-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5689b8340ab7f889626013d039781dcc2209793c9bb8c022fd3f07939b06f241 [INFO] running `Command { std: "docker" "start" "-a" "5689b8340ab7f889626013d039781dcc2209793c9bb8c022fd3f07939b06f241", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5689b8340ab7f889626013d039781dcc2209793c9bb8c022fd3f07939b06f241", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5689b8340ab7f889626013d039781dcc2209793c9bb8c022fd3f07939b06f241", kill_on_drop: false }` [INFO] [stdout] 5689b8340ab7f889626013d039781dcc2209793c9bb8c022fd3f07939b06f241 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 40b786b79d6410b4d673ff3985e30e4c5cf991c53e6c878ca9157e1a27e5bb8e [INFO] running `Command { std: "docker" "start" "-a" "40b786b79d6410b4d673ff3985e30e4c5cf991c53e6c878ca9157e1a27e5bb8e", 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.28s [INFO] running `Command { std: "docker" "inspect" "40b786b79d6410b4d673ff3985e30e4c5cf991c53e6c878ca9157e1a27e5bb8e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "40b786b79d6410b4d673ff3985e30e4c5cf991c53e6c878ca9157e1a27e5bb8e", kill_on_drop: false }` [INFO] [stdout] 40b786b79d6410b4d673ff3985e30e4c5cf991c53e6c878ca9157e1a27e5bb8e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] e002bddd5d4e52e0c87e6c787163fdad5e0d090ea9b3c0d7dd5b64928cca16ee [INFO] running `Command { std: "docker" "start" "-a" "e002bddd5d4e52e0c87e6c787163fdad5e0d090ea9b3c0d7dd5b64928cca16ee", 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] [stderr] Compiling from-ascii v0.0.1 (/opt/rustwide/workdir) [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] [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] --> 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: 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.92s [INFO] running `Command { std: "docker" "inspect" "e002bddd5d4e52e0c87e6c787163fdad5e0d090ea9b3c0d7dd5b64928cca16ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e002bddd5d4e52e0c87e6c787163fdad5e0d090ea9b3c0d7dd5b64928cca16ee", kill_on_drop: false }` [INFO] [stdout] e002bddd5d4e52e0c87e6c787163fdad5e0d090ea9b3c0d7dd5b64928cca16ee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] cd6d8079aff5b27ee352802ba4742f4589eed4267f9828c1051e1ce08999469f [INFO] running `Command { std: "docker" "start" "-a" "cd6d8079aff5b27ee352802ba4742f4589eed4267f9828c1051e1ce08999469f", 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.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/from_ascii-cd4b81325f8c06a0) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test num::tests::test_from_ascii ... ok [INFO] [stdout] test num::tests::test_from_ascii_radix ... ok [INFO] [stdout] test boolean::test::test_parse_bool ... 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] running `Command { std: "docker" "inspect" "cd6d8079aff5b27ee352802ba4742f4589eed4267f9828c1051e1ce08999469f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd6d8079aff5b27ee352802ba4742f4589eed4267f9828c1051e1ce08999469f", kill_on_drop: false }` [INFO] [stdout] cd6d8079aff5b27ee352802ba4742f4589eed4267f9828c1051e1ce08999469f