[INFO] fetching crate iced-x86 1.11.0... [INFO] checking iced-x86-1.11.0 against try#45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4 for pr-83744 [INFO] extracting crate iced-x86 1.11.0 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate iced-x86 1.11.0 on toolchain 45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate iced-x86 1.11.0 [INFO] finished tweaking crates.io crate iced-x86 1.11.0 [INFO] tweaked toml for crates.io crate iced-x86 1.11.0 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2e1e88c8f0592a9a4c2b4af903acdcb02ba78f1708b14d629ac618ae3c43197f [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "2e1e88c8f0592a9a4c2b4af903acdcb02ba78f1708b14d629ac618ae3c43197f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2e1e88c8f0592a9a4c2b4af903acdcb02ba78f1708b14d629ac618ae3c43197f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2e1e88c8f0592a9a4c2b4af903acdcb02ba78f1708b14d629ac618ae3c43197f", kill_on_drop: false }` [INFO] [stdout] 2e1e88c8f0592a9a4c2b4af903acdcb02ba78f1708b14d629ac618ae3c43197f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:c46a2d1a26fb48b37929c74ca49dd9409f2375a0a3bdb8fe07617f3ffccaa889" "/opt/rustwide/cargo-home/bin/cargo" "+45d8b6e68beee1c9c1ce92ae258a7e02f8f13aa4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0b8ac7c7a6b4245fec1fb78c569d5ba007d379a224888a6eb60e538a9ff1308c [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "0b8ac7c7a6b4245fec1fb78c569d5ba007d379a224888a6eb60e538a9ff1308c", kill_on_drop: false }` [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Checking iced-x86 v1.11.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/block_enc.rs:19:17 [INFO] [stdout] | [INFO] [stdout] 19 | use core::{mem, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:1182:9 [INFO] [stdout] | [INFO] [stdout] 1182 | #![warn(deprecated_in_future)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc.rs:367:107 [INFO] [stdout] | [INFO] [stdout] 367 | new_instruction_offsets.push(if is_original_instruction { ip.wrapping_sub(block.rip) as u32 } else { u32::MAX }); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::i32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `i32` [INFO] [stdout] --> src/block_enc/instr/mod.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | use core::i32; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/instr/mod.rs:290:17 [INFO] [stdout] | [INFO] [stdout] 290 | if min_size > i32::MAX as u32 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/block_enc/instr/mod.rs:306:10 [INFO] [stdout] | [INFO] [stdout] 306 | if !(i32::MIN as i64 <= diff && diff <= i32::MAX as i64) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/instr/mod.rs:306:45 [INFO] [stdout] | [INFO] [stdout] 306 | if !(i32::MIN as i64 <= diff && diff <= i32::MAX as i64) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::i32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `i32` [INFO] [stdout] --> src/block_enc/instr/call_instr.rs:8:17 [INFO] [stdout] | [INFO] [stdout] 8 | use core::{cmp, i32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/block_enc/instr/call_instr.rs:67:16 [INFO] [stdout] | [INFO] [stdout] 67 | use_short = i32::MIN as i64 <= diff && diff <= i32::MAX as i64; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/instr/call_instr.rs:67:51 [INFO] [stdout] | [INFO] [stdout] 67 | use_short = i32::MIN as i64 <= diff && diff <= i32::MAX as i64; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::i32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `i32` [INFO] [stdout] --> src/block_enc/instr/ip_relmem_instr.rs:8:12 [INFO] [stdout] | [INFO] [stdout] 8 | use core::{i32, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/block_enc/instr/ip_relmem_instr.rs:8:17 [INFO] [stdout] | [INFO] [stdout] 8 | use core::{i32, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/block_enc/instr/ip_relmem_instr.rs:68:14 [INFO] [stdout] | [INFO] [stdout] 68 | use_rip = i32::MIN as i64 <= diff && diff <= i32::MAX as i64; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/instr/ip_relmem_instr.rs:68:49 [INFO] [stdout] | [INFO] [stdout] 68 | use_rip = i32::MIN as i64 <= diff && diff <= i32::MAX as i64; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/instr/ip_relmem_instr.rs:78:24 [INFO] [stdout] | [INFO] [stdout] 78 | if target_address <= u32::MAX as u64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::i32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `i32` [INFO] [stdout] --> src/block_enc/instr/jcc_instr.rs:8:17 [INFO] [stdout] | [INFO] [stdout] 8 | use core::{cmp, i32, i8, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::i8` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `i8` [INFO] [stdout] --> src/block_enc/instr/jcc_instr.rs:8:22 [INFO] [stdout] | [INFO] [stdout] 8 | use core::{cmp, i32, i8, u32}; [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/block_enc/instr/jcc_instr.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | use core::{cmp, i32, i8, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/block_enc/instr/jcc_instr.rs:94:6 [INFO] [stdout] | [INFO] [stdout] 94 | if i8::MIN as i64 <= diff && diff <= i8::MAX as i64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/instr/jcc_instr.rs:94:40 [INFO] [stdout] | [INFO] [stdout] 94 | if i8::MIN as i64 <= diff && diff <= i8::MAX as i64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/block_enc/instr/jcc_instr.rs:109:15 [INFO] [stdout] | [INFO] [stdout] 109 | use_near = i32::MIN as i64 <= diff && diff <= i32::MAX as i64; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/instr/jcc_instr.rs:109:50 [INFO] [stdout] | [INFO] [stdout] 109 | use_near = i32::MIN as i64 <= diff && diff <= i32::MAX as i64; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/instr/jcc_instr.rs:216:52 [INFO] [stdout] | [INFO] [stdout] 216 | debug_assert!(Self::LONG_INSTRUCTION_SIZE64 <= i8::MAX as u32); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::i32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `i32` [INFO] [stdout] --> src/block_enc/instr/jmp_instr.rs:8:17 [INFO] [stdout] | [INFO] [stdout] 8 | use core::{cmp, i32, i8, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::i8` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `i8` [INFO] [stdout] --> src/block_enc/instr/jmp_instr.rs:8:22 [INFO] [stdout] | [INFO] [stdout] 8 | use core::{cmp, i32, i8, u32}; [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/block_enc/instr/jmp_instr.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | use core::{cmp, i32, i8, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/block_enc/instr/jmp_instr.rs:88:6 [INFO] [stdout] | [INFO] [stdout] 88 | if i8::MIN as i64 <= diff && diff <= i8::MAX as i64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/instr/jmp_instr.rs:88:40 [INFO] [stdout] | [INFO] [stdout] 88 | if i8::MIN as i64 <= diff && diff <= i8::MAX as i64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/block_enc/instr/jmp_instr.rs:103:15 [INFO] [stdout] | [INFO] [stdout] 103 | use_near = i32::MIN as i64 <= diff && diff <= i32::MAX as i64; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/instr/jmp_instr.rs:103:50 [INFO] [stdout] | [INFO] [stdout] 103 | use_near = i32::MIN as i64 <= diff && diff <= i32::MAX as i64; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::i32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `i32` [INFO] [stdout] --> src/block_enc/instr/simple_br_instr.rs:8:17 [INFO] [stdout] | [INFO] [stdout] 8 | use core::{cmp, i32, i8, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::i8` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `i8` [INFO] [stdout] --> src/block_enc/instr/simple_br_instr.rs:8:22 [INFO] [stdout] | [INFO] [stdout] 8 | use core::{cmp, i32, i8, u32}; [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/block_enc/instr/simple_br_instr.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | use core::{cmp, i32, i8, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/block_enc/instr/simple_br_instr.rs:111:6 [INFO] [stdout] | [INFO] [stdout] 111 | if i8::MIN as i64 <= diff && diff <= i8::MAX as i64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/instr/simple_br_instr.rs:111:40 [INFO] [stdout] | [INFO] [stdout] 111 | if i8::MIN as i64 <= diff && diff <= i8::MAX as i64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/block_enc/instr/simple_br_instr.rs:126:15 [INFO] [stdout] | [INFO] [stdout] 126 | use_near = i32::MIN as i64 <= diff && diff <= i32::MAX as i64; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/instr/simple_br_instr.rs:126:50 [INFO] [stdout] | [INFO] [stdout] 126 | use_near = i32::MIN as i64 <= diff && diff <= i32::MAX as i64; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::i16` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `i16` [INFO] [stdout] --> src/block_enc/instr/xbegin_instr.rs:8:12 [INFO] [stdout] | [INFO] [stdout] 8 | use core::{i16, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/block_enc/instr/xbegin_instr.rs:8:17 [INFO] [stdout] | [INFO] [stdout] 8 | use core::{i16, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i16::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/block_enc/instr/xbegin_instr.rs:78:6 [INFO] [stdout] | [INFO] [stdout] 78 | if i16::MIN as i64 <= diff && diff <= i16::MAX as i64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/instr/xbegin_instr.rs:78:41 [INFO] [stdout] | [INFO] [stdout] 78 | if i16::MIN as i64 <= diff && diff <= i16::MAX as i64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/decoder.rs:27:32 [INFO] [stdout] | [INFO] [stdout] 27 | use core::{cmp, fmt, mem, ptr, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/decoder.rs:782:79 [INFO] [stdout] | [INFO] [stdout] 782 | invalid_check_mask: if (options & DecoderOptions::NO_INVALID_CHECK) == 0 { u32::MAX } else { 0 }, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/decoder.rs:1623:44 [INFO] [stdout] | [INFO] [stdout] 1623 | if (aaa ^ self.invalid_check_mask) == u32::MAX { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/decoder/handlers_evex.rs:555:68 [INFO] [stdout] | [INFO] [stdout] 555 | disallow_zeroing_masking: if allow_zeroing_masking { 0 } else { u32::MAX }, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/decoder/handlers_legacy.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use core::u32; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/decoder/handlers_legacy.rs:937:51 [INFO] [stdout] | [INFO] [stdout] 937 | disallow_reg: if (flags & 1) != 0 { 0 } else { u32::MAX }, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/decoder/handlers_legacy.rs:938:51 [INFO] [stdout] | [INFO] [stdout] 938 | disallow_mem: if (flags & 2) != 0 { 0 } else { u32::MAX }, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/decoder/handlers_legacy.rs:3205:44 [INFO] [stdout] | [INFO] [stdout] 3205 | disallow_mem: if allow_mem { 0 } else { u32::MAX }, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/decoder/handlers_legacy.rs:3206:44 [INFO] [stdout] | [INFO] [stdout] 3206 | disallow_reg: if allow_reg { 0 } else { u32::MAX }, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/decoder/handlers_legacy.rs:6009:126 [INFO] [stdout] | [INFO] [stdout] 6009 | Self { decode: OpCodeHandler_B_Ev::decode, has_modrm: true, code32, code64, rip_rel_mask: if supports_rip_rel { 0 } else { u32... [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::i16` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `i16` [INFO] [stdout] --> src/encoder.rs:40:12 [INFO] [stdout] | [INFO] [stdout] 40 | use core::{i16, i32, i8, mem, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::i32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `i32` [INFO] [stdout] --> src/encoder.rs:40:17 [INFO] [stdout] | [INFO] [stdout] 40 | use core::{i16, i32, i8, mem, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::i8` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `i8` [INFO] [stdout] --> src/encoder.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | use core::{i16, i32, i8, mem, u32}; [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/encoder.rs:40:31 [INFO] [stdout] | [INFO] [stdout] 40 | use core::{i16, i32, i8, mem, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/encoder.rs:856:13 [INFO] [stdout] | [INFO] [stdout] 856 | } else if i8::MIN as i32 <= displ && displ <= i8::MAX as i32 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/encoder.rs:856:49 [INFO] [stdout] | [INFO] [stdout] 856 | } else if i8::MIN as i32 <= displ && displ <= i8::MAX as i32 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/encoder.rs:995:17 [INFO] [stdout] | [INFO] [stdout] 995 | if target > u32::MAX as u64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/encoder.rs:1177:16 [INFO] [stdout] | [INFO] [stdout] 1177 | if diff8 < i32::MIN as i64 || diff8 > i32::MAX as i64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/encoder.rs:1177:43 [INFO] [stdout] | [INFO] [stdout] 1177 | if diff8 < i32::MIN as i64 || diff8 > i32::MAX as i64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/encoder.rs:1273:16 [INFO] [stdout] | [INFO] [stdout] 1273 | if diff2 < i8::MIN as i16 || diff2 > i8::MAX as i16 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/encoder.rs:1273:42 [INFO] [stdout] | [INFO] [stdout] 1273 | if diff2 < i8::MIN as i16 || diff2 > i8::MAX as i16 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/encoder.rs:1285:16 [INFO] [stdout] | [INFO] [stdout] 1285 | if diff4 < i8::MIN as i32 || diff4 > i8::MAX as i32 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/encoder.rs:1285:42 [INFO] [stdout] | [INFO] [stdout] 1285 | if diff4 < i8::MIN as i32 || diff4 > i8::MAX as i32 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/encoder.rs:1297:16 [INFO] [stdout] | [INFO] [stdout] 1297 | if diff8 < i8::MIN as i64 || diff8 > i8::MAX as i64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/encoder.rs:1297:42 [INFO] [stdout] | [INFO] [stdout] 1297 | if diff8 < i8::MIN as i64 || diff8 > i8::MAX as i64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i16::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/encoder.rs:1318:16 [INFO] [stdout] | [INFO] [stdout] 1318 | if diff4 < i16::MIN as i32 || diff4 > i16::MAX as i32 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/encoder.rs:1318:43 [INFO] [stdout] | [INFO] [stdout] 1318 | if diff4 < i16::MIN as i32 || diff4 > i16::MAX as i32 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i16::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/encoder.rs:1332:16 [INFO] [stdout] | [INFO] [stdout] 1332 | if diff8 < i16::MIN as i64 || diff8 > i16::MAX as i64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/encoder.rs:1332:43 [INFO] [stdout] | [INFO] [stdout] 1332 | if diff8 < i16::MIN as i64 || diff8 > i16::MAX as i64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/encoder.rs:1357:16 [INFO] [stdout] | [INFO] [stdout] 1357 | if diff8 < i32::MIN as i64 || diff8 > i32::MAX as i64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/encoder.rs:1357:43 [INFO] [stdout] | [INFO] [stdout] 1357 | if diff8 < i32::MIN as i64 || diff8 > i32::MAX as i64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/encoder.rs:1538:38 [INFO] [stdout] | [INFO] [stdout] 1538 | self.prevent_vex2 = if new_value { u32::MAX } else { 0 }; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::i8` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `i8` [INFO] [stdout] --> src/encoder/op_code_handler.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 13 | use core::{i8, mem, u32}; [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/encoder/op_code_handler.rs:13:21 [INFO] [stdout] | [INFO] [stdout] 13 | use core::{i8, mem, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/encoder/op_code_handler.rs:262:34 [INFO] [stdout] | [INFO] [stdout] 262 | let w1 = if wbit == WBit::W1 { u32::MAX } else { 0 }; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/encoder/op_code_handler.rs:607:38 [INFO] [stdout] | [INFO] [stdout] 607 | if res.wrapping_mul(n) == displ && i8::MIN as i32 <= res && res <= i8::MAX as i32 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/encoder/op_code_handler.rs:607:70 [INFO] [stdout] | [INFO] [stdout] 607 | if res.wrapping_mul(n) == displ && i8::MIN as i32 <= res && res <= i8::MAX as i32 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::i16` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `i16` [INFO] [stdout] --> src/formatter/mod.rs:70:12 [INFO] [stdout] | [INFO] [stdout] 70 | use core::{i16, i32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::i32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `i32` [INFO] [stdout] --> src/formatter/mod.rs:70:17 [INFO] [stdout] | [INFO] [stdout] 70 | use core::{i16, i32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::i8` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `i8` [INFO] [stdout] --> src/formatter/mod.rs:72:12 [INFO] [stdout] | [INFO] [stdout] 72 | use core::{i8, u16, u32, u8}; [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u16` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u16` [INFO] [stdout] --> src/formatter/mod.rs:72:16 [INFO] [stdout] | [INFO] [stdout] 72 | use core::{i8, u16, u32, u8}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/formatter/mod.rs:72:21 [INFO] [stdout] | [INFO] [stdout] 72 | use core::{i8, u16, u32, u8}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u8` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u8` [INFO] [stdout] --> src/formatter/mod.rs:72:26 [INFO] [stdout] | [INFO] [stdout] 72 | use core::{i8, u16, u32, u8}; [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/mod.rs:309:17 [INFO] [stdout] | [INFO] [stdout] 309 | if displ <= i8::MAX as i64 + 1 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/mod.rs:311:24 [INFO] [stdout] | [INFO] [stdout] 311 | } else if displ <= i16::MAX as i64 + 1 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/mod.rs:313:24 [INFO] [stdout] | [INFO] [stdout] 313 | } else if displ <= i32::MAX as i64 + 1 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/mod.rs:320:17 [INFO] [stdout] | [INFO] [stdout] 320 | if displ <= i8::MAX as i64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/mod.rs:322:24 [INFO] [stdout] | [INFO] [stdout] 322 | } else if displ <= i16::MAX as i64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/mod.rs:324:24 [INFO] [stdout] | [INFO] [stdout] 324 | } else if displ <= i32::MAX as i64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/mod.rs:339:26 [INFO] [stdout] | [INFO] [stdout] 339 | let s = if address <= u16::MAX as u64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/mod.rs:342:25 [INFO] [stdout] | [INFO] [stdout] 342 | } else if address <= u32::MAX as u64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u16` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u16` [INFO] [stdout] --> src/formatter/fast.rs:32:29 [INFO] [stdout] | [INFO] [stdout] 32 | use core::{mem, ptr, slice, u16, u32, u8, usize}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/formatter/fast.rs:32:34 [INFO] [stdout] | [INFO] [stdout] 32 | use core::{mem, ptr, slice, u16, u32, u8, usize}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u8` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u8` [INFO] [stdout] --> src/formatter/fast.rs:32:39 [INFO] [stdout] | [INFO] [stdout] 32 | use core::{mem, ptr, slice, u16, u32, u8, usize}; [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::usize` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `usize` [INFO] [stdout] --> src/formatter/fast.rs:32:43 [INFO] [stdout] | [INFO] [stdout] 32 | use core::{mem, ptr, slice, u16, u32, u8, usize}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::usize::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/fast.rs:825:15 [INFO] [stdout] | [INFO] [stdout] 825 | index = usize::MAX; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u16` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u16` [INFO] [stdout] --> src/formatter/gas.rs:30:17 [INFO] [stdout] | [INFO] [stdout] 30 | use core::{mem, u16, u32, u8}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/formatter/gas.rs:30:22 [INFO] [stdout] | [INFO] [stdout] 30 | use core::{mem, u16, u32, u8}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u8` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u8` [INFO] [stdout] --> src/formatter/gas.rs:30:27 [INFO] [stdout] | [INFO] [stdout] 30 | use core::{mem, u16, u32, u8}; [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/gas.rs:1185:64 [INFO] [stdout] | [INFO] [stdout] 1185 | let (s, displ_kind) = if displ_size <= 1 && displ as u64 <= u8::MAX as u64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/gas.rs:1190:49 [INFO] [stdout] | [INFO] [stdout] 1190 | } else if displ_size <= 2 && displ as u64 <= u16::MAX as u64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/gas.rs:1195:49 [INFO] [stdout] | [INFO] [stdout] 1195 | } else if displ_size <= 4 && displ as u64 <= u32::MAX as u64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/formatter/gas/fmt_tbl.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | use core::{mem, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/gas/fmt_tbl.rs:245:50 [INFO] [stdout] | [INFO] [stdout] 245 | Box::new(SimpleInstrInfo_os_loop::new(v, v2, u32::MAX, vec![s], vec![s2])) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/formatter/gas/info.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | use core::{mem, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/gas/info.rs:926:38 [INFO] [stdout] | [INFO] [stdout] 926 | let mnemonic = if self.cc_index == u32::MAX { &mnemonics[0] } else { get_mnemonic_cc(options, self.cc_index, mnemonics) }; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u16` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u16` [INFO] [stdout] --> src/formatter/intel.rs:31:17 [INFO] [stdout] | [INFO] [stdout] 31 | use core::{mem, u16, u32, u8}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/formatter/intel.rs:31:22 [INFO] [stdout] | [INFO] [stdout] 31 | use core::{mem, u16, u32, u8}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u8` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u8` [INFO] [stdout] --> src/formatter/intel.rs:31:27 [INFO] [stdout] | [INFO] [stdout] 31 | use core::{mem, u16, u32, u8}; [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/intel.rs:1333:64 [INFO] [stdout] | [INFO] [stdout] 1333 | let (s, displ_kind) = if displ_size <= 1 && displ as u64 <= u8::MAX as u64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/intel.rs:1338:49 [INFO] [stdout] | [INFO] [stdout] 1338 | } else if displ_size <= 2 && displ as u64 <= u16::MAX as u64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/intel.rs:1343:49 [INFO] [stdout] | [INFO] [stdout] 1343 | } else if displ_size <= 4 && displ as u64 <= u32::MAX as u64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/formatter/intel/fmt_tbl.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | use core::{mem, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/intel/fmt_tbl.rs:200:46 [INFO] [stdout] | [INFO] [stdout] 200 | Box::new(SimpleInstrInfo_os_loop::new(v, u32::MAX, unsafe { mem::transmute(v2 as u8) }, vec![s])) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/formatter/intel/info.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | use core::{mem, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/intel/info.rs:669:38 [INFO] [stdout] | [INFO] [stdout] 669 | let mnemonic = if self.cc_index == u32::MAX { &self.mnemonics[0] } else { get_mnemonic_cc(options, self.cc_index, &self.mnem... [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u16` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u16` [INFO] [stdout] --> src/formatter/masm.rs:31:17 [INFO] [stdout] | [INFO] [stdout] 31 | use core::{mem, u16, u32, u8}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/formatter/masm.rs:31:22 [INFO] [stdout] | [INFO] [stdout] 31 | use core::{mem, u16, u32, u8}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u8` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u8` [INFO] [stdout] --> src/formatter/masm.rs:31:27 [INFO] [stdout] | [INFO] [stdout] 31 | use core::{mem, u16, u32, u8}; [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/masm.rs:1362:64 [INFO] [stdout] | [INFO] [stdout] 1362 | let (s, displ_kind) = if displ_size <= 1 && displ as u64 <= u8::MAX as u64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/masm.rs:1364:49 [INFO] [stdout] | [INFO] [stdout] 1364 | } else if displ_size <= 2 && displ as u64 <= u16::MAX as u64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/masm.rs:1369:49 [INFO] [stdout] | [INFO] [stdout] 1369 | } else if displ_size <= 4 && displ as u64 <= u32::MAX as u64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/formatter/masm/fmt_tbl.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | use core::{mem, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/formatter/masm/info.rs:13:17 [INFO] [stdout] | [INFO] [stdout] 13 | use core::{mem, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u16` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u16` [INFO] [stdout] --> src/formatter/nasm.rs:30:17 [INFO] [stdout] | [INFO] [stdout] 30 | use core::{mem, u16, u32, u8}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/formatter/nasm.rs:30:22 [INFO] [stdout] | [INFO] [stdout] 30 | use core::{mem, u16, u32, u8}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u8` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u8` [INFO] [stdout] --> src/formatter/nasm.rs:30:27 [INFO] [stdout] | [INFO] [stdout] 30 | use core::{mem, u16, u32, u8}; [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/nasm.rs:1349:64 [INFO] [stdout] | [INFO] [stdout] 1349 | let (s, displ_kind) = if displ_size <= 1 && displ as u64 <= u8::MAX as u64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/nasm.rs:1354:49 [INFO] [stdout] | [INFO] [stdout] 1354 | } else if displ_size <= 2 && displ as u64 <= u16::MAX as u64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/nasm.rs:1359:49 [INFO] [stdout] | [INFO] [stdout] 1359 | } else if displ_size <= 4 && displ as u64 <= u32::MAX as u64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/formatter/nasm/fmt_tbl.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | use core::{mem, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/nasm/fmt_tbl.rs:239:46 [INFO] [stdout] | [INFO] [stdout] 239 | Box::new(SimpleInstrInfo_os_loop::new(v, u32::MAX, unsafe { mem::transmute(v2 as u8) }, vec![s])) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/formatter/nasm/info.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | use core::{mem, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/nasm/info.rs:1069:38 [INFO] [stdout] | [INFO] [stdout] 1069 | let mnemonic = if self.cc_index == u32::MAX { &self.mnemonics[0] } else { get_mnemonic_cc(options, self.cc_index, &self.mnem... [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/formatter/num_fmt_opts.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | use core::{cmp, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/num_fmt_opts.rs:92:31 [INFO] [stdout] | [INFO] [stdout] 92 | digit_group_size: cmp::min(u8::MAX as u32, digit_group_size) as u8, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u16` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u16` [INFO] [stdout] --> src/info/factory.rs:8:17 [INFO] [stdout] | [INFO] [stdout] 8 | use core::{mem, u16, u32, u64}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/info/factory.rs:8:22 [INFO] [stdout] | [INFO] [stdout] 8 | use core::{mem, u16, u32, u64}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u64` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u64` [INFO] [stdout] --> src/info/factory.rs:8:27 [INFO] [stdout] | [INFO] [stdout] 8 | use core::{mem, u16, u32, u64}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u64::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/info/factory.rs:477:78 [INFO] [stdout] | [INFO] [stdout] 477 | CodeSize::Code64 | CodeSize::Unknown => (Register::RSP, CodeSize::Code64, u64::MAX), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/info/factory.rs:478:51 [INFO] [stdout] | [INFO] [stdout] 478 | CodeSize::Code32 => (Register::ESP, code_size, u32::MAX as u64), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/info/factory.rs:479:50 [INFO] [stdout] | [INFO] [stdout] 479 | CodeSize::Code16 => (Register::SP, code_size, u16::MAX as u64), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u16` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u16` [INFO] [stdout] --> src/instruction.rs:16:24 [INFO] [stdout] | [INFO] [stdout] 16 | use core::{mem, slice, u16, u32, u64}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/instruction.rs:16:29 [INFO] [stdout] | [INFO] [stdout] 16 | use core::{mem, slice, u16, u32, u64}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u64` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u64` [INFO] [stdout] --> src/instruction.rs:16:34 [INFO] [stdout] | [INFO] [stdout] 16 | use core::{mem, slice, u16, u32, u64}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/instruction.rs:10673:48 [INFO] [stdout] | [INFO] [stdout] 10673 | const_assert!(IcedConstants::MAX_OP_COUNT <= core::u8::MAX as usize); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u64::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/instruction.rs:2974:11 [INFO] [stdout] | [INFO] [stdout] 2974 | 8 => u64::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/instruction.rs:2975:11 [INFO] [stdout] | [INFO] [stdout] 2975 | 4 => u32::MAX as u64, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/instruction.rs:2978:7 [INFO] [stdout] | [INFO] [stdout] 2978 | u16::MAX as u64 [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::i16` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `i16` [INFO] [stdout] --> src/instruction_internal.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | use core::{i16, i32, i8, u8}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::i32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `i32` [INFO] [stdout] --> src/instruction_internal.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | use core::{i16, i32, i8, u8}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::i8` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `i8` [INFO] [stdout] --> src/instruction_internal.rs:14:22 [INFO] [stdout] | [INFO] [stdout] 14 | use core::{i16, i32, i8, u8}; [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u8` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u8` [INFO] [stdout] --> src/instruction_internal.rs:14:26 [INFO] [stdout] | [INFO] [stdout] 14 | use core::{i16, i32, i8, u8}; [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u16` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u16` [INFO] [stdout] --> src/instruction_internal.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 15 | use core::{u16, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/instruction_internal.rs:15:17 [INFO] [stdout] | [INFO] [stdout] 15 | use core::{u16, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/instruction_internal.rs:407:7 [INFO] [stdout] | [INFO] [stdout] 407 | if i8::MIN as i64 <= immediate && immediate <= u8::MAX as i64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/instruction_internal.rs:407:51 [INFO] [stdout] | [INFO] [stdout] 407 | if i8::MIN as i64 <= immediate && immediate <= u8::MAX as i64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/instruction_internal.rs:415:7 [INFO] [stdout] | [INFO] [stdout] 415 | if i8::MIN as i64 <= immediate && immediate <= u8::MAX as i64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/instruction_internal.rs:415:51 [INFO] [stdout] | [INFO] [stdout] 415 | if i8::MIN as i64 <= immediate && immediate <= u8::MAX as i64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/instruction_internal.rs:422:7 [INFO] [stdout] | [INFO] [stdout] 422 | if i8::MIN as i64 <= immediate && immediate <= i8::MAX as i64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/instruction_internal.rs:422:51 [INFO] [stdout] | [INFO] [stdout] 422 | if i8::MIN as i64 <= immediate && immediate <= i8::MAX as i64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/instruction_internal.rs:429:7 [INFO] [stdout] | [INFO] [stdout] 429 | if i8::MIN as i64 <= immediate && immediate <= i8::MAX as i64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/instruction_internal.rs:429:51 [INFO] [stdout] | [INFO] [stdout] 429 | if i8::MIN as i64 <= immediate && immediate <= i8::MAX as i64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/instruction_internal.rs:436:7 [INFO] [stdout] | [INFO] [stdout] 436 | if i8::MIN as i64 <= immediate && immediate <= i8::MAX as i64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/instruction_internal.rs:436:51 [INFO] [stdout] | [INFO] [stdout] 436 | if i8::MIN as i64 <= immediate && immediate <= i8::MAX as i64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i16::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/instruction_internal.rs:444:7 [INFO] [stdout] | [INFO] [stdout] 444 | if i16::MIN as i64 <= immediate && immediate <= u16::MAX as i64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/instruction_internal.rs:444:52 [INFO] [stdout] | [INFO] [stdout] 444 | if i16::MIN as i64 <= immediate && immediate <= u16::MAX as i64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/instruction_internal.rs:452:7 [INFO] [stdout] | [INFO] [stdout] 452 | if i32::MIN as i64 <= immediate && immediate <= u32::MAX as i64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/instruction_internal.rs:452:52 [INFO] [stdout] | [INFO] [stdout] 452 | if i32::MIN as i64 <= immediate && immediate <= u32::MAX as i64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/instruction_internal.rs:459:7 [INFO] [stdout] | [INFO] [stdout] 459 | if i32::MIN as i64 <= immediate && immediate <= i32::MAX as i64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/instruction_internal.rs:459:52 [INFO] [stdout] | [INFO] [stdout] 459 | if i32::MIN as i64 <= immediate && immediate <= i32::MAX as i64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/instruction_internal.rs:483:20 [INFO] [stdout] | [INFO] [stdout] 483 | if immediate <= u8::MAX as u64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/instruction_internal.rs:490:20 [INFO] [stdout] | [INFO] [stdout] 490 | if immediate <= u8::MAX as u64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/instruction_internal.rs:497:20 [INFO] [stdout] | [INFO] [stdout] 497 | if immediate <= i8::MAX as u64 || (0xFF80 <= immediate && immediate <= 0xFFFF) { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/instruction_internal.rs:504:20 [INFO] [stdout] | [INFO] [stdout] 504 | if immediate <= i8::MAX as u64 || (0xFFFF_FF80 <= immediate && immediate <= 0xFFFF_FFFF) { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/instruction_internal.rs:512:39 [INFO] [stdout] | [INFO] [stdout] 512 | if immediate.wrapping_add(0x80) <= u8::MAX as u64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/instruction_internal.rs:519:20 [INFO] [stdout] | [INFO] [stdout] 519 | if immediate <= u16::MAX as u64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/instruction_internal.rs:526:20 [INFO] [stdout] | [INFO] [stdout] 526 | if immediate <= u32::MAX as u64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/instruction_internal.rs:534:46 [INFO] [stdout] | [INFO] [stdout] 534 | if immediate.wrapping_add(0x8000_0000) <= u32::MAX as u64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/block_enc.rs:19:17 [INFO] [stdout] | [INFO] [stdout] 19 | use core::{mem, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:1182:9 [INFO] [stdout] | [INFO] [stdout] 1182 | #![warn(deprecated_in_future)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc.rs:367:107 [INFO] [stdout] | [INFO] [stdout] 367 | new_instruction_offsets.push(if is_original_instruction { ip.wrapping_sub(block.rip) as u32 } else { u32::MAX }); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::usize::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/enums.rs:81:50 [INFO] [stdout] | [INFO] [stdout] 81 | assert!(>::try_from(core::usize::MAX).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::i32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `i32` [INFO] [stdout] --> src/block_enc/instr/mod.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | use core::i32; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/instr/mod.rs:290:17 [INFO] [stdout] | [INFO] [stdout] 290 | if min_size > i32::MAX as u32 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/block_enc/instr/mod.rs:306:10 [INFO] [stdout] | [INFO] [stdout] 306 | if !(i32::MIN as i64 <= diff && diff <= i32::MAX as i64) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/instr/mod.rs:306:45 [INFO] [stdout] | [INFO] [stdout] 306 | if !(i32::MIN as i64 <= diff && diff <= i32::MAX as i64) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::i32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `i32` [INFO] [stdout] --> src/block_enc/instr/call_instr.rs:8:17 [INFO] [stdout] | [INFO] [stdout] 8 | use core::{cmp, i32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/block_enc/instr/call_instr.rs:67:16 [INFO] [stdout] | [INFO] [stdout] 67 | use_short = i32::MIN as i64 <= diff && diff <= i32::MAX as i64; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/instr/call_instr.rs:67:51 [INFO] [stdout] | [INFO] [stdout] 67 | use_short = i32::MIN as i64 <= diff && diff <= i32::MAX as i64; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::i32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `i32` [INFO] [stdout] --> src/block_enc/instr/ip_relmem_instr.rs:8:12 [INFO] [stdout] | [INFO] [stdout] 8 | use core::{i32, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/block_enc/instr/ip_relmem_instr.rs:8:17 [INFO] [stdout] | [INFO] [stdout] 8 | use core::{i32, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/block_enc/instr/ip_relmem_instr.rs:68:14 [INFO] [stdout] | [INFO] [stdout] 68 | use_rip = i32::MIN as i64 <= diff && diff <= i32::MAX as i64; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/instr/ip_relmem_instr.rs:68:49 [INFO] [stdout] | [INFO] [stdout] 68 | use_rip = i32::MIN as i64 <= diff && diff <= i32::MAX as i64; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/instr/ip_relmem_instr.rs:78:24 [INFO] [stdout] | [INFO] [stdout] 78 | if target_address <= u32::MAX as u64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::i32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `i32` [INFO] [stdout] --> src/block_enc/instr/jcc_instr.rs:8:17 [INFO] [stdout] | [INFO] [stdout] 8 | use core::{cmp, i32, i8, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::i8` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `i8` [INFO] [stdout] --> src/block_enc/instr/jcc_instr.rs:8:22 [INFO] [stdout] | [INFO] [stdout] 8 | use core::{cmp, i32, i8, u32}; [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/block_enc/instr/jcc_instr.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | use core::{cmp, i32, i8, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/block_enc/instr/jcc_instr.rs:94:6 [INFO] [stdout] | [INFO] [stdout] 94 | if i8::MIN as i64 <= diff && diff <= i8::MAX as i64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/instr/jcc_instr.rs:94:40 [INFO] [stdout] | [INFO] [stdout] 94 | if i8::MIN as i64 <= diff && diff <= i8::MAX as i64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/block_enc/instr/jcc_instr.rs:109:15 [INFO] [stdout] | [INFO] [stdout] 109 | use_near = i32::MIN as i64 <= diff && diff <= i32::MAX as i64; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/instr/jcc_instr.rs:109:50 [INFO] [stdout] | [INFO] [stdout] 109 | use_near = i32::MIN as i64 <= diff && diff <= i32::MAX as i64; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/instr/jcc_instr.rs:216:52 [INFO] [stdout] | [INFO] [stdout] 216 | debug_assert!(Self::LONG_INSTRUCTION_SIZE64 <= i8::MAX as u32); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::i32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `i32` [INFO] [stdout] --> src/block_enc/instr/jmp_instr.rs:8:17 [INFO] [stdout] | [INFO] [stdout] 8 | use core::{cmp, i32, i8, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::i8` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `i8` [INFO] [stdout] --> src/block_enc/instr/jmp_instr.rs:8:22 [INFO] [stdout] | [INFO] [stdout] 8 | use core::{cmp, i32, i8, u32}; [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/block_enc/instr/jmp_instr.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | use core::{cmp, i32, i8, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/block_enc/instr/jmp_instr.rs:88:6 [INFO] [stdout] | [INFO] [stdout] 88 | if i8::MIN as i64 <= diff && diff <= i8::MAX as i64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/instr/jmp_instr.rs:88:40 [INFO] [stdout] | [INFO] [stdout] 88 | if i8::MIN as i64 <= diff && diff <= i8::MAX as i64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/block_enc/instr/jmp_instr.rs:103:15 [INFO] [stdout] | [INFO] [stdout] 103 | use_near = i32::MIN as i64 <= diff && diff <= i32::MAX as i64; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/instr/jmp_instr.rs:103:50 [INFO] [stdout] | [INFO] [stdout] 103 | use_near = i32::MIN as i64 <= diff && diff <= i32::MAX as i64; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::i32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `i32` [INFO] [stdout] --> src/block_enc/instr/simple_br_instr.rs:8:17 [INFO] [stdout] | [INFO] [stdout] 8 | use core::{cmp, i32, i8, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::i8` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `i8` [INFO] [stdout] --> src/block_enc/instr/simple_br_instr.rs:8:22 [INFO] [stdout] | [INFO] [stdout] 8 | use core::{cmp, i32, i8, u32}; [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/block_enc/instr/simple_br_instr.rs:8:26 [INFO] [stdout] | [INFO] [stdout] 8 | use core::{cmp, i32, i8, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/block_enc/instr/simple_br_instr.rs:111:6 [INFO] [stdout] | [INFO] [stdout] 111 | if i8::MIN as i64 <= diff && diff <= i8::MAX as i64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/instr/simple_br_instr.rs:111:40 [INFO] [stdout] | [INFO] [stdout] 111 | if i8::MIN as i64 <= diff && diff <= i8::MAX as i64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/block_enc/instr/simple_br_instr.rs:126:15 [INFO] [stdout] | [INFO] [stdout] 126 | use_near = i32::MIN as i64 <= diff && diff <= i32::MAX as i64; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/instr/simple_br_instr.rs:126:50 [INFO] [stdout] | [INFO] [stdout] 126 | use_near = i32::MIN as i64 <= diff && diff <= i32::MAX as i64; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::i16` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `i16` [INFO] [stdout] --> src/block_enc/instr/xbegin_instr.rs:8:12 [INFO] [stdout] | [INFO] [stdout] 8 | use core::{i16, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/block_enc/instr/xbegin_instr.rs:8:17 [INFO] [stdout] | [INFO] [stdout] 8 | use core::{i16, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i16::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/block_enc/instr/xbegin_instr.rs:78:6 [INFO] [stdout] | [INFO] [stdout] 78 | if i16::MIN as i64 <= diff && diff <= i16::MAX as i64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/instr/xbegin_instr.rs:78:41 [INFO] [stdout] | [INFO] [stdout] 78 | if i16::MIN as i64 <= diff && diff <= i16::MAX as i64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/block_enc/tests/mod.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use core::u32; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/mod.rs:72:16 [INFO] [stdout] | [INFO] [stdout] 72 | if offset == u32::MAX { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/block_enc/tests/br8_16.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use core::u32; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/br8_16.rs:389:3 [INFO] [stdout] | [INFO] [stdout] 389 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/br8_16.rs:391:3 [INFO] [stdout] | [INFO] [stdout] 391 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/br8_16.rs:393:3 [INFO] [stdout] | [INFO] [stdout] 393 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/br8_16.rs:395:3 [INFO] [stdout] | [INFO] [stdout] 395 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/br8_16.rs:397:3 [INFO] [stdout] | [INFO] [stdout] 397 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/br8_16.rs:399:3 [INFO] [stdout] | [INFO] [stdout] 399 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/br8_16.rs:401:3 [INFO] [stdout] | [INFO] [stdout] 401 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/br8_16.rs:403:3 [INFO] [stdout] | [INFO] [stdout] 403 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/block_enc/tests/br8_32.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use core::u32; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/br8_32.rs:389:3 [INFO] [stdout] | [INFO] [stdout] 389 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/br8_32.rs:391:3 [INFO] [stdout] | [INFO] [stdout] 391 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/br8_32.rs:393:3 [INFO] [stdout] | [INFO] [stdout] 393 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/br8_32.rs:395:3 [INFO] [stdout] | [INFO] [stdout] 395 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/br8_32.rs:397:3 [INFO] [stdout] | [INFO] [stdout] 397 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/br8_32.rs:399:3 [INFO] [stdout] | [INFO] [stdout] 399 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/br8_32.rs:401:3 [INFO] [stdout] | [INFO] [stdout] 401 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/br8_32.rs:403:3 [INFO] [stdout] | [INFO] [stdout] 403 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/block_enc/tests/br8_64.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use core::u32; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/br8_64.rs:389:3 [INFO] [stdout] | [INFO] [stdout] 389 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/br8_64.rs:391:3 [INFO] [stdout] | [INFO] [stdout] 391 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/br8_64.rs:393:3 [INFO] [stdout] | [INFO] [stdout] 393 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/br8_64.rs:395:3 [INFO] [stdout] | [INFO] [stdout] 395 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/br8_64.rs:397:3 [INFO] [stdout] | [INFO] [stdout] 397 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/br8_64.rs:399:3 [INFO] [stdout] | [INFO] [stdout] 399 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/br8_64.rs:401:3 [INFO] [stdout] | [INFO] [stdout] 401 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/br8_64.rs:403:3 [INFO] [stdout] | [INFO] [stdout] 403 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/br8_64.rs:491:3 [INFO] [stdout] | [INFO] [stdout] 491 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/br8_64.rs:493:3 [INFO] [stdout] | [INFO] [stdout] 493 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/br8_64.rs:495:3 [INFO] [stdout] | [INFO] [stdout] 495 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/br8_64.rs:497:3 [INFO] [stdout] | [INFO] [stdout] 497 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/br8_64.rs:499:3 [INFO] [stdout] | [INFO] [stdout] 499 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/br8_64.rs:501:3 [INFO] [stdout] | [INFO] [stdout] 501 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/br8_64.rs:503:3 [INFO] [stdout] | [INFO] [stdout] 503 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/br8_64.rs:505:3 [INFO] [stdout] | [INFO] [stdout] 505 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/block_enc/tests/call_16.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use core::u32; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/block_enc/tests/call_32.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use core::u32; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/block_enc/tests/call_64.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use core::u32; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/call_64.rs:175:3 [INFO] [stdout] | [INFO] [stdout] 175 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/block_enc/tests/ip_rel_64.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use core::u32; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/block_enc/tests/jcc_16.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use core::u32; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/block_enc/tests/jcc_32.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use core::u32; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/block_enc/tests/jcc_64.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use core::u32; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/jcc_64.rs:1108:3 [INFO] [stdout] | [INFO] [stdout] 1108 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/jcc_64.rs:1110:3 [INFO] [stdout] | [INFO] [stdout] 1110 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/jcc_64.rs:1112:3 [INFO] [stdout] | [INFO] [stdout] 1112 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/jcc_64.rs:1114:3 [INFO] [stdout] | [INFO] [stdout] 1114 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/jcc_64.rs:1116:3 [INFO] [stdout] | [INFO] [stdout] 1116 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/jcc_64.rs:1118:3 [INFO] [stdout] | [INFO] [stdout] 1118 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/jcc_64.rs:1120:3 [INFO] [stdout] | [INFO] [stdout] 1120 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/jcc_64.rs:1122:3 [INFO] [stdout] | [INFO] [stdout] 1122 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/jcc_64.rs:1124:3 [INFO] [stdout] | [INFO] [stdout] 1124 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/jcc_64.rs:1126:3 [INFO] [stdout] | [INFO] [stdout] 1126 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/jcc_64.rs:1128:3 [INFO] [stdout] | [INFO] [stdout] 1128 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/jcc_64.rs:1130:3 [INFO] [stdout] | [INFO] [stdout] 1130 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/jcc_64.rs:1132:3 [INFO] [stdout] | [INFO] [stdout] 1132 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/jcc_64.rs:1134:3 [INFO] [stdout] | [INFO] [stdout] 1134 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/jcc_64.rs:1136:3 [INFO] [stdout] | [INFO] [stdout] 1136 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/jcc_64.rs:1138:3 [INFO] [stdout] | [INFO] [stdout] 1138 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/jcc_64.rs:2092:3 [INFO] [stdout] | [INFO] [stdout] 2092 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/jcc_64.rs:2094:3 [INFO] [stdout] | [INFO] [stdout] 2094 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/jcc_64.rs:2096:3 [INFO] [stdout] | [INFO] [stdout] 2096 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/jcc_64.rs:2098:3 [INFO] [stdout] | [INFO] [stdout] 2098 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/jcc_64.rs:2100:3 [INFO] [stdout] | [INFO] [stdout] 2100 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/jcc_64.rs:2102:3 [INFO] [stdout] | [INFO] [stdout] 2102 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/jcc_64.rs:2104:3 [INFO] [stdout] | [INFO] [stdout] 2104 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/jcc_64.rs:2106:3 [INFO] [stdout] | [INFO] [stdout] 2106 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/jcc_64.rs:2108:3 [INFO] [stdout] | [INFO] [stdout] 2108 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/jcc_64.rs:2110:3 [INFO] [stdout] | [INFO] [stdout] 2110 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/jcc_64.rs:2112:3 [INFO] [stdout] | [INFO] [stdout] 2112 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/jcc_64.rs:2114:3 [INFO] [stdout] | [INFO] [stdout] 2114 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/jcc_64.rs:2116:3 [INFO] [stdout] | [INFO] [stdout] 2116 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/jcc_64.rs:2118:3 [INFO] [stdout] | [INFO] [stdout] 2118 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/jcc_64.rs:2120:3 [INFO] [stdout] | [INFO] [stdout] 2120 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/jcc_64.rs:2122:3 [INFO] [stdout] | [INFO] [stdout] 2122 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/block_enc/tests/jmp_16.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use core::u32; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/block_enc/tests/jmp_32.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use core::u32; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/block_enc/tests/jmp_64.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use core::u32; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/jmp_64.rs:287:3 [INFO] [stdout] | [INFO] [stdout] 287 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/block_enc/tests/jmp_64.rs:289:3 [INFO] [stdout] | [INFO] [stdout] 289 | u32::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/block_enc/tests/xbegin_16.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use core::u32; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/block_enc/tests/xbegin_32.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use core::u32; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/block_enc/tests/xbegin_64.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use core::u32; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::usize::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/code.rs:38963:45 [INFO] [stdout] | [INFO] [stdout] 38963 | assert!(>::try_from(core::usize::MAX).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/decoder.rs:27:32 [INFO] [stdout] | [INFO] [stdout] 27 | use core::{cmp, fmt, mem, ptr, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::usize::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/decoder.rs:154:53 [INFO] [stdout] | [INFO] [stdout] 154 | assert!(>::try_from(core::usize::MAX).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/decoder.rs:782:79 [INFO] [stdout] | [INFO] [stdout] 782 | invalid_check_mask: if (options & DecoderOptions::NO_INVALID_CHECK) == 0 { u32::MAX } else { 0 }, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/decoder.rs:1623:44 [INFO] [stdout] | [INFO] [stdout] 1623 | if (aaa ^ self.invalid_check_mask) == u32::MAX { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/decoder/handlers_evex.rs:555:68 [INFO] [stdout] | [INFO] [stdout] 555 | disallow_zeroing_masking: if allow_zeroing_masking { 0 } else { u32::MAX }, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/decoder/handlers_legacy.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use core::u32; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/decoder/handlers_legacy.rs:937:51 [INFO] [stdout] | [INFO] [stdout] 937 | disallow_reg: if (flags & 1) != 0 { 0 } else { u32::MAX }, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/decoder/handlers_legacy.rs:938:51 [INFO] [stdout] | [INFO] [stdout] 938 | disallow_mem: if (flags & 2) != 0 { 0 } else { u32::MAX }, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/decoder/handlers_legacy.rs:3205:44 [INFO] [stdout] | [INFO] [stdout] 3205 | disallow_mem: if allow_mem { 0 } else { u32::MAX }, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/decoder/handlers_legacy.rs:3206:44 [INFO] [stdout] | [INFO] [stdout] 3206 | disallow_reg: if allow_reg { 0 } else { u32::MAX }, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/decoder/handlers_legacy.rs:6009:126 [INFO] [stdout] | [INFO] [stdout] 6009 | Self { decode: OpCodeHandler_B_Ev::decode, has_modrm: true, code32, code64, rip_rel_mask: if supports_rip_rel { 0 } else { u32... [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/decoder/tests/test_parser.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use core::u32; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/decoder/tests/test_parser.rs:265:67 [INFO] [stdout] | [INFO] [stdout] 265 | match *(*TO_DECODER_TEST_PARSER_CONSTANTS).get(key).unwrap_or(&u32::MAX) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/decoder/tests/test_parser.rs:384:71 [INFO] [stdout] | [INFO] [stdout] 384 | match *(*TO_DECODER_TEST_PARSER_CONSTANTS).get(parts[0]).unwrap_or(&u32::MAX) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::i16` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `i16` [INFO] [stdout] --> src/encoder.rs:40:12 [INFO] [stdout] | [INFO] [stdout] 40 | use core::{i16, i32, i8, mem, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::i32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `i32` [INFO] [stdout] --> src/encoder.rs:40:17 [INFO] [stdout] | [INFO] [stdout] 40 | use core::{i16, i32, i8, mem, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::i8` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `i8` [INFO] [stdout] --> src/encoder.rs:40:22 [INFO] [stdout] | [INFO] [stdout] 40 | use core::{i16, i32, i8, mem, u32}; [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/encoder.rs:40:31 [INFO] [stdout] | [INFO] [stdout] 40 | use core::{i16, i32, i8, mem, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/encoder.rs:856:13 [INFO] [stdout] | [INFO] [stdout] 856 | } else if i8::MIN as i32 <= displ && displ <= i8::MAX as i32 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/encoder.rs:856:49 [INFO] [stdout] | [INFO] [stdout] 856 | } else if i8::MIN as i32 <= displ && displ <= i8::MAX as i32 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/encoder.rs:995:17 [INFO] [stdout] | [INFO] [stdout] 995 | if target > u32::MAX as u64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/encoder.rs:1177:16 [INFO] [stdout] | [INFO] [stdout] 1177 | if diff8 < i32::MIN as i64 || diff8 > i32::MAX as i64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/encoder.rs:1177:43 [INFO] [stdout] | [INFO] [stdout] 1177 | if diff8 < i32::MIN as i64 || diff8 > i32::MAX as i64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/encoder.rs:1273:16 [INFO] [stdout] | [INFO] [stdout] 1273 | if diff2 < i8::MIN as i16 || diff2 > i8::MAX as i16 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/encoder.rs:1273:42 [INFO] [stdout] | [INFO] [stdout] 1273 | if diff2 < i8::MIN as i16 || diff2 > i8::MAX as i16 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/encoder.rs:1285:16 [INFO] [stdout] | [INFO] [stdout] 1285 | if diff4 < i8::MIN as i32 || diff4 > i8::MAX as i32 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/encoder.rs:1285:42 [INFO] [stdout] | [INFO] [stdout] 1285 | if diff4 < i8::MIN as i32 || diff4 > i8::MAX as i32 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/encoder.rs:1297:16 [INFO] [stdout] | [INFO] [stdout] 1297 | if diff8 < i8::MIN as i64 || diff8 > i8::MAX as i64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/encoder.rs:1297:42 [INFO] [stdout] | [INFO] [stdout] 1297 | if diff8 < i8::MIN as i64 || diff8 > i8::MAX as i64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i16::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/encoder.rs:1318:16 [INFO] [stdout] | [INFO] [stdout] 1318 | if diff4 < i16::MIN as i32 || diff4 > i16::MAX as i32 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/encoder.rs:1318:43 [INFO] [stdout] | [INFO] [stdout] 1318 | if diff4 < i16::MIN as i32 || diff4 > i16::MAX as i32 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i16::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/encoder.rs:1332:16 [INFO] [stdout] | [INFO] [stdout] 1332 | if diff8 < i16::MIN as i64 || diff8 > i16::MAX as i64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/encoder.rs:1332:43 [INFO] [stdout] | [INFO] [stdout] 1332 | if diff8 < i16::MIN as i64 || diff8 > i16::MAX as i64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/encoder.rs:1357:16 [INFO] [stdout] | [INFO] [stdout] 1357 | if diff8 < i32::MIN as i64 || diff8 > i32::MAX as i64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/encoder.rs:1357:43 [INFO] [stdout] | [INFO] [stdout] 1357 | if diff8 < i32::MIN as i64 || diff8 > i32::MAX as i64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/encoder.rs:1538:38 [INFO] [stdout] | [INFO] [stdout] 1538 | self.prevent_vex2 = if new_value { u32::MAX } else { 0 }; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::usize::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/encoder/enums.rs:650:54 [INFO] [stdout] | [INFO] [stdout] 650 | assert!(>::try_from(core::usize::MAX).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::i8` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `i8` [INFO] [stdout] --> src/encoder/op_code_handler.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 13 | use core::{i8, mem, u32}; [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/encoder/op_code_handler.rs:13:21 [INFO] [stdout] | [INFO] [stdout] 13 | use core::{i8, mem, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/encoder/op_code_handler.rs:262:34 [INFO] [stdout] | [INFO] [stdout] 262 | let w1 = if wbit == WBit::W1 { u32::MAX } else { 0 }; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/encoder/op_code_handler.rs:607:38 [INFO] [stdout] | [INFO] [stdout] 607 | if res.wrapping_mul(n) == displ && i8::MIN as i32 <= res && res <= i8::MAX as i32 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/encoder/op_code_handler.rs:607:70 [INFO] [stdout] | [INFO] [stdout] 607 | if res.wrapping_mul(n) == displ && i8::MIN as i32 <= res && res <= i8::MAX as i32 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::i32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `i32` [INFO] [stdout] --> src/encoder/tests/create.rs:8:12 [INFO] [stdout] | [INFO] [stdout] 8 | use core::{i32, i64, u32, u64}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::i64` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `i64` [INFO] [stdout] --> src/encoder/tests/create.rs:8:17 [INFO] [stdout] | [INFO] [stdout] 8 | use core::{i32, i64, u32, u64}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/encoder/tests/create.rs:8:22 [INFO] [stdout] | [INFO] [stdout] 8 | use core::{i32, i64, u32, u64}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u64` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u64` [INFO] [stdout] --> src/encoder/tests/create.rs:8:27 [INFO] [stdout] | [INFO] [stdout] 8 | use core::{i32, i64, u32, u64}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/encoder/tests/create.rs:2045:80 [INFO] [stdout] | [INFO] [stdout] 2045 | let mut instr = Instruction::with_reg_u32(Code::Adc_EAX_imm32, Register::EAX, u32::MAX); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/encoder/tests/create.rs:2064:84 [INFO] [stdout] | [INFO] [stdout] 2064 | let mut instr = Instruction::try_with_reg_u32(Code::Adc_EAX_imm32, Register::EAX, u32::MAX).unwrap(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/encoder/tests/create.rs:2083:80 [INFO] [stdout] | [INFO] [stdout] 2083 | let instr = Instruction::try_with_reg_u32(Code::Adc_EAX_imm32, Register::EAX, u32::MAX).unwrap(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/encoder/tests/create.rs:2098:80 [INFO] [stdout] | [INFO] [stdout] 2098 | let mut instr = Instruction::with_reg_u32(Code::Adc_EAX_imm32, Register::EAX, u32::MAX); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/encoder/tests/create.rs:2174:84 [INFO] [stdout] | [INFO] [stdout] 2174 | let mut instr = Instruction::try_with_reg_u32(Code::Adc_EAX_imm32, Register::EAX, u32::MAX).unwrap(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/encoder/tests/create.rs:2213:84 [INFO] [stdout] | [INFO] [stdout] 2213 | let mut instr = Instruction::try_with_reg_u32(Code::Adc_EAX_imm32, Register::EAX, u32::MAX).unwrap(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/encoder/tests/create.rs:2253:80 [INFO] [stdout] | [INFO] [stdout] 2253 | let mut instr = Instruction::with_reg_u32(Code::Adc_EAX_imm32, Register::EAX, u32::MAX); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/encoder/tests/create.rs:2271:84 [INFO] [stdout] | [INFO] [stdout] 2271 | let mut instr = Instruction::try_with_reg_u32(Code::Adc_EAX_imm32, Register::EAX, u32::MAX).unwrap(); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/encoder/tests/create.rs:2941:16 [INFO] [stdout] | [INFO] [stdout] 2941 | for &imm in &[i32::MIN, i32::MAX] { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/encoder/tests/create.rs:2941:26 [INFO] [stdout] | [INFO] [stdout] 2941 | for &imm in &[i32::MIN, i32::MAX] { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i64::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/encoder/tests/create.rs:2945:16 [INFO] [stdout] | [INFO] [stdout] 2945 | for &imm in &[i64::MIN, i64::MAX] { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i64::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/encoder/tests/create.rs:2945:26 [INFO] [stdout] | [INFO] [stdout] 2945 | for &imm in &[i64::MIN, i64::MAX] { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/encoder/tests/create.rs:2949:16 [INFO] [stdout] | [INFO] [stdout] 2949 | for &imm in &[u32::MIN, u32::MAX] { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/encoder/tests/create.rs:2949:26 [INFO] [stdout] | [INFO] [stdout] 2949 | for &imm in &[u32::MIN, u32::MAX] { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u64::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/encoder/tests/create.rs:2953:16 [INFO] [stdout] | [INFO] [stdout] 2953 | for &imm in &[u64::MIN, u64::MAX] { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u64::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/encoder/tests/create.rs:2953:26 [INFO] [stdout] | [INFO] [stdout] 2953 | for &imm in &[u64::MIN, u64::MAX] { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/encoder/tests/create.rs:3179:16 [INFO] [stdout] | [INFO] [stdout] 3179 | for &imm in &[i32::MIN, i32::MAX] { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/encoder/tests/create.rs:3179:26 [INFO] [stdout] | [INFO] [stdout] 3179 | for &imm in &[i32::MIN, i32::MAX] { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i64::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/encoder/tests/create.rs:3183:16 [INFO] [stdout] | [INFO] [stdout] 3183 | for &imm in &[i64::MIN, i64::MAX] { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i64::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/encoder/tests/create.rs:3183:26 [INFO] [stdout] | [INFO] [stdout] 3183 | for &imm in &[i64::MIN, i64::MAX] { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/encoder/tests/create.rs:3187:16 [INFO] [stdout] | [INFO] [stdout] 3187 | for &imm in &[u32::MIN, u32::MAX] { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/encoder/tests/create.rs:3187:26 [INFO] [stdout] | [INFO] [stdout] 3187 | for &imm in &[u32::MIN, u32::MAX] { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u64::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/encoder/tests/create.rs:3191:16 [INFO] [stdout] | [INFO] [stdout] 3191 | for &imm in &[u64::MIN, u64::MAX] { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u64::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/encoder/tests/create.rs:3191:26 [INFO] [stdout] | [INFO] [stdout] 3191 | for &imm in &[u64::MIN, u64::MAX] { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/encoder/tests/op_code_test_case_parser.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use core::u32; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/encoder/tests/op_code_test_case_parser.rs:384:56 [INFO] [stdout] | [INFO] [stdout] 384 | match *(*TO_OP_CODE_INFO_KEYS).get(key).unwrap_or(&u32::MAX) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/encoder/tests/op_code_test_case_parser.rs:432:57 [INFO] [stdout] | [INFO] [stdout] 432 | match *(*TO_OP_CODE_INFO_FLAGS).get(key).unwrap_or(&u32::MAX) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::usize::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/enums.rs:90:49 [INFO] [stdout] | [INFO] [stdout] 90 | assert!(>::try_from(core::usize::MAX).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::usize::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/enums.rs:177:56 [INFO] [stdout] | [INFO] [stdout] 177 | assert!(>::try_from(core::usize::MAX).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::usize::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/enums.rs:412:47 [INFO] [stdout] | [INFO] [stdout] 412 | assert!(>::try_from(core::usize::MAX).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::usize::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/enums.rs:580:53 [INFO] [stdout] | [INFO] [stdout] 580 | assert!(>::try_from(core::usize::MAX).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::usize::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/enums.rs:704:50 [INFO] [stdout] | [INFO] [stdout] 704 | assert!(>::try_from(core::usize::MAX).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::usize::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/enums.rs:816:52 [INFO] [stdout] | [INFO] [stdout] 816 | assert!(>::try_from(core::usize::MAX).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::usize::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/enums.rs:1233:58 [INFO] [stdout] | [INFO] [stdout] 1233 | assert!(>::try_from(core::usize::MAX).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::usize::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/enums.rs:1795:53 [INFO] [stdout] | [INFO] [stdout] 1795 | assert!(>::try_from(core::usize::MAX).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::usize::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/enums.rs:1941:49 [INFO] [stdout] | [INFO] [stdout] 1941 | assert!(>::try_from(core::usize::MAX).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::usize::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/enums.rs:2073:54 [INFO] [stdout] | [INFO] [stdout] 2073 | assert!(>::try_from(core::usize::MAX).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::usize::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/enums.rs:2168:56 [INFO] [stdout] | [INFO] [stdout] 2168 | assert!(>::try_from(core::usize::MAX).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::usize::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/enums.rs:2270:56 [INFO] [stdout] | [INFO] [stdout] 2270 | assert!(>::try_from(core::usize::MAX).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::i16` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `i16` [INFO] [stdout] --> src/formatter/mod.rs:70:12 [INFO] [stdout] | [INFO] [stdout] 70 | use core::{i16, i32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::i32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `i32` [INFO] [stdout] --> src/formatter/mod.rs:70:17 [INFO] [stdout] | [INFO] [stdout] 70 | use core::{i16, i32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::i8` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `i8` [INFO] [stdout] --> src/formatter/mod.rs:72:12 [INFO] [stdout] | [INFO] [stdout] 72 | use core::{i8, u16, u32, u8}; [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u16` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u16` [INFO] [stdout] --> src/formatter/mod.rs:72:16 [INFO] [stdout] | [INFO] [stdout] 72 | use core::{i8, u16, u32, u8}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/formatter/mod.rs:72:21 [INFO] [stdout] | [INFO] [stdout] 72 | use core::{i8, u16, u32, u8}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u8` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u8` [INFO] [stdout] --> src/formatter/mod.rs:72:26 [INFO] [stdout] | [INFO] [stdout] 72 | use core::{i8, u16, u32, u8}; [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/mod.rs:309:17 [INFO] [stdout] | [INFO] [stdout] 309 | if displ <= i8::MAX as i64 + 1 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/mod.rs:311:24 [INFO] [stdout] | [INFO] [stdout] 311 | } else if displ <= i16::MAX as i64 + 1 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/mod.rs:313:24 [INFO] [stdout] | [INFO] [stdout] 313 | } else if displ <= i32::MAX as i64 + 1 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/mod.rs:320:17 [INFO] [stdout] | [INFO] [stdout] 320 | if displ <= i8::MAX as i64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/mod.rs:322:24 [INFO] [stdout] | [INFO] [stdout] 322 | } else if displ <= i16::MAX as i64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/mod.rs:324:24 [INFO] [stdout] | [INFO] [stdout] 324 | } else if displ <= i32::MAX as i64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/mod.rs:339:26 [INFO] [stdout] | [INFO] [stdout] 339 | let s = if address <= u16::MAX as u64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/mod.rs:342:25 [INFO] [stdout] | [INFO] [stdout] 342 | } else if address <= u32::MAX as u64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::usize::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/enums.rs:90:51 [INFO] [stdout] | [INFO] [stdout] 90 | assert!(>::try_from(core::usize::MAX).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::usize::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/enums.rs:216:51 [INFO] [stdout] | [INFO] [stdout] 216 | assert!(>::try_from(core::usize::MAX).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::usize::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/enums.rs:301:54 [INFO] [stdout] | [INFO] [stdout] 301 | assert!(>::try_from(core::usize::MAX).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::usize::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/enums.rs:391:51 [INFO] [stdout] | [INFO] [stdout] 391 | assert!(>::try_from(core::usize::MAX).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::usize::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/enums.rs:511:45 [INFO] [stdout] | [INFO] [stdout] 511 | assert!(>::try_from(core::usize::MAX).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::usize::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/enums.rs:593:46 [INFO] [stdout] | [INFO] [stdout] 593 | assert!(>::try_from(core::usize::MAX).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::usize::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/enums.rs:672:45 [INFO] [stdout] | [INFO] [stdout] 672 | assert!(>::try_from(core::usize::MAX).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::usize::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/enums.rs:751:46 [INFO] [stdout] | [INFO] [stdout] 751 | assert!(>::try_from(core::usize::MAX).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::usize::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/enums.rs:830:46 [INFO] [stdout] | [INFO] [stdout] 830 | assert!(>::try_from(core::usize::MAX).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::usize::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/enums.rs:909:45 [INFO] [stdout] | [INFO] [stdout] 909 | assert!(>::try_from(core::usize::MAX).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::usize::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/enums.rs:988:45 [INFO] [stdout] | [INFO] [stdout] 988 | assert!(>::try_from(core::usize::MAX).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::usize::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/enums.rs:1067:46 [INFO] [stdout] | [INFO] [stdout] 1067 | assert!(>::try_from(core::usize::MAX).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::usize::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/enums.rs:1146:45 [INFO] [stdout] | [INFO] [stdout] 1146 | assert!(>::try_from(core::usize::MAX).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::usize::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/enums.rs:1225:46 [INFO] [stdout] | [INFO] [stdout] 1225 | assert!(>::try_from(core::usize::MAX).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::usize::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/enums.rs:1304:46 [INFO] [stdout] | [INFO] [stdout] 1304 | assert!(>::try_from(core::usize::MAX).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::usize::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/enums.rs:1383:45 [INFO] [stdout] | [INFO] [stdout] 1383 | assert!(>::try_from(core::usize::MAX).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::usize::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/enums_shared.rs:143:58 [INFO] [stdout] | [INFO] [stdout] 143 | assert!(>::try_from(core::usize::MAX).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::usize::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/enums_shared.rs:288:58 [INFO] [stdout] | [INFO] [stdout] 288 | assert!(>::try_from(core::usize::MAX).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u16` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u16` [INFO] [stdout] --> src/formatter/fast.rs:32:29 [INFO] [stdout] | [INFO] [stdout] 32 | use core::{mem, ptr, slice, u16, u32, u8, usize}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/formatter/fast.rs:32:34 [INFO] [stdout] | [INFO] [stdout] 32 | use core::{mem, ptr, slice, u16, u32, u8, usize}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u8` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u8` [INFO] [stdout] --> src/formatter/fast.rs:32:39 [INFO] [stdout] | [INFO] [stdout] 32 | use core::{mem, ptr, slice, u16, u32, u8, usize}; [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::usize` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `usize` [INFO] [stdout] --> src/formatter/fast.rs:32:43 [INFO] [stdout] | [INFO] [stdout] 32 | use core::{mem, ptr, slice, u16, u32, u8, usize}; [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::usize::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/fast.rs:825:15 [INFO] [stdout] | [INFO] [stdout] 825 | index = usize::MAX; [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u16` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u16` [INFO] [stdout] --> src/formatter/gas.rs:30:17 [INFO] [stdout] | [INFO] [stdout] 30 | use core::{mem, u16, u32, u8}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/formatter/gas.rs:30:22 [INFO] [stdout] | [INFO] [stdout] 30 | use core::{mem, u16, u32, u8}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u8` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u8` [INFO] [stdout] --> src/formatter/gas.rs:30:27 [INFO] [stdout] | [INFO] [stdout] 30 | use core::{mem, u16, u32, u8}; [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/gas.rs:1185:64 [INFO] [stdout] | [INFO] [stdout] 1185 | let (s, displ_kind) = if displ_size <= 1 && displ as u64 <= u8::MAX as u64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/gas.rs:1190:49 [INFO] [stdout] | [INFO] [stdout] 1190 | } else if displ_size <= 2 && displ as u64 <= u16::MAX as u64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/gas.rs:1195:49 [INFO] [stdout] | [INFO] [stdout] 1195 | } else if displ_size <= 4 && displ as u64 <= u32::MAX as u64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/formatter/gas/fmt_tbl.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | use core::{mem, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/gas/fmt_tbl.rs:245:50 [INFO] [stdout] | [INFO] [stdout] 245 | Box::new(SimpleInstrInfo_os_loop::new(v, v2, u32::MAX, vec![s], vec![s2])) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/formatter/gas/info.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | use core::{mem, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/gas/info.rs:926:38 [INFO] [stdout] | [INFO] [stdout] 926 | let mnemonic = if self.cc_index == u32::MAX { &mnemonics[0] } else { get_mnemonic_cc(options, self.cc_index, mnemonics) }; [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u16` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u16` [INFO] [stdout] --> src/formatter/intel.rs:31:17 [INFO] [stdout] | [INFO] [stdout] 31 | use core::{mem, u16, u32, u8}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/formatter/intel.rs:31:22 [INFO] [stdout] | [INFO] [stdout] 31 | use core::{mem, u16, u32, u8}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u8` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u8` [INFO] [stdout] --> src/formatter/intel.rs:31:27 [INFO] [stdout] | [INFO] [stdout] 31 | use core::{mem, u16, u32, u8}; [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/intel.rs:1333:64 [INFO] [stdout] | [INFO] [stdout] 1333 | let (s, displ_kind) = if displ_size <= 1 && displ as u64 <= u8::MAX as u64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/intel.rs:1338:49 [INFO] [stdout] | [INFO] [stdout] 1338 | } else if displ_size <= 2 && displ as u64 <= u16::MAX as u64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/intel.rs:1343:49 [INFO] [stdout] | [INFO] [stdout] 1343 | } else if displ_size <= 4 && displ as u64 <= u32::MAX as u64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/formatter/intel/fmt_tbl.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | use core::{mem, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/intel/fmt_tbl.rs:200:46 [INFO] [stdout] | [INFO] [stdout] 200 | Box::new(SimpleInstrInfo_os_loop::new(v, u32::MAX, unsafe { mem::transmute(v2 as u8) }, vec![s])) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/formatter/intel/info.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | use core::{mem, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/intel/info.rs:669:38 [INFO] [stdout] | [INFO] [stdout] 669 | let mnemonic = if self.cc_index == u32::MAX { &self.mnemonics[0] } else { get_mnemonic_cc(options, self.cc_index, &self.mnem... [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u16` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u16` [INFO] [stdout] --> src/formatter/masm.rs:31:17 [INFO] [stdout] | [INFO] [stdout] 31 | use core::{mem, u16, u32, u8}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/formatter/masm.rs:31:22 [INFO] [stdout] | [INFO] [stdout] 31 | use core::{mem, u16, u32, u8}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u8` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u8` [INFO] [stdout] --> src/formatter/masm.rs:31:27 [INFO] [stdout] | [INFO] [stdout] 31 | use core::{mem, u16, u32, u8}; [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/masm.rs:1362:64 [INFO] [stdout] | [INFO] [stdout] 1362 | let (s, displ_kind) = if displ_size <= 1 && displ as u64 <= u8::MAX as u64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/masm.rs:1364:49 [INFO] [stdout] | [INFO] [stdout] 1364 | } else if displ_size <= 2 && displ as u64 <= u16::MAX as u64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/masm.rs:1369:49 [INFO] [stdout] | [INFO] [stdout] 1369 | } else if displ_size <= 4 && displ as u64 <= u32::MAX as u64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/formatter/masm/fmt_tbl.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | use core::{mem, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/formatter/masm/info.rs:13:17 [INFO] [stdout] | [INFO] [stdout] 13 | use core::{mem, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/formatter/masm/tests/sym_opts_parser.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use core::u32; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u16` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u16` [INFO] [stdout] --> src/formatter/nasm.rs:30:17 [INFO] [stdout] | [INFO] [stdout] 30 | use core::{mem, u16, u32, u8}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/formatter/nasm.rs:30:22 [INFO] [stdout] | [INFO] [stdout] 30 | use core::{mem, u16, u32, u8}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u8` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u8` [INFO] [stdout] --> src/formatter/nasm.rs:30:27 [INFO] [stdout] | [INFO] [stdout] 30 | use core::{mem, u16, u32, u8}; [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/nasm.rs:1349:64 [INFO] [stdout] | [INFO] [stdout] 1349 | let (s, displ_kind) = if displ_size <= 1 && displ as u64 <= u8::MAX as u64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/nasm.rs:1354:49 [INFO] [stdout] | [INFO] [stdout] 1354 | } else if displ_size <= 2 && displ as u64 <= u16::MAX as u64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/nasm.rs:1359:49 [INFO] [stdout] | [INFO] [stdout] 1359 | } else if displ_size <= 4 && displ as u64 <= u32::MAX as u64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/formatter/nasm/fmt_tbl.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | use core::{mem, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/nasm/fmt_tbl.rs:239:46 [INFO] [stdout] | [INFO] [stdout] 239 | Box::new(SimpleInstrInfo_os_loop::new(v, u32::MAX, unsafe { mem::transmute(v2 as u8) }, vec![s])) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/formatter/nasm/info.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | use core::{mem, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/nasm/info.rs:1069:38 [INFO] [stdout] | [INFO] [stdout] 1069 | let mnemonic = if self.cc_index == u32::MAX { &self.mnemonics[0] } else { get_mnemonic_cc(options, self.cc_index, &self.mnem... [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/formatter/num_fmt_opts.rs:5:17 [INFO] [stdout] | [INFO] [stdout] 5 | use core::{cmp, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/formatter/num_fmt_opts.rs:92:31 [INFO] [stdout] | [INFO] [stdout] 92 | digit_group_size: cmp::min(u8::MAX as u32, digit_group_size) as u8, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/formatter/tests/mnemonic_opts_parser.rs:11:5 [INFO] [stdout] | [INFO] [stdout] 11 | use core::u32; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/formatter/tests/options_test_case_parser.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | use core::u32; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/formatter/tests/sym_res_test_parser.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | use core::u32; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u16` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u16` [INFO] [stdout] --> src/info/factory.rs:8:17 [INFO] [stdout] | [INFO] [stdout] 8 | use core::{mem, u16, u32, u64}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/info/factory.rs:8:22 [INFO] [stdout] | [INFO] [stdout] 8 | use core::{mem, u16, u32, u64}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u64` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u64` [INFO] [stdout] --> src/info/factory.rs:8:27 [INFO] [stdout] | [INFO] [stdout] 8 | use core::{mem, u16, u32, u64}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u64::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/info/factory.rs:477:78 [INFO] [stdout] | [INFO] [stdout] 477 | CodeSize::Code64 | CodeSize::Unknown => (Register::RSP, CodeSize::Code64, u64::MAX), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/info/factory.rs:478:51 [INFO] [stdout] | [INFO] [stdout] 478 | CodeSize::Code32 => (Register::ESP, code_size, u32::MAX as u64), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/info/factory.rs:479:50 [INFO] [stdout] | [INFO] [stdout] 479 | CodeSize::Code16 => (Register::SP, code_size, u16::MAX as u64), [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/info/tests/mem_size_test_parser.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use core::u32; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/info/tests/reg_test_parser.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use core::u32; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::i16` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `i16` [INFO] [stdout] --> src/info/tests/test_parser.rs:13:12 [INFO] [stdout] | [INFO] [stdout] 13 | use core::{i16, i32, mem, u16, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::i32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `i32` [INFO] [stdout] --> src/info/tests/test_parser.rs:13:17 [INFO] [stdout] | [INFO] [stdout] 13 | use core::{i16, i32, mem, u16, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u16` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u16` [INFO] [stdout] --> src/info/tests/test_parser.rs:13:27 [INFO] [stdout] | [INFO] [stdout] 13 | use core::{i16, i32, mem, u16, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/info/tests/test_parser.rs:13:32 [INFO] [stdout] | [INFO] [stdout] 13 | use core::{i16, i32, mem, u16, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/info/tests/test_parser.rs:261:59 [INFO] [stdout] | [INFO] [stdout] 261 | match *(*TO_INSTRUCTION_INFO_KEYS).get(key).unwrap_or(&u32::MAX) { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i16::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/info/tests/test_parser.rs:419:12 [INFO] [stdout] | [INFO] [stdout] 419 | if !(i16::MIN as i64 <= displ as i64 && displ as i64 <= i16::MAX as i64) && displ > u16::MAX as u64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/info/tests/test_parser.rs:419:63 [INFO] [stdout] | [INFO] [stdout] 419 | if !(i16::MIN as i64 <= displ as i64 && displ as i64 <= i16::MAX as i64) && displ > u16::MAX as u64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/info/tests/test_parser.rs:419:91 [INFO] [stdout] | [INFO] [stdout] 419 | if !(i16::MIN as i64 <= displ as i64 && displ as i64 <= i16::MAX as i64) && displ > u16::MAX as u64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/info/tests/test_parser.rs:425:12 [INFO] [stdout] | [INFO] [stdout] 425 | if !(i32::MIN as i64 <= displ as i64 && displ as i64 <= i32::MAX as i64) && displ > u32::MAX as u64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/info/tests/test_parser.rs:425:63 [INFO] [stdout] | [INFO] [stdout] 425 | if !(i32::MIN as i64 <= displ as i64 && displ as i64 <= i32::MAX as i64) && displ > u32::MAX as u64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/info/tests/test_parser.rs:425:91 [INFO] [stdout] | [INFO] [stdout] 425 | if !(i32::MIN as i64 <= displ as i64 && displ as i64 <= i32::MAX as i64) && displ > u32::MAX as u64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u16` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u16` [INFO] [stdout] --> src/instruction.rs:16:24 [INFO] [stdout] | [INFO] [stdout] 16 | use core::{mem, slice, u16, u32, u64}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/instruction.rs:16:29 [INFO] [stdout] | [INFO] [stdout] 16 | use core::{mem, slice, u16, u32, u64}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u64` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u64` [INFO] [stdout] --> src/instruction.rs:16:34 [INFO] [stdout] | [INFO] [stdout] 16 | use core::{mem, slice, u16, u32, u64}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/instruction.rs:10673:48 [INFO] [stdout] | [INFO] [stdout] 10673 | const_assert!(IcedConstants::MAX_OP_COUNT <= core::u8::MAX as usize); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u64::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/instruction.rs:2974:11 [INFO] [stdout] | [INFO] [stdout] 2974 | 8 => u64::MAX, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/instruction.rs:2975:11 [INFO] [stdout] | [INFO] [stdout] 2975 | 4 => u32::MAX as u64, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/instruction.rs:2978:7 [INFO] [stdout] | [INFO] [stdout] 2978 | u16::MAX as u64 [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::i16` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `i16` [INFO] [stdout] --> src/instruction_internal.rs:14:12 [INFO] [stdout] | [INFO] [stdout] 14 | use core::{i16, i32, i8, u8}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::i32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `i32` [INFO] [stdout] --> src/instruction_internal.rs:14:17 [INFO] [stdout] | [INFO] [stdout] 14 | use core::{i16, i32, i8, u8}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::i8` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `i8` [INFO] [stdout] --> src/instruction_internal.rs:14:22 [INFO] [stdout] | [INFO] [stdout] 14 | use core::{i16, i32, i8, u8}; [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u8` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u8` [INFO] [stdout] --> src/instruction_internal.rs:14:26 [INFO] [stdout] | [INFO] [stdout] 14 | use core::{i16, i32, i8, u8}; [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u16` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u16` [INFO] [stdout] --> src/instruction_internal.rs:15:12 [INFO] [stdout] | [INFO] [stdout] 15 | use core::{u16, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/instruction_internal.rs:15:17 [INFO] [stdout] | [INFO] [stdout] 15 | use core::{u16, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/instruction_internal.rs:407:7 [INFO] [stdout] | [INFO] [stdout] 407 | if i8::MIN as i64 <= immediate && immediate <= u8::MAX as i64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/instruction_internal.rs:407:51 [INFO] [stdout] | [INFO] [stdout] 407 | if i8::MIN as i64 <= immediate && immediate <= u8::MAX as i64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/instruction_internal.rs:415:7 [INFO] [stdout] | [INFO] [stdout] 415 | if i8::MIN as i64 <= immediate && immediate <= u8::MAX as i64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/instruction_internal.rs:415:51 [INFO] [stdout] | [INFO] [stdout] 415 | if i8::MIN as i64 <= immediate && immediate <= u8::MAX as i64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/instruction_internal.rs:422:7 [INFO] [stdout] | [INFO] [stdout] 422 | if i8::MIN as i64 <= immediate && immediate <= i8::MAX as i64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/instruction_internal.rs:422:51 [INFO] [stdout] | [INFO] [stdout] 422 | if i8::MIN as i64 <= immediate && immediate <= i8::MAX as i64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/instruction_internal.rs:429:7 [INFO] [stdout] | [INFO] [stdout] 429 | if i8::MIN as i64 <= immediate && immediate <= i8::MAX as i64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/instruction_internal.rs:429:51 [INFO] [stdout] | [INFO] [stdout] 429 | if i8::MIN as i64 <= immediate && immediate <= i8::MAX as i64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/instruction_internal.rs:436:7 [INFO] [stdout] | [INFO] [stdout] 436 | if i8::MIN as i64 <= immediate && immediate <= i8::MAX as i64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/instruction_internal.rs:436:51 [INFO] [stdout] | [INFO] [stdout] 436 | if i8::MIN as i64 <= immediate && immediate <= i8::MAX as i64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i16::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/instruction_internal.rs:444:7 [INFO] [stdout] | [INFO] [stdout] 444 | if i16::MIN as i64 <= immediate && immediate <= u16::MAX as i64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/instruction_internal.rs:444:52 [INFO] [stdout] | [INFO] [stdout] 444 | if i16::MIN as i64 <= immediate && immediate <= u16::MAX as i64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/instruction_internal.rs:452:7 [INFO] [stdout] | [INFO] [stdout] 452 | if i32::MIN as i64 <= immediate && immediate <= u32::MAX as i64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/instruction_internal.rs:452:52 [INFO] [stdout] | [INFO] [stdout] 452 | if i32::MIN as i64 <= immediate && immediate <= u32::MAX as i64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/instruction_internal.rs:459:7 [INFO] [stdout] | [INFO] [stdout] 459 | if i32::MIN as i64 <= immediate && immediate <= i32::MAX as i64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/instruction_internal.rs:459:52 [INFO] [stdout] | [INFO] [stdout] 459 | if i32::MIN as i64 <= immediate && immediate <= i32::MAX as i64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/instruction_internal.rs:483:20 [INFO] [stdout] | [INFO] [stdout] 483 | if immediate <= u8::MAX as u64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/instruction_internal.rs:490:20 [INFO] [stdout] | [INFO] [stdout] 490 | if immediate <= u8::MAX as u64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/instruction_internal.rs:497:20 [INFO] [stdout] | [INFO] [stdout] 497 | if immediate <= i8::MAX as u64 || (0xFF80 <= immediate && immediate <= 0xFFFF) { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/instruction_internal.rs:504:20 [INFO] [stdout] | [INFO] [stdout] 504 | if immediate <= i8::MAX as u64 || (0xFFFF_FF80 <= immediate && immediate <= 0xFFFF_FFFF) { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/instruction_internal.rs:512:39 [INFO] [stdout] | [INFO] [stdout] 512 | if immediate.wrapping_add(0x80) <= u8::MAX as u64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/instruction_internal.rs:519:20 [INFO] [stdout] | [INFO] [stdout] 519 | if immediate <= u16::MAX as u64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/instruction_internal.rs:526:20 [INFO] [stdout] | [INFO] [stdout] 526 | if immediate <= u32::MAX as u64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/instruction_internal.rs:534:46 [INFO] [stdout] | [INFO] [stdout] 534 | if immediate.wrapping_add(0x8000_0000) <= u32::MAX as u64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::usize::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/memory_size.rs:857:51 [INFO] [stdout] | [INFO] [stdout] 857 | assert!(>::try_from(core::usize::MAX).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::usize::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/mnemonic.rs:3345:49 [INFO] [stdout] | [INFO] [stdout] 3345 | assert!(>::try_from(core::usize::MAX).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::usize::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/register.rs:1495:49 [INFO] [stdout] | [INFO] [stdout] 1495 | assert!(>::try_from(core::usize::MAX).is_err()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::i32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `i32` [INFO] [stdout] --> src/test/instr_misc.rs:6:12 [INFO] [stdout] | [INFO] [stdout] 6 | use core::{i32, i8, mem, u16, u32, u64, u8}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::i8` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `i8` [INFO] [stdout] --> src/test/instr_misc.rs:6:17 [INFO] [stdout] | [INFO] [stdout] 6 | use core::{i32, i8, mem, u16, u32, u64, u8}; [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u16` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u16` [INFO] [stdout] --> src/test/instr_misc.rs:6:26 [INFO] [stdout] | [INFO] [stdout] 6 | use core::{i32, i8, mem, u16, u32, u64, u8}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/test/instr_misc.rs:6:31 [INFO] [stdout] | [INFO] [stdout] 6 | use core::{i32, i8, mem, u16, u32, u64, u8}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u64` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u64` [INFO] [stdout] --> src/test/instr_misc.rs:6:36 [INFO] [stdout] | [INFO] [stdout] 6 | use core::{i32, i8, mem, u16, u32, u64, u8}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u8` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u8` [INFO] [stdout] --> src/test/instr_misc.rs:6:41 [INFO] [stdout] | [INFO] [stdout] 6 | use core::{i32, i8, mem, u16, u32, u64, u8}; [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:58:17 [INFO] [stdout] | [INFO] [stdout] 58 | instr.set_ip16(u16::MIN); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:59:27 [INFO] [stdout] | [INFO] [stdout] 59 | assert_eq!(instr.ip16(), u16::MIN); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:60:27 [INFO] [stdout] | [INFO] [stdout] 60 | assert_eq!(instr.ip32(), u16::MIN as u32); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:61:25 [INFO] [stdout] | [INFO] [stdout] 61 | assert_eq!(instr.ip(), u16::MIN as u64); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:63:17 [INFO] [stdout] | [INFO] [stdout] 63 | instr.set_ip16(u16::MAX); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:64:27 [INFO] [stdout] | [INFO] [stdout] 64 | assert_eq!(instr.ip16(), u16::MAX); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:65:27 [INFO] [stdout] | [INFO] [stdout] 65 | assert_eq!(instr.ip32(), u16::MAX as u32); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:66:25 [INFO] [stdout] | [INFO] [stdout] 66 | assert_eq!(instr.ip(), u16::MAX as u64); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:69:17 [INFO] [stdout] | [INFO] [stdout] 69 | instr.set_ip32(u32::MIN); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:70:27 [INFO] [stdout] | [INFO] [stdout] 70 | assert_eq!(instr.ip16(), u16::MIN); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:71:27 [INFO] [stdout] | [INFO] [stdout] 71 | assert_eq!(instr.ip32(), u32::MIN); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:72:25 [INFO] [stdout] | [INFO] [stdout] 72 | assert_eq!(instr.ip(), u32::MIN as u64); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:74:17 [INFO] [stdout] | [INFO] [stdout] 74 | instr.set_ip32(u32::MAX); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:75:27 [INFO] [stdout] | [INFO] [stdout] 75 | assert_eq!(instr.ip16(), u16::MAX); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:76:27 [INFO] [stdout] | [INFO] [stdout] 76 | assert_eq!(instr.ip32(), u32::MAX); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:77:25 [INFO] [stdout] | [INFO] [stdout] 77 | assert_eq!(instr.ip(), u32::MAX as u64); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u64::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:79:15 [INFO] [stdout] | [INFO] [stdout] 79 | instr.set_ip(u64::MIN); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:80:27 [INFO] [stdout] | [INFO] [stdout] 80 | assert_eq!(instr.ip16(), u16::MIN); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:81:27 [INFO] [stdout] | [INFO] [stdout] 81 | assert_eq!(instr.ip32(), u32::MIN); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u64::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:82:25 [INFO] [stdout] | [INFO] [stdout] 82 | assert_eq!(instr.ip(), u64::MIN); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u64::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:83:15 [INFO] [stdout] | [INFO] [stdout] 83 | instr.set_ip(u64::MAX); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:84:27 [INFO] [stdout] | [INFO] [stdout] 84 | assert_eq!(instr.ip16(), u16::MAX); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:85:27 [INFO] [stdout] | [INFO] [stdout] 85 | assert_eq!(instr.ip32(), u32::MAX); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u64::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:86:25 [INFO] [stdout] | [INFO] [stdout] 86 | assert_eq!(instr.ip(), u64::MAX); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:89:22 [INFO] [stdout] | [INFO] [stdout] 89 | instr.set_next_ip16(u16::MIN); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:90:32 [INFO] [stdout] | [INFO] [stdout] 90 | assert_eq!(instr.next_ip16(), u16::MIN); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:91:32 [INFO] [stdout] | [INFO] [stdout] 91 | assert_eq!(instr.next_ip32(), u16::MIN as u32); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:92:30 [INFO] [stdout] | [INFO] [stdout] 92 | assert_eq!(instr.next_ip(), u16::MIN as u64); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:94:22 [INFO] [stdout] | [INFO] [stdout] 94 | instr.set_next_ip16(u16::MAX); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:95:32 [INFO] [stdout] | [INFO] [stdout] 95 | assert_eq!(instr.next_ip16(), u16::MAX); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:96:32 [INFO] [stdout] | [INFO] [stdout] 96 | assert_eq!(instr.next_ip32(), u16::MAX as u32); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:97:30 [INFO] [stdout] | [INFO] [stdout] 97 | assert_eq!(instr.next_ip(), u16::MAX as u64); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:100:22 [INFO] [stdout] | [INFO] [stdout] 100 | instr.set_next_ip32(u32::MIN); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:101:32 [INFO] [stdout] | [INFO] [stdout] 101 | assert_eq!(instr.next_ip16(), u16::MIN); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:102:32 [INFO] [stdout] | [INFO] [stdout] 102 | assert_eq!(instr.next_ip32(), u32::MIN); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:103:30 [INFO] [stdout] | [INFO] [stdout] 103 | assert_eq!(instr.next_ip(), u32::MIN as u64); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:105:22 [INFO] [stdout] | [INFO] [stdout] 105 | instr.set_next_ip32(u32::MAX); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:106:32 [INFO] [stdout] | [INFO] [stdout] 106 | assert_eq!(instr.next_ip16(), u16::MAX); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:107:32 [INFO] [stdout] | [INFO] [stdout] 107 | assert_eq!(instr.next_ip32(), u32::MAX); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:108:30 [INFO] [stdout] | [INFO] [stdout] 108 | assert_eq!(instr.next_ip(), u32::MAX as u64); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u64::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:110:20 [INFO] [stdout] | [INFO] [stdout] 110 | instr.set_next_ip(u64::MIN); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:111:32 [INFO] [stdout] | [INFO] [stdout] 111 | assert_eq!(instr.next_ip16(), u16::MIN); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:112:32 [INFO] [stdout] | [INFO] [stdout] 112 | assert_eq!(instr.next_ip32(), u32::MIN); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u64::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:113:30 [INFO] [stdout] | [INFO] [stdout] 113 | assert_eq!(instr.next_ip(), u64::MIN); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u64::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:114:20 [INFO] [stdout] | [INFO] [stdout] 114 | instr.set_next_ip(u64::MAX); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:115:32 [INFO] [stdout] | [INFO] [stdout] 115 | assert_eq!(instr.next_ip16(), u16::MAX); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:116:32 [INFO] [stdout] | [INFO] [stdout] 116 | assert_eq!(instr.next_ip32(), u32::MAX); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u64::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:117:30 [INFO] [stdout] | [INFO] [stdout] 117 | assert_eq!(instr.next_ip(), u64::MAX); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:119:34 [INFO] [stdout] | [INFO] [stdout] 119 | instr.set_memory_displacement32(u32::MIN); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:120:44 [INFO] [stdout] | [INFO] [stdout] 120 | assert_eq!(instr.memory_displacement32(), u32::MIN); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:121:44 [INFO] [stdout] | [INFO] [stdout] 121 | assert_eq!(instr.memory_displacement64(), u32::MIN as u64); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:122:34 [INFO] [stdout] | [INFO] [stdout] 122 | instr.set_memory_displacement32(u32::MAX); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:123:44 [INFO] [stdout] | [INFO] [stdout] 123 | assert_eq!(instr.memory_displacement32(), u32::MAX); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:124:44 [INFO] [stdout] | [INFO] [stdout] 124 | assert_eq!(instr.memory_displacement64(), u32::MAX as u64); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u64::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:126:34 [INFO] [stdout] | [INFO] [stdout] 126 | instr.set_memory_displacement64(u64::MIN); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:127:44 [INFO] [stdout] | [INFO] [stdout] 127 | assert_eq!(instr.memory_displacement32(), u32::MIN); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u64::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:128:44 [INFO] [stdout] | [INFO] [stdout] 128 | assert_eq!(instr.memory_displacement64(), u64::MIN); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u64::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:129:34 [INFO] [stdout] | [INFO] [stdout] 129 | instr.set_memory_displacement64(u64::MAX); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:130:44 [INFO] [stdout] | [INFO] [stdout] 130 | assert_eq!(instr.memory_displacement32(), u32::MAX); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u64::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:131:44 [INFO] [stdout] | [INFO] [stdout] 131 | assert_eq!(instr.memory_displacement64(), u64::MAX); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u8::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:138:23 [INFO] [stdout] | [INFO] [stdout] 138 | instr.set_immediate8(u8::MIN); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u8::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:139:33 [INFO] [stdout] | [INFO] [stdout] 139 | assert_eq!(instr.immediate8(), u8::MIN); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:140:23 [INFO] [stdout] | [INFO] [stdout] 140 | instr.set_immediate8(u8::MAX); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:141:33 [INFO] [stdout] | [INFO] [stdout] 141 | assert_eq!(instr.immediate8(), u8::MAX); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u8::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:143:27 [INFO] [stdout] | [INFO] [stdout] 143 | instr.set_immediate8_2nd(u8::MIN); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u8::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:144:37 [INFO] [stdout] | [INFO] [stdout] 144 | assert_eq!(instr.immediate8_2nd(), u8::MIN); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:145:27 [INFO] [stdout] | [INFO] [stdout] 145 | instr.set_immediate8_2nd(u8::MAX); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:146:37 [INFO] [stdout] | [INFO] [stdout] 146 | assert_eq!(instr.immediate8_2nd(), u8::MAX); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:148:24 [INFO] [stdout] | [INFO] [stdout] 148 | instr.set_immediate16(u16::MIN); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:149:34 [INFO] [stdout] | [INFO] [stdout] 149 | assert_eq!(instr.immediate16(), u16::MIN); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:150:24 [INFO] [stdout] | [INFO] [stdout] 150 | instr.set_immediate16(u16::MAX); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:151:34 [INFO] [stdout] | [INFO] [stdout] 151 | assert_eq!(instr.immediate16(), u16::MAX); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:153:24 [INFO] [stdout] | [INFO] [stdout] 153 | instr.set_immediate32(u32::MIN); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:154:34 [INFO] [stdout] | [INFO] [stdout] 154 | assert_eq!(instr.immediate32(), u32::MIN); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:155:24 [INFO] [stdout] | [INFO] [stdout] 155 | instr.set_immediate32(u32::MAX); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:156:34 [INFO] [stdout] | [INFO] [stdout] 156 | assert_eq!(instr.immediate32(), u32::MAX); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u64::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:158:24 [INFO] [stdout] | [INFO] [stdout] 158 | instr.set_immediate64(u64::MIN); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u64::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:159:34 [INFO] [stdout] | [INFO] [stdout] 159 | assert_eq!(instr.immediate64(), u64::MIN); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u64::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:160:24 [INFO] [stdout] | [INFO] [stdout] 160 | instr.set_immediate64(u64::MAX); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u64::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:161:34 [INFO] [stdout] | [INFO] [stdout] 161 | assert_eq!(instr.immediate64(), u64::MAX); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:163:27 [INFO] [stdout] | [INFO] [stdout] 163 | instr.set_immediate8to16(i8::MIN as i16); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:164:37 [INFO] [stdout] | [INFO] [stdout] 164 | assert_eq!(instr.immediate8to16(), i8::MIN as i16); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:165:27 [INFO] [stdout] | [INFO] [stdout] 165 | instr.set_immediate8to16(i8::MAX as i16); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:166:37 [INFO] [stdout] | [INFO] [stdout] 166 | assert_eq!(instr.immediate8to16(), i8::MAX as i16); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:168:27 [INFO] [stdout] | [INFO] [stdout] 168 | instr.set_immediate8to32(i8::MIN as i32); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:169:37 [INFO] [stdout] | [INFO] [stdout] 169 | assert_eq!(instr.immediate8to32(), i8::MIN as i32); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:170:27 [INFO] [stdout] | [INFO] [stdout] 170 | instr.set_immediate8to32(i8::MAX as i32); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:171:37 [INFO] [stdout] | [INFO] [stdout] 171 | assert_eq!(instr.immediate8to32(), i8::MAX as i32); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:173:27 [INFO] [stdout] | [INFO] [stdout] 173 | instr.set_immediate8to64(i8::MIN as i64); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:174:37 [INFO] [stdout] | [INFO] [stdout] 174 | assert_eq!(instr.immediate8to64(), i8::MIN as i64); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:175:27 [INFO] [stdout] | [INFO] [stdout] 175 | instr.set_immediate8to64(i8::MAX as i64); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:176:37 [INFO] [stdout] | [INFO] [stdout] 176 | assert_eq!(instr.immediate8to64(), i8::MAX as i64); [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:178:28 [INFO] [stdout] | [INFO] [stdout] 178 | instr.set_immediate32to64(i32::MIN as i64); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:179:38 [INFO] [stdout] | [INFO] [stdout] 179 | assert_eq!(instr.immediate32to64(), i32::MIN as i64); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:180:28 [INFO] [stdout] | [INFO] [stdout] 180 | instr.set_immediate32to64(i32::MAX as i64); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:181:38 [INFO] [stdout] | [INFO] [stdout] 181 | assert_eq!(instr.immediate32to64(), i32::MAX as i64); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:184:26 [INFO] [stdout] | [INFO] [stdout] 184 | instr.set_near_branch16(u16::MIN); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:185:36 [INFO] [stdout] | [INFO] [stdout] 185 | assert_eq!(instr.near_branch16(), u16::MIN); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:186:41 [INFO] [stdout] | [INFO] [stdout] 186 | assert_eq!(instr.near_branch_target(), u16::MIN as u64); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:187:26 [INFO] [stdout] | [INFO] [stdout] 187 | instr.set_near_branch16(u16::MAX); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:188:36 [INFO] [stdout] | [INFO] [stdout] 188 | assert_eq!(instr.near_branch16(), u16::MAX); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:189:41 [INFO] [stdout] | [INFO] [stdout] 189 | assert_eq!(instr.near_branch_target(), u16::MAX as u64); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:192:26 [INFO] [stdout] | [INFO] [stdout] 192 | instr.set_near_branch32(u32::MIN); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:193:36 [INFO] [stdout] | [INFO] [stdout] 193 | assert_eq!(instr.near_branch32(), u32::MIN); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:194:41 [INFO] [stdout] | [INFO] [stdout] 194 | assert_eq!(instr.near_branch_target(), u32::MIN as u64); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:195:26 [INFO] [stdout] | [INFO] [stdout] 195 | instr.set_near_branch32(u32::MAX); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:196:36 [INFO] [stdout] | [INFO] [stdout] 196 | assert_eq!(instr.near_branch32(), u32::MAX); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:197:41 [INFO] [stdout] | [INFO] [stdout] 197 | assert_eq!(instr.near_branch_target(), u32::MAX as u64); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u64::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:200:26 [INFO] [stdout] | [INFO] [stdout] 200 | instr.set_near_branch64(u64::MIN); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u64::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:201:36 [INFO] [stdout] | [INFO] [stdout] 201 | assert_eq!(instr.near_branch64(), u64::MIN); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u64::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:202:41 [INFO] [stdout] | [INFO] [stdout] 202 | assert_eq!(instr.near_branch_target(), u64::MIN); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u64::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:203:26 [INFO] [stdout] | [INFO] [stdout] 203 | instr.set_near_branch64(u64::MAX); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u64::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:204:36 [INFO] [stdout] | [INFO] [stdout] 204 | assert_eq!(instr.near_branch64(), u64::MAX); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u64::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:205:41 [INFO] [stdout] | [INFO] [stdout] 205 | assert_eq!(instr.near_branch_target(), u64::MAX); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:207:25 [INFO] [stdout] | [INFO] [stdout] 207 | instr.set_far_branch16(u16::MIN); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:208:35 [INFO] [stdout] | [INFO] [stdout] 208 | assert_eq!(instr.far_branch16(), u16::MIN); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:209:25 [INFO] [stdout] | [INFO] [stdout] 209 | instr.set_far_branch16(u16::MAX); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:210:35 [INFO] [stdout] | [INFO] [stdout] 210 | assert_eq!(instr.far_branch16(), u16::MAX); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:212:25 [INFO] [stdout] | [INFO] [stdout] 212 | instr.set_far_branch32(u32::MIN); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:213:35 [INFO] [stdout] | [INFO] [stdout] 213 | assert_eq!(instr.far_branch32(), u32::MIN); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:214:25 [INFO] [stdout] | [INFO] [stdout] 214 | instr.set_far_branch32(u32::MAX); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:215:35 [INFO] [stdout] | [INFO] [stdout] 215 | assert_eq!(instr.far_branch32(), u32::MAX); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:217:32 [INFO] [stdout] | [INFO] [stdout] 217 | instr.set_far_branch_selector(u16::MIN); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:218:42 [INFO] [stdout] | [INFO] [stdout] 218 | assert_eq!(instr.far_branch_selector(), u16::MIN); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:219:32 [INFO] [stdout] | [INFO] [stdout] 219 | instr.set_far_branch_selector(u16::MAX); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test/instr_misc.rs:220:42 [INFO] [stdout] | [INFO] [stdout] 220 | assert_eq!(instr.far_branch_selector(), u16::MAX); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/test/va_test_parser.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use core::u32; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::i16` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `i16` [INFO] [stdout] --> src/test_utils/from_str_conv/mod.rs:67:12 [INFO] [stdout] | [INFO] [stdout] 67 | use core::{i16, i8}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::i8` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `i8` [INFO] [stdout] --> src/test_utils/from_str_conv/mod.rs:67:17 [INFO] [stdout] | [INFO] [stdout] 67 | use core::{i16, i8}; [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::i32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `i32` [INFO] [stdout] --> src/test_utils/from_str_conv/mod.rs:68:12 [INFO] [stdout] | [INFO] [stdout] 68 | use core::{i32, u16, u32, u8}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u16` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u16` [INFO] [stdout] --> src/test_utils/from_str_conv/mod.rs:68:17 [INFO] [stdout] | [INFO] [stdout] 68 | use core::{i32, u16, u32, u8}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/test_utils/from_str_conv/mod.rs:68:22 [INFO] [stdout] | [INFO] [stdout] 68 | use core::{i32, u16, u32, u8}; [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u8` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u8` [INFO] [stdout] --> src/test_utils/from_str_conv/mod.rs:68:27 [INFO] [stdout] | [INFO] [stdout] 68 | use core::{i32, u16, u32, u8}; [INFO] [stdout] | ^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test_utils/from_str_conv/mod.rs:133:13 [INFO] [stdout] | [INFO] [stdout] 133 | if v64 <= u32::MAX as u64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test_utils/from_str_conv/mod.rs:143:6 [INFO] [stdout] | [INFO] [stdout] 143 | if i32::MIN as i64 <= v64 && v64 <= i32::MAX as i64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test_utils/from_str_conv/mod.rs:143:39 [INFO] [stdout] | [INFO] [stdout] 143 | if i32::MIN as i64 <= v64 && v64 <= i32::MAX as i64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test_utils/from_str_conv/mod.rs:153:13 [INFO] [stdout] | [INFO] [stdout] 153 | if v64 <= u16::MAX as u64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i16::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test_utils/from_str_conv/mod.rs:164:6 [INFO] [stdout] | [INFO] [stdout] 164 | if i16::MIN as i64 <= v64 && v64 <= i16::MAX as i64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i16::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test_utils/from_str_conv/mod.rs:164:39 [INFO] [stdout] | [INFO] [stdout] 164 | if i16::MIN as i64 <= v64 && v64 <= i16::MAX as i64 { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test_utils/from_str_conv/mod.rs:174:13 [INFO] [stdout] | [INFO] [stdout] 174 | if v64 <= u8::MAX as u64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/test_utils/from_str_conv/mod.rs:185:6 [INFO] [stdout] | [INFO] [stdout] 185 | if i8::MIN as i64 <= v64 && v64 <= i8::MAX as i64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::i8::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test_utils/from_str_conv/mod.rs:185:38 [INFO] [stdout] | [INFO] [stdout] 185 | if i8::MIN as i64 <= v64 && v64 <= i8::MAX as i64 { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of module `std::u32` that will be deprecated in a future Rust version: all constants in this module replaced by associated constants on `u32` [INFO] [stdout] --> src/test_utils/section_file_reader.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use core::u32; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of constant `std::u32::MAX` that will be deprecated in a future Rust version: replaced by the `MAX` associated constant on this type [INFO] [stdout] --> src/test_utils/section_file_reader.rs:27:52 [INFO] [stdout] | [INFO] [stdout] 27 | let mut current_section_info: (&str, u32) = ("", u32::MAX); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 179 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `line_number` [INFO] [stdout] --> src/decoder/tests/decoder_test_case.rs:10:2 [INFO] [stdout] | [INFO] [stdout] 10 | pub(crate) line_number: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `line_number` [INFO] [stdout] --> src/encoder/tests/op_code_test_case.rs:10:2 [INFO] [stdout] | [INFO] [stdout] 10 | pub(super) line_number: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `line_number` [INFO] [stdout] --> src/info/tests/info_test_case.rs:10:2 [INFO] [stdout] | [INFO] [stdout] 10 | pub(super) line_number: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `line_number` [INFO] [stdout] --> src/info/tests/mem_size_test_case.rs:8:2 [INFO] [stdout] | [INFO] [stdout] 8 | pub(super) line_number: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `line_number` [INFO] [stdout] --> src/info/tests/reg_info_test_case.rs:8:2 [INFO] [stdout] | [INFO] [stdout] 8 | pub(super) line_number: u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/formatter/tests/options.rs:26:40 [INFO] [stdout] | [INFO] [stdout] 26 | .map(|r| r.unwrap_or_else(|e| panic!(e.to_string()))) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_fmt_panic)]` on by default [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 26 | .map(|r| r.unwrap_or_else(|e| panic!("{}", e.to_string()))) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 26 | .map(|r| r.unwrap_or_else(|e| std::panic::panic_any(e.to_string()))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: panic message is not a string literal [INFO] [stdout] --> src/formatter/tests/mod.rs:49:40 [INFO] [stdout] | [INFO] [stdout] 49 | .map(|r| r.unwrap_or_else(|e| panic!(e.to_string()))) [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this is no longer accepted in Rust 2021 [INFO] [stdout] help: add a "{}" format string to Display the message [INFO] [stdout] | [INFO] [stdout] 49 | .map(|r| r.unwrap_or_else(|e| panic!("{}", e.to_string()))) [INFO] [stdout] | ^^^^^ [INFO] [stdout] help: or use std::panic::panic_any instead [INFO] [stdout] | [INFO] [stdout] 49 | .map(|r| r.unwrap_or_else(|e| std::panic::panic_any(e.to_string()))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 509 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 35.35s [INFO] running `Command { std: "docker" "inspect" "0b8ac7c7a6b4245fec1fb78c569d5ba007d379a224888a6eb60e538a9ff1308c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0b8ac7c7a6b4245fec1fb78c569d5ba007d379a224888a6eb60e538a9ff1308c", kill_on_drop: false }` [INFO] [stdout] 0b8ac7c7a6b4245fec1fb78c569d5ba007d379a224888a6eb60e538a9ff1308c