[INFO] fetching crate compiler_builtins 0.1.36... [INFO] checking compiler_builtins-0.1.36 against master#0d37dca25a51fb900a402c94c8818ad1c2789e30 for pr-77526 [INFO] extracting crate compiler_builtins 0.1.36 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate compiler_builtins 0.1.36 on toolchain 0d37dca25a51fb900a402c94c8818ad1c2789e30 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+0d37dca25a51fb900a402c94c8818ad1c2789e30" "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-4/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" "+0d37dca25a51fb900a402c94c8818ad1c2789e30" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+0d37dca25a51fb900a402c94c8818ad1c2789e30" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 08cddf3e417d116ac15b93192318ec74ab65e73a6104d5bb1ea6b03df64dd4b1 [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" "08cddf3e417d116ac15b93192318ec74ab65e73a6104d5bb1ea6b03df64dd4b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "08cddf3e417d116ac15b93192318ec74ab65e73a6104d5bb1ea6b03df64dd4b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "08cddf3e417d116ac15b93192318ec74ab65e73a6104d5bb1ea6b03df64dd4b1", kill_on_drop: false }` [INFO] [stdout] 08cddf3e417d116ac15b93192318ec74ab65e73a6104d5bb1ea6b03df64dd4b1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+0d37dca25a51fb900a402c94c8818ad1c2789e30" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3e3688635341274fb2823efd224d8c86caf093d2fd10c09a67ab358bd25ed64e [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" "3e3688635341274fb2823efd224d8c86caf093d2fd10c09a67ab358bd25ed64e", kill_on_drop: false }` [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: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] 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] 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: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: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: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] 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] 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] 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: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] 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] 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: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: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: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] 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] 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" "3e3688635341274fb2823efd224d8c86caf093d2fd10c09a67ab358bd25ed64e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3e3688635341274fb2823efd224d8c86caf093d2fd10c09a67ab358bd25ed64e", kill_on_drop: false }` [INFO] [stdout] 3e3688635341274fb2823efd224d8c86caf093d2fd10c09a67ab358bd25ed64e