[INFO] fetching crate psx 0.1.8... [INFO] checking psx-0.1.8 against try#a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d for pr-145342-1 [INFO] extracting crate psx 0.1.8 into /workspace/builds/worker-6-tc2/source [INFO] removed /workspace/builds/worker-6-tc2/source/.cargo/config.toml [INFO] started tweaking crates.io crate psx 0.1.8 [INFO] finished tweaking crates.io crate psx 0.1.8 [INFO] tweaked toml for crates.io crate psx 0.1.8 written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate psx 0.1.8 on toolchain a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate psx 0.1.8 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fee0319aad49cefa8694518be49b071b8b8659c7dbac0dd0909d3623b44c0fab [INFO] running `Command { std: "docker" "start" "-a" "fee0319aad49cefa8694518be49b071b8b8659c7dbac0dd0909d3623b44c0fab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fee0319aad49cefa8694518be49b071b8b8659c7dbac0dd0909d3623b44c0fab", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fee0319aad49cefa8694518be49b071b8b8659c7dbac0dd0909d3623b44c0fab", kill_on_drop: false }` [INFO] [stdout] fee0319aad49cefa8694518be49b071b8b8659c7dbac0dd0909d3623b44c0fab [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 794ed9ee4fe1752d9cfef7f768e27da30f79077e2914c5f2e7c4072cbd754368 [INFO] running `Command { std: "docker" "start" "-a" "794ed9ee4fe1752d9cfef7f768e27da30f79077e2914c5f2e7c4072cbd754368", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.4.0 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling libc v0.2.169 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling psx v0.1.8 (/opt/rustwide/workdir) [INFO] [stderr] Compiling once_cell v1.20.2 [INFO] [stdout] warning: unexpected `cfg` condition value: `nonexistent_feature` [INFO] [stdout] --> src/format/obj.rs:392:7 [INFO] [stdout] | [INFO] [stdout] 392 | #[cfg(feature = "nonexistent_feature")] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `EU_region`, `J_region`, `NA_region`, `custom_oom`, `heap`, `loadable_exe`, `min_panic`, `nightlier`, and `no_panic` [INFO] [stdout] = help: consider adding `nonexistent_feature` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `const_mut_refs` has been stable since 1.83.0 and no longer requires an attribute to enable [INFO] [stdout] --> src/lib.rs:34:12 [INFO] [stdout] | [INFO] [stdout] 34 | #![feature(const_mut_refs, maybe_uninit_array_assume_init)] [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0635]: unknown feature `maybe_uninit_uninit_array` [INFO] [stdout] --> src/lib.rs:37:5 [INFO] [stdout] | [INFO] [stdout] 37 | maybe_uninit_uninit_array, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stdout] error[E0599]: no function or associated item named `uninit_array` found for union `MaybeUninit` in the current scope [INFO] [stdout] --> src/format/obj.rs:186:36 [INFO] [stdout] | [INFO] [stdout] 186 | let mut res = MaybeUninit::uninit_array(); [INFO] [stdout] | ^^^^^^^^^^^^ function or associated item not found in `MaybeUninit<_>` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `MaybeUninit<_>` consider using one of the following associated functions: [INFO] [stdout] MaybeUninit::::new [INFO] [stdout] MaybeUninit::::uninit [INFO] [stdout] MaybeUninit::::zeroed [INFO] [stdout] --> /rustc/a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d/library/core/src/mem/maybe_uninit.rs:307:5 [INFO] [stdout] help: there is an associated function `uninit` with a similar name [INFO] [stdout] | [INFO] [stdout] 186 - let mut res = MaybeUninit::uninit_array(); [INFO] [stdout] 186 + let mut res = MaybeUninit::uninit(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `uninit_array` found for union `MaybeUninit` in the current scope [INFO] [stdout] --> src/format/obj.rs:199:36 [INFO] [stdout] | [INFO] [stdout] 199 | let mut res = MaybeUninit::uninit_array(); [INFO] [stdout] | ^^^^^^^^^^^^ function or associated item not found in `MaybeUninit<_>` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `MaybeUninit<_>` consider using one of the following associated functions: [INFO] [stdout] MaybeUninit::::new [INFO] [stdout] MaybeUninit::::uninit [INFO] [stdout] MaybeUninit::::zeroed [INFO] [stdout] --> /rustc/a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d/library/core/src/mem/maybe_uninit.rs:307:5 [INFO] [stdout] help: there is an associated function `uninit` with a similar name [INFO] [stdout] | [INFO] [stdout] 199 - let mut res = MaybeUninit::uninit_array(); [INFO] [stdout] 199 + let mut res = MaybeUninit::uninit(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: formatting may not be suitable for sub-register argument [INFO] [stdout] --> src/hw/cop.rs:38:25 [INFO] [stdout] | [INFO] [stdout] 38 | concat!($cop_ty, "fc", $cop, " {}, $", $reg), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 39 | ".set at", [INFO] [stdout] 40 | out(reg) self.value, [INFO] [stdout] | ---------- for this argument [INFO] [stdout] | [INFO] [stdout] ::: src/hw/cop0/mod.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | / define_cop! { [INFO] [stdout] 55 | | /// Breakpoint on execute register [INFO] [stdout] 56 | | BPC; COP: 0; R: 3, [INFO] [stdout] 57 | | /// Breakpoint on data access register [INFO] [stdout] ... | [INFO] [stdout] 74 | | PRID; COP: 0; R: 15, [INFO] [stdout] 75 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values) [INFO] [stdout] = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values) [INFO] [stdout] = note: `#[warn(asm_sub_register)]` on by default [INFO] [stdout] = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: formatting may not be suitable for sub-register argument [INFO] [stdout] --> src/hw/cop.rs:51:25 [INFO] [stdout] | [INFO] [stdout] 51 | concat!($cop_ty, "tc", $cop, " {}, $", $reg), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 52 | ".set at", [INFO] [stdout] 53 | in(reg) self.value, [INFO] [stdout] | ---------- for this argument [INFO] [stdout] | [INFO] [stdout] ::: src/hw/cop0/mod.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | / define_cop! { [INFO] [stdout] 55 | | /// Breakpoint on execute register [INFO] [stdout] 56 | | BPC; COP: 0; R: 3, [INFO] [stdout] 57 | | /// Breakpoint on data access register [INFO] [stdout] ... | [INFO] [stdout] 74 | | PRID; COP: 0; R: 15, [INFO] [stdout] 75 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values) [INFO] [stdout] = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values) [INFO] [stdout] = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: formatting may not be suitable for sub-register argument [INFO] [stdout] --> src/hw/cop.rs:38:25 [INFO] [stdout] | [INFO] [stdout] 38 | concat!($cop_ty, "fc", $cop, " {}, $", $reg), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 39 | ".set at", [INFO] [stdout] 40 | out(reg) self.value, [INFO] [stdout] | ---------- for this argument [INFO] [stdout] | [INFO] [stdout] ::: src/hw/cop0/mod.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | / define_cop! { [INFO] [stdout] 55 | | /// Breakpoint on execute register [INFO] [stdout] 56 | | BPC; COP: 0; R: 3, [INFO] [stdout] 57 | | /// Breakpoint on data access register [INFO] [stdout] ... | [INFO] [stdout] 74 | | PRID; COP: 0; R: 15, [INFO] [stdout] 75 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values) [INFO] [stdout] = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values) [INFO] [stdout] = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: formatting may not be suitable for sub-register argument [INFO] [stdout] --> src/hw/cop.rs:51:25 [INFO] [stdout] | [INFO] [stdout] 51 | concat!($cop_ty, "tc", $cop, " {}, $", $reg), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 52 | ".set at", [INFO] [stdout] 53 | in(reg) self.value, [INFO] [stdout] | ---------- for this argument [INFO] [stdout] | [INFO] [stdout] ::: src/hw/cop0/mod.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | / define_cop! { [INFO] [stdout] 55 | | /// Breakpoint on execute register [INFO] [stdout] 56 | | BPC; COP: 0; R: 3, [INFO] [stdout] 57 | | /// Breakpoint on data access register [INFO] [stdout] ... | [INFO] [stdout] 74 | | PRID; COP: 0; R: 15, [INFO] [stdout] 75 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values) [INFO] [stdout] = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values) [INFO] [stdout] = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: formatting may not be suitable for sub-register argument [INFO] [stdout] --> src/hw/cop.rs:38:25 [INFO] [stdout] | [INFO] [stdout] 38 | concat!($cop_ty, "fc", $cop, " {}, $", $reg), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 39 | ".set at", [INFO] [stdout] 40 | out(reg) self.value, [INFO] [stdout] | ---------- for this argument [INFO] [stdout] | [INFO] [stdout] ::: src/hw/cop0/mod.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | / define_cop! { [INFO] [stdout] 55 | | /// Breakpoint on execute register [INFO] [stdout] 56 | | BPC; COP: 0; R: 3, [INFO] [stdout] 57 | | /// Breakpoint on data access register [INFO] [stdout] ... | [INFO] [stdout] 74 | | PRID; COP: 0; R: 15, [INFO] [stdout] 75 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values) [INFO] [stdout] = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values) [INFO] [stdout] = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: formatting may not be suitable for sub-register argument [INFO] [stdout] --> src/hw/cop.rs:51:25 [INFO] [stdout] | [INFO] [stdout] 51 | concat!($cop_ty, "tc", $cop, " {}, $", $reg), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 52 | ".set at", [INFO] [stdout] 53 | in(reg) self.value, [INFO] [stdout] | ---------- for this argument [INFO] [stdout] | [INFO] [stdout] ::: src/hw/cop0/mod.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | / define_cop! { [INFO] [stdout] 55 | | /// Breakpoint on execute register [INFO] [stdout] 56 | | BPC; COP: 0; R: 3, [INFO] [stdout] 57 | | /// Breakpoint on data access register [INFO] [stdout] ... | [INFO] [stdout] 74 | | PRID; COP: 0; R: 15, [INFO] [stdout] 75 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values) [INFO] [stdout] = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values) [INFO] [stdout] = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: formatting may not be suitable for sub-register argument [INFO] [stdout] --> src/hw/cop.rs:38:25 [INFO] [stdout] | [INFO] [stdout] 38 | concat!($cop_ty, "fc", $cop, " {}, $", $reg), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 39 | ".set at", [INFO] [stdout] 40 | out(reg) self.value, [INFO] [stdout] | ---------- for this argument [INFO] [stdout] | [INFO] [stdout] ::: src/hw/cop0/mod.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | / define_cop! { [INFO] [stdout] 55 | | /// Breakpoint on execute register [INFO] [stdout] 56 | | BPC; COP: 0; R: 3, [INFO] [stdout] 57 | | /// Breakpoint on data access register [INFO] [stdout] ... | [INFO] [stdout] 74 | | PRID; COP: 0; R: 15, [INFO] [stdout] 75 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values) [INFO] [stdout] = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values) [INFO] [stdout] = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: formatting may not be suitable for sub-register argument [INFO] [stdout] --> src/hw/cop.rs:51:25 [INFO] [stdout] | [INFO] [stdout] 51 | concat!($cop_ty, "tc", $cop, " {}, $", $reg), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 52 | ".set at", [INFO] [stdout] 53 | in(reg) self.value, [INFO] [stdout] | ---------- for this argument [INFO] [stdout] | [INFO] [stdout] ::: src/hw/cop0/mod.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | / define_cop! { [INFO] [stdout] 55 | | /// Breakpoint on execute register [INFO] [stdout] 56 | | BPC; COP: 0; R: 3, [INFO] [stdout] 57 | | /// Breakpoint on data access register [INFO] [stdout] ... | [INFO] [stdout] 74 | | PRID; COP: 0; R: 15, [INFO] [stdout] 75 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values) [INFO] [stdout] = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values) [INFO] [stdout] = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: formatting may not be suitable for sub-register argument [INFO] [stdout] --> src/hw/cop.rs:38:25 [INFO] [stdout] | [INFO] [stdout] 38 | concat!($cop_ty, "fc", $cop, " {}, $", $reg), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 39 | ".set at", [INFO] [stdout] 40 | out(reg) self.value, [INFO] [stdout] | ---------- for this argument [INFO] [stdout] | [INFO] [stdout] ::: src/hw/cop0/mod.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | / define_cop! { [INFO] [stdout] 55 | | /// Breakpoint on execute register [INFO] [stdout] 56 | | BPC; COP: 0; R: 3, [INFO] [stdout] 57 | | /// Breakpoint on data access register [INFO] [stdout] ... | [INFO] [stdout] 74 | | PRID; COP: 0; R: 15, [INFO] [stdout] 75 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values) [INFO] [stdout] = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values) [INFO] [stdout] = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: formatting may not be suitable for sub-register argument [INFO] [stdout] --> src/hw/cop.rs:51:25 [INFO] [stdout] | [INFO] [stdout] 51 | concat!($cop_ty, "tc", $cop, " {}, $", $reg), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 52 | ".set at", [INFO] [stdout] 53 | in(reg) self.value, [INFO] [stdout] | ---------- for this argument [INFO] [stdout] | [INFO] [stdout] ::: src/hw/cop0/mod.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | / define_cop! { [INFO] [stdout] 55 | | /// Breakpoint on execute register [INFO] [stdout] 56 | | BPC; COP: 0; R: 3, [INFO] [stdout] 57 | | /// Breakpoint on data access register [INFO] [stdout] ... | [INFO] [stdout] 74 | | PRID; COP: 0; R: 15, [INFO] [stdout] 75 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values) [INFO] [stdout] = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values) [INFO] [stdout] = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: formatting may not be suitable for sub-register argument [INFO] [stdout] --> src/hw/cop.rs:38:25 [INFO] [stdout] | [INFO] [stdout] 38 | concat!($cop_ty, "fc", $cop, " {}, $", $reg), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 39 | ".set at", [INFO] [stdout] 40 | out(reg) self.value, [INFO] [stdout] | ---------- for this argument [INFO] [stdout] | [INFO] [stdout] ::: src/hw/cop0/mod.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | / define_cop! { [INFO] [stdout] 55 | | /// Breakpoint on execute register [INFO] [stdout] 56 | | BPC; COP: 0; R: 3, [INFO] [stdout] 57 | | /// Breakpoint on data access register [INFO] [stdout] ... | [INFO] [stdout] 74 | | PRID; COP: 0; R: 15, [INFO] [stdout] 75 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values) [INFO] [stdout] = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values) [INFO] [stdout] = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: formatting may not be suitable for sub-register argument [INFO] [stdout] --> src/hw/cop.rs:51:25 [INFO] [stdout] | [INFO] [stdout] 51 | concat!($cop_ty, "tc", $cop, " {}, $", $reg), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 52 | ".set at", [INFO] [stdout] 53 | in(reg) self.value, [INFO] [stdout] | ---------- for this argument [INFO] [stdout] | [INFO] [stdout] ::: src/hw/cop0/mod.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | / define_cop! { [INFO] [stdout] 55 | | /// Breakpoint on execute register [INFO] [stdout] 56 | | BPC; COP: 0; R: 3, [INFO] [stdout] 57 | | /// Breakpoint on data access register [INFO] [stdout] ... | [INFO] [stdout] 74 | | PRID; COP: 0; R: 15, [INFO] [stdout] 75 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values) [INFO] [stdout] = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values) [INFO] [stdout] = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: formatting may not be suitable for sub-register argument [INFO] [stdout] --> src/hw/cop.rs:38:25 [INFO] [stdout] | [INFO] [stdout] 38 | concat!($cop_ty, "fc", $cop, " {}, $", $reg), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 39 | ".set at", [INFO] [stdout] 40 | out(reg) self.value, [INFO] [stdout] | ---------- for this argument [INFO] [stdout] | [INFO] [stdout] ::: src/hw/cop0/mod.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | / define_cop! { [INFO] [stdout] 55 | | /// Breakpoint on execute register [INFO] [stdout] 56 | | BPC; COP: 0; R: 3, [INFO] [stdout] 57 | | /// Breakpoint on data access register [INFO] [stdout] ... | [INFO] [stdout] 74 | | PRID; COP: 0; R: 15, [INFO] [stdout] 75 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values) [INFO] [stdout] = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values) [INFO] [stdout] = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: formatting may not be suitable for sub-register argument [INFO] [stdout] --> src/hw/cop.rs:51:25 [INFO] [stdout] | [INFO] [stdout] 51 | concat!($cop_ty, "tc", $cop, " {}, $", $reg), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 52 | ".set at", [INFO] [stdout] 53 | in(reg) self.value, [INFO] [stdout] | ---------- for this argument [INFO] [stdout] | [INFO] [stdout] ::: src/hw/cop0/mod.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | / define_cop! { [INFO] [stdout] 55 | | /// Breakpoint on execute register [INFO] [stdout] 56 | | BPC; COP: 0; R: 3, [INFO] [stdout] 57 | | /// Breakpoint on data access register [INFO] [stdout] ... | [INFO] [stdout] 74 | | PRID; COP: 0; R: 15, [INFO] [stdout] 75 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values) [INFO] [stdout] = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values) [INFO] [stdout] = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: formatting may not be suitable for sub-register argument [INFO] [stdout] --> src/hw/cop.rs:38:25 [INFO] [stdout] | [INFO] [stdout] 38 | concat!($cop_ty, "fc", $cop, " {}, $", $reg), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 39 | ".set at", [INFO] [stdout] 40 | out(reg) self.value, [INFO] [stdout] | ---------- for this argument [INFO] [stdout] | [INFO] [stdout] ::: src/hw/cop0/mod.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | / define_cop! { [INFO] [stdout] 55 | | /// Breakpoint on execute register [INFO] [stdout] 56 | | BPC; COP: 0; R: 3, [INFO] [stdout] 57 | | /// Breakpoint on data access register [INFO] [stdout] ... | [INFO] [stdout] 74 | | PRID; COP: 0; R: 15, [INFO] [stdout] 75 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values) [INFO] [stdout] = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values) [INFO] [stdout] = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: formatting may not be suitable for sub-register argument [INFO] [stdout] --> src/hw/cop.rs:51:25 [INFO] [stdout] | [INFO] [stdout] 51 | concat!($cop_ty, "tc", $cop, " {}, $", $reg), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 52 | ".set at", [INFO] [stdout] 53 | in(reg) self.value, [INFO] [stdout] | ---------- for this argument [INFO] [stdout] | [INFO] [stdout] ::: src/hw/cop0/mod.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | / define_cop! { [INFO] [stdout] 55 | | /// Breakpoint on execute register [INFO] [stdout] 56 | | BPC; COP: 0; R: 3, [INFO] [stdout] 57 | | /// Breakpoint on data access register [INFO] [stdout] ... | [INFO] [stdout] 74 | | PRID; COP: 0; R: 15, [INFO] [stdout] 75 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values) [INFO] [stdout] = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values) [INFO] [stdout] = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: formatting may not be suitable for sub-register argument [INFO] [stdout] --> src/hw/cop.rs:38:25 [INFO] [stdout] | [INFO] [stdout] 38 | concat!($cop_ty, "fc", $cop, " {}, $", $reg), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 39 | ".set at", [INFO] [stdout] 40 | out(reg) self.value, [INFO] [stdout] | ---------- for this argument [INFO] [stdout] | [INFO] [stdout] ::: src/hw/cop0/mod.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | / define_cop! { [INFO] [stdout] 55 | | /// Breakpoint on execute register [INFO] [stdout] 56 | | BPC; COP: 0; R: 3, [INFO] [stdout] 57 | | /// Breakpoint on data access register [INFO] [stdout] ... | [INFO] [stdout] 74 | | PRID; COP: 0; R: 15, [INFO] [stdout] 75 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values) [INFO] [stdout] = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values) [INFO] [stdout] = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: formatting may not be suitable for sub-register argument [INFO] [stdout] --> src/hw/cop.rs:51:25 [INFO] [stdout] | [INFO] [stdout] 51 | concat!($cop_ty, "tc", $cop, " {}, $", $reg), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 52 | ".set at", [INFO] [stdout] 53 | in(reg) self.value, [INFO] [stdout] | ---------- for this argument [INFO] [stdout] | [INFO] [stdout] ::: src/hw/cop0/mod.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | / define_cop! { [INFO] [stdout] 55 | | /// Breakpoint on execute register [INFO] [stdout] 56 | | BPC; COP: 0; R: 3, [INFO] [stdout] 57 | | /// Breakpoint on data access register [INFO] [stdout] ... | [INFO] [stdout] 74 | | PRID; COP: 0; R: 15, [INFO] [stdout] 75 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values) [INFO] [stdout] = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values) [INFO] [stdout] = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: formatting may not be suitable for sub-register argument [INFO] [stdout] --> src/hw/cop.rs:38:25 [INFO] [stdout] | [INFO] [stdout] 38 | concat!($cop_ty, "fc", $cop, " {}, $", $reg), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 39 | ".set at", [INFO] [stdout] 40 | out(reg) self.value, [INFO] [stdout] | ---------- for this argument [INFO] [stdout] | [INFO] [stdout] ::: src/hw/cop0/mod.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | / define_cop! { [INFO] [stdout] 55 | | /// Breakpoint on execute register [INFO] [stdout] 56 | | BPC; COP: 0; R: 3, [INFO] [stdout] 57 | | /// Breakpoint on data access register [INFO] [stdout] ... | [INFO] [stdout] 74 | | PRID; COP: 0; R: 15, [INFO] [stdout] 75 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values) [INFO] [stdout] = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values) [INFO] [stdout] = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: formatting may not be suitable for sub-register argument [INFO] [stdout] --> src/hw/cop.rs:51:25 [INFO] [stdout] | [INFO] [stdout] 51 | concat!($cop_ty, "tc", $cop, " {}, $", $reg), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 52 | ".set at", [INFO] [stdout] 53 | in(reg) self.value, [INFO] [stdout] | ---------- for this argument [INFO] [stdout] | [INFO] [stdout] ::: src/hw/cop0/mod.rs:54:1 [INFO] [stdout] | [INFO] [stdout] 54 | / define_cop! { [INFO] [stdout] 55 | | /// Breakpoint on execute register [INFO] [stdout] 56 | | BPC; COP: 0; R: 3, [INFO] [stdout] 57 | | /// Breakpoint on data access register [INFO] [stdout] ... | [INFO] [stdout] 74 | | PRID; COP: 0; R: 15, [INFO] [stdout] 75 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values) [INFO] [stdout] = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values) [INFO] [stdout] = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: formatting may not be suitable for sub-register argument [INFO] [stdout] --> src/hw/cop.rs:38:25 [INFO] [stdout] | [INFO] [stdout] 38 | concat!($cop_ty, "fc", $cop, " {}, $", $reg), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 39 | ".set at", [INFO] [stdout] 40 | out(reg) self.value, [INFO] [stdout] | ---------- for this argument [INFO] [stdout] | [INFO] [stdout] ::: src/hw/gte.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / define_cop! { [INFO] [stdout] 8 | | /// The 16-bit VX0 and VY0 vectors [INFO] [stdout] 9 | | VXY0; COP: 2; R: 0, [INFO] [stdout] 10 | | /// The 16-bit VZ0 vector [INFO] [stdout] ... | [INFO] [stdout] 73 | | */ [INFO] [stdout] 74 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values) [INFO] [stdout] = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values) [INFO] [stdout] = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: formatting may not be suitable for sub-register argument [INFO] [stdout] --> src/hw/cop.rs:51:25 [INFO] [stdout] | [INFO] [stdout] 51 | concat!($cop_ty, "tc", $cop, " {}, $", $reg), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 52 | ".set at", [INFO] [stdout] 53 | in(reg) self.value, [INFO] [stdout] | ---------- for this argument [INFO] [stdout] | [INFO] [stdout] ::: src/hw/gte.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / define_cop! { [INFO] [stdout] 8 | | /// The 16-bit VX0 and VY0 vectors [INFO] [stdout] 9 | | VXY0; COP: 2; R: 0, [INFO] [stdout] 10 | | /// The 16-bit VZ0 vector [INFO] [stdout] ... | [INFO] [stdout] 73 | | */ [INFO] [stdout] 74 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values) [INFO] [stdout] = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values) [INFO] [stdout] = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: formatting may not be suitable for sub-register argument [INFO] [stdout] --> src/hw/cop.rs:38:25 [INFO] [stdout] | [INFO] [stdout] 38 | concat!($cop_ty, "fc", $cop, " {}, $", $reg), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 39 | ".set at", [INFO] [stdout] 40 | out(reg) self.value, [INFO] [stdout] | ---------- for this argument [INFO] [stdout] | [INFO] [stdout] ::: src/hw/gte.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / define_cop! { [INFO] [stdout] 8 | | /// The 16-bit VX0 and VY0 vectors [INFO] [stdout] 9 | | VXY0; COP: 2; R: 0, [INFO] [stdout] 10 | | /// The 16-bit VZ0 vector [INFO] [stdout] ... | [INFO] [stdout] 73 | | */ [INFO] [stdout] 74 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: use `{0:x}` to have the register formatted as `ax` (for 16-bit values) [INFO] [stdout] = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values) [INFO] [stdout] = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: formatting may not be suitable for sub-register argument [INFO] [stdout] --> src/hw/cop.rs:51:25 [INFO] [stdout] | [INFO] [stdout] 51 | concat!($cop_ty, "tc", $cop, " {}, $", $reg), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 52 | ".set at", [INFO] [stdout] 53 | in(reg) self.value, [INFO] [stdout] | ---------- for this argument [INFO] [stdout] | [INFO] [stdout] ::: src/hw/gte.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / define_cop! { [INFO] [stdout] 8 | | /// The 16-bit VX0 and VY0 vectors [INFO] [stdout] 9 | | VXY0; COP: 2; R: 0, [INFO] [stdout] 10 | | /// The 16-bit VZ0 vector [INFO] [stdout] ... | [INFO] [stdout] 73 | | */ [INFO] [stdout] 74 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: use `{0:x}` to have the register formatted as `ax` (for 16-bit values) [INFO] [stdout] = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values) [INFO] [stdout] = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: formatting may not be suitable for sub-register argument [INFO] [stdout] --> src/hw/cop.rs:38:25 [INFO] [stdout] | [INFO] [stdout] 38 | concat!($cop_ty, "fc", $cop, " {}, $", $reg), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 39 | ".set at", [INFO] [stdout] 40 | out(reg) self.value, [INFO] [stdout] | ---------- for this argument [INFO] [stdout] | [INFO] [stdout] ::: src/hw/gte.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / define_cop! { [INFO] [stdout] 8 | | /// The 16-bit VX0 and VY0 vectors [INFO] [stdout] 9 | | VXY0; COP: 2; R: 0, [INFO] [stdout] 10 | | /// The 16-bit VZ0 vector [INFO] [stdout] ... | [INFO] [stdout] 73 | | */ [INFO] [stdout] 74 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values) [INFO] [stdout] = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values) [INFO] [stdout] = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: formatting may not be suitable for sub-register argument [INFO] [stdout] --> src/hw/cop.rs:51:25 [INFO] [stdout] | [INFO] [stdout] 51 | concat!($cop_ty, "tc", $cop, " {}, $", $reg), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 52 | ".set at", [INFO] [stdout] 53 | in(reg) self.value, [INFO] [stdout] | ---------- for this argument [INFO] [stdout] | [INFO] [stdout] ::: src/hw/gte.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / define_cop! { [INFO] [stdout] 8 | | /// The 16-bit VX0 and VY0 vectors [INFO] [stdout] 9 | | VXY0; COP: 2; R: 0, [INFO] [stdout] 10 | | /// The 16-bit VZ0 vector [INFO] [stdout] ... | [INFO] [stdout] 73 | | */ [INFO] [stdout] 74 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values) [INFO] [stdout] = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values) [INFO] [stdout] = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: formatting may not be suitable for sub-register argument [INFO] [stdout] --> src/hw/cop.rs:38:25 [INFO] [stdout] | [INFO] [stdout] 38 | concat!($cop_ty, "fc", $cop, " {}, $", $reg), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 39 | ".set at", [INFO] [stdout] 40 | out(reg) self.value, [INFO] [stdout] | ---------- for this argument [INFO] [stdout] | [INFO] [stdout] ::: src/hw/gte.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / define_cop! { [INFO] [stdout] 8 | | /// The 16-bit VX0 and VY0 vectors [INFO] [stdout] 9 | | VXY0; COP: 2; R: 0, [INFO] [stdout] 10 | | /// The 16-bit VZ0 vector [INFO] [stdout] ... | [INFO] [stdout] 73 | | */ [INFO] [stdout] 74 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: use `{0:x}` to have the register formatted as `ax` (for 16-bit values) [INFO] [stdout] = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values) [INFO] [stdout] = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: formatting may not be suitable for sub-register argument [INFO] [stdout] --> src/hw/cop.rs:51:25 [INFO] [stdout] | [INFO] [stdout] 51 | concat!($cop_ty, "tc", $cop, " {}, $", $reg), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 52 | ".set at", [INFO] [stdout] 53 | in(reg) self.value, [INFO] [stdout] | ---------- for this argument [INFO] [stdout] | [INFO] [stdout] ::: src/hw/gte.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / define_cop! { [INFO] [stdout] 8 | | /// The 16-bit VX0 and VY0 vectors [INFO] [stdout] 9 | | VXY0; COP: 2; R: 0, [INFO] [stdout] 10 | | /// The 16-bit VZ0 vector [INFO] [stdout] ... | [INFO] [stdout] 73 | | */ [INFO] [stdout] 74 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: use `{0:x}` to have the register formatted as `ax` (for 16-bit values) [INFO] [stdout] = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values) [INFO] [stdout] = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: formatting may not be suitable for sub-register argument [INFO] [stdout] --> src/hw/cop.rs:38:25 [INFO] [stdout] | [INFO] [stdout] 38 | concat!($cop_ty, "fc", $cop, " {}, $", $reg), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 39 | ".set at", [INFO] [stdout] 40 | out(reg) self.value, [INFO] [stdout] | ---------- for this argument [INFO] [stdout] | [INFO] [stdout] ::: src/hw/gte.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / define_cop! { [INFO] [stdout] 8 | | /// The 16-bit VX0 and VY0 vectors [INFO] [stdout] 9 | | VXY0; COP: 2; R: 0, [INFO] [stdout] 10 | | /// The 16-bit VZ0 vector [INFO] [stdout] ... | [INFO] [stdout] 73 | | */ [INFO] [stdout] 74 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values) [INFO] [stdout] = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values) [INFO] [stdout] = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: formatting may not be suitable for sub-register argument [INFO] [stdout] --> src/hw/cop.rs:51:25 [INFO] [stdout] | [INFO] [stdout] 51 | concat!($cop_ty, "tc", $cop, " {}, $", $reg), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 52 | ".set at", [INFO] [stdout] 53 | in(reg) self.value, [INFO] [stdout] | ---------- for this argument [INFO] [stdout] | [INFO] [stdout] ::: src/hw/gte.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / define_cop! { [INFO] [stdout] 8 | | /// The 16-bit VX0 and VY0 vectors [INFO] [stdout] 9 | | VXY0; COP: 2; R: 0, [INFO] [stdout] 10 | | /// The 16-bit VZ0 vector [INFO] [stdout] ... | [INFO] [stdout] 73 | | */ [INFO] [stdout] 74 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values) [INFO] [stdout] = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values) [INFO] [stdout] = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: formatting may not be suitable for sub-register argument [INFO] [stdout] --> src/hw/cop.rs:38:25 [INFO] [stdout] | [INFO] [stdout] 38 | concat!($cop_ty, "fc", $cop, " {}, $", $reg), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 39 | ".set at", [INFO] [stdout] 40 | out(reg) self.value, [INFO] [stdout] | ---------- for this argument [INFO] [stdout] | [INFO] [stdout] ::: src/hw/gte.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / define_cop! { [INFO] [stdout] 8 | | /// The 16-bit VX0 and VY0 vectors [INFO] [stdout] 9 | | VXY0; COP: 2; R: 0, [INFO] [stdout] 10 | | /// The 16-bit VZ0 vector [INFO] [stdout] ... | [INFO] [stdout] 73 | | */ [INFO] [stdout] 74 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: use `{0:x}` to have the register formatted as `ax` (for 16-bit values) [INFO] [stdout] = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values) [INFO] [stdout] = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: formatting may not be suitable for sub-register argument [INFO] [stdout] --> src/hw/cop.rs:51:25 [INFO] [stdout] | [INFO] [stdout] 51 | concat!($cop_ty, "tc", $cop, " {}, $", $reg), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 52 | ".set at", [INFO] [stdout] 53 | in(reg) self.value, [INFO] [stdout] | ---------- for this argument [INFO] [stdout] | [INFO] [stdout] ::: src/hw/gte.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / define_cop! { [INFO] [stdout] 8 | | /// The 16-bit VX0 and VY0 vectors [INFO] [stdout] 9 | | VXY0; COP: 2; R: 0, [INFO] [stdout] 10 | | /// The 16-bit VZ0 vector [INFO] [stdout] ... | [INFO] [stdout] 73 | | */ [INFO] [stdout] 74 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: use `{0:x}` to have the register formatted as `ax` (for 16-bit values) [INFO] [stdout] = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values) [INFO] [stdout] = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: formatting may not be suitable for sub-register argument [INFO] [stdout] --> src/hw/cop.rs:38:25 [INFO] [stdout] | [INFO] [stdout] 38 | concat!($cop_ty, "fc", $cop, " {}, $", $reg), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 39 | ".set at", [INFO] [stdout] 40 | out(reg) self.value, [INFO] [stdout] | ---------- for this argument [INFO] [stdout] | [INFO] [stdout] ::: src/hw/gte.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / define_cop! { [INFO] [stdout] 8 | | /// The 16-bit VX0 and VY0 vectors [INFO] [stdout] 9 | | VXY0; COP: 2; R: 0, [INFO] [stdout] 10 | | /// The 16-bit VZ0 vector [INFO] [stdout] ... | [INFO] [stdout] 73 | | */ [INFO] [stdout] 74 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: use `{0:x}` to have the register formatted as `ax` (for 16-bit values) [INFO] [stdout] = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values) [INFO] [stdout] = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: formatting may not be suitable for sub-register argument [INFO] [stdout] --> src/hw/cop.rs:51:25 [INFO] [stdout] | [INFO] [stdout] 51 | concat!($cop_ty, "tc", $cop, " {}, $", $reg), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 52 | ".set at", [INFO] [stdout] 53 | in(reg) self.value, [INFO] [stdout] | ---------- for this argument [INFO] [stdout] | [INFO] [stdout] ::: src/hw/gte.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / define_cop! { [INFO] [stdout] 8 | | /// The 16-bit VX0 and VY0 vectors [INFO] [stdout] 9 | | VXY0; COP: 2; R: 0, [INFO] [stdout] 10 | | /// The 16-bit VZ0 vector [INFO] [stdout] ... | [INFO] [stdout] 73 | | */ [INFO] [stdout] 74 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: use `{0:x}` to have the register formatted as `ax` (for 16-bit values) [INFO] [stdout] = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values) [INFO] [stdout] = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: formatting may not be suitable for sub-register argument [INFO] [stdout] --> src/hw/cop.rs:38:25 [INFO] [stdout] | [INFO] [stdout] 38 | concat!($cop_ty, "fc", $cop, " {}, $", $reg), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 39 | ".set at", [INFO] [stdout] 40 | out(reg) self.value, [INFO] [stdout] | ---------- for this argument [INFO] [stdout] | [INFO] [stdout] ::: src/hw/gte.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / define_cop! { [INFO] [stdout] 8 | | /// The 16-bit VX0 and VY0 vectors [INFO] [stdout] 9 | | VXY0; COP: 2; R: 0, [INFO] [stdout] 10 | | /// The 16-bit VZ0 vector [INFO] [stdout] ... | [INFO] [stdout] 73 | | */ [INFO] [stdout] 74 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values) [INFO] [stdout] = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values) [INFO] [stdout] = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: formatting may not be suitable for sub-register argument [INFO] [stdout] --> src/hw/cop.rs:51:25 [INFO] [stdout] | [INFO] [stdout] 51 | concat!($cop_ty, "tc", $cop, " {}, $", $reg), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 52 | ".set at", [INFO] [stdout] 53 | in(reg) self.value, [INFO] [stdout] | ---------- for this argument [INFO] [stdout] | [INFO] [stdout] ::: src/hw/gte.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / define_cop! { [INFO] [stdout] 8 | | /// The 16-bit VX0 and VY0 vectors [INFO] [stdout] 9 | | VXY0; COP: 2; R: 0, [INFO] [stdout] 10 | | /// The 16-bit VZ0 vector [INFO] [stdout] ... | [INFO] [stdout] 73 | | */ [INFO] [stdout] 74 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values) [INFO] [stdout] = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values) [INFO] [stdout] = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: formatting may not be suitable for sub-register argument [INFO] [stdout] --> src/hw/cop.rs:38:25 [INFO] [stdout] | [INFO] [stdout] 38 | concat!($cop_ty, "fc", $cop, " {}, $", $reg), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 39 | ".set at", [INFO] [stdout] 40 | out(reg) self.value, [INFO] [stdout] | ---------- for this argument [INFO] [stdout] | [INFO] [stdout] ::: src/hw/gte.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / define_cop! { [INFO] [stdout] 8 | | /// The 16-bit VX0 and VY0 vectors [INFO] [stdout] 9 | | VXY0; COP: 2; R: 0, [INFO] [stdout] 10 | | /// The 16-bit VZ0 vector [INFO] [stdout] ... | [INFO] [stdout] 73 | | */ [INFO] [stdout] 74 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values) [INFO] [stdout] = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values) [INFO] [stdout] = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: formatting may not be suitable for sub-register argument [INFO] [stdout] --> src/hw/cop.rs:51:25 [INFO] [stdout] | [INFO] [stdout] 51 | concat!($cop_ty, "tc", $cop, " {}, $", $reg), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 52 | ".set at", [INFO] [stdout] 53 | in(reg) self.value, [INFO] [stdout] | ---------- for this argument [INFO] [stdout] | [INFO] [stdout] ::: src/hw/gte.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / define_cop! { [INFO] [stdout] 8 | | /// The 16-bit VX0 and VY0 vectors [INFO] [stdout] 9 | | VXY0; COP: 2; R: 0, [INFO] [stdout] 10 | | /// The 16-bit VZ0 vector [INFO] [stdout] ... | [INFO] [stdout] 73 | | */ [INFO] [stdout] 74 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values) [INFO] [stdout] = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values) [INFO] [stdout] = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: formatting may not be suitable for sub-register argument [INFO] [stdout] --> src/hw/cop.rs:38:25 [INFO] [stdout] | [INFO] [stdout] 38 | concat!($cop_ty, "fc", $cop, " {}, $", $reg), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 39 | ".set at", [INFO] [stdout] 40 | out(reg) self.value, [INFO] [stdout] | ---------- for this argument [INFO] [stdout] | [INFO] [stdout] ::: src/hw/gte.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / define_cop! { [INFO] [stdout] 8 | | /// The 16-bit VX0 and VY0 vectors [INFO] [stdout] 9 | | VXY0; COP: 2; R: 0, [INFO] [stdout] 10 | | /// The 16-bit VZ0 vector [INFO] [stdout] ... | [INFO] [stdout] 73 | | */ [INFO] [stdout] 74 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values) [INFO] [stdout] = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values) [INFO] [stdout] = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: formatting may not be suitable for sub-register argument [INFO] [stdout] --> src/hw/cop.rs:51:25 [INFO] [stdout] | [INFO] [stdout] 51 | concat!($cop_ty, "tc", $cop, " {}, $", $reg), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 52 | ".set at", [INFO] [stdout] 53 | in(reg) self.value, [INFO] [stdout] | ---------- for this argument [INFO] [stdout] | [INFO] [stdout] ::: src/hw/gte.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / define_cop! { [INFO] [stdout] 8 | | /// The 16-bit VX0 and VY0 vectors [INFO] [stdout] 9 | | VXY0; COP: 2; R: 0, [INFO] [stdout] 10 | | /// The 16-bit VZ0 vector [INFO] [stdout] ... | [INFO] [stdout] 73 | | */ [INFO] [stdout] 74 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values) [INFO] [stdout] = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values) [INFO] [stdout] = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: formatting may not be suitable for sub-register argument [INFO] [stdout] --> src/hw/cop.rs:38:25 [INFO] [stdout] | [INFO] [stdout] 38 | concat!($cop_ty, "fc", $cop, " {}, $", $reg), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 39 | ".set at", [INFO] [stdout] 40 | out(reg) self.value, [INFO] [stdout] | ---------- for this argument [INFO] [stdout] | [INFO] [stdout] ::: src/hw/gte.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / define_cop! { [INFO] [stdout] 8 | | /// The 16-bit VX0 and VY0 vectors [INFO] [stdout] 9 | | VXY0; COP: 2; R: 0, [INFO] [stdout] 10 | | /// The 16-bit VZ0 vector [INFO] [stdout] ... | [INFO] [stdout] 73 | | */ [INFO] [stdout] 74 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values) [INFO] [stdout] = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values) [INFO] [stdout] = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: formatting may not be suitable for sub-register argument [INFO] [stdout] --> src/hw/cop.rs:51:25 [INFO] [stdout] | [INFO] [stdout] 51 | concat!($cop_ty, "tc", $cop, " {}, $", $reg), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 52 | ".set at", [INFO] [stdout] 53 | in(reg) self.value, [INFO] [stdout] | ---------- for this argument [INFO] [stdout] | [INFO] [stdout] ::: src/hw/gte.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / define_cop! { [INFO] [stdout] 8 | | /// The 16-bit VX0 and VY0 vectors [INFO] [stdout] 9 | | VXY0; COP: 2; R: 0, [INFO] [stdout] 10 | | /// The 16-bit VZ0 vector [INFO] [stdout] ... | [INFO] [stdout] 73 | | */ [INFO] [stdout] 74 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values) [INFO] [stdout] = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values) [INFO] [stdout] = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: formatting may not be suitable for sub-register argument [INFO] [stdout] --> src/hw/cop.rs:38:25 [INFO] [stdout] | [INFO] [stdout] 38 | concat!($cop_ty, "fc", $cop, " {}, $", $reg), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 39 | ".set at", [INFO] [stdout] 40 | out(reg) self.value, [INFO] [stdout] | ---------- for this argument [INFO] [stdout] | [INFO] [stdout] ::: src/hw/gte.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / define_cop! { [INFO] [stdout] 8 | | /// The 16-bit VX0 and VY0 vectors [INFO] [stdout] 9 | | VXY0; COP: 2; R: 0, [INFO] [stdout] 10 | | /// The 16-bit VZ0 vector [INFO] [stdout] ... | [INFO] [stdout] 73 | | */ [INFO] [stdout] 74 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values) [INFO] [stdout] = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values) [INFO] [stdout] = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: formatting may not be suitable for sub-register argument [INFO] [stdout] --> src/hw/cop.rs:51:25 [INFO] [stdout] | [INFO] [stdout] 51 | concat!($cop_ty, "tc", $cop, " {}, $", $reg), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 52 | ".set at", [INFO] [stdout] 53 | in(reg) self.value, [INFO] [stdout] | ---------- for this argument [INFO] [stdout] | [INFO] [stdout] ::: src/hw/gte.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / define_cop! { [INFO] [stdout] 8 | | /// The 16-bit VX0 and VY0 vectors [INFO] [stdout] 9 | | VXY0; COP: 2; R: 0, [INFO] [stdout] 10 | | /// The 16-bit VZ0 vector [INFO] [stdout] ... | [INFO] [stdout] 73 | | */ [INFO] [stdout] 74 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values) [INFO] [stdout] = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values) [INFO] [stdout] = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: formatting may not be suitable for sub-register argument [INFO] [stdout] --> src/hw/cop.rs:38:25 [INFO] [stdout] | [INFO] [stdout] 38 | concat!($cop_ty, "fc", $cop, " {}, $", $reg), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 39 | ".set at", [INFO] [stdout] 40 | out(reg) self.value, [INFO] [stdout] | ---------- for this argument [INFO] [stdout] | [INFO] [stdout] ::: src/hw/gte.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / define_cop! { [INFO] [stdout] 8 | | /// The 16-bit VX0 and VY0 vectors [INFO] [stdout] 9 | | VXY0; COP: 2; R: 0, [INFO] [stdout] 10 | | /// The 16-bit VZ0 vector [INFO] [stdout] ... | [INFO] [stdout] 73 | | */ [INFO] [stdout] 74 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values) [INFO] [stdout] = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values) [INFO] [stdout] = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: formatting may not be suitable for sub-register argument [INFO] [stdout] --> src/hw/cop.rs:51:25 [INFO] [stdout] | [INFO] [stdout] 51 | concat!($cop_ty, "tc", $cop, " {}, $", $reg), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 52 | ".set at", [INFO] [stdout] 53 | in(reg) self.value, [INFO] [stdout] | ---------- for this argument [INFO] [stdout] | [INFO] [stdout] ::: src/hw/gte.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / define_cop! { [INFO] [stdout] 8 | | /// The 16-bit VX0 and VY0 vectors [INFO] [stdout] 9 | | VXY0; COP: 2; R: 0, [INFO] [stdout] 10 | | /// The 16-bit VZ0 vector [INFO] [stdout] ... | [INFO] [stdout] 73 | | */ [INFO] [stdout] 74 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: use `{0:e}` to have the register formatted as `eax` (for 32-bit values) [INFO] [stdout] = help: or use `{0:r}` to keep the default formatting of `rax` (for 64-bit values) [INFO] [stdout] = note: this warning originates in the macro `define_cop` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `uninit_array` found for union `MaybeUninit` in the current scope [INFO] [stdout] --> src/std.rs:34:54 [INFO] [stdout] | [INFO] [stdout] 34 | let mut uninitialized = MaybeUninit::uninit_array::(); [INFO] [stdout] | ^^^^^^^^^^^^ function or associated item not found in `MaybeUninit<_>` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `MaybeUninit<_>` consider using one of the following associated functions: [INFO] [stdout] MaybeUninit::::new [INFO] [stdout] MaybeUninit::::uninit [INFO] [stdout] MaybeUninit::::zeroed [INFO] [stdout] --> /rustc/a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d/library/core/src/mem/maybe_uninit.rs:307:5 [INFO] [stdout] help: there is an associated function `uninit` with a similar name [INFO] [stdout] | [INFO] [stdout] 34 - let mut uninitialized = MaybeUninit::uninit_array::(); [INFO] [stdout] 34 + let mut uninitialized = MaybeUninit::uninit::(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `copy_from_slice` found for union `MaybeUninit` in the current scope [INFO] [stdout] --> src/std.rs:37:30 [INFO] [stdout] | [INFO] [stdout] 37 | MaybeUninit::copy_from_slice(&mut initialized_part[0..slice.len()], slice); [INFO] [stdout] | ^^^^^^^^^^^^^^^ function or associated item not found in `MaybeUninit<_>` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `MaybeUninit<_>` consider using one of the following associated functions: [INFO] [stdout] MaybeUninit::::new [INFO] [stdout] MaybeUninit::::uninit [INFO] [stdout] MaybeUninit::::zeroed [INFO] [stdout] --> /rustc/a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d/library/core/src/mem/maybe_uninit.rs:307:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no function or associated item named `slice_assume_init_ref` found for union `MaybeUninit` in the current scope [INFO] [stdout] --> src/std.rs:43:43 [INFO] [stdout] | [INFO] [stdout] 43 | unsafe { MaybeUninit::slice_assume_init_ref(initialized_part) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ function or associated item not found in `MaybeUninit<_>` [INFO] [stdout] | [INFO] [stdout] note: if you're trying to build a new `MaybeUninit<_>` consider using one of the following associated functions: [INFO] [stdout] MaybeUninit::::new [INFO] [stdout] MaybeUninit::::uninit [INFO] [stdout] MaybeUninit::::zeroed [INFO] [stdout] --> /rustc/a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d/library/core/src/mem/maybe_uninit.rs:307:5 [INFO] [stdout] help: there is a method `assume_init_ref` with a similar name, but with different arguments [INFO] [stdout] --> /rustc/a4980311fb7bb9e7893708e6bd3fbbfb2819fd3d/library/core/src/mem/maybe_uninit.rs:782:5 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `size` [INFO] [stdout] --> src/gpu/mod.rs:191:29 [INFO] [stdout] | [INFO] [stdout] 191 | offset: (i16, i16), size: (i16, i16), video_mode: VideoMode, [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_size` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0599, E0635. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0599`. [INFO] [stdout] [INFO] [stderr] error: could not compile `psx` (lib) due to 6 previous errors; 49 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "794ed9ee4fe1752d9cfef7f768e27da30f79077e2914c5f2e7c4072cbd754368", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "794ed9ee4fe1752d9cfef7f768e27da30f79077e2914c5f2e7c4072cbd754368", kill_on_drop: false }` [INFO] [stdout] 794ed9ee4fe1752d9cfef7f768e27da30f79077e2914c5f2e7c4072cbd754368