[INFO] fetching crate from-ascii 0.0.1... [INFO] checking from-ascii-0.0.1 against master#8c32e313cccf7df531e2d49ffb8227bb92304aee for pr-145608-1 [INFO] extracting crate from-ascii 0.0.1 into /workspace/builds/worker-7-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-7-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate from-ascii 0.0.1 on toolchain 8c32e313cccf7df531e2d49ffb8227bb92304aee [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "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" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "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" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "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-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a99b45f5c66c167ca394747a96dcf53fe9432ce6d7c403af712d370b6a4bc2ee [INFO] running `Command { std: "docker" "start" "-a" "a99b45f5c66c167ca394747a96dcf53fe9432ce6d7c403af712d370b6a4bc2ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a99b45f5c66c167ca394747a96dcf53fe9432ce6d7c403af712d370b6a4bc2ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a99b45f5c66c167ca394747a96dcf53fe9432ce6d7c403af712d370b6a4bc2ee", kill_on_drop: false }` [INFO] [stdout] a99b45f5c66c167ca394747a96dcf53fe9432ce6d7c403af712d370b6a4bc2ee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+8c32e313cccf7df531e2d49ffb8227bb92304aee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d24a5f5fa4648c476c28ec70b66fe1070ab8dd99c3e38f5c777b2b20a37eaff6 [INFO] running `Command { std: "docker" "start" "-a" "d24a5f5fa4648c476c28ec70b66fe1070ab8dd99c3e38f5c777b2b20a37eaff6", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Checking 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: `...` range patterns are deprecated [INFO] [stdout] --> src/num.rs:48:14 [INFO] [stdout] | [INFO] [stdout] 48 | b'0' ... b'9' => c - b'0', [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/num.rs:49:14 [INFO] [stdout] | [INFO] [stdout] 49 | b'a' ... b'z' => c - b'a' + 10, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `...` range patterns are deprecated [INFO] [stdout] --> src/num.rs:50:14 [INFO] [stdout] | [INFO] [stdout] 50 | b'A' ... b'Z' => c - b'A' + 10, [INFO] [stdout] | ^^^ help: use `..=` for an inclusive range [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:162:17 [INFO] [stdout] | [INFO] [stdout] 162 | <$t>::from_ascii_radix(src, 10) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 168 | implement!(i8, true); [INFO] [stdout] | -------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:162:17 [INFO] [stdout] | [INFO] [stdout] 162 | <$t>::from_ascii_radix(src, 10) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 169 | implement!(i16, true); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:162:17 [INFO] [stdout] | [INFO] [stdout] 162 | <$t>::from_ascii_radix(src, 10) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 170 | implement!(i32, true); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:162:17 [INFO] [stdout] | [INFO] [stdout] 162 | <$t>::from_ascii_radix(src, 10) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 171 | implement!(i64, true); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:162:17 [INFO] [stdout] | [INFO] [stdout] 162 | <$t>::from_ascii_radix(src, 10) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 172 | implement!(isize, true); [INFO] [stdout] | ----------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:162:17 [INFO] [stdout] | [INFO] [stdout] 162 | <$t>::from_ascii_radix(src, 10) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 173 | implement!(u8, false); [INFO] [stdout] | --------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:162:17 [INFO] [stdout] | [INFO] [stdout] 162 | <$t>::from_ascii_radix(src, 10) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 174 | implement!(u16, false); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:162:17 [INFO] [stdout] | [INFO] [stdout] 162 | <$t>::from_ascii_radix(src, 10) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 175 | implement!(u32, false); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:162:17 [INFO] [stdout] | [INFO] [stdout] 162 | <$t>::from_ascii_radix(src, 10) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 176 | implement!(u64, false); [INFO] [stdout] | ---------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:162:17 [INFO] [stdout] | [INFO] [stdout] 162 | <$t>::from_ascii_radix(src, 10) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 177 | implement!(usize, false); [INFO] [stdout] | ------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stdout] = note: this warning originates in the macro `implement` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:186:20 [INFO] [stdout] | [INFO] [stdout] 186 | assert_eq!(i8::from_ascii(b"10"), Ok(10)); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAscii::from_ascii(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:187:20 [INFO] [stdout] | [INFO] [stdout] 187 | assert_eq!(u8::from_ascii(b"10"), Ok(10)); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAscii::from_ascii(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:188:20 [INFO] [stdout] | [INFO] [stdout] 188 | assert_eq!(i64::from_ascii(b"10"), Ok(10)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAscii::from_ascii(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:189:20 [INFO] [stdout] | [INFO] [stdout] 189 | assert_eq!(u64::from_ascii(b"10"), Ok(10)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAscii::from_ascii(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:191:20 [INFO] [stdout] | [INFO] [stdout] 191 | assert_eq!(i8::from_ascii(b"-10"), Ok(-10)); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAscii::from_ascii(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:192:20 [INFO] [stdout] | [INFO] [stdout] 192 | assert_eq!(u8::from_ascii(b"-10").is_err(), true); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAscii::from_ascii(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:193:20 [INFO] [stdout] | [INFO] [stdout] 193 | assert_eq!(i64::from_ascii(b"-10"), Ok(-10)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAscii::from_ascii(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:194:20 [INFO] [stdout] | [INFO] [stdout] 194 | assert_eq!(u64::from_ascii(b"-10").is_err(), true); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAscii::from_ascii(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:196:20 [INFO] [stdout] | [INFO] [stdout] 196 | assert_eq!(i8::from_ascii(b"1000").is_err(), true); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAscii::from_ascii(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:197:20 [INFO] [stdout] | [INFO] [stdout] 197 | assert_eq!(u8::from_ascii(b"1000").is_err(), true); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAscii::from_ascii(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:198:20 [INFO] [stdout] | [INFO] [stdout] 198 | assert_eq!(i64::from_ascii(b"1000"), Ok(1000)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAscii::from_ascii(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:199:20 [INFO] [stdout] | [INFO] [stdout] 199 | assert_eq!(u64::from_ascii(b"1000"), Ok(1000)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAscii::from_ascii(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:201:20 [INFO] [stdout] | [INFO] [stdout] 201 | assert_eq!(i8::from_ascii(b"-1000").is_err(), true); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAscii::from_ascii(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:202:20 [INFO] [stdout] | [INFO] [stdout] 202 | assert_eq!(u8::from_ascii(b"-1000").is_err(), true); [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAscii::from_ascii(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:203:20 [INFO] [stdout] | [INFO] [stdout] 203 | assert_eq!(i64::from_ascii(b"-1000"), Ok(-1000)); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAscii::from_ascii(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:204:20 [INFO] [stdout] | [INFO] [stdout] 204 | assert_eq!(u64::from_ascii(b"-1000").is_err(), true); [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAscii::from_ascii(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:209:20 [INFO] [stdout] | [INFO] [stdout] 209 | assert_eq!(i8::from_ascii_radix(b"ff", 16).is_err(), true); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:210:20 [INFO] [stdout] | [INFO] [stdout] 210 | assert_eq!(u8::from_ascii_radix(b"ff", 16), Ok(255)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:211:20 [INFO] [stdout] | [INFO] [stdout] 211 | assert_eq!(i8::from_ascii_radix(b"FF", 16).is_err(), true); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: an associated function with this name may be added to the standard library in the future [INFO] [stdout] --> src/num.rs:212:20 [INFO] [stdout] | [INFO] [stdout] 212 | assert_eq!(u8::from_ascii_radix(b"FF", 16), Ok(255)); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior! [INFO] [stdout] = note: for more information, see issue #48919 [INFO] [stdout] = help: call with fully qualified syntax `FromAsciiRadix::from_ascii_radix(...)` to keep using the current method [INFO] [stdout] help: add `#![feature(int_from_ascii)]` to the crate attributes to enable `core::num::::from_ascii_radix` [INFO] [stdout] --> src/lib.rs:18:1 [INFO] [stdout] | [INFO] [stdout] 18 + #![feature(int_from_ascii)] [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated method `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> src/flt.rs:33:14 [INFO] [stdout] | [INFO] [stdout] 33 | self.description().fmt(f) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [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: 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] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.45s [INFO] running `Command { std: "docker" "inspect" "d24a5f5fa4648c476c28ec70b66fe1070ab8dd99c3e38f5c777b2b20a37eaff6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d24a5f5fa4648c476c28ec70b66fe1070ab8dd99c3e38f5c777b2b20a37eaff6", kill_on_drop: false }` [INFO] [stdout] d24a5f5fa4648c476c28ec70b66fe1070ab8dd99c3e38f5c777b2b20a37eaff6