[INFO] fetching crate rug 1.30.0...
[INFO] checking rug-1.30.0 against 011c518242557d21690f7936b5812318dc2fec47 for pr-159877
[INFO] extracting crate rug 1.30.0 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate rug 1.30.0
[INFO] finished tweaking crates.io crate rug 1.30.0
[INFO] tweaked toml for crates.io crate rug 1.30.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate rug 1.30.0 on toolchain 011c518242557d21690f7936b5812318dc2fec47
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+011c518242557d21690f7936b5812318dc2fec47" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate rug 1.30.0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+011c518242557d21690f7936b5812318dc2fec47" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:1fa6594d87c8fa7b311925a7a77a16f539833322d9dfba4ce891f211db2f90b1" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 050b6bb9aa75d1f6f7f4d97b791dcf973e0b4cdeb5b7db2918046c8fae4034b8
[INFO] running `Command { std: "docker" "start" "050b6bb9aa75d1f6f7f4d97b791dcf973e0b4cdeb5b7db2918046c8fae4034b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "050b6bb9aa75d1f6f7f4d97b791dcf973e0b4cdeb5b7db2918046c8fae4034b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "050b6bb9aa75d1f6f7f4d97b791dcf973e0b4cdeb5b7db2918046c8fae4034b8" "/opt/rustwide/cargo-home/bin/cargo" "+011c518242557d21690f7936b5812318dc2fec47" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "050b6bb9aa75d1f6f7f4d97b791dcf973e0b4cdeb5b7db2918046c8fae4034b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "050b6bb9aa75d1f6f7f4d97b791dcf973e0b4cdeb5b7db2918046c8fae4034b8" "/opt/rustwide/cargo-home/bin/cargo" "+011c518242557d21690f7936b5812318dc2fec47" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling gmp-mpfr-sys v1.7.0
[INFO] [stderr]    Compiling rug v1.30.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]     Checking serde_test v1.0.177
[INFO] [stdout] warning: a method with this name may be added to the standard library in the future
[INFO] [stdout]    --> src/ext/xmpc.rs:229:28
[INFO] [stdout]     |
[INFO] [stdout] 229 |     let n = pointers.len().strict_cast();
[INFO] [stdout]     |                            ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: `#[warn(unstable_name_collisions)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl usize>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpc.rs:296:30
[INFO] [stdout]     |
[INFO] [stdout] 296 |     let n = pointers_a.len().strict_cast();
[INFO] [stdout]     |                              ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl usize>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpc.rs:344:19
[INFO] [stdout]     |
[INFO] [stdout] 344 |     let op2 = op2.strict_cast();
[INFO] [stdout]     |                   ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl isize>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpc.rs:350:19
[INFO] [stdout]     |
[INFO] [stdout] 350 |     let op2 = op2.strict_cast();
[INFO] [stdout]     |                   ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl isize>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpc.rs:356:19
[INFO] [stdout]     |
[INFO] [stdout] 356 |     let op2 = op2.strict_cast();
[INFO] [stdout]     |                   ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl usize>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpc.rs:362:19
[INFO] [stdout]     |
[INFO] [stdout] 362 |     let op2 = op2.strict_cast();
[INFO] [stdout]     |                   ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl usize>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpfr.rs:327:28
[INFO] [stdout]     |
[INFO] [stdout] 327 |     let n = pointers.len().strict_cast();
[INFO] [stdout]     |                            ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl usize>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpfr.rs:386:30
[INFO] [stdout]     |
[INFO] [stdout] 386 |     let n = pointers_a.len().strict_cast();
[INFO] [stdout]     |                              ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl usize>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpfr.rs:566:17
[INFO] [stdout]     |
[INFO] [stdout] 566 |             exp.strict_cast()
[INFO] [stdout]     |                 ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i64>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpfr.rs:589:19
[INFO] [stdout]     |
[INFO] [stdout] 589 |     let op2 = op2.strict_cast();
[INFO] [stdout]     |                   ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl isize>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpfr.rs:595:19
[INFO] [stdout]     |
[INFO] [stdout] 595 |     let op2 = op2.strict_cast();
[INFO] [stdout]     |                   ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl isize>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpfr.rs:601:19
[INFO] [stdout]     |
[INFO] [stdout] 601 |     let op2 = op2.strict_cast();
[INFO] [stdout]     |                   ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl usize>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpfr.rs:607:19
[INFO] [stdout]     |
[INFO] [stdout] 607 |     let op2 = op2.strict_cast();
[INFO] [stdout]     |                   ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl usize>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpq.rs:472:19
[INFO] [stdout]     |
[INFO] [stdout] 472 |     let op2 = op2.strict_cast();
[INFO] [stdout]     |                   ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl usize>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpq.rs:480:19
[INFO] [stdout]     |
[INFO] [stdout] 480 |     let op2 = op2.strict_cast();
[INFO] [stdout]     |                   ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl usize>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpq.rs:591:59
[INFO] [stdout]     |
[INFO] [stdout] 591 |         gmp::mpf_init2(rhs.as_mut_ptr(), (den1_bits + 53).strict_cast());
[INFO] [stdout]     |                                                           ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u32>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpz.rs:176:21
[INFO] [stdout]     |
[INFO] [stdout] 176 |     let bits = bits.strict_cast();
[INFO] [stdout]     |                     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl usize>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpz.rs:242:44
[INFO] [stdout]     |
[INFO] [stdout] 242 |     let significant = significant_bits(op).strict_cast();
[INFO] [stdout]     |                                            ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl usize>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpz.rs:792:19
[INFO] [stdout]     |
[INFO] [stdout] 792 |     let op2 = op2.strict_cast();
[INFO] [stdout]     |                   ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl usize>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpz.rs:800:19
[INFO] [stdout]     |
[INFO] [stdout] 800 |     let op2 = op2.strict_cast();
[INFO] [stdout]     |                   ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl usize>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpz.rs:811:30
[INFO] [stdout]     |
[INFO] [stdout] 811 |             _ => limb(op, 0).wrapping_cast(),
[INFO] [stdout]     |                              ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpz.rs:821:30
[INFO] [stdout]     |
[INFO] [stdout] 821 |             _ => limb(op, 0).wrapping_cast(),
[INFO] [stdout]     |                              ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpz.rs:831:30
[INFO] [stdout]     |
[INFO] [stdout] 831 |             _ => limb(op, 0).wrapping_cast(),
[INFO] [stdout]     |                              ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpz.rs:1063:62
[INFO] [stdout]      |
[INFO] [stdout] 1063 |     unsafe { gmp::mpn_sizeinbase(op.inner().d.as_ptr(), size.strict_cast(), 2) }
[INFO] [stdout]      |                                                              ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u32>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/ext/xmpz.rs:1149:60
[INFO] [stdout]      |
[INFO] [stdout] 1149 |         let rem_next_limb = unsafe { limb(rem, (s_rem - 1).strict_cast()) };
[INFO] [stdout]      |                                                            ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i32>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/ext/xmpz.rs:1158:49
[INFO] [stdout]      |
[INFO] [stdout] 1158 |         let div_limb = unsafe { limb(divisor, i.strict_cast()) };
[INFO] [stdout]      |                                                 ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i32>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/ext/xmpz.rs:1159:56
[INFO] [stdout]      |
[INFO] [stdout] 1159 |         let rem_next_limb = unsafe { limb(rem, (i - 1).strict_cast()) };
[INFO] [stdout]      |                                                        ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i32>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/ext/xmpz64.rs:27:24
[INFO] [stdout]     |
[INFO] [stdout]  27 |     if let Some(u) = u.checked_cast() {
[INFO] [stdout]     |                        ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::CheckedCast::checked_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u128>::checked_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpz64.rs:35:35
[INFO] [stdout]     |
[INFO] [stdout]  35 |             *limb_mut(rop, 0) = u.wrapping_cast();
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u128>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpz64.rs:36:43
[INFO] [stdout]     |
[INFO] [stdout]  36 |             *limb_mut(rop, 1) = (u >> 64).wrapping_cast();
[INFO] [stdout]     |                                           ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u128>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpz64.rs:53:24
[INFO] [stdout]     |
[INFO] [stdout]  53 |     if let Some(u) = u.checked_cast() {
[INFO] [stdout]     |                        ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::CheckedCast::checked_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u128>::checked_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpz64.rs:62:35
[INFO] [stdout]     |
[INFO] [stdout]  62 |             *limb_mut(rop, 0) = u.wrapping_cast();
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u128>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpz64.rs:63:43
[INFO] [stdout]     |
[INFO] [stdout]  63 |             *limb_mut(rop, 1) = (u >> 64).wrapping_cast();
[INFO] [stdout]     |                                           ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u128>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/misc.rs:42:48
[INFO] [stdout]     |
[INFO] [stdout]  42 |                     (true, self.wrapping_neg().wrapping_cast())
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  59 | neg_abs! { i8; u8 }
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `neg_abs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i8>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/misc.rs:44:34
[INFO] [stdout]     |
[INFO] [stdout]  44 |                     (false, self.wrapping_cast())
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  59 | neg_abs! { i8; u8 }
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `neg_abs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i8>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/misc.rs:42:48
[INFO] [stdout]     |
[INFO] [stdout]  42 |                     (true, self.wrapping_neg().wrapping_cast())
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  60 | neg_abs! { i16; u16 }
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `neg_abs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i16>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/misc.rs:44:34
[INFO] [stdout]     |
[INFO] [stdout]  44 |                     (false, self.wrapping_cast())
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  60 | neg_abs! { i16; u16 }
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `neg_abs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i16>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/misc.rs:42:48
[INFO] [stdout]     |
[INFO] [stdout]  42 |                     (true, self.wrapping_neg().wrapping_cast())
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  61 | neg_abs! { i32; u32 }
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `neg_abs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i32>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/misc.rs:44:34
[INFO] [stdout]     |
[INFO] [stdout]  44 |                     (false, self.wrapping_cast())
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  61 | neg_abs! { i32; u32 }
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `neg_abs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i32>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/misc.rs:42:48
[INFO] [stdout]     |
[INFO] [stdout]  42 |                     (true, self.wrapping_neg().wrapping_cast())
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  62 | neg_abs! { i64; u64 }
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `neg_abs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i64>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/misc.rs:44:34
[INFO] [stdout]     |
[INFO] [stdout]  44 |                     (false, self.wrapping_cast())
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  62 | neg_abs! { i64; u64 }
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `neg_abs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i64>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/misc.rs:42:48
[INFO] [stdout]     |
[INFO] [stdout]  42 |                     (true, self.wrapping_neg().wrapping_cast())
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  63 | neg_abs! { i128; u128 }
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `neg_abs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i128>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/misc.rs:44:34
[INFO] [stdout]     |
[INFO] [stdout]  44 |                     (false, self.wrapping_cast())
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  63 | neg_abs! { i128; u128 }
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `neg_abs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i128>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/misc.rs:42:48
[INFO] [stdout]     |
[INFO] [stdout]  42 |                     (true, self.wrapping_neg().wrapping_cast())
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  64 | neg_abs! { isize; usize }
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `neg_abs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl isize>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/misc.rs:44:34
[INFO] [stdout]     |
[INFO] [stdout]  44 |                     (false, self.wrapping_cast())
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  64 | neg_abs! { isize; usize }
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `neg_abs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl isize>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpc.rs:229:28
[INFO] [stdout]     |
[INFO] [stdout] 229 |     let n = pointers.len().strict_cast();
[INFO] [stdout]     |                            ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: `#[warn(unstable_name_collisions)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl usize>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpc.rs:296:30
[INFO] [stdout]     |
[INFO] [stdout] 296 |     let n = pointers_a.len().strict_cast();
[INFO] [stdout]     |                              ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl usize>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpc.rs:344:19
[INFO] [stdout]     |
[INFO] [stdout] 344 |     let op2 = op2.strict_cast();
[INFO] [stdout]     |                   ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl isize>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpc.rs:350:19
[INFO] [stdout]     |
[INFO] [stdout] 350 |     let op2 = op2.strict_cast();
[INFO] [stdout]     |                   ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl isize>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpc.rs:356:19
[INFO] [stdout]     |
[INFO] [stdout] 356 |     let op2 = op2.strict_cast();
[INFO] [stdout]     |                   ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl usize>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpc.rs:362:19
[INFO] [stdout]     |
[INFO] [stdout] 362 |     let op2 = op2.strict_cast();
[INFO] [stdout]     |                   ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl usize>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpfr.rs:327:28
[INFO] [stdout]     |
[INFO] [stdout] 327 |     let n = pointers.len().strict_cast();
[INFO] [stdout]     |                            ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl usize>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpfr.rs:386:30
[INFO] [stdout]     |
[INFO] [stdout] 386 |     let n = pointers_a.len().strict_cast();
[INFO] [stdout]     |                              ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl usize>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpfr.rs:566:17
[INFO] [stdout]     |
[INFO] [stdout] 566 |             exp.strict_cast()
[INFO] [stdout]     |                 ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i64>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpfr.rs:589:19
[INFO] [stdout]     |
[INFO] [stdout] 589 |     let op2 = op2.strict_cast();
[INFO] [stdout]     |                   ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl isize>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpfr.rs:595:19
[INFO] [stdout]     |
[INFO] [stdout] 595 |     let op2 = op2.strict_cast();
[INFO] [stdout]     |                   ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl isize>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpfr.rs:601:19
[INFO] [stdout]     |
[INFO] [stdout] 601 |     let op2 = op2.strict_cast();
[INFO] [stdout]     |                   ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl usize>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpfr.rs:607:19
[INFO] [stdout]     |
[INFO] [stdout] 607 |     let op2 = op2.strict_cast();
[INFO] [stdout]     |                   ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl usize>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpq.rs:472:19
[INFO] [stdout]     |
[INFO] [stdout] 472 |     let op2 = op2.strict_cast();
[INFO] [stdout]     |                   ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl usize>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpq.rs:480:19
[INFO] [stdout]     |
[INFO] [stdout] 480 |     let op2 = op2.strict_cast();
[INFO] [stdout]     |                   ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl usize>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpq.rs:591:59
[INFO] [stdout]     |
[INFO] [stdout] 591 |         gmp::mpf_init2(rhs.as_mut_ptr(), (den1_bits + 53).strict_cast());
[INFO] [stdout]     |                                                           ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u32>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpz.rs:176:21
[INFO] [stdout]     |
[INFO] [stdout] 176 |     let bits = bits.strict_cast();
[INFO] [stdout]     |                     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl usize>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpz.rs:242:44
[INFO] [stdout]     |
[INFO] [stdout] 242 |     let significant = significant_bits(op).strict_cast();
[INFO] [stdout]     |                                            ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl usize>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpz.rs:792:19
[INFO] [stdout]     |
[INFO] [stdout] 792 |     let op2 = op2.strict_cast();
[INFO] [stdout]     |                   ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl usize>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpz.rs:800:19
[INFO] [stdout]     |
[INFO] [stdout] 800 |     let op2 = op2.strict_cast();
[INFO] [stdout]     |                   ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl usize>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpz.rs:811:30
[INFO] [stdout]     |
[INFO] [stdout] 811 |             _ => limb(op, 0).wrapping_cast(),
[INFO] [stdout]     |                              ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpz.rs:821:30
[INFO] [stdout]     |
[INFO] [stdout] 821 |             _ => limb(op, 0).wrapping_cast(),
[INFO] [stdout]     |                              ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpz.rs:831:30
[INFO] [stdout]     |
[INFO] [stdout] 831 |             _ => limb(op, 0).wrapping_cast(),
[INFO] [stdout]     |                              ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpz.rs:1063:62
[INFO] [stdout]      |
[INFO] [stdout] 1063 |     unsafe { gmp::mpn_sizeinbase(op.inner().d.as_ptr(), size.strict_cast(), 2) }
[INFO] [stdout]      |                                                              ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u32>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/ext/xmpz.rs:1149:60
[INFO] [stdout]      |
[INFO] [stdout] 1149 |         let rem_next_limb = unsafe { limb(rem, (s_rem - 1).strict_cast()) };
[INFO] [stdout]      |                                                            ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i32>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/ext/xmpz.rs:1158:49
[INFO] [stdout]      |
[INFO] [stdout] 1158 |         let div_limb = unsafe { limb(divisor, i.strict_cast()) };
[INFO] [stdout]      |                                                 ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i32>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/ext/xmpz.rs:1159:56
[INFO] [stdout]      |
[INFO] [stdout] 1159 |         let rem_next_limb = unsafe { limb(rem, (i - 1).strict_cast()) };
[INFO] [stdout]      |                                                        ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i32>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/ext/xmpz64.rs:27:24
[INFO] [stdout]     |
[INFO] [stdout]  27 |     if let Some(u) = u.checked_cast() {
[INFO] [stdout]     |                        ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::CheckedCast::checked_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u128>::checked_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpz64.rs:35:35
[INFO] [stdout]     |
[INFO] [stdout]  35 |             *limb_mut(rop, 0) = u.wrapping_cast();
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u128>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpz64.rs:36:43
[INFO] [stdout]     |
[INFO] [stdout]  36 |             *limb_mut(rop, 1) = (u >> 64).wrapping_cast();
[INFO] [stdout]     |                                           ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u128>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpz64.rs:53:24
[INFO] [stdout]     |
[INFO] [stdout]  53 |     if let Some(u) = u.checked_cast() {
[INFO] [stdout]     |                        ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::CheckedCast::checked_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u128>::checked_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpz64.rs:62:35
[INFO] [stdout]     |
[INFO] [stdout]  62 |             *limb_mut(rop, 0) = u.wrapping_cast();
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u128>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/ext/xmpz64.rs:63:43
[INFO] [stdout]     |
[INFO] [stdout]  63 |             *limb_mut(rop, 1) = (u >> 64).wrapping_cast();
[INFO] [stdout]     |                                           ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u128>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/misc.rs:42:48
[INFO] [stdout]     |
[INFO] [stdout]  42 |                     (true, self.wrapping_neg().wrapping_cast())
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  59 | neg_abs! { i8; u8 }
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `neg_abs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i8>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/misc.rs:44:34
[INFO] [stdout]     |
[INFO] [stdout]  44 |                     (false, self.wrapping_cast())
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  59 | neg_abs! { i8; u8 }
[INFO] [stdout]     | ------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `neg_abs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i8>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/misc.rs:42:48
[INFO] [stdout]     |
[INFO] [stdout]  42 |                     (true, self.wrapping_neg().wrapping_cast())
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  60 | neg_abs! { i16; u16 }
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `neg_abs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i16>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/misc.rs:44:34
[INFO] [stdout]     |
[INFO] [stdout]  44 |                     (false, self.wrapping_cast())
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  60 | neg_abs! { i16; u16 }
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `neg_abs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i16>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/misc.rs:42:48
[INFO] [stdout]     |
[INFO] [stdout]  42 |                     (true, self.wrapping_neg().wrapping_cast())
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  61 | neg_abs! { i32; u32 }
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `neg_abs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i32>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/misc.rs:44:34
[INFO] [stdout]     |
[INFO] [stdout]  44 |                     (false, self.wrapping_cast())
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  61 | neg_abs! { i32; u32 }
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `neg_abs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i32>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/misc.rs:42:48
[INFO] [stdout]     |
[INFO] [stdout]  42 |                     (true, self.wrapping_neg().wrapping_cast())
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  62 | neg_abs! { i64; u64 }
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `neg_abs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i64>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/misc.rs:44:34
[INFO] [stdout]     |
[INFO] [stdout]  44 |                     (false, self.wrapping_cast())
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  62 | neg_abs! { i64; u64 }
[INFO] [stdout]     | --------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `neg_abs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i64>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/misc.rs:42:48
[INFO] [stdout]     |
[INFO] [stdout]  42 |                     (true, self.wrapping_neg().wrapping_cast())
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  63 | neg_abs! { i128; u128 }
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `neg_abs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i128>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/misc.rs:44:34
[INFO] [stdout]     |
[INFO] [stdout]  44 |                     (false, self.wrapping_cast())
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  63 | neg_abs! { i128; u128 }
[INFO] [stdout]     | ----------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `neg_abs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i128>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/misc.rs:42:48
[INFO] [stdout]     |
[INFO] [stdout]  42 |                     (true, self.wrapping_neg().wrapping_cast())
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  64 | neg_abs! { isize; usize }
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `neg_abs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl isize>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/misc.rs:44:34
[INFO] [stdout]     |
[INFO] [stdout]  44 |                     (false, self.wrapping_cast())
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout]  64 | neg_abs! { isize; usize }
[INFO] [stdout]     | ------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `neg_abs` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl isize>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/integer/big.rs:341:63
[INFO] [stdout]     |
[INFO] [stdout] 341 |                 gmp::mpz_realloc2(self.as_raw_mut(), req_bits.strict_cast());
[INFO] [stdout]     |                                                               ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl usize>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/integer/big.rs:400:64
[INFO] [stdout]     |
[INFO] [stdout] 400 |                 gmp::_mpz_realloc(self.as_raw_mut(), min_limbs.strict_cast());
[INFO] [stdout]     |                                                                ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl usize>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/integer/big.rs:407:69
[INFO] [stdout]     |
[INFO] [stdout] 407 |                     gmp::_mpz_realloc(self.as_raw_mut(), used_limbs.strict_cast());
[INFO] [stdout]     |                                                                     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i32>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/integer/big.rs:824:38
[INFO] [stdout]     |
[INFO] [stdout] 824 |             let offset = digit_count.strict_cast();
[INFO] [stdout]     |                                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl usize>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/integer/big.rs:827:37
[INFO] [stdout]     |
[INFO] [stdout] 827 |             let offset = zero_count.strict_cast();
[INFO] [stdout]     |                                     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl usize>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/integer/big.rs:1077:72
[INFO] [stdout]      |
[INFO] [stdout] 1077 |             self.inner.size = (if is_negative { -size } else { size }).strict_cast();
[INFO] [stdout]      |                                                                        ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/big.rs:1825:17
[INFO] [stdout]      |
[INFO] [stdout] 1825 |         (f, exp.strict_cast())
[INFO] [stdout]      |                 ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/big.rs:2290:38
[INFO] [stdout]      |
[INFO] [stdout] 2290 |         xmpz::significant_bits(self).strict_cast()
[INFO] [stdout]      |                                      ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl usize>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/big.rs:2320:33
[INFO] [stdout]      |
[INFO] [stdout] 2320 |         xmpz::signed_bits(self).strict_cast()
[INFO] [stdout]      |                                 ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl usize>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/big.rs:3543:44
[INFO] [stdout]      |
[INFO] [stdout] 3543 |         xmpz::fdiv_ui(self, modulo.into()).wrapping_cast()
[INFO] [stdout]      |                                            ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::wrapping_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/big.rs:4530:47
[INFO] [stdout]      |
[INFO] [stdout] 4530 |         match xmpz::probab_prime_p(self, reps.strict_cast()) {
[INFO] [stdout]      |                                               ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u32>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/big.rs:5243:40
[INFO] [stdout]      |
[INFO] [stdout] 5243 |         xmpz::remove(self, (), factor).strict_cast()
[INFO] [stdout]      |                                        ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/big.rs:6230:17
[INFO] [stdout]      |
[INFO] [stdout] 6230 |             gcd.checked_cast()
[INFO] [stdout]      |                 ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::CheckedCast::checked_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::checked_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/big.rs:6322:66
[INFO] [stdout]      |
[INFO] [stdout] 6322 |         *self.1 = xmpz::remove(self.0, src.ref_self, src.factor).strict_cast();
[INFO] [stdout]      |                                                                  ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/casts.rs:97:18
[INFO] [stdout]     |
[INFO] [stdout]  97 |                 .wrapping_cast()
[INFO] [stdout]     |                  ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 156 | cast_int! { i8, xmpz::fits_i8, xmpz::get_abs_u8 }
[INFO] [stdout]     | ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `cast_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u8>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/integer/casts.rs:97:18
[INFO] [stdout]     |
[INFO] [stdout]  97 |                 .wrapping_cast()
[INFO] [stdout]     |                  ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 157 | cast_int! { i16, xmpz::fits_i16, xmpz::get_abs_u16 }
[INFO] [stdout]     | ---------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `cast_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u16>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/integer/casts.rs:97:18
[INFO] [stdout]     |
[INFO] [stdout]  97 |                 .wrapping_cast()
[INFO] [stdout]     |                  ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 158 | cast_int! { i32, xmpz::fits_i32, xmpz::get_abs_u32 }
[INFO] [stdout]     | ---------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `cast_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u32>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/integer/casts.rs:97:18
[INFO] [stdout]     |
[INFO] [stdout]  97 |                 .wrapping_cast()
[INFO] [stdout]     |                  ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 159 | cast_int! { i64, xmpz::fits_i64, xmpz::get_abs_u64 }
[INFO] [stdout]     | ---------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `cast_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/integer/casts.rs:97:18
[INFO] [stdout]     |
[INFO] [stdout]  97 |                 .wrapping_cast()
[INFO] [stdout]     |                  ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 160 | cast_int! { i128, xmpz::fits_i128, xmpz::get_abs_u128 }
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `cast_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u128>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/integer/casts.rs:97:18
[INFO] [stdout]     |
[INFO] [stdout]  97 |                 .wrapping_cast()
[INFO] [stdout]     |                  ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 164 | cast_int! { isize, xmpz::fits_i64, xmpz::get_abs_u64 }
[INFO] [stdout]     | ------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `cast_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/integer/casts.rs:97:18
[INFO] [stdout]     |
[INFO] [stdout]  97 |                 .wrapping_cast()
[INFO] [stdout]     |                  ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 165 | cast_int! { u8, xmpz::fits_u8, xmpz::get_abs_u8 }
[INFO] [stdout]     | ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `cast_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u8>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/integer/casts.rs:97:18
[INFO] [stdout]     |
[INFO] [stdout]  97 |                 .wrapping_cast()
[INFO] [stdout]     |                  ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 166 | cast_int! { u16, xmpz::fits_u16, xmpz::get_abs_u16 }
[INFO] [stdout]     | ---------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `cast_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u16>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/integer/casts.rs:97:18
[INFO] [stdout]     |
[INFO] [stdout]  97 |                 .wrapping_cast()
[INFO] [stdout]     |                  ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 167 | cast_int! { u32, xmpz::fits_u32, xmpz::get_abs_u32 }
[INFO] [stdout]     | ---------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `cast_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u32>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/integer/casts.rs:97:18
[INFO] [stdout]     |
[INFO] [stdout]  97 |                 .wrapping_cast()
[INFO] [stdout]     |                  ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 | cast_int! { u64, xmpz::fits_u64, xmpz::get_abs_u64 }
[INFO] [stdout]     | ---------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `cast_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/integer/casts.rs:97:18
[INFO] [stdout]     |
[INFO] [stdout]  97 |                 .wrapping_cast()
[INFO] [stdout]     |                  ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 | cast_int! { u128, xmpz::fits_u128, xmpz::get_abs_u128 }
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `cast_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u128>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/integer/casts.rs:97:18
[INFO] [stdout]     |
[INFO] [stdout]  97 |                 .wrapping_cast()
[INFO] [stdout]     |                  ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 173 | cast_int! { usize, xmpz::fits_u64, xmpz::get_abs_u64 }
[INFO] [stdout]     | ------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `cast_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/integer/long64.rs:1368:17
[INFO] [stdout]      |
[INFO] [stdout] 1368 |         (f, exp.strict_cast())
[INFO] [stdout]      |                 ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1373:44
[INFO] [stdout]      |
[INFO] [stdout] 1373 |         xmpz::divisible_ui_p(self, divisor.strict_cast())
[INFO] [stdout]      |                                            ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1378:40
[INFO] [stdout]      |
[INFO] [stdout] 1378 |         xmpz::divisible_2exp_p(self, b.strict_cast())
[INFO] [stdout]      |                                        ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1383:38
[INFO] [stdout]      |
[INFO] [stdout] 1383 |         xmpz::congruent_ui_p(self, c.strict_cast(), divisor.strict_cast())
[INFO] [stdout]      |                                      ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1383:61
[INFO] [stdout]      |
[INFO] [stdout] 1383 |         xmpz::congruent_ui_p(self, c.strict_cast(), divisor.strict_cast())
[INFO] [stdout]      |                                                             ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1388:43
[INFO] [stdout]      |
[INFO] [stdout] 1388 |         xmpz::congruent_2exp_p(self, c, b.strict_cast())
[INFO] [stdout]      |                                           ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1393:38
[INFO] [stdout]      |
[INFO] [stdout] 1393 |         xmpz::significant_bits(self).strict_cast()
[INFO] [stdout]      |                                      ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl usize>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1398:33
[INFO] [stdout]      |
[INFO] [stdout] 1398 |         xmpz::signed_bits(self).strict_cast()
[INFO] [stdout]      |                                 ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl usize>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1413:33
[INFO] [stdout]      |
[INFO] [stdout] 1413 |         xmpz::scan0(self, start.strict_cast()).map(From::from)
[INFO] [stdout]      |                                 ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1418:33
[INFO] [stdout]      |
[INFO] [stdout] 1418 |         xmpz::scan1(self, start.strict_cast()).map(From::from)
[INFO] [stdout]      |                                 ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1424:38
[INFO] [stdout]      |
[INFO] [stdout] 1424 |             xmpz::setbit(self, index.strict_cast());
[INFO] [stdout]      |                                      ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1426:38
[INFO] [stdout]      |
[INFO] [stdout] 1426 |             xmpz::clrbit(self, index.strict_cast());
[INFO] [stdout]      |                                      ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1433:34
[INFO] [stdout]      |
[INFO] [stdout] 1433 |         xmpz::tstbit(self, index.strict_cast())
[INFO] [stdout]      |                                  ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1438:34
[INFO] [stdout]      |
[INFO] [stdout] 1438 |         xmpz::combit(self, index.strict_cast());
[INFO] [stdout]      |                                  ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1455:39
[INFO] [stdout]      |
[INFO] [stdout] 1455 |         xmpz::fdiv_r_2exp(self, (), n.strict_cast());
[INFO] [stdout]      |                                       ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1460:19
[INFO] [stdout]      |
[INFO] [stdout] 1460 |         let n = n.strict_cast();
[INFO] [stdout]      |                   ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1472:44
[INFO] [stdout]      |
[INFO] [stdout] 1472 |         xmpz::keep_signed_bits(self, (), n.strict_cast());
[INFO] [stdout]      |                                            ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1477:19
[INFO] [stdout]      |
[INFO] [stdout] 1477 |         let n = n.strict_cast();
[INFO] [stdout]      |                   ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1483:36
[INFO] [stdout]      |
[INFO] [stdout] 1483 |         xmpz::fdiv_ui(self, modulo.strict_cast()).into()
[INFO] [stdout]      |                                    ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1523:32
[INFO] [stdout]      |
[INFO] [stdout] 1523 |         xmpz::root(self, (), n.strict_cast());
[INFO] [stdout]      |                                ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1528:19
[INFO] [stdout]      |
[INFO] [stdout] 1528 |         let n = n.strict_cast();
[INFO] [stdout]      |                   ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1540:46
[INFO] [stdout]      |
[INFO] [stdout] 1540 |         xmpz::rootrem(self, remainder, (), n.strict_cast());
[INFO] [stdout]      |                                              ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1545:19
[INFO] [stdout]      |
[INFO] [stdout] 1545 |         let n = n.strict_cast();
[INFO] [stdout]      |                   ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1608:19
[INFO] [stdout]      |
[INFO] [stdout] 1608 |         let n = n.strict_cast();
[INFO] [stdout]      |                   ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1614:19
[INFO] [stdout]      |
[INFO] [stdout] 1614 |         let n = n.strict_cast();
[INFO] [stdout]      |                   ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1620:19
[INFO] [stdout]      |
[INFO] [stdout] 1620 |         let n = n.strict_cast();
[INFO] [stdout]      |                   ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1621:19
[INFO] [stdout]      |
[INFO] [stdout] 1621 |         let m = m.strict_cast();
[INFO] [stdout]      |                   ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1627:19
[INFO] [stdout]      |
[INFO] [stdout] 1627 |         let n = n.strict_cast();
[INFO] [stdout]      |                   ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1639:34
[INFO] [stdout]      |
[INFO] [stdout] 1639 |         xmpz::bin_ui(self, (), k.strict_cast());
[INFO] [stdout]      |                                  ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1644:19
[INFO] [stdout]      |
[INFO] [stdout] 1644 |         let k = k.strict_cast();
[INFO] [stdout]      |                   ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1650:19
[INFO] [stdout]      |
[INFO] [stdout] 1650 |         let n = n.strict_cast();
[INFO] [stdout]      |                   ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1651:19
[INFO] [stdout]      |
[INFO] [stdout] 1651 |         let k = k.strict_cast();
[INFO] [stdout]      |                   ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1657:19
[INFO] [stdout]      |
[INFO] [stdout] 1657 |         let n = n.strict_cast();
[INFO] [stdout]      |                   ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1663:19
[INFO] [stdout]      |
[INFO] [stdout] 1663 |         let n = n.strict_cast();
[INFO] [stdout]      |                   ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1669:19
[INFO] [stdout]      |
[INFO] [stdout] 1669 |         let n = n.strict_cast();
[INFO] [stdout]      |                   ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1675:19
[INFO] [stdout]      |
[INFO] [stdout] 1675 |         let n = n.strict_cast();
[INFO] [stdout]      |                   ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1682:25
[INFO] [stdout]      |
[INFO] [stdout] 1682 |         let bits = bits.strict_cast();
[INFO] [stdout]      |                         ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1712:17
[INFO] [stdout]      |
[INFO] [stdout] 1712 |             gcd.checked_cast()
[INFO] [stdout]      |                 ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::CheckedCast::checked_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::checked_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/mini.rs:863:46
[INFO] [stdout]     |
[INFO] [stdout] 863 |             limbs[0] = MaybeUninit::new(self.wrapping_cast());
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u128>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/integer/mini.rs:866:46
[INFO] [stdout]     |
[INFO] [stdout] 866 |             limbs[0] = MaybeUninit::new(self.wrapping_cast());
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u128>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/integer/mini.rs:867:54
[INFO] [stdout]     |
[INFO] [stdout] 867 |             limbs[1] = MaybeUninit::new((self >> 64).wrapping_cast());
[INFO] [stdout]     |                                                      ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u128>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/rational/big.rs:3059:81
[INFO] [stdout]      |
[INFO] [stdout] 3059 |             num.inner_mut().size = (if src.is_negative { -size } else { size }).strict_cast();
[INFO] [stdout]      |                                                                                 ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/rational/big.rs:3066:50
[INFO] [stdout]      |
[INFO] [stdout] 3066 |             let den_str = num_str.offset(num_len.strict_cast());
[INFO] [stdout]      |                                                  ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl usize>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/rational/big.rs:3069:41
[INFO] [stdout]      |
[INFO] [stdout] 3069 |             den.inner_mut().size = size.strict_cast();
[INFO] [stdout]      |                                         ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/big.rs:341:63
[INFO] [stdout]     |
[INFO] [stdout] 341 |                 gmp::mpz_realloc2(self.as_raw_mut(), req_bits.strict_cast());
[INFO] [stdout]     |                                                               ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl usize>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/integer/big.rs:400:64
[INFO] [stdout]     |
[INFO] [stdout] 400 |                 gmp::_mpz_realloc(self.as_raw_mut(), min_limbs.strict_cast());
[INFO] [stdout]     |                                                                ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl usize>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/integer/big.rs:407:69
[INFO] [stdout]     |
[INFO] [stdout] 407 |                     gmp::_mpz_realloc(self.as_raw_mut(), used_limbs.strict_cast());
[INFO] [stdout]     |                                                                     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i32>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/integer/big.rs:824:38
[INFO] [stdout]     |
[INFO] [stdout] 824 |             let offset = digit_count.strict_cast();
[INFO] [stdout]     |                                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl usize>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/integer/big.rs:827:37
[INFO] [stdout]     |
[INFO] [stdout] 827 |             let offset = zero_count.strict_cast();
[INFO] [stdout]     |                                     ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl usize>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/integer/big.rs:1077:72
[INFO] [stdout]      |
[INFO] [stdout] 1077 |             self.inner.size = (if is_negative { -size } else { size }).strict_cast();
[INFO] [stdout]      |                                                                        ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/big.rs:1825:17
[INFO] [stdout]      |
[INFO] [stdout] 1825 |         (f, exp.strict_cast())
[INFO] [stdout]      |                 ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/big.rs:2290:38
[INFO] [stdout]      |
[INFO] [stdout] 2290 |         xmpz::significant_bits(self).strict_cast()
[INFO] [stdout]      |                                      ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl usize>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/big.rs:2320:33
[INFO] [stdout]      |
[INFO] [stdout] 2320 |         xmpz::signed_bits(self).strict_cast()
[INFO] [stdout]      |                                 ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl usize>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/big.rs:3543:44
[INFO] [stdout]      |
[INFO] [stdout] 3543 |         xmpz::fdiv_ui(self, modulo.into()).wrapping_cast()
[INFO] [stdout]      |                                            ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::wrapping_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/big.rs:4530:47
[INFO] [stdout]      |
[INFO] [stdout] 4530 |         match xmpz::probab_prime_p(self, reps.strict_cast()) {
[INFO] [stdout]      |                                               ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u32>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/big.rs:5243:40
[INFO] [stdout]      |
[INFO] [stdout] 5243 |         xmpz::remove(self, (), factor).strict_cast()
[INFO] [stdout]      |                                        ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/big.rs:6230:17
[INFO] [stdout]      |
[INFO] [stdout] 6230 |             gcd.checked_cast()
[INFO] [stdout]      |                 ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::CheckedCast::checked_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::checked_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/big.rs:6322:66
[INFO] [stdout]      |
[INFO] [stdout] 6322 |         *self.1 = xmpz::remove(self.0, src.ref_self, src.factor).strict_cast();
[INFO] [stdout]      |                                                                  ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/casts.rs:97:18
[INFO] [stdout]     |
[INFO] [stdout]  97 |                 .wrapping_cast()
[INFO] [stdout]     |                  ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 156 | cast_int! { i8, xmpz::fits_i8, xmpz::get_abs_u8 }
[INFO] [stdout]     | ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `cast_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u8>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/integer/casts.rs:97:18
[INFO] [stdout]     |
[INFO] [stdout]  97 |                 .wrapping_cast()
[INFO] [stdout]     |                  ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 157 | cast_int! { i16, xmpz::fits_i16, xmpz::get_abs_u16 }
[INFO] [stdout]     | ---------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `cast_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u16>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/integer/casts.rs:97:18
[INFO] [stdout]     |
[INFO] [stdout]  97 |                 .wrapping_cast()
[INFO] [stdout]     |                  ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 158 | cast_int! { i32, xmpz::fits_i32, xmpz::get_abs_u32 }
[INFO] [stdout]     | ---------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `cast_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u32>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/integer/casts.rs:97:18
[INFO] [stdout]     |
[INFO] [stdout]  97 |                 .wrapping_cast()
[INFO] [stdout]     |                  ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 159 | cast_int! { i64, xmpz::fits_i64, xmpz::get_abs_u64 }
[INFO] [stdout]     | ---------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `cast_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/integer/casts.rs:97:18
[INFO] [stdout]     |
[INFO] [stdout]  97 |                 .wrapping_cast()
[INFO] [stdout]     |                  ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 160 | cast_int! { i128, xmpz::fits_i128, xmpz::get_abs_u128 }
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `cast_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u128>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/integer/casts.rs:97:18
[INFO] [stdout]     |
[INFO] [stdout]  97 |                 .wrapping_cast()
[INFO] [stdout]     |                  ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 164 | cast_int! { isize, xmpz::fits_i64, xmpz::get_abs_u64 }
[INFO] [stdout]     | ------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `cast_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/integer/casts.rs:97:18
[INFO] [stdout]     |
[INFO] [stdout]  97 |                 .wrapping_cast()
[INFO] [stdout]     |                  ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 165 | cast_int! { u8, xmpz::fits_u8, xmpz::get_abs_u8 }
[INFO] [stdout]     | ------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `cast_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u8>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/integer/casts.rs:97:18
[INFO] [stdout]     |
[INFO] [stdout]  97 |                 .wrapping_cast()
[INFO] [stdout]     |                  ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 166 | cast_int! { u16, xmpz::fits_u16, xmpz::get_abs_u16 }
[INFO] [stdout]     | ---------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `cast_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u16>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/integer/casts.rs:97:18
[INFO] [stdout]     |
[INFO] [stdout]  97 |                 .wrapping_cast()
[INFO] [stdout]     |                  ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 167 | cast_int! { u32, xmpz::fits_u32, xmpz::get_abs_u32 }
[INFO] [stdout]     | ---------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `cast_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u32>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/integer/casts.rs:97:18
[INFO] [stdout]     |
[INFO] [stdout]  97 |                 .wrapping_cast()
[INFO] [stdout]     |                  ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 168 | cast_int! { u64, xmpz::fits_u64, xmpz::get_abs_u64 }
[INFO] [stdout]     | ---------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `cast_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/integer/casts.rs:97:18
[INFO] [stdout]     |
[INFO] [stdout]  97 |                 .wrapping_cast()
[INFO] [stdout]     |                  ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 169 | cast_int! { u128, xmpz::fits_u128, xmpz::get_abs_u128 }
[INFO] [stdout]     | ------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `cast_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u128>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/integer/casts.rs:97:18
[INFO] [stdout]     |
[INFO] [stdout]  97 |                 .wrapping_cast()
[INFO] [stdout]     |                  ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 173 | cast_int! { usize, xmpz::fits_u64, xmpz::get_abs_u64 }
[INFO] [stdout]     | ------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout]     = note: this warning originates in the macro `cast_int` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/big.rs:390:45
[INFO] [stdout]     |
[INFO] [stdout] 390 |         xmpfr::write_new_nan(&mut ret, prec.strict_cast());
[INFO] [stdout]     |                                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u32>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/big.rs:462:38
[INFO] [stdout]     |
[INFO] [stdout] 462 |         xmpfr::prec_round(self, prec.strict_cast(), round)
[INFO] [stdout]     |                                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u32>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/big.rs:550:45
[INFO] [stdout]     |
[INFO] [stdout] 550 |         xmpfr::write_new_nan(&mut ret, prec.strict_cast());
[INFO] [stdout]     |                                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/big.rs:615:38
[INFO] [stdout]     |
[INFO] [stdout] 615 |         xmpfr::prec_round(self, prec.strict_cast(), round)
[INFO] [stdout]     |                                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/big.rs:973:17
[INFO] [stdout]     |
[INFO] [stdout] 973 |             exp.saturating_cast()
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::SaturatingCast::saturating_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i64>::saturating_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/big.rs:975:17
[INFO] [stdout]     |
[INFO] [stdout] 975 |             exp.strict_cast()
[INFO] [stdout]     |                 ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i64>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/big.rs:1140:17
[INFO] [stdout]      |
[INFO] [stdout] 1140 |             exp.saturating_cast()
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::SaturatingCast::saturating_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i64>::saturating_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/big.rs:1142:17
[INFO] [stdout]      |
[INFO] [stdout] 1142 |             exp.strict_cast()
[INFO] [stdout]      |                 ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/big.rs:1257:45
[INFO] [stdout]      |
[INFO] [stdout] 1257 |             Some(xmpfr::get_si(self, round).saturating_cast())
[INFO] [stdout]      |                                             ^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::SaturatingCast::saturating_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i64>::saturating_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/big.rs:1302:45
[INFO] [stdout]      |
[INFO] [stdout] 1302 |             Some(xmpfr::get_ui(self, round).saturating_cast())
[INFO] [stdout]      |                                             ^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::SaturatingCast::saturating_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::saturating_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/big.rs:1657:17
[INFO] [stdout]      |
[INFO] [stdout] 1657 |         (f, exp.strict_cast())
[INFO] [stdout]      |                 ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/big.rs:1935:30
[INFO] [stdout]      |
[INFO] [stdout] 1935 |                 format.radix.strict_cast(),
[INFO] [stdout]      |                              ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i32>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/big.rs:1947:23
[INFO] [stdout]      |
[INFO] [stdout] 1947 |         let exp = exp.strict_cast();
[INFO] [stdout]      |                       ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/big.rs:2574:39
[INFO] [stdout]      |
[INFO] [stdout] 2574 |             if mpfr::set_emin(exp_min.checked_cast()?) != 0 {
[INFO] [stdout]      |                                       ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::CheckedCast::checked_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i32>::checked_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/big.rs:2579:18
[INFO] [stdout]      |
[INFO] [stdout] 2579 |                 .checked_cast()
[INFO] [stdout]      |                  ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::CheckedCast::checked_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i32>::checked_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/big.rs:12670:29
[INFO] [stdout]       |
[INFO] [stdout] 12670 |             radix_with_case.strict_cast(),
[INFO] [stdout]       |                             ^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]       = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]       = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i32>::strict_cast`
[INFO] [stdout]      -->   src/lib.rs:462:1
[INFO] [stdout]       |
[INFO] [stdout]   462 + #![feature(integer_casts)]
[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/big.rs:12746:23
[INFO] [stdout]       |
[INFO] [stdout] 12746 |                 radix.strict_cast(),
[INFO] [stdout]       |                       ^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]       = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]       = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i32>::strict_cast`
[INFO] [stdout]      -->   src/lib.rs:462:1
[INFO] [stdout]       |
[INFO] [stdout]   462 + #![feature(integer_casts)]
[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/mini.rs:1108:50
[INFO] [stdout]      |
[INFO] [stdout] 1108 |                 limbs[0] = MaybeUninit::new(sval.wrapping_cast());
[INFO] [stdout]      |                                                  ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u128>::wrapping_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/mini.rs:1109:58
[INFO] [stdout]      |
[INFO] [stdout] 1109 |                 limbs[1] = MaybeUninit::new((sval >> 64).wrapping_cast());
[INFO] [stdout]      |                                                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u128>::wrapping_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/mini.rs:1420:71
[INFO] [stdout]      |
[INFO] [stdout] 1420 |     (unsafe { small.limbs[0].assume_init() } >> (gmp::LIMB_BITS - 8)).wrapping_cast()
[INFO] [stdout]      |                                                                       ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::wrapping_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/mini.rs:1427:72
[INFO] [stdout]      |
[INFO] [stdout] 1427 |     (unsafe { small.limbs[0].assume_init() } >> (gmp::LIMB_BITS - 16)).wrapping_cast()
[INFO] [stdout]      |                                                                        ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::wrapping_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/mini.rs:1440:57
[INFO] [stdout]      |
[INFO] [stdout] 1440 |         (unsafe { small.limbs[0].assume_init() } >> 32).wrapping_cast()
[INFO] [stdout]      |                                                         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::wrapping_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/traits.rs:52:49
[INFO] [stdout]     |
[INFO] [stdout]  52 |         xmpfr::set_prec_nan(self, source.prec().strict_cast());
[INFO] [stdout]     |                                                 ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u32>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/integer/long64.rs:1368:17
[INFO] [stdout]      |
[INFO] [stdout] 1368 |         (f, exp.strict_cast())
[INFO] [stdout]      |                 ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1373:44
[INFO] [stdout]      |
[INFO] [stdout] 1373 |         xmpz::divisible_ui_p(self, divisor.strict_cast())
[INFO] [stdout]      |                                            ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1378:40
[INFO] [stdout]      |
[INFO] [stdout] 1378 |         xmpz::divisible_2exp_p(self, b.strict_cast())
[INFO] [stdout]      |                                        ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1383:38
[INFO] [stdout]      |
[INFO] [stdout] 1383 |         xmpz::congruent_ui_p(self, c.strict_cast(), divisor.strict_cast())
[INFO] [stdout]      |                                      ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1383:61
[INFO] [stdout]      |
[INFO] [stdout] 1383 |         xmpz::congruent_ui_p(self, c.strict_cast(), divisor.strict_cast())
[INFO] [stdout]      |                                                             ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1388:43
[INFO] [stdout]      |
[INFO] [stdout] 1388 |         xmpz::congruent_2exp_p(self, c, b.strict_cast())
[INFO] [stdout]      |                                           ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1393:38
[INFO] [stdout]      |
[INFO] [stdout] 1393 |         xmpz::significant_bits(self).strict_cast()
[INFO] [stdout]      |                                      ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl usize>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1398:33
[INFO] [stdout]      |
[INFO] [stdout] 1398 |         xmpz::signed_bits(self).strict_cast()
[INFO] [stdout]      |                                 ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl usize>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1413:33
[INFO] [stdout]      |
[INFO] [stdout] 1413 |         xmpz::scan0(self, start.strict_cast()).map(From::from)
[INFO] [stdout]      |                                 ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/mod.rs:65:23
[INFO] [stdout]     |
[INFO] [stdout]  65 |     xmpfr::get_emin().saturating_cast()
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::SaturatingCast::saturating_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i64>::saturating_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/mod.rs:80:23
[INFO] [stdout]     |
[INFO] [stdout]  80 |     xmpfr::get_emax().saturating_cast()
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::SaturatingCast::saturating_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i64>::saturating_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/mod.rs:98:34
[INFO] [stdout]     |
[INFO] [stdout]  98 |             mpfr::get_emin_min().saturating_cast(),
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::SaturatingCast::saturating_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i64>::saturating_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/mod.rs:99:34
[INFO] [stdout]     |
[INFO] [stdout]  99 |             mpfr::get_emax_max().saturating_cast(),
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::SaturatingCast::saturating_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i64>::saturating_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/integer/long64.rs:1418:33
[INFO] [stdout]      |
[INFO] [stdout] 1418 |         xmpz::scan1(self, start.strict_cast()).map(From::from)
[INFO] [stdout]      |                                 ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1424:38
[INFO] [stdout]      |
[INFO] [stdout] 1424 |             xmpz::setbit(self, index.strict_cast());
[INFO] [stdout]      |                                      ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1426:38
[INFO] [stdout]      |
[INFO] [stdout] 1426 |             xmpz::clrbit(self, index.strict_cast());
[INFO] [stdout]      |                                      ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1433:34
[INFO] [stdout]      |
[INFO] [stdout] 1433 |         xmpz::tstbit(self, index.strict_cast())
[INFO] [stdout]      |                                  ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1438:34
[INFO] [stdout]      |
[INFO] [stdout] 1438 |         xmpz::combit(self, index.strict_cast());
[INFO] [stdout]      |                                  ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1455:39
[INFO] [stdout]      |
[INFO] [stdout] 1455 |         xmpz::fdiv_r_2exp(self, (), n.strict_cast());
[INFO] [stdout]      |                                       ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1460:19
[INFO] [stdout]      |
[INFO] [stdout] 1460 |         let n = n.strict_cast();
[INFO] [stdout]      |                   ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1472:44
[INFO] [stdout]      |
[INFO] [stdout] 1472 |         xmpz::keep_signed_bits(self, (), n.strict_cast());
[INFO] [stdout]      |                                            ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1477:19
[INFO] [stdout]      |
[INFO] [stdout] 1477 |         let n = n.strict_cast();
[INFO] [stdout]      |                   ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1483:36
[INFO] [stdout]      |
[INFO] [stdout] 1483 |         xmpz::fdiv_ui(self, modulo.strict_cast()).into()
[INFO] [stdout]      |                                    ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1523:32
[INFO] [stdout]      |
[INFO] [stdout] 1523 |         xmpz::root(self, (), n.strict_cast());
[INFO] [stdout]      |                                ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1528:19
[INFO] [stdout]      |
[INFO] [stdout] 1528 |         let n = n.strict_cast();
[INFO] [stdout]      |                   ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1540:46
[INFO] [stdout]      |
[INFO] [stdout] 1540 |         xmpz::rootrem(self, remainder, (), n.strict_cast());
[INFO] [stdout]      |                                              ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1545:19
[INFO] [stdout]      |
[INFO] [stdout] 1545 |         let n = n.strict_cast();
[INFO] [stdout]      |                   ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1608:19
[INFO] [stdout]      |
[INFO] [stdout] 1608 |         let n = n.strict_cast();
[INFO] [stdout]      |                   ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1614:19
[INFO] [stdout]      |
[INFO] [stdout] 1614 |         let n = n.strict_cast();
[INFO] [stdout]      |                   ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1620:19
[INFO] [stdout]      |
[INFO] [stdout] 1620 |         let n = n.strict_cast();
[INFO] [stdout]      |                   ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1621:19
[INFO] [stdout]      |
[INFO] [stdout] 1621 |         let m = m.strict_cast();
[INFO] [stdout]      |                   ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1627:19
[INFO] [stdout]      |
[INFO] [stdout] 1627 |         let n = n.strict_cast();
[INFO] [stdout]      |                   ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1639:34
[INFO] [stdout]      |
[INFO] [stdout] 1639 |         xmpz::bin_ui(self, (), k.strict_cast());
[INFO] [stdout]      |                                  ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1644:19
[INFO] [stdout]      |
[INFO] [stdout] 1644 |         let k = k.strict_cast();
[INFO] [stdout]      |                   ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1650:19
[INFO] [stdout]      |
[INFO] [stdout] 1650 |         let n = n.strict_cast();
[INFO] [stdout]      |                   ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1651:19
[INFO] [stdout]      |
[INFO] [stdout] 1651 |         let k = k.strict_cast();
[INFO] [stdout]      |                   ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1657:19
[INFO] [stdout]      |
[INFO] [stdout] 1657 |         let n = n.strict_cast();
[INFO] [stdout]      |                   ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1663:19
[INFO] [stdout]      |
[INFO] [stdout] 1663 |         let n = n.strict_cast();
[INFO] [stdout]      |                   ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1669:19
[INFO] [stdout]      |
[INFO] [stdout] 1669 |         let n = n.strict_cast();
[INFO] [stdout]      |                   ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1675:19
[INFO] [stdout]      |
[INFO] [stdout] 1675 |         let n = n.strict_cast();
[INFO] [stdout]      |                   ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1682:25
[INFO] [stdout]      |
[INFO] [stdout] 1682 |         let bits = bits.strict_cast();
[INFO] [stdout]      |                         ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/long64.rs:1712:17
[INFO] [stdout]      |
[INFO] [stdout] 1712 |             gcd.checked_cast()
[INFO] [stdout]      |                 ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::CheckedCast::checked_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::checked_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/integer/mini.rs:863:46
[INFO] [stdout]     |
[INFO] [stdout] 863 |             limbs[0] = MaybeUninit::new(self.wrapping_cast());
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u128>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/integer/mini.rs:866:46
[INFO] [stdout]     |
[INFO] [stdout] 866 |             limbs[0] = MaybeUninit::new(self.wrapping_cast());
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u128>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/integer/mini.rs:867:54
[INFO] [stdout]     |
[INFO] [stdout] 867 |             limbs[1] = MaybeUninit::new((self >> 64).wrapping_cast());
[INFO] [stdout]     |                                                      ^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u128>::wrapping_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/complex/big.rs:206:43
[INFO] [stdout]     |
[INFO] [stdout] 206 |         xmpc::write_new_nan(&mut ret, p.0.strict_cast(), p.1.strict_cast());
[INFO] [stdout]     |                                           ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u32>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/complex/big.rs:206:62
[INFO] [stdout]     |
[INFO] [stdout] 206 |         xmpc::write_new_nan(&mut ret, p.0.strict_cast(), p.1.strict_cast());
[INFO] [stdout]     |                                                              ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u32>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/complex/big.rs:368:43
[INFO] [stdout]     |
[INFO] [stdout] 368 |         xmpc::write_new_nan(&mut ret, p.0.strict_cast(), p.1.strict_cast());
[INFO] [stdout]     |                                           ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/complex/big.rs:368:62
[INFO] [stdout]     |
[INFO] [stdout] 368 |         xmpc::write_new_nan(&mut ret, p.0.strict_cast(), p.1.strict_cast());
[INFO] [stdout]     |                                                              ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/rand.rs:1534:19
[INFO] [stdout]      |
[INFO] [stdout] 1534 |         let n = n.strict_cast();
[INFO] [stdout]      |                   ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/rand.rs:1543:55
[INFO] [stdout]      |
[INFO] [stdout] 1543 |             n |= u64::from(gener.gen_bits((rest - 32).strict_cast()) & mask) << 32;
[INFO] [stdout]      |                                                       ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/rand.rs:1545:19
[INFO] [stdout]      |
[INFO] [stdout] 1545 |         let n = n.strict_cast();
[INFO] [stdout]      |                   ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/rand.rs:1551:47
[INFO] [stdout]      |
[INFO] [stdout] 1551 |         let n = u64::from(gener.gen_bits(rest.strict_cast()) & mask);
[INFO] [stdout]      |                                               ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/rand.rs:1552:19
[INFO] [stdout]      |
[INFO] [stdout] 1552 |         let n = n.strict_cast();
[INFO] [stdout]      |                   ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/rand.rs:1609:19
[INFO] [stdout]      |
[INFO] [stdout] 1609 |         let n = n.strict_cast();
[INFO] [stdout]      |                   ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/rand.rs:1618:55
[INFO] [stdout]      |
[INFO] [stdout] 1618 |             n |= u64::from(gener.gen_bits((rest - 32).strict_cast()) & mask) << 32;
[INFO] [stdout]      |                                                       ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/rand.rs:1620:19
[INFO] [stdout]      |
[INFO] [stdout] 1620 |         let n = n.strict_cast();
[INFO] [stdout]      |                   ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/rand.rs:1626:47
[INFO] [stdout]      |
[INFO] [stdout] 1626 |         let n = u64::from(gener.gen_bits(rest.strict_cast()) & mask);
[INFO] [stdout]      |                                               ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/rand.rs:1627:19
[INFO] [stdout]      |
[INFO] [stdout] 1627 |         let n = n.strict_cast();
[INFO] [stdout]      |                   ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/rational/big.rs:3059:81
[INFO] [stdout]      |
[INFO] [stdout] 3059 |             num.inner_mut().size = (if src.is_negative { -size } else { size }).strict_cast();
[INFO] [stdout]      |                                                                                 ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/rational/big.rs:3066:50
[INFO] [stdout]      |
[INFO] [stdout] 3066 |             let den_str = num_str.offset(num_len.strict_cast());
[INFO] [stdout]      |                                                  ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl usize>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/rational/big.rs:3069:41
[INFO] [stdout]      |
[INFO] [stdout] 3069 |             den.inner_mut().size = size.strict_cast();
[INFO] [stdout]      |                                         ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/big.rs:390:45
[INFO] [stdout]     |
[INFO] [stdout] 390 |         xmpfr::write_new_nan(&mut ret, prec.strict_cast());
[INFO] [stdout]     |                                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u32>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/big.rs:462:38
[INFO] [stdout]     |
[INFO] [stdout] 462 |         xmpfr::prec_round(self, prec.strict_cast(), round)
[INFO] [stdout]     |                                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u32>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/big.rs:550:45
[INFO] [stdout]     |
[INFO] [stdout] 550 |         xmpfr::write_new_nan(&mut ret, prec.strict_cast());
[INFO] [stdout]     |                                             ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/big.rs:615:38
[INFO] [stdout]     |
[INFO] [stdout] 615 |         xmpfr::prec_round(self, prec.strict_cast(), round)
[INFO] [stdout]     |                                      ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/big.rs:973:17
[INFO] [stdout]     |
[INFO] [stdout] 973 |             exp.saturating_cast()
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::SaturatingCast::saturating_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i64>::saturating_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/big.rs:975:17
[INFO] [stdout]     |
[INFO] [stdout] 975 |             exp.strict_cast()
[INFO] [stdout]     |                 ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i64>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/big.rs:1140:17
[INFO] [stdout]      |
[INFO] [stdout] 1140 |             exp.saturating_cast()
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::SaturatingCast::saturating_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i64>::saturating_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/big.rs:1142:17
[INFO] [stdout]      |
[INFO] [stdout] 1142 |             exp.strict_cast()
[INFO] [stdout]      |                 ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/big.rs:1257:45
[INFO] [stdout]      |
[INFO] [stdout] 1257 |             Some(xmpfr::get_si(self, round).saturating_cast())
[INFO] [stdout]      |                                             ^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::SaturatingCast::saturating_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i64>::saturating_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/big.rs:1302:45
[INFO] [stdout]      |
[INFO] [stdout] 1302 |             Some(xmpfr::get_ui(self, round).saturating_cast())
[INFO] [stdout]      |                                             ^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::SaturatingCast::saturating_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::saturating_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/big.rs:1657:17
[INFO] [stdout]      |
[INFO] [stdout] 1657 |         (f, exp.strict_cast())
[INFO] [stdout]      |                 ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/big.rs:1935:30
[INFO] [stdout]      |
[INFO] [stdout] 1935 |                 format.radix.strict_cast(),
[INFO] [stdout]      |                              ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i32>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/big.rs:1947:23
[INFO] [stdout]      |
[INFO] [stdout] 1947 |         let exp = exp.strict_cast();
[INFO] [stdout]      |                       ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/big.rs:2574:39
[INFO] [stdout]      |
[INFO] [stdout] 2574 |             if mpfr::set_emin(exp_min.checked_cast()?) != 0 {
[INFO] [stdout]      |                                       ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::CheckedCast::checked_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i32>::checked_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/big.rs:2579:18
[INFO] [stdout]      |
[INFO] [stdout] 2579 |                 .checked_cast()
[INFO] [stdout]      |                  ^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::CheckedCast::checked_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i32>::checked_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/big.rs:12670:29
[INFO] [stdout]       |
[INFO] [stdout] 12670 |             radix_with_case.strict_cast(),
[INFO] [stdout]       |                             ^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]       = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]       = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i32>::strict_cast`
[INFO] [stdout]      -->   src/lib.rs:462:1
[INFO] [stdout]       |
[INFO] [stdout]   462 + #![feature(integer_casts)]
[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/big.rs:12746:23
[INFO] [stdout]       |
[INFO] [stdout] 12746 |                 radix.strict_cast(),
[INFO] [stdout]       |                       ^^^^^^^^^^^
[INFO] [stdout]       |
[INFO] [stdout]       = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]       = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]       = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i32>::strict_cast`
[INFO] [stdout]      -->   src/lib.rs:462:1
[INFO] [stdout]       |
[INFO] [stdout]   462 + #![feature(integer_casts)]
[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/mini.rs:1108:50
[INFO] [stdout]      |
[INFO] [stdout] 1108 |                 limbs[0] = MaybeUninit::new(sval.wrapping_cast());
[INFO] [stdout]      |                                                  ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u128>::wrapping_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/mini.rs:1109:58
[INFO] [stdout]      |
[INFO] [stdout] 1109 |                 limbs[1] = MaybeUninit::new((sval >> 64).wrapping_cast());
[INFO] [stdout]      |                                                          ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u128>::wrapping_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/mini.rs:1420:71
[INFO] [stdout]      |
[INFO] [stdout] 1420 |     (unsafe { small.limbs[0].assume_init() } >> (gmp::LIMB_BITS - 8)).wrapping_cast()
[INFO] [stdout]      |                                                                       ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::wrapping_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/mini.rs:1427:72
[INFO] [stdout]      |
[INFO] [stdout] 1427 |     (unsafe { small.limbs[0].assume_init() } >> (gmp::LIMB_BITS - 16)).wrapping_cast()
[INFO] [stdout]      |                                                                        ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::wrapping_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/mini.rs:1440:57
[INFO] [stdout]      |
[INFO] [stdout] 1440 |         (unsafe { small.limbs[0].assume_init() } >> 32).wrapping_cast()
[INFO] [stdout]      |                                                         ^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::WrappingCast::wrapping_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::wrapping_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/traits.rs:52:49
[INFO] [stdout]     |
[INFO] [stdout]  52 |         xmpfr::set_prec_nan(self, source.prec().strict_cast());
[INFO] [stdout]     |                                                 ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u32>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/mod.rs:65:23
[INFO] [stdout]     |
[INFO] [stdout]  65 |     xmpfr::get_emin().saturating_cast()
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::SaturatingCast::saturating_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i64>::saturating_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/mod.rs:80:23
[INFO] [stdout]     |
[INFO] [stdout]  80 |     xmpfr::get_emax().saturating_cast()
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::SaturatingCast::saturating_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i64>::saturating_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/mod.rs:98:34
[INFO] [stdout]     |
[INFO] [stdout]  98 |             mpfr::get_emin_min().saturating_cast(),
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::SaturatingCast::saturating_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i64>::saturating_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/mod.rs:99:34
[INFO] [stdout]     |
[INFO] [stdout]  99 |             mpfr::get_emax_max().saturating_cast(),
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::SaturatingCast::saturating_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl i64>::saturating_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/complex/big.rs:206:43
[INFO] [stdout]     |
[INFO] [stdout] 206 |         xmpc::write_new_nan(&mut ret, p.0.strict_cast(), p.1.strict_cast());
[INFO] [stdout]     |                                           ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u32>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/complex/big.rs:206:62
[INFO] [stdout]     |
[INFO] [stdout] 206 |         xmpc::write_new_nan(&mut ret, p.0.strict_cast(), p.1.strict_cast());
[INFO] [stdout]     |                                                              ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u32>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/complex/big.rs:368:43
[INFO] [stdout]     |
[INFO] [stdout] 368 |         xmpc::write_new_nan(&mut ret, p.0.strict_cast(), p.1.strict_cast());
[INFO] [stdout]     |                                           ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/complex/big.rs:368:62
[INFO] [stdout]     |
[INFO] [stdout] 368 |         xmpc::write_new_nan(&mut ret, p.0.strict_cast(), p.1.strict_cast());
[INFO] [stdout]     |                                                              ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]     = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]     = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]    --> src/lib.rs:462:1
[INFO] [stdout]     |
[INFO] [stdout] 462 + #![feature(integer_casts)]
[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/rand.rs:1534:19
[INFO] [stdout]      |
[INFO] [stdout] 1534 |         let n = n.strict_cast();
[INFO] [stdout]      |                   ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/rand.rs:1543:55
[INFO] [stdout]      |
[INFO] [stdout] 1543 |             n |= u64::from(gener.gen_bits((rest - 32).strict_cast()) & mask) << 32;
[INFO] [stdout]      |                                                       ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/rand.rs:1545:19
[INFO] [stdout]      |
[INFO] [stdout] 1545 |         let n = n.strict_cast();
[INFO] [stdout]      |                   ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/rand.rs:1551:47
[INFO] [stdout]      |
[INFO] [stdout] 1551 |         let n = u64::from(gener.gen_bits(rest.strict_cast()) & mask);
[INFO] [stdout]      |                                               ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/rand.rs:1552:19
[INFO] [stdout]      |
[INFO] [stdout] 1552 |         let n = n.strict_cast();
[INFO] [stdout]      |                   ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/rand.rs:1609:19
[INFO] [stdout]      |
[INFO] [stdout] 1609 |         let n = n.strict_cast();
[INFO] [stdout]      |                   ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/rand.rs:1618:55
[INFO] [stdout]      |
[INFO] [stdout] 1618 |             n |= u64::from(gener.gen_bits((rest - 32).strict_cast()) & mask) << 32;
[INFO] [stdout]      |                                                       ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/rand.rs:1620:19
[INFO] [stdout]      |
[INFO] [stdout] 1620 |         let n = n.strict_cast();
[INFO] [stdout]      |                   ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/rand.rs:1626:47
[INFO] [stdout]      |
[INFO] [stdout] 1626 |         let n = u64::from(gener.gen_bits(rest.strict_cast()) & mask);
[INFO] [stdout]      |                                               ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[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/rand.rs:1627:19
[INFO] [stdout]      |
[INFO] [stdout] 1627 |         let n = n.strict_cast();
[INFO] [stdout]      |                   ^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = help: call with fully qualified syntax `az::StrictCast::strict_cast(...)` to keep using the current method
[INFO] [stdout]      = warning: once this associated item is added to the standard library, the ambiguity may cause an error or change in behavior!
[INFO] [stdout]      = note: for more information, see issue #48919 <https://github.com/rust-lang/rust/issues/48919>
[INFO] [stdout] help: add `#![feature(integer_casts)]` to the crate attributes to enable `core::num::<impl u64>::strict_cast`
[INFO] [stdout]     -->  src/lib.rs:462:1
[INFO] [stdout]      |
[INFO] [stdout]  462 + #![feature(integer_casts)]
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 11s
[INFO] running `Command { std: "docker" "inspect" "050b6bb9aa75d1f6f7f4d97b791dcf973e0b4cdeb5b7db2918046c8fae4034b8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "050b6bb9aa75d1f6f7f4d97b791dcf973e0b4cdeb5b7db2918046c8fae4034b8", kill_on_drop: false }`
[INFO] [stdout] 050b6bb9aa75d1f6f7f4d97b791dcf973e0b4cdeb5b7db2918046c8fae4034b8
