[INFO] fetching crate compiler_builtins 0.1.36... [INFO] checking compiler_builtins-0.1.36 against try#b2c2190fa7bf856bb0ed5e8806266e3a2135c6f8 for pr-78363 [INFO] extracting crate compiler_builtins 0.1.36 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate compiler_builtins 0.1.36 on toolchain b2c2190fa7bf856bb0ed5e8806266e3a2135c6f8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b2c2190fa7bf856bb0ed5e8806266e3a2135c6f8" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate compiler_builtins 0.1.36 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate compiler_builtins 0.1.36 [INFO] tweaked toml for crates.io crate compiler_builtins 0.1.36 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate crates.io crate compiler_builtins 0.1.36 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b2c2190fa7bf856bb0ed5e8806266e3a2135c6f8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rustc-std-workspace-core v1.0.0 [INFO] [stderr] Downloaded cc v1.0.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+b2c2190fa7bf856bb0ed5e8806266e3a2135c6f8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] edbbcafa599037ce29fe1a13aa4d3af6809fcad434b56333376063ea36d33ff1 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "edbbcafa599037ce29fe1a13aa4d3af6809fcad434b56333376063ea36d33ff1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "edbbcafa599037ce29fe1a13aa4d3af6809fcad434b56333376063ea36d33ff1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "edbbcafa599037ce29fe1a13aa4d3af6809fcad434b56333376063ea36d33ff1", kill_on_drop: false }` [INFO] [stdout] edbbcafa599037ce29fe1a13aa4d3af6809fcad434b56333376063ea36d33ff1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+b2c2190fa7bf856bb0ed5e8806266e3a2135c6f8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] aa2b259dc48d9eab765dae286a84020c8e451cc8a9a35c11c959075394b40cbf [INFO] running `Command { std: "docker" "start" "-a" "aa2b259dc48d9eab765dae286a84020c8e451cc8a9a35c11c959075394b40cbf", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling compiler_builtins v0.1.36 (/opt/rustwide/workdir) [INFO] [stdout] error[E0259]: the name `core` is defined multiple times [INFO] [stdout] --> src/lib.rs:32:1 [INFO] [stdout] | [INFO] [stdout] 32 | extern crate core; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ `core` reimported here [INFO] [stdout] | [INFO] [stdout] = note: `core` must be defined only once in the type namespace of this module [INFO] [stdout] help: you can use `as` to change the binding name of the import [INFO] [stdout] | [INFO] [stdout] 32 | extern crate core as other_core; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | let n = <$ity>::BITS; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 82 | int_to_float!(i, i32, f32) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 24 | if <$ity>::BITS < mant_dig { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 82 | int_to_float!(i, i32, f32) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | let n = <$ity>::BITS; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 87 | int_to_float!(i, i32, f64) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 24 | if <$ity>::BITS < mant_dig { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 87 | int_to_float!(i, i32, f64) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | let n = <$ity>::BITS; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 98 | int_to_float!(i, i64, f32) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 24 | if <$ity>::BITS < mant_dig { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 98 | int_to_float!(i, i64, f32) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | let n = <$ity>::BITS; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 110 | int_to_float!(i, i64, f64) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | let n = <$ity>::BITS; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 82 | int_to_float!(i, i32, f32) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unstable_name_collisions)]` on by default [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 24 | if <$ity>::BITS < mant_dig { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 110 | int_to_float!(i, i64, f64) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 24 | if <$ity>::BITS < mant_dig { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 82 | int_to_float!(i, i32, f32) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | let n = <$ity>::BITS; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 116 | int_to_float!(i, i128, f32) [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 24 | if <$ity>::BITS < mant_dig { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 116 | int_to_float!(i, i128, f32) [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | let n = <$ity>::BITS; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 121 | int_to_float!(i, i128, f64) [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 24 | if <$ity>::BITS < mant_dig { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 121 | int_to_float!(i, i128, f64) [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | let n = <$ity>::BITS; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 126 | int_to_float!(i, u32, f32) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 24 | if <$ity>::BITS < mant_dig { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 126 | int_to_float!(i, u32, f32) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | let n = <$ity>::BITS; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 87 | int_to_float!(i, i32, f64) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 24 | if <$ity>::BITS < mant_dig { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 87 | int_to_float!(i, i32, f64) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | let n = <$ity>::BITS; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 131 | int_to_float!(i, u32, f64) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 24 | if <$ity>::BITS < mant_dig { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 131 | int_to_float!(i, u32, f64) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | let n = <$ity>::BITS; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 137 | int_to_float!(i, u64, f32) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | let n = <$ity>::BITS; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 98 | int_to_float!(i, i64, f32) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 24 | if <$ity>::BITS < mant_dig { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 137 | int_to_float!(i, u64, f32) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 24 | if <$ity>::BITS < mant_dig { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 98 | int_to_float!(i, i64, f32) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | let n = <$ity>::BITS; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 143 | int_to_float!(i, u64, f64) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 24 | if <$ity>::BITS < mant_dig { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 143 | int_to_float!(i, u64, f64) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | let n = <$ity>::BITS; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 148 | int_to_float!(i, u128, f32) [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | let n = <$ity>::BITS; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 110 | int_to_float!(i, i64, f64) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 24 | if <$ity>::BITS < mant_dig { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 148 | int_to_float!(i, u128, f32) [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 24 | if <$ity>::BITS < mant_dig { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 110 | int_to_float!(i, i64, f64) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | let n = <$ity>::BITS; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 153 | int_to_float!(i, u128, f64) [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 24 | if <$ity>::BITS < mant_dig { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 153 | int_to_float!(i, u128, f64) [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | let n = <$ity>::BITS; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 116 | int_to_float!(i, i128, f32) [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 24 | if <$ity>::BITS < mant_dig { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 116 | int_to_float!(i, i128, f32) [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:168:27 [INFO] [stdout] | [INFO] [stdout] 168 | let fixint_bits = <$ity>::BITS as usize; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 230 | float_to_int!(f, f32, i32) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | let n = <$ity>::BITS; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 121 | int_to_float!(i, i128, f64) [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:168:27 [INFO] [stdout] | [INFO] [stdout] 168 | let fixint_bits = <$ity>::BITS as usize; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 235 | float_to_int!(f, f32, i64) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 24 | if <$ity>::BITS < mant_dig { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 121 | int_to_float!(i, i128, f64) [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | let n = <$ity>::BITS; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 126 | int_to_float!(i, u32, f32) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:168:27 [INFO] [stdout] | [INFO] [stdout] 168 | let fixint_bits = <$ity>::BITS as usize; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 240 | float_to_int!(f, f32, i128) [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 24 | if <$ity>::BITS < mant_dig { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 126 | int_to_float!(i, u32, f32) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:168:27 [INFO] [stdout] | [INFO] [stdout] 168 | let fixint_bits = <$ity>::BITS as usize; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 245 | float_to_int!(f, f64, i32) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | let n = <$ity>::BITS; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 131 | int_to_float!(i, u32, f64) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 24 | if <$ity>::BITS < mant_dig { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 131 | int_to_float!(i, u32, f64) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:168:27 [INFO] [stdout] | [INFO] [stdout] 168 | let fixint_bits = <$ity>::BITS as usize; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | float_to_int!(f, f64, i64) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:168:27 [INFO] [stdout] | [INFO] [stdout] 168 | let fixint_bits = <$ity>::BITS as usize; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 255 | float_to_int!(f, f64, i128) [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | let n = <$ity>::BITS; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 137 | int_to_float!(i, u64, f32) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 24 | if <$ity>::BITS < mant_dig { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 137 | int_to_float!(i, u64, f32) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:168:27 [INFO] [stdout] | [INFO] [stdout] 168 | let fixint_bits = <$ity>::BITS as usize; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 260 | float_to_int!(f, f32, u32) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | let n = <$ity>::BITS; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 143 | int_to_float!(i, u64, f64) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:168:27 [INFO] [stdout] | [INFO] [stdout] 168 | let fixint_bits = <$ity>::BITS as usize; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 265 | float_to_int!(f, f32, u64) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:168:27 [INFO] [stdout] | [INFO] [stdout] 168 | let fixint_bits = <$ity>::BITS as usize; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 270 | float_to_int!(f, f32, u128) [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 24 | if <$ity>::BITS < mant_dig { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 143 | int_to_float!(i, u64, f64) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:168:27 [INFO] [stdout] | [INFO] [stdout] 168 | let fixint_bits = <$ity>::BITS as usize; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 275 | float_to_int!(f, f64, u32) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | let n = <$ity>::BITS; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 148 | int_to_float!(i, u128, f32) [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 24 | if <$ity>::BITS < mant_dig { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 148 | int_to_float!(i, u128, f32) [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | let n = <$ity>::BITS; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 153 | int_to_float!(i, u128, f64) [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:24:12 [INFO] [stdout] | [INFO] [stdout] 24 | if <$ity>::BITS < mant_dig { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 153 | int_to_float!(i, u128, f64) [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:168:27 [INFO] [stdout] | [INFO] [stdout] 168 | let fixint_bits = <$ity>::BITS as usize; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 280 | float_to_int!(f, f64, u64) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:168:27 [INFO] [stdout] | [INFO] [stdout] 168 | let fixint_bits = <$ity>::BITS as usize; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 230 | float_to_int!(f, f32, i32) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:168:27 [INFO] [stdout] | [INFO] [stdout] 168 | let fixint_bits = <$ity>::BITS as usize; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 285 | float_to_int!(f, f64, u128) [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:168:27 [INFO] [stdout] | [INFO] [stdout] 168 | let fixint_bits = <$ity>::BITS as usize; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 235 | float_to_int!(f, f32, i64) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:168:27 [INFO] [stdout] | [INFO] [stdout] 168 | let fixint_bits = <$ity>::BITS as usize; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 240 | float_to_int!(f, f32, i128) [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:168:27 [INFO] [stdout] | [INFO] [stdout] 168 | let fixint_bits = <$ity>::BITS as usize; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 245 | float_to_int!(f, f64, i32) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:168:27 [INFO] [stdout] | [INFO] [stdout] 168 | let fixint_bits = <$ity>::BITS as usize; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 250 | float_to_int!(f, f64, i64) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:168:27 [INFO] [stdout] | [INFO] [stdout] 168 | let fixint_bits = <$ity>::BITS as usize; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 255 | float_to_int!(f, f64, i128) [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:168:27 [INFO] [stdout] | [INFO] [stdout] 168 | let fixint_bits = <$ity>::BITS as usize; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 260 | float_to_int!(f, f32, u32) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:168:27 [INFO] [stdout] | [INFO] [stdout] 168 | let fixint_bits = <$ity>::BITS as usize; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 265 | float_to_int!(f, f32, u64) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:168:27 [INFO] [stdout] | [INFO] [stdout] 168 | let fixint_bits = <$ity>::BITS as usize; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 270 | float_to_int!(f, f32, u128) [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:168:27 [INFO] [stdout] | [INFO] [stdout] 168 | let fixint_bits = <$ity>::BITS as usize; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 275 | float_to_int!(f, f64, u32) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:168:27 [INFO] [stdout] | [INFO] [stdout] 168 | let fixint_bits = <$ity>::BITS as usize; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 280 | float_to_int!(f, f64, u64) [INFO] [stdout] | -------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: a method with this name may be added to the standard library in the future [INFO] [stdout] --> src/float/conv.rs:168:27 [INFO] [stdout] | [INFO] [stdout] 168 | let fixint_bits = <$ity>::BITS as usize; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 285 | float_to_int!(f, f64, u128) [INFO] [stdout] | --------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: once this method 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 `Int::BITS(...)` to keep using the current method [INFO] [stdout] = help: add `#![feature(int_bits_const)]` to the crate attributes to enable `num::::BITS` [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 36 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0259`. [INFO] [stdout] [INFO] [stderr] error: could not compile `compiler_builtins` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] warning: 36 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "aa2b259dc48d9eab765dae286a84020c8e451cc8a9a35c11c959075394b40cbf", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aa2b259dc48d9eab765dae286a84020c8e451cc8a9a35c11c959075394b40cbf", kill_on_drop: false }` [INFO] [stdout] aa2b259dc48d9eab765dae286a84020c8e451cc8a9a35c11c959075394b40cbf