[INFO] fetching crate iced-x86 1.10.3... [INFO] checking iced-x86-1.10.3 against try#b09a3e9a7a0ff7efb269ec0c13dcc0fd3cedcf6b for pr-82781 [INFO] extracting crate iced-x86 1.10.3 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate iced-x86 1.10.3 on toolchain b09a3e9a7a0ff7efb269ec0c13dcc0fd3cedcf6b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b09a3e9a7a0ff7efb269ec0c13dcc0fd3cedcf6b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate iced-x86 1.10.3 [INFO] finished tweaking crates.io crate iced-x86 1.10.3 [INFO] tweaked toml for crates.io crate iced-x86 1.10.3 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+b09a3e9a7a0ff7efb269ec0c13dcc0fd3cedcf6b" "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" "+b09a3e9a7a0ff7efb269ec0c13dcc0fd3cedcf6b" "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-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+b09a3e9a7a0ff7efb269ec0c13dcc0fd3cedcf6b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c54d548838a16ed8aefbd742ebcecb30b2e8fcf3f5c9b3c286003e94037fe1de [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" "c54d548838a16ed8aefbd742ebcecb30b2e8fcf3f5c9b3c286003e94037fe1de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c54d548838a16ed8aefbd742ebcecb30b2e8fcf3f5c9b3c286003e94037fe1de", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c54d548838a16ed8aefbd742ebcecb30b2e8fcf3f5c9b3c286003e94037fe1de", kill_on_drop: false }` [INFO] [stdout] c54d548838a16ed8aefbd742ebcecb30b2e8fcf3f5c9b3c286003e94037fe1de [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+b09a3e9a7a0ff7efb269ec0c13dcc0fd3cedcf6b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1de5dd3160a00add37cc1d779149a786ccc0595711315d5a3fbe3a1a49ee4796 [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" "1de5dd3160a00add37cc1d779149a786ccc0595711315d5a3fbe3a1a49ee4796", kill_on_drop: false }` [INFO] [stderr] Checking static_assertions v0.3.4 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling iced-x86 v1.10.3 (/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/mod.rs:41:17 [INFO] [stdout] | [INFO] [stdout] 41 | use core::{mem, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:1177:9 [INFO] [stdout] | [INFO] [stdout] 1177 | #![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/mod.rs:394:107 [INFO] [stdout] | [INFO] [stdout] 394 | 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:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | 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:314:17 [INFO] [stdout] | [INFO] [stdout] 314 | 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:330:10 [INFO] [stdout] | [INFO] [stdout] 330 | 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:330:45 [INFO] [stdout] | [INFO] [stdout] 330 | 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:28:17 [INFO] [stdout] | [INFO] [stdout] 28 | 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:87:16 [INFO] [stdout] | [INFO] [stdout] 87 | 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:87:51 [INFO] [stdout] | [INFO] [stdout] 87 | 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:28:12 [INFO] [stdout] | [INFO] [stdout] 28 | 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:28:17 [INFO] [stdout] | [INFO] [stdout] 28 | 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:87:14 [INFO] [stdout] | [INFO] [stdout] 87 | 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:87:49 [INFO] [stdout] | [INFO] [stdout] 87 | 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:97:24 [INFO] [stdout] | [INFO] [stdout] 97 | 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:28:17 [INFO] [stdout] | [INFO] [stdout] 28 | 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:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | 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:28:26 [INFO] [stdout] | [INFO] [stdout] 28 | 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:114:6 [INFO] [stdout] | [INFO] [stdout] 114 | 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:114:40 [INFO] [stdout] | [INFO] [stdout] 114 | 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:129:15 [INFO] [stdout] | [INFO] [stdout] 129 | 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:129:50 [INFO] [stdout] | [INFO] [stdout] 129 | 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:244:52 [INFO] [stdout] | [INFO] [stdout] 244 | 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:28:17 [INFO] [stdout] | [INFO] [stdout] 28 | 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:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | 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:28:26 [INFO] [stdout] | [INFO] [stdout] 28 | 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:108:6 [INFO] [stdout] | [INFO] [stdout] 108 | 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:108:40 [INFO] [stdout] | [INFO] [stdout] 108 | 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:123:15 [INFO] [stdout] | [INFO] [stdout] 123 | 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:123:50 [INFO] [stdout] | [INFO] [stdout] 123 | 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:28:17 [INFO] [stdout] | [INFO] [stdout] 28 | 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:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | 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:28:26 [INFO] [stdout] | [INFO] [stdout] 28 | 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:131:6 [INFO] [stdout] | [INFO] [stdout] 131 | 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:131:40 [INFO] [stdout] | [INFO] [stdout] 131 | 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:146:15 [INFO] [stdout] | [INFO] [stdout] 146 | 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:146:50 [INFO] [stdout] | [INFO] [stdout] 146 | 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:28:12 [INFO] [stdout] | [INFO] [stdout] 28 | 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:28:17 [INFO] [stdout] | [INFO] [stdout] 28 | 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:98:6 [INFO] [stdout] | [INFO] [stdout] 98 | 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:98:41 [INFO] [stdout] | [INFO] [stdout] 98 | 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/mod.rs:45:32 [INFO] [stdout] | [INFO] [stdout] 45 | 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/mod.rs:526:79 [INFO] [stdout] | [INFO] [stdout] 526 | 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/mod.rs:1402:44 [INFO] [stdout] | [INFO] [stdout] 1402 | 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:569:68 [INFO] [stdout] | [INFO] [stdout] 569 | 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:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | 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:953:51 [INFO] [stdout] | [INFO] [stdout] 953 | 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:954:51 [INFO] [stdout] | [INFO] [stdout] 954 | 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:3230:44 [INFO] [stdout] | [INFO] [stdout] 3230 | 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:3231:44 [INFO] [stdout] | [INFO] [stdout] 3231 | 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:6049:126 [INFO] [stdout] | [INFO] [stdout] 6049 | 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/mod.rs:61:12 [INFO] [stdout] | [INFO] [stdout] 61 | 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/mod.rs:61:17 [INFO] [stdout] | [INFO] [stdout] 61 | 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/mod.rs:61:22 [INFO] [stdout] | [INFO] [stdout] 61 | 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/mod.rs:61:31 [INFO] [stdout] | [INFO] [stdout] 61 | 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/mod.rs:867:13 [INFO] [stdout] | [INFO] [stdout] 867 | } 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/mod.rs:867:49 [INFO] [stdout] | [INFO] [stdout] 867 | } 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::i32::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/encoder/mod.rs:1189:16 [INFO] [stdout] | [INFO] [stdout] 1189 | 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/mod.rs:1189:43 [INFO] [stdout] | [INFO] [stdout] 1189 | 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/mod.rs:1291:16 [INFO] [stdout] | [INFO] [stdout] 1291 | 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/mod.rs:1291:42 [INFO] [stdout] | [INFO] [stdout] 1291 | 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/mod.rs:1304:16 [INFO] [stdout] | [INFO] [stdout] 1304 | 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/mod.rs:1304:42 [INFO] [stdout] | [INFO] [stdout] 1304 | 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/mod.rs:1317:16 [INFO] [stdout] | [INFO] [stdout] 1317 | 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/mod.rs:1317:42 [INFO] [stdout] | [INFO] [stdout] 1317 | 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/mod.rs:1337:16 [INFO] [stdout] | [INFO] [stdout] 1337 | 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/mod.rs:1337:43 [INFO] [stdout] | [INFO] [stdout] 1337 | 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/mod.rs:1352:16 [INFO] [stdout] | [INFO] [stdout] 1352 | 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/mod.rs:1352:43 [INFO] [stdout] | [INFO] [stdout] 1352 | 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/mod.rs:1376:16 [INFO] [stdout] | [INFO] [stdout] 1376 | 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/mod.rs:1376:43 [INFO] [stdout] | [INFO] [stdout] 1376 | 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/mod.rs:1556:38 [INFO] [stdout] | [INFO] [stdout] 1556 | 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:35:12 [INFO] [stdout] | [INFO] [stdout] 35 | 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:35:21 [INFO] [stdout] | [INFO] [stdout] 35 | 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:274:34 [INFO] [stdout] | [INFO] [stdout] 274 | 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:613:38 [INFO] [stdout] | [INFO] [stdout] 613 | 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:613:70 [INFO] [stdout] | [INFO] [stdout] 613 | 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:90:12 [INFO] [stdout] | [INFO] [stdout] 90 | 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:90:17 [INFO] [stdout] | [INFO] [stdout] 90 | 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:92:12 [INFO] [stdout] | [INFO] [stdout] 92 | 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:92:16 [INFO] [stdout] | [INFO] [stdout] 92 | 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:92:21 [INFO] [stdout] | [INFO] [stdout] 92 | 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:92:26 [INFO] [stdout] | [INFO] [stdout] 92 | 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:342:17 [INFO] [stdout] | [INFO] [stdout] 342 | 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:344:24 [INFO] [stdout] | [INFO] [stdout] 344 | } 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:346:24 [INFO] [stdout] | [INFO] [stdout] 346 | } 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:353:17 [INFO] [stdout] | [INFO] [stdout] 353 | 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:355:24 [INFO] [stdout] | [INFO] [stdout] 355 | } 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:357:24 [INFO] [stdout] | [INFO] [stdout] 357 | } 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:372:26 [INFO] [stdout] | [INFO] [stdout] 372 | 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:375:25 [INFO] [stdout] | [INFO] [stdout] 375 | } 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/mod.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | use core::{mem, 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/mod.rs:44:22 [INFO] [stdout] | [INFO] [stdout] 44 | use core::{mem, 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/mod.rs:44:27 [INFO] [stdout] | [INFO] [stdout] 44 | use core::{mem, 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/mod.rs:44:31 [INFO] [stdout] | [INFO] [stdout] 44 | use core::{mem, 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/mod.rs:489:14 [INFO] [stdout] | [INFO] [stdout] 489 | 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/mod.rs:51:17 [INFO] [stdout] | [INFO] [stdout] 51 | 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/mod.rs:51:22 [INFO] [stdout] | [INFO] [stdout] 51 | 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/mod.rs:51:27 [INFO] [stdout] | [INFO] [stdout] 51 | 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/mod.rs:1221:65 [INFO] [stdout] | [INFO] [stdout] 1221 | 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/mod.rs:1226:50 [INFO] [stdout] | [INFO] [stdout] 1226 | } 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/mod.rs:1231:50 [INFO] [stdout] | [INFO] [stdout] 1231 | } 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:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | 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:266:50 [INFO] [stdout] | [INFO] [stdout] 266 | 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:36:17 [INFO] [stdout] | [INFO] [stdout] 36 | 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:954:38 [INFO] [stdout] | [INFO] [stdout] 954 | 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/mod.rs:52:17 [INFO] [stdout] | [INFO] [stdout] 52 | 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/mod.rs:52:22 [INFO] [stdout] | [INFO] [stdout] 52 | 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/mod.rs:52:27 [INFO] [stdout] | [INFO] [stdout] 52 | 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/mod.rs:1384:65 [INFO] [stdout] | [INFO] [stdout] 1384 | 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/mod.rs:1389:50 [INFO] [stdout] | [INFO] [stdout] 1389 | } 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/mod.rs:1394:50 [INFO] [stdout] | [INFO] [stdout] 1394 | } 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:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | 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:224:46 [INFO] [stdout] | [INFO] [stdout] 224 | 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:36:17 [INFO] [stdout] | [INFO] [stdout] 36 | 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:689:38 [INFO] [stdout] | [INFO] [stdout] 689 | 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/mod.rs:52:17 [INFO] [stdout] | [INFO] [stdout] 52 | 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/mod.rs:52:22 [INFO] [stdout] | [INFO] [stdout] 52 | 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/mod.rs:52:27 [INFO] [stdout] | [INFO] [stdout] 52 | 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/mod.rs:1402:64 [INFO] [stdout] | [INFO] [stdout] 1402 | 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/mod.rs:1404:49 [INFO] [stdout] | [INFO] [stdout] 1404 | } 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/mod.rs:1409:49 [INFO] [stdout] | [INFO] [stdout] 1409 | } 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:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | 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:35:17 [INFO] [stdout] | [INFO] [stdout] 35 | 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/mod.rs:51:17 [INFO] [stdout] | [INFO] [stdout] 51 | 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/mod.rs:51:22 [INFO] [stdout] | [INFO] [stdout] 51 | 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/mod.rs:51:27 [INFO] [stdout] | [INFO] [stdout] 51 | 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/mod.rs:1397:65 [INFO] [stdout] | [INFO] [stdout] 1397 | 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/mod.rs:1402:50 [INFO] [stdout] | [INFO] [stdout] 1402 | } 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/mod.rs:1407:50 [INFO] [stdout] | [INFO] [stdout] 1407 | } 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:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | 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:264:46 [INFO] [stdout] | [INFO] [stdout] 264 | 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:35:17 [INFO] [stdout] | [INFO] [stdout] 35 | 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:1088:38 [INFO] [stdout] | [INFO] [stdout] 1088 | 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:25:17 [INFO] [stdout] | [INFO] [stdout] 25 | 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:112:31 [INFO] [stdout] | [INFO] [stdout] 112 | 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:27:17 [INFO] [stdout] | [INFO] [stdout] 27 | 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:27:22 [INFO] [stdout] | [INFO] [stdout] 27 | 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:27:27 [INFO] [stdout] | [INFO] [stdout] 27 | 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:503:78 [INFO] [stdout] | [INFO] [stdout] 503 | 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:504:51 [INFO] [stdout] | [INFO] [stdout] 504 | 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:505:50 [INFO] [stdout] | [INFO] [stdout] 505 | 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:37:24 [INFO] [stdout] | [INFO] [stdout] 37 | 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:37:29 [INFO] [stdout] | [INFO] [stdout] 37 | 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:37:34 [INFO] [stdout] | [INFO] [stdout] 37 | use core::{mem, slice, 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/instruction.rs:2994:7 [INFO] [stdout] | [INFO] [stdout] 2994 | 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:2996:11 [INFO] [stdout] | [INFO] [stdout] 2996 | 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:2999:7 [INFO] [stdout] | [INFO] [stdout] 2999 | 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:34:12 [INFO] [stdout] | [INFO] [stdout] 34 | 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:34:17 [INFO] [stdout] | [INFO] [stdout] 34 | 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:34:22 [INFO] [stdout] | [INFO] [stdout] 34 | 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:34:26 [INFO] [stdout] | [INFO] [stdout] 34 | 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:35:12 [INFO] [stdout] | [INFO] [stdout] 35 | 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:35:17 [INFO] [stdout] | [INFO] [stdout] 35 | 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:419:7 [INFO] [stdout] | [INFO] [stdout] 419 | 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:419:51 [INFO] [stdout] | [INFO] [stdout] 419 | 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:427:7 [INFO] [stdout] | [INFO] [stdout] 427 | 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:427:51 [INFO] [stdout] | [INFO] [stdout] 427 | 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:434:7 [INFO] [stdout] | [INFO] [stdout] 434 | 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:434:51 [INFO] [stdout] | [INFO] [stdout] 434 | 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:441:7 [INFO] [stdout] | [INFO] [stdout] 441 | 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:441:51 [INFO] [stdout] | [INFO] [stdout] 441 | 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:448:7 [INFO] [stdout] | [INFO] [stdout] 448 | 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:448:51 [INFO] [stdout] | [INFO] [stdout] 448 | 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:456:7 [INFO] [stdout] | [INFO] [stdout] 456 | 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:456:52 [INFO] [stdout] | [INFO] [stdout] 456 | 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:464:7 [INFO] [stdout] | [INFO] [stdout] 464 | 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:464:52 [INFO] [stdout] | [INFO] [stdout] 464 | 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:471:7 [INFO] [stdout] | [INFO] [stdout] 471 | 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:471:52 [INFO] [stdout] | [INFO] [stdout] 471 | 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:495:20 [INFO] [stdout] | [INFO] [stdout] 495 | 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:502:20 [INFO] [stdout] | [INFO] [stdout] 502 | 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:509:20 [INFO] [stdout] | [INFO] [stdout] 509 | 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:516:20 [INFO] [stdout] | [INFO] [stdout] 516 | 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:524:39 [INFO] [stdout] | [INFO] [stdout] 524 | 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:531:20 [INFO] [stdout] | [INFO] [stdout] 531 | 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:538:20 [INFO] [stdout] | [INFO] [stdout] 538 | 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:546:46 [INFO] [stdout] | [INFO] [stdout] 546 | 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/mod.rs:41:17 [INFO] [stdout] | [INFO] [stdout] 41 | use core::{mem, u32}; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] note: the lint level is defined here [INFO] [stdout] --> src/lib.rs:1177:9 [INFO] [stdout] | [INFO] [stdout] 1177 | #![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/mod.rs:394:107 [INFO] [stdout] | [INFO] [stdout] 394 | 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:48:5 [INFO] [stdout] | [INFO] [stdout] 48 | 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:314:17 [INFO] [stdout] | [INFO] [stdout] 314 | 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:330:10 [INFO] [stdout] | [INFO] [stdout] 330 | 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:330:45 [INFO] [stdout] | [INFO] [stdout] 330 | 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:28:17 [INFO] [stdout] | [INFO] [stdout] 28 | 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:87:16 [INFO] [stdout] | [INFO] [stdout] 87 | 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:87:51 [INFO] [stdout] | [INFO] [stdout] 87 | 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:28:12 [INFO] [stdout] | [INFO] [stdout] 28 | 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:28:17 [INFO] [stdout] | [INFO] [stdout] 28 | 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:87:14 [INFO] [stdout] | [INFO] [stdout] 87 | 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:87:49 [INFO] [stdout] | [INFO] [stdout] 87 | 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:97:24 [INFO] [stdout] | [INFO] [stdout] 97 | 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:28:17 [INFO] [stdout] | [INFO] [stdout] 28 | 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:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | 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:28:26 [INFO] [stdout] | [INFO] [stdout] 28 | 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:114:6 [INFO] [stdout] | [INFO] [stdout] 114 | 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:114:40 [INFO] [stdout] | [INFO] [stdout] 114 | 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:129:15 [INFO] [stdout] | [INFO] [stdout] 129 | 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:129:50 [INFO] [stdout] | [INFO] [stdout] 129 | 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:244:52 [INFO] [stdout] | [INFO] [stdout] 244 | 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:28:17 [INFO] [stdout] | [INFO] [stdout] 28 | 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:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | 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:28:26 [INFO] [stdout] | [INFO] [stdout] 28 | 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:108:6 [INFO] [stdout] | [INFO] [stdout] 108 | 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:108:40 [INFO] [stdout] | [INFO] [stdout] 108 | 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:123:15 [INFO] [stdout] | [INFO] [stdout] 123 | 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:123:50 [INFO] [stdout] | [INFO] [stdout] 123 | 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:28:17 [INFO] [stdout] | [INFO] [stdout] 28 | 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:28:22 [INFO] [stdout] | [INFO] [stdout] 28 | 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:28:26 [INFO] [stdout] | [INFO] [stdout] 28 | 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:131:6 [INFO] [stdout] | [INFO] [stdout] 131 | 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:131:40 [INFO] [stdout] | [INFO] [stdout] 131 | 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:146:15 [INFO] [stdout] | [INFO] [stdout] 146 | 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:146:50 [INFO] [stdout] | [INFO] [stdout] 146 | 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:28:12 [INFO] [stdout] | [INFO] [stdout] 28 | 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:28:17 [INFO] [stdout] | [INFO] [stdout] 28 | 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:98:6 [INFO] [stdout] | [INFO] [stdout] 98 | 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:98:41 [INFO] [stdout] | [INFO] [stdout] 98 | 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:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | 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:93:16 [INFO] [stdout] | [INFO] [stdout] 93 | 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:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | 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:409:3 [INFO] [stdout] | [INFO] [stdout] 409 | 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:411:3 [INFO] [stdout] | [INFO] [stdout] 411 | 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:413:3 [INFO] [stdout] | [INFO] [stdout] 413 | 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:415:3 [INFO] [stdout] | [INFO] [stdout] 415 | 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:417:3 [INFO] [stdout] | [INFO] [stdout] 417 | 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:419:3 [INFO] [stdout] | [INFO] [stdout] 419 | 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:421:3 [INFO] [stdout] | [INFO] [stdout] 421 | 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:423:3 [INFO] [stdout] | [INFO] [stdout] 423 | 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:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | 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:409:3 [INFO] [stdout] | [INFO] [stdout] 409 | 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:411:3 [INFO] [stdout] | [INFO] [stdout] 411 | 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:413:3 [INFO] [stdout] | [INFO] [stdout] 413 | 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:415:3 [INFO] [stdout] | [INFO] [stdout] 415 | 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:417:3 [INFO] [stdout] | [INFO] [stdout] 417 | 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:419:3 [INFO] [stdout] | [INFO] [stdout] 419 | 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:421:3 [INFO] [stdout] | [INFO] [stdout] 421 | 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:423:3 [INFO] [stdout] | [INFO] [stdout] 423 | 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:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | 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:409:3 [INFO] [stdout] | [INFO] [stdout] 409 | 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:411:3 [INFO] [stdout] | [INFO] [stdout] 411 | 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:413:3 [INFO] [stdout] | [INFO] [stdout] 413 | 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:415:3 [INFO] [stdout] | [INFO] [stdout] 415 | 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:417:3 [INFO] [stdout] | [INFO] [stdout] 417 | 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:419:3 [INFO] [stdout] | [INFO] [stdout] 419 | 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:421:3 [INFO] [stdout] | [INFO] [stdout] 421 | 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:423:3 [INFO] [stdout] | [INFO] [stdout] 423 | 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:511:3 [INFO] [stdout] | [INFO] [stdout] 511 | 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:513:3 [INFO] [stdout] | [INFO] [stdout] 513 | 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:515:3 [INFO] [stdout] | [INFO] [stdout] 515 | 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:517:3 [INFO] [stdout] | [INFO] [stdout] 517 | 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:519:3 [INFO] [stdout] | [INFO] [stdout] 519 | 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:521:3 [INFO] [stdout] | [INFO] [stdout] 521 | 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:523:3 [INFO] [stdout] | [INFO] [stdout] 523 | 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:525:3 [INFO] [stdout] | [INFO] [stdout] 525 | 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:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | 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:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | 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:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | 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:195:3 [INFO] [stdout] | [INFO] [stdout] 195 | 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:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | 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:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | 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:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | 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:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | 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: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:1140:3 [INFO] [stdout] | [INFO] [stdout] 1140 | 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:1142:3 [INFO] [stdout] | [INFO] [stdout] 1142 | 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:1144:3 [INFO] [stdout] | [INFO] [stdout] 1144 | 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:1146:3 [INFO] [stdout] | [INFO] [stdout] 1146 | 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:1148:3 [INFO] [stdout] | [INFO] [stdout] 1148 | 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:1150:3 [INFO] [stdout] | [INFO] [stdout] 1150 | 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:1152:3 [INFO] [stdout] | [INFO] [stdout] 1152 | 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:1154:3 [INFO] [stdout] | [INFO] [stdout] 1154 | 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:1156:3 [INFO] [stdout] | [INFO] [stdout] 1156 | 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:1158:3 [INFO] [stdout] | [INFO] [stdout] 1158 | 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 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:2124:3 [INFO] [stdout] | [INFO] [stdout] 2124 | 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:2126:3 [INFO] [stdout] | [INFO] [stdout] 2126 | 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:2128:3 [INFO] [stdout] | [INFO] [stdout] 2128 | 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:2130:3 [INFO] [stdout] | [INFO] [stdout] 2130 | 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:2132:3 [INFO] [stdout] | [INFO] [stdout] 2132 | 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:2134:3 [INFO] [stdout] | [INFO] [stdout] 2134 | 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:2136:3 [INFO] [stdout] | [INFO] [stdout] 2136 | 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:2138:3 [INFO] [stdout] | [INFO] [stdout] 2138 | 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:2140:3 [INFO] [stdout] | [INFO] [stdout] 2140 | 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:2142:3 [INFO] [stdout] | [INFO] [stdout] 2142 | 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:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | 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:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | 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:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | 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:307:3 [INFO] [stdout] | [INFO] [stdout] 307 | 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:309:3 [INFO] [stdout] | [INFO] [stdout] 309 | 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:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | 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:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | 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:25:5 [INFO] [stdout] | [INFO] [stdout] 25 | 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/decoder/mod.rs:45:32 [INFO] [stdout] | [INFO] [stdout] 45 | 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/mod.rs:526:79 [INFO] [stdout] | [INFO] [stdout] 526 | 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/mod.rs:1402:44 [INFO] [stdout] | [INFO] [stdout] 1402 | 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:569:68 [INFO] [stdout] | [INFO] [stdout] 569 | 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:29:5 [INFO] [stdout] | [INFO] [stdout] 29 | 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:953:51 [INFO] [stdout] | [INFO] [stdout] 953 | 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:954:51 [INFO] [stdout] | [INFO] [stdout] 954 | 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:3230:44 [INFO] [stdout] | [INFO] [stdout] 3230 | 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:3231:44 [INFO] [stdout] | [INFO] [stdout] 3231 | 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:6049:126 [INFO] [stdout] | [INFO] [stdout] 6049 | 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:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | 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:294:67 [INFO] [stdout] | [INFO] [stdout] 294 | 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:406:71 [INFO] [stdout] | [INFO] [stdout] 406 | 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/mod.rs:61:12 [INFO] [stdout] | [INFO] [stdout] 61 | 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/mod.rs:61:17 [INFO] [stdout] | [INFO] [stdout] 61 | 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/mod.rs:61:22 [INFO] [stdout] | [INFO] [stdout] 61 | 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/mod.rs:61:31 [INFO] [stdout] | [INFO] [stdout] 61 | 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/mod.rs:867:13 [INFO] [stdout] | [INFO] [stdout] 867 | } 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/mod.rs:867:49 [INFO] [stdout] | [INFO] [stdout] 867 | } 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::i32::MIN` that will be deprecated in a future Rust version: replaced by the `MIN` associated constant on this type [INFO] [stdout] --> src/encoder/mod.rs:1189:16 [INFO] [stdout] | [INFO] [stdout] 1189 | 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/mod.rs:1189:43 [INFO] [stdout] | [INFO] [stdout] 1189 | 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/mod.rs:1291:16 [INFO] [stdout] | [INFO] [stdout] 1291 | 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/mod.rs:1291:42 [INFO] [stdout] | [INFO] [stdout] 1291 | 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/mod.rs:1304:16 [INFO] [stdout] | [INFO] [stdout] 1304 | 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/mod.rs:1304:42 [INFO] [stdout] | [INFO] [stdout] 1304 | 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/mod.rs:1317:16 [INFO] [stdout] | [INFO] [stdout] 1317 | 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/mod.rs:1317:42 [INFO] [stdout] | [INFO] [stdout] 1317 | 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/mod.rs:1337:16 [INFO] [stdout] | [INFO] [stdout] 1337 | 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/mod.rs:1337:43 [INFO] [stdout] | [INFO] [stdout] 1337 | 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/mod.rs:1352:16 [INFO] [stdout] | [INFO] [stdout] 1352 | 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/mod.rs:1352:43 [INFO] [stdout] | [INFO] [stdout] 1352 | 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/mod.rs:1376:16 [INFO] [stdout] | [INFO] [stdout] 1376 | 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/mod.rs:1376:43 [INFO] [stdout] | [INFO] [stdout] 1376 | 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/mod.rs:1556:38 [INFO] [stdout] | [INFO] [stdout] 1556 | 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:35:12 [INFO] [stdout] | [INFO] [stdout] 35 | 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:35:21 [INFO] [stdout] | [INFO] [stdout] 35 | 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:274:34 [INFO] [stdout] | [INFO] [stdout] 274 | 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:613:38 [INFO] [stdout] | [INFO] [stdout] 613 | 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:613:70 [INFO] [stdout] | [INFO] [stdout] 613 | 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:29:12 [INFO] [stdout] | [INFO] [stdout] 29 | 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:29:17 [INFO] [stdout] | [INFO] [stdout] 29 | 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:29:22 [INFO] [stdout] | [INFO] [stdout] 29 | 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:29:27 [INFO] [stdout] | [INFO] [stdout] 29 | 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:2064:80 [INFO] [stdout] | [INFO] [stdout] 2064 | 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:2083:84 [INFO] [stdout] | [INFO] [stdout] 2083 | 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:2102:80 [INFO] [stdout] | [INFO] [stdout] 2102 | 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:2117:80 [INFO] [stdout] | [INFO] [stdout] 2117 | 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:2192:84 [INFO] [stdout] | [INFO] [stdout] 2192 | 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:2232:80 [INFO] [stdout] | [INFO] [stdout] 2232 | 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:2250:84 [INFO] [stdout] | [INFO] [stdout] 2250 | 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:2920:16 [INFO] [stdout] | [INFO] [stdout] 2920 | 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:2920:26 [INFO] [stdout] | [INFO] [stdout] 2920 | 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:2924:16 [INFO] [stdout] | [INFO] [stdout] 2924 | 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:2924:26 [INFO] [stdout] | [INFO] [stdout] 2924 | 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:2928:16 [INFO] [stdout] | [INFO] [stdout] 2928 | 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:2928:26 [INFO] [stdout] | [INFO] [stdout] 2928 | 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:2932:16 [INFO] [stdout] | [INFO] [stdout] 2932 | 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:2932:26 [INFO] [stdout] | [INFO] [stdout] 2932 | 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:3158:16 [INFO] [stdout] | [INFO] [stdout] 3158 | 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:3158:26 [INFO] [stdout] | [INFO] [stdout] 3158 | 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:3162:16 [INFO] [stdout] | [INFO] [stdout] 3162 | 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:3162:26 [INFO] [stdout] | [INFO] [stdout] 3162 | 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:3166:16 [INFO] [stdout] | [INFO] [stdout] 3166 | 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:3166:26 [INFO] [stdout] | [INFO] [stdout] 3166 | 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:3170:16 [INFO] [stdout] | [INFO] [stdout] 3170 | 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:3170:26 [INFO] [stdout] | [INFO] [stdout] 3170 | 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:35:5 [INFO] [stdout] | [INFO] [stdout] 35 | 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:414:56 [INFO] [stdout] | [INFO] [stdout] 414 | 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:462:57 [INFO] [stdout] | [INFO] [stdout] 462 | match *(*TO_OP_CODE_INFO_FLAGS).get(key).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/formatter/mod.rs:90:12 [INFO] [stdout] | [INFO] [stdout] 90 | 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:90:17 [INFO] [stdout] | [INFO] [stdout] 90 | 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:92:12 [INFO] [stdout] | [INFO] [stdout] 92 | 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:92:16 [INFO] [stdout] | [INFO] [stdout] 92 | 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:92:21 [INFO] [stdout] | [INFO] [stdout] 92 | 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:92:26 [INFO] [stdout] | [INFO] [stdout] 92 | 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:342:17 [INFO] [stdout] | [INFO] [stdout] 342 | 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:344:24 [INFO] [stdout] | [INFO] [stdout] 344 | } 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:346:24 [INFO] [stdout] | [INFO] [stdout] 346 | } 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:353:17 [INFO] [stdout] | [INFO] [stdout] 353 | 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:355:24 [INFO] [stdout] | [INFO] [stdout] 355 | } 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:357:24 [INFO] [stdout] | [INFO] [stdout] 357 | } 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:372:26 [INFO] [stdout] | [INFO] [stdout] 372 | 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:375:25 [INFO] [stdout] | [INFO] [stdout] 375 | } 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/mod.rs:44:17 [INFO] [stdout] | [INFO] [stdout] 44 | use core::{mem, 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/mod.rs:44:22 [INFO] [stdout] | [INFO] [stdout] 44 | use core::{mem, 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/mod.rs:44:27 [INFO] [stdout] | [INFO] [stdout] 44 | use core::{mem, 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/mod.rs:44:31 [INFO] [stdout] | [INFO] [stdout] 44 | use core::{mem, 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/mod.rs:489:14 [INFO] [stdout] | [INFO] [stdout] 489 | 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/mod.rs:51:17 [INFO] [stdout] | [INFO] [stdout] 51 | 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/mod.rs:51:22 [INFO] [stdout] | [INFO] [stdout] 51 | 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/mod.rs:51:27 [INFO] [stdout] | [INFO] [stdout] 51 | 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/mod.rs:1221:65 [INFO] [stdout] | [INFO] [stdout] 1221 | 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/mod.rs:1226:50 [INFO] [stdout] | [INFO] [stdout] 1226 | } 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/mod.rs:1231:50 [INFO] [stdout] | [INFO] [stdout] 1231 | } 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:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | 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:266:50 [INFO] [stdout] | [INFO] [stdout] 266 | 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:36:17 [INFO] [stdout] | [INFO] [stdout] 36 | 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:954:38 [INFO] [stdout] | [INFO] [stdout] 954 | 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/mod.rs:52:17 [INFO] [stdout] | [INFO] [stdout] 52 | 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/mod.rs:52:22 [INFO] [stdout] | [INFO] [stdout] 52 | 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/mod.rs:52:27 [INFO] [stdout] | [INFO] [stdout] 52 | 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/mod.rs:1384:65 [INFO] [stdout] | [INFO] [stdout] 1384 | 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/mod.rs:1389:50 [INFO] [stdout] | [INFO] [stdout] 1389 | } 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/mod.rs:1394:50 [INFO] [stdout] | [INFO] [stdout] 1394 | } 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:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | 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:224:46 [INFO] [stdout] | [INFO] [stdout] 224 | 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:36:17 [INFO] [stdout] | [INFO] [stdout] 36 | 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:689:38 [INFO] [stdout] | [INFO] [stdout] 689 | 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/mod.rs:52:17 [INFO] [stdout] | [INFO] [stdout] 52 | 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/mod.rs:52:22 [INFO] [stdout] | [INFO] [stdout] 52 | 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/mod.rs:52:27 [INFO] [stdout] | [INFO] [stdout] 52 | 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/mod.rs:1402:64 [INFO] [stdout] | [INFO] [stdout] 1402 | 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/mod.rs:1404:49 [INFO] [stdout] | [INFO] [stdout] 1404 | } 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/mod.rs:1409:49 [INFO] [stdout] | [INFO] [stdout] 1409 | } 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:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | 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:35:17 [INFO] [stdout] | [INFO] [stdout] 35 | 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:33:5 [INFO] [stdout] | [INFO] [stdout] 33 | 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/mod.rs:51:17 [INFO] [stdout] | [INFO] [stdout] 51 | 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/mod.rs:51:22 [INFO] [stdout] | [INFO] [stdout] 51 | 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/mod.rs:51:27 [INFO] [stdout] | [INFO] [stdout] 51 | 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/mod.rs:1397:65 [INFO] [stdout] | [INFO] [stdout] 1397 | 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/mod.rs:1402:50 [INFO] [stdout] | [INFO] [stdout] 1402 | } 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/mod.rs:1407:50 [INFO] [stdout] | [INFO] [stdout] 1407 | } 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:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | 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:264:46 [INFO] [stdout] | [INFO] [stdout] 264 | 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:35:17 [INFO] [stdout] | [INFO] [stdout] 35 | 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:1088:38 [INFO] [stdout] | [INFO] [stdout] 1088 | 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:25:17 [INFO] [stdout] | [INFO] [stdout] 25 | 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:112:31 [INFO] [stdout] | [INFO] [stdout] 112 | 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:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | 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:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | 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:38:5 [INFO] [stdout] | [INFO] [stdout] 38 | 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:27:17 [INFO] [stdout] | [INFO] [stdout] 27 | 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:27:22 [INFO] [stdout] | [INFO] [stdout] 27 | 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:27:27 [INFO] [stdout] | [INFO] [stdout] 27 | 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:503:78 [INFO] [stdout] | [INFO] [stdout] 503 | 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:504:51 [INFO] [stdout] | [INFO] [stdout] 504 | 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:505:50 [INFO] [stdout] | [INFO] [stdout] 505 | 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:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | 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:34:5 [INFO] [stdout] | [INFO] [stdout] 34 | 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:36:12 [INFO] [stdout] | [INFO] [stdout] 36 | 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:36:17 [INFO] [stdout] | [INFO] [stdout] 36 | 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:36:27 [INFO] [stdout] | [INFO] [stdout] 36 | 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:36:32 [INFO] [stdout] | [INFO] [stdout] 36 | 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:289:59 [INFO] [stdout] | [INFO] [stdout] 289 | 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:447:12 [INFO] [stdout] | [INFO] [stdout] 447 | 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:447:63 [INFO] [stdout] | [INFO] [stdout] 447 | 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:447:91 [INFO] [stdout] | [INFO] [stdout] 447 | 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:453:12 [INFO] [stdout] | [INFO] [stdout] 453 | 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:453:63 [INFO] [stdout] | [INFO] [stdout] 453 | 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:453:91 [INFO] [stdout] | [INFO] [stdout] 453 | 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:37:24 [INFO] [stdout] | [INFO] [stdout] 37 | 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:37:29 [INFO] [stdout] | [INFO] [stdout] 37 | 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:37:34 [INFO] [stdout] | [INFO] [stdout] 37 | use core::{mem, slice, 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/instruction.rs:2994:7 [INFO] [stdout] | [INFO] [stdout] 2994 | 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:2996:11 [INFO] [stdout] | [INFO] [stdout] 2996 | 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:2999:7 [INFO] [stdout] | [INFO] [stdout] 2999 | 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:34:12 [INFO] [stdout] | [INFO] [stdout] 34 | 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:34:17 [INFO] [stdout] | [INFO] [stdout] 34 | 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:34:22 [INFO] [stdout] | [INFO] [stdout] 34 | 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:34:26 [INFO] [stdout] | [INFO] [stdout] 34 | 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:35:12 [INFO] [stdout] | [INFO] [stdout] 35 | 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:35:17 [INFO] [stdout] | [INFO] [stdout] 35 | 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:419:7 [INFO] [stdout] | [INFO] [stdout] 419 | 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:419:51 [INFO] [stdout] | [INFO] [stdout] 419 | 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:427:7 [INFO] [stdout] | [INFO] [stdout] 427 | 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:427:51 [INFO] [stdout] | [INFO] [stdout] 427 | 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:434:7 [INFO] [stdout] | [INFO] [stdout] 434 | 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:434:51 [INFO] [stdout] | [INFO] [stdout] 434 | 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:441:7 [INFO] [stdout] | [INFO] [stdout] 441 | 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:441:51 [INFO] [stdout] | [INFO] [stdout] 441 | 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:448:7 [INFO] [stdout] | [INFO] [stdout] 448 | 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:448:51 [INFO] [stdout] | [INFO] [stdout] 448 | 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:456:7 [INFO] [stdout] | [INFO] [stdout] 456 | 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:456:52 [INFO] [stdout] | [INFO] [stdout] 456 | 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:464:7 [INFO] [stdout] | [INFO] [stdout] 464 | 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:464:52 [INFO] [stdout] | [INFO] [stdout] 464 | 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:471:7 [INFO] [stdout] | [INFO] [stdout] 471 | 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:471:52 [INFO] [stdout] | [INFO] [stdout] 471 | 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:495:20 [INFO] [stdout] | [INFO] [stdout] 495 | 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:502:20 [INFO] [stdout] | [INFO] [stdout] 502 | 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:509:20 [INFO] [stdout] | [INFO] [stdout] 509 | 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:516:20 [INFO] [stdout] | [INFO] [stdout] 516 | 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:524:39 [INFO] [stdout] | [INFO] [stdout] 524 | 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:531:20 [INFO] [stdout] | [INFO] [stdout] 531 | 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:538:20 [INFO] [stdout] | [INFO] [stdout] 538 | 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:546:46 [INFO] [stdout] | [INFO] [stdout] 546 | if immediate.wrapping_add(0x8000_0000) <= 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/test/instr_misc.rs:28:12 [INFO] [stdout] | [INFO] [stdout] 28 | 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:28:17 [INFO] [stdout] | [INFO] [stdout] 28 | 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:28:26 [INFO] [stdout] | [INFO] [stdout] 28 | 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:28:31 [INFO] [stdout] | [INFO] [stdout] 28 | 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:28:36 [INFO] [stdout] | [INFO] [stdout] 28 | 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:28:41 [INFO] [stdout] | [INFO] [stdout] 28 | 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:79:17 [INFO] [stdout] | [INFO] [stdout] 79 | 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:80:13 [INFO] [stdout] | [INFO] [stdout] 80 | assert_eq!(u16::MIN, instr.ip16()); [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:81:13 [INFO] [stdout] | [INFO] [stdout] 81 | assert_eq!(u16::MIN as u32, instr.ip32()); [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:82:13 [INFO] [stdout] | [INFO] [stdout] 82 | assert_eq!(u16::MIN as u64, instr.ip()); [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:17 [INFO] [stdout] | [INFO] [stdout] 84 | 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:85:13 [INFO] [stdout] | [INFO] [stdout] 85 | assert_eq!(u16::MAX, instr.ip16()); [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:86:13 [INFO] [stdout] | [INFO] [stdout] 86 | assert_eq!(u16::MAX as u32, instr.ip32()); [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:87:13 [INFO] [stdout] | [INFO] [stdout] 87 | assert_eq!(u16::MAX as u64, instr.ip()); [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:90:17 [INFO] [stdout] | [INFO] [stdout] 90 | 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:91:13 [INFO] [stdout] | [INFO] [stdout] 91 | assert_eq!(u16::MIN, instr.ip16()); [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:92:13 [INFO] [stdout] | [INFO] [stdout] 92 | assert_eq!(u32::MIN, instr.ip32()); [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:93:13 [INFO] [stdout] | [INFO] [stdout] 93 | assert_eq!(u32::MIN as u64, instr.ip()); [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:95:17 [INFO] [stdout] | [INFO] [stdout] 95 | 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:96:13 [INFO] [stdout] | [INFO] [stdout] 96 | assert_eq!(u16::MAX, instr.ip16()); [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:97:13 [INFO] [stdout] | [INFO] [stdout] 97 | assert_eq!(u32::MAX, instr.ip32()); [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:98:13 [INFO] [stdout] | [INFO] [stdout] 98 | assert_eq!(u32::MAX as u64, instr.ip()); [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:100:15 [INFO] [stdout] | [INFO] [stdout] 100 | 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:101:13 [INFO] [stdout] | [INFO] [stdout] 101 | assert_eq!(u16::MIN, instr.ip16()); [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:13 [INFO] [stdout] | [INFO] [stdout] 102 | assert_eq!(u32::MIN, instr.ip32()); [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:103:13 [INFO] [stdout] | [INFO] [stdout] 103 | assert_eq!(u64::MIN, instr.ip()); [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:104:15 [INFO] [stdout] | [INFO] [stdout] 104 | 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:105:13 [INFO] [stdout] | [INFO] [stdout] 105 | assert_eq!(u16::MAX, instr.ip16()); [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:106:13 [INFO] [stdout] | [INFO] [stdout] 106 | assert_eq!(u32::MAX, instr.ip32()); [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:107:13 [INFO] [stdout] | [INFO] [stdout] 107 | assert_eq!(u64::MAX, instr.ip()); [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:110:22 [INFO] [stdout] | [INFO] [stdout] 110 | 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:111:13 [INFO] [stdout] | [INFO] [stdout] 111 | assert_eq!(u16::MIN, instr.next_ip16()); [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:112:13 [INFO] [stdout] | [INFO] [stdout] 112 | assert_eq!(u16::MIN as u32, instr.next_ip32()); [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:113:13 [INFO] [stdout] | [INFO] [stdout] 113 | assert_eq!(u16::MIN as u64, instr.next_ip()); [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:22 [INFO] [stdout] | [INFO] [stdout] 115 | 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:116:13 [INFO] [stdout] | [INFO] [stdout] 116 | assert_eq!(u16::MAX, instr.next_ip16()); [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:117:13 [INFO] [stdout] | [INFO] [stdout] 117 | assert_eq!(u16::MAX as u32, instr.next_ip32()); [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:118:13 [INFO] [stdout] | [INFO] [stdout] 118 | assert_eq!(u16::MAX as u64, instr.next_ip()); [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:22 [INFO] [stdout] | [INFO] [stdout] 121 | 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:122:13 [INFO] [stdout] | [INFO] [stdout] 122 | assert_eq!(u16::MIN, instr.next_ip16()); [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:123:13 [INFO] [stdout] | [INFO] [stdout] 123 | assert_eq!(u32::MIN, instr.next_ip32()); [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:124:13 [INFO] [stdout] | [INFO] [stdout] 124 | assert_eq!(u32::MIN as u64, instr.next_ip()); [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:126:22 [INFO] [stdout] | [INFO] [stdout] 126 | 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:127:13 [INFO] [stdout] | [INFO] [stdout] 127 | assert_eq!(u16::MAX, instr.next_ip16()); [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:128:13 [INFO] [stdout] | [INFO] [stdout] 128 | assert_eq!(u32::MAX, instr.next_ip32()); [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:129:13 [INFO] [stdout] | [INFO] [stdout] 129 | assert_eq!(u32::MAX as u64, instr.next_ip()); [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:131:20 [INFO] [stdout] | [INFO] [stdout] 131 | 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:132:13 [INFO] [stdout] | [INFO] [stdout] 132 | assert_eq!(u16::MIN, instr.next_ip16()); [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:133:13 [INFO] [stdout] | [INFO] [stdout] 133 | assert_eq!(u32::MIN, instr.next_ip32()); [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:134:13 [INFO] [stdout] | [INFO] [stdout] 134 | assert_eq!(u64::MIN, instr.next_ip()); [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:135:20 [INFO] [stdout] | [INFO] [stdout] 135 | 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:136:13 [INFO] [stdout] | [INFO] [stdout] 136 | assert_eq!(u16::MAX, instr.next_ip16()); [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:137:13 [INFO] [stdout] | [INFO] [stdout] 137 | assert_eq!(u32::MAX, instr.next_ip32()); [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:138:13 [INFO] [stdout] | [INFO] [stdout] 138 | assert_eq!(u64::MAX, instr.next_ip()); [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:140:32 [INFO] [stdout] | [INFO] [stdout] 140 | instr.set_memory_displacement(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:141:13 [INFO] [stdout] | [INFO] [stdout] 141 | assert_eq!(u32::MIN, instr.memory_displacement()); [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:142:13 [INFO] [stdout] | [INFO] [stdout] 142 | assert_eq!(u64::MIN, instr.memory_displacement64()); [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:143:32 [INFO] [stdout] | [INFO] [stdout] 143 | instr.set_memory_displacement(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:144:13 [INFO] [stdout] | [INFO] [stdout] 144 | assert_eq!(u32::MAX, instr.memory_displacement()); [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:145:13 [INFO] [stdout] | [INFO] [stdout] 145 | assert_eq!(u64::MAX, instr.memory_displacement64()); [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:147:23 [INFO] [stdout] | [INFO] [stdout] 147 | 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:148:13 [INFO] [stdout] | [INFO] [stdout] 148 | assert_eq!(u8::MIN, instr.immediate8()); [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:149:23 [INFO] [stdout] | [INFO] [stdout] 149 | 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:150:13 [INFO] [stdout] | [INFO] [stdout] 150 | assert_eq!(u8::MAX, instr.immediate8()); [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:152:27 [INFO] [stdout] | [INFO] [stdout] 152 | 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:153:13 [INFO] [stdout] | [INFO] [stdout] 153 | assert_eq!(u8::MIN, instr.immediate8_2nd()); [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:154:27 [INFO] [stdout] | [INFO] [stdout] 154 | 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:155:13 [INFO] [stdout] | [INFO] [stdout] 155 | assert_eq!(u8::MAX, instr.immediate8_2nd()); [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:157:24 [INFO] [stdout] | [INFO] [stdout] 157 | 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:158:13 [INFO] [stdout] | [INFO] [stdout] 158 | assert_eq!(u16::MIN, instr.immediate16()); [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:159:24 [INFO] [stdout] | [INFO] [stdout] 159 | 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:160:13 [INFO] [stdout] | [INFO] [stdout] 160 | assert_eq!(u16::MAX, instr.immediate16()); [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:162:24 [INFO] [stdout] | [INFO] [stdout] 162 | 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:163:13 [INFO] [stdout] | [INFO] [stdout] 163 | assert_eq!(u32::MIN, instr.immediate32()); [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:164:24 [INFO] [stdout] | [INFO] [stdout] 164 | 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:165:13 [INFO] [stdout] | [INFO] [stdout] 165 | assert_eq!(u32::MAX, instr.immediate32()); [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:167:24 [INFO] [stdout] | [INFO] [stdout] 167 | 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:168:13 [INFO] [stdout] | [INFO] [stdout] 168 | assert_eq!(u64::MIN, instr.immediate64()); [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:169:24 [INFO] [stdout] | [INFO] [stdout] 169 | 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:170:13 [INFO] [stdout] | [INFO] [stdout] 170 | assert_eq!(u64::MAX, instr.immediate64()); [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:172:27 [INFO] [stdout] | [INFO] [stdout] 172 | 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:173:13 [INFO] [stdout] | [INFO] [stdout] 173 | assert_eq!(i8::MIN as i16, instr.immediate8to16()); [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:174:27 [INFO] [stdout] | [INFO] [stdout] 174 | 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:175:13 [INFO] [stdout] | [INFO] [stdout] 175 | assert_eq!(i8::MAX as i16, instr.immediate8to16()); [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:177:27 [INFO] [stdout] | [INFO] [stdout] 177 | 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:178:13 [INFO] [stdout] | [INFO] [stdout] 178 | assert_eq!(i8::MIN as i32, instr.immediate8to32()); [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:179:27 [INFO] [stdout] | [INFO] [stdout] 179 | 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:180:13 [INFO] [stdout] | [INFO] [stdout] 180 | assert_eq!(i8::MAX as i32, instr.immediate8to32()); [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:182:27 [INFO] [stdout] | [INFO] [stdout] 182 | 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:183:13 [INFO] [stdout] | [INFO] [stdout] 183 | assert_eq!(i8::MIN as i64, instr.immediate8to64()); [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:184:27 [INFO] [stdout] | [INFO] [stdout] 184 | 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:185:13 [INFO] [stdout] | [INFO] [stdout] 185 | assert_eq!(i8::MAX as i64, instr.immediate8to64()); [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:187:28 [INFO] [stdout] | [INFO] [stdout] 187 | 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:188:13 [INFO] [stdout] | [INFO] [stdout] 188 | assert_eq!(i32::MIN as i64, instr.immediate32to64()); [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:189:28 [INFO] [stdout] | [INFO] [stdout] 189 | 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:190:13 [INFO] [stdout] | [INFO] [stdout] 190 | assert_eq!(i32::MAX as i64, instr.immediate32to64()); [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:192:29 [INFO] [stdout] | [INFO] [stdout] 192 | instr.set_memory_address64(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:193:13 [INFO] [stdout] | [INFO] [stdout] 193 | assert_eq!(u64::MIN, instr.memory_address64()); [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:194:29 [INFO] [stdout] | [INFO] [stdout] 194 | instr.set_memory_address64(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:195:13 [INFO] [stdout] | [INFO] [stdout] 195 | assert_eq!(u64::MAX, instr.memory_address64()); [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:198:26 [INFO] [stdout] | [INFO] [stdout] 198 | 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:199:13 [INFO] [stdout] | [INFO] [stdout] 199 | assert_eq!(u16::MIN, instr.near_branch16()); [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:200:13 [INFO] [stdout] | [INFO] [stdout] 200 | assert_eq!(u16::MIN as u64, instr.near_branch_target()); [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:201:26 [INFO] [stdout] | [INFO] [stdout] 201 | 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:202:13 [INFO] [stdout] | [INFO] [stdout] 202 | assert_eq!(u16::MAX, instr.near_branch16()); [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:203:13 [INFO] [stdout] | [INFO] [stdout] 203 | assert_eq!(u16::MAX as u64, instr.near_branch_target()); [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:206:26 [INFO] [stdout] | [INFO] [stdout] 206 | 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:207:13 [INFO] [stdout] | [INFO] [stdout] 207 | assert_eq!(u32::MIN, instr.near_branch32()); [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:208:13 [INFO] [stdout] | [INFO] [stdout] 208 | assert_eq!(u32::MIN as u64, instr.near_branch_target()); [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:209:26 [INFO] [stdout] | [INFO] [stdout] 209 | 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:210:13 [INFO] [stdout] | [INFO] [stdout] 210 | assert_eq!(u32::MAX, instr.near_branch32()); [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:211:13 [INFO] [stdout] | [INFO] [stdout] 211 | assert_eq!(u32::MAX as u64, instr.near_branch_target()); [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:214:26 [INFO] [stdout] | [INFO] [stdout] 214 | 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:215:13 [INFO] [stdout] | [INFO] [stdout] 215 | assert_eq!(u64::MIN, instr.near_branch64()); [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:216:13 [INFO] [stdout] | [INFO] [stdout] 216 | assert_eq!(u64::MIN, instr.near_branch_target()); [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:217:26 [INFO] [stdout] | [INFO] [stdout] 217 | 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:218:13 [INFO] [stdout] | [INFO] [stdout] 218 | assert_eq!(u64::MAX, instr.near_branch64()); [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:219:13 [INFO] [stdout] | [INFO] [stdout] 219 | assert_eq!(u64::MAX, instr.near_branch_target()); [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:221:25 [INFO] [stdout] | [INFO] [stdout] 221 | 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:222:13 [INFO] [stdout] | [INFO] [stdout] 222 | assert_eq!(u16::MIN, instr.far_branch16()); [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:223:25 [INFO] [stdout] | [INFO] [stdout] 223 | 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:224:13 [INFO] [stdout] | [INFO] [stdout] 224 | assert_eq!(u16::MAX, instr.far_branch16()); [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:226:25 [INFO] [stdout] | [INFO] [stdout] 226 | 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:227:13 [INFO] [stdout] | [INFO] [stdout] 227 | assert_eq!(u32::MIN, instr.far_branch32()); [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:228:25 [INFO] [stdout] | [INFO] [stdout] 228 | 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:229:13 [INFO] [stdout] | [INFO] [stdout] 229 | assert_eq!(u32::MAX, instr.far_branch32()); [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:231:32 [INFO] [stdout] | [INFO] [stdout] 231 | 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:232:13 [INFO] [stdout] | [INFO] [stdout] 232 | assert_eq!(u16::MIN, instr.far_branch_selector()); [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:233:32 [INFO] [stdout] | [INFO] [stdout] 233 | 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:234:13 [INFO] [stdout] | [INFO] [stdout] 234 | assert_eq!(u16::MAX, instr.far_branch_selector()); [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:32:5 [INFO] [stdout] | [INFO] [stdout] 32 | 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:89:12 [INFO] [stdout] | [INFO] [stdout] 89 | 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:89:17 [INFO] [stdout] | [INFO] [stdout] 89 | 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:90:12 [INFO] [stdout] | [INFO] [stdout] 90 | 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:90:17 [INFO] [stdout] | [INFO] [stdout] 90 | 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:90:22 [INFO] [stdout] | [INFO] [stdout] 90 | 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:90:27 [INFO] [stdout] | [INFO] [stdout] 90 | 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:159:13 [INFO] [stdout] | [INFO] [stdout] 159 | 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:169:6 [INFO] [stdout] | [INFO] [stdout] 169 | 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:169:39 [INFO] [stdout] | [INFO] [stdout] 169 | 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:179:13 [INFO] [stdout] | [INFO] [stdout] 179 | 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:190:6 [INFO] [stdout] | [INFO] [stdout] 190 | 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:190:39 [INFO] [stdout] | [INFO] [stdout] 190 | 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:200:13 [INFO] [stdout] | [INFO] [stdout] 200 | 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:211:6 [INFO] [stdout] | [INFO] [stdout] 211 | 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:211:38 [INFO] [stdout] | [INFO] [stdout] 211 | 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:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | 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:48:52 [INFO] [stdout] | [INFO] [stdout] 48 | let mut current_section_info: (&str, u32) = ("", u32::MAX); [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 177 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `line_number` [INFO] [stdout] --> src/decoder/tests/decoder_test_case.rs:31:2 [INFO] [stdout] | [INFO] [stdout] 31 | 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:31:2 [INFO] [stdout] | [INFO] [stdout] 31 | 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:32:2 [INFO] [stdout] | [INFO] [stdout] 32 | 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:28:2 [INFO] [stdout] | [INFO] [stdout] 28 | 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:28:2 [INFO] [stdout] | [INFO] [stdout] 28 | 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: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: `#[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] 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: panic message is not a string literal [INFO] [stdout] --> src/formatter/tests/mod.rs:75:40 [INFO] [stdout] | [INFO] [stdout] 75 | .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] 75 | .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] 75 | .map(|r| r.unwrap_or_else(|e| std::panic::panic_any(e.to_string()))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 467 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 34.73s [INFO] running `Command { std: "docker" "inspect" "1de5dd3160a00add37cc1d779149a786ccc0595711315d5a3fbe3a1a49ee4796", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1de5dd3160a00add37cc1d779149a786ccc0595711315d5a3fbe3a1a49ee4796", kill_on_drop: false }` [INFO] [stdout] 1de5dd3160a00add37cc1d779149a786ccc0595711315d5a3fbe3a1a49ee4796