[INFO] fetching crate gba 0.14.1...
[INFO] testing gba-0.14.1 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate gba 0.14.1 into /workspace/builds/worker-2-tc2/source
[INFO] removed /workspace/builds/worker-2-tc2/source/.cargo/config.toml
[INFO] started tweaking crates.io crate gba 0.14.1
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate gba 0.14.1
[INFO] tweaked toml for crates.io crate gba 0.14.1 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate gba 0.14.1 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate gba 0.14.1 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a828bb03c9af2928819082ea2c3533f953eb8f4ec19944bc0460adf0732255dd
[INFO] running `Command { std: "docker" "start" "-a" "a828bb03c9af2928819082ea2c3533f953eb8f4ec19944bc0460adf0732255dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a828bb03c9af2928819082ea2c3533f953eb8f4ec19944bc0460adf0732255dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a828bb03c9af2928819082ea2c3533f953eb8f4ec19944bc0460adf0732255dd", kill_on_drop: false }`
[INFO] [stdout] a828bb03c9af2928819082ea2c3533f953eb8f4ec19944bc0460adf0732255dd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cc275cdf6caf29dc5f6f6a437b2d3d246f395c67912a5f4d587c0bf98f51dd43
[INFO] running `Command { std: "docker" "start" "-a" "cc275cdf6caf29dc5f6f6a437b2d3d246f395c67912a5f4d587c0bf98f51dd43", kill_on_drop: false }`
[INFO] [stderr]    Compiling voladdress v1.4.0
[INFO] [stderr]    Compiling bracer v0.3.1
[INFO] [stderr]    Compiling bytemuck v1.20.0
[INFO] [stderr]    Compiling bitfrob v1.3.2
[INFO] [stderr]    Compiling gba v0.14.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: invalid register `r0`: unknown register
[INFO] [stdout]   --> src/bios.rs:63:7
[INFO] [stdout]    |
[INFO] [stdout] 63 |       inout("r0") ignore_existing as u32 => _,
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `r1`: unknown register
[INFO] [stdout]   --> src/bios.rs:64:7
[INFO] [stdout]    |
[INFO] [stdout] 64 |       inout("r1") target_irqs.to_u16() => _,
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `r3`: unknown register
[INFO] [stdout]   --> src/bios.rs:65:7
[INFO] [stdout]    |
[INFO] [stdout] 65 |       out("r3") _,
[INFO] [stdout]    |       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `r0`: unknown register
[INFO] [stdout]   --> src/bios.rs:78:7
[INFO] [stdout]    |
[INFO] [stdout] 78 |       out("r0") _,
[INFO] [stdout]    |       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `r1`: unknown register
[INFO] [stdout]   --> src/bios.rs:79:7
[INFO] [stdout]    |
[INFO] [stdout] 79 |       out("r1") _,
[INFO] [stdout]    |       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `r3`: unknown register
[INFO] [stdout]   --> src/bios.rs:80:7
[INFO] [stdout]    |
[INFO] [stdout] 80 |       out("r3") _,
[INFO] [stdout]    |       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `r0`: unknown register
[INFO] [stdout]   --> src/bios.rs:97:7
[INFO] [stdout]    |
[INFO] [stdout] 97 |       inout("r0") i,
[INFO] [stdout]    |       ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `r1`: unknown register
[INFO] [stdout]   --> src/bios.rs:98:7
[INFO] [stdout]    |
[INFO] [stdout] 98 |       out("r1") _,
[INFO] [stdout]    |       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `r3`: unknown register
[INFO] [stdout]   --> src/bios.rs:99:7
[INFO] [stdout]    |
[INFO] [stdout] 99 |       out("r3") _,
[INFO] [stdout]    |       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `r0`: unknown register
[INFO] [stdout]    --> src/bios.rs:121:7
[INFO] [stdout]     |
[INFO] [stdout] 121 |       inout("r0") x => output,
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `r1`: unknown register
[INFO] [stdout]    --> src/bios.rs:122:7
[INFO] [stdout]     |
[INFO] [stdout] 122 |       inout("r1") y => _,
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `r3`: unknown register
[INFO] [stdout]    --> src/bios.rs:123:7
[INFO] [stdout]     |
[INFO] [stdout] 123 |       out("r3") _,
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `r0`: unknown register
[INFO] [stdout]    --> src/bios.rs:177:5
[INFO] [stdout]     |
[INFO] [stdout] 177 |     inout("r0") src => _,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `r1`: unknown register
[INFO] [stdout]    --> src/bios.rs:178:5
[INFO] [stdout]     |
[INFO] [stdout] 178 |     inout("r1") dest => _,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `r2`: unknown register
[INFO] [stdout]    --> src/bios.rs:179:5
[INFO] [stdout]     |
[INFO] [stdout] 179 |     inout("r2") info => _,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `r3`: unknown register
[INFO] [stdout]    --> src/bios.rs:180:5
[INFO] [stdout]     |
[INFO] [stdout] 180 |     out("r3") _,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `r0`: unknown register
[INFO] [stdout]    --> src/bios.rs:212:5
[INFO] [stdout]     |
[INFO] [stdout] 212 |     inout("r0") src => _,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `r1`: unknown register
[INFO] [stdout]    --> src/bios.rs:213:5
[INFO] [stdout]     |
[INFO] [stdout] 213 |     inout("r1") dest => _,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `r3`: unknown register
[INFO] [stdout]    --> src/bios.rs:214:5
[INFO] [stdout]     |
[INFO] [stdout] 214 |     out("r3") _,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `r0`: unknown register
[INFO] [stdout]    --> src/bios.rs:231:5
[INFO] [stdout]     |
[INFO] [stdout] 231 |     inout("r0") src => _,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `r1`: unknown register
[INFO] [stdout]    --> src/bios.rs:232:5
[INFO] [stdout]     |
[INFO] [stdout] 232 |     inout("r1") dest => _,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `r3`: unknown register
[INFO] [stdout]    --> src/bios.rs:233:5
[INFO] [stdout]     |
[INFO] [stdout] 233 |     out("r3") _,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `r0`: unknown register
[INFO] [stdout]    --> src/bios.rs:268:5
[INFO] [stdout]     |
[INFO] [stdout] 268 |     inout("r0") src => _,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `r1`: unknown register
[INFO] [stdout]    --> src/bios.rs:269:5
[INFO] [stdout]     |
[INFO] [stdout] 269 |     inout("r1") dest => _,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `r3`: unknown register
[INFO] [stdout]    --> src/bios.rs:270:5
[INFO] [stdout]     |
[INFO] [stdout] 270 |     out("r3") _,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `r0`: unknown register
[INFO] [stdout]    --> src/bios.rs:294:5
[INFO] [stdout]     |
[INFO] [stdout] 294 |     inout("r0") src => _,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `r1`: unknown register
[INFO] [stdout]    --> src/bios.rs:295:5
[INFO] [stdout]     |
[INFO] [stdout] 295 |     inout("r1") dest => _,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `r3`: unknown register
[INFO] [stdout]    --> src/bios.rs:296:5
[INFO] [stdout]     |
[INFO] [stdout] 296 |     out("r3") _,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `r0`: unknown register
[INFO] [stdout]    --> src/bios.rs:313:5
[INFO] [stdout]     |
[INFO] [stdout] 313 |     inout("r0") src => _,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `r1`: unknown register
[INFO] [stdout]    --> src/bios.rs:314:5
[INFO] [stdout]     |
[INFO] [stdout] 314 |     inout("r1") dest => _,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `r3`: unknown register
[INFO] [stdout]    --> src/bios.rs:315:5
[INFO] [stdout]     |
[INFO] [stdout] 315 |     out("r3") _,
[INFO] [stdout]     |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `r0`: unknown register
[INFO] [stdout]    --> src/dma.rs:158:5
[INFO] [stdout]     |
[INFO] [stdout] 158 |     in("r0") dma_addr,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `r1`: unknown register
[INFO] [stdout]    --> src/dma.rs:159:5
[INFO] [stdout]     |
[INFO] [stdout] 159 |     in("r1") src,
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `r2`: unknown register
[INFO] [stdout]    --> src/dma.rs:160:5
[INFO] [stdout]     |
[INFO] [stdout] 160 |     in("r2") dest,
[INFO] [stdout]     |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `r3`: unknown register
[INFO] [stdout]    --> src/dma.rs:161:5
[INFO] [stdout]     |
[INFO] [stdout] 161 |     in("r3") count_ctrl,
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `r3`: unknown register
[INFO] [stdout]   --> src/mem.rs:77:7
[INFO] [stdout]    |
[INFO] [stdout] 77 |       out("r3") _,
[INFO] [stdout]    |       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `r4`: unknown register
[INFO] [stdout]   --> src/mem.rs:78:7
[INFO] [stdout]    |
[INFO] [stdout] 78 |       out("r4") _,
[INFO] [stdout]    |       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `r5`: unknown register
[INFO] [stdout]   --> src/mem.rs:79:7
[INFO] [stdout]    |
[INFO] [stdout] 79 |       out("r5") _,
[INFO] [stdout]    |       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `r7`: unknown register
[INFO] [stdout]   --> src/mem.rs:80:7
[INFO] [stdout]    |
[INFO] [stdout] 80 |       out("r7") _,
[INFO] [stdout]    |       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `lr`: unknown register
[INFO] [stdout]   --> src/mem.rs:84:7
[INFO] [stdout]    |
[INFO] [stdout] 84 |       out("lr") _,
[INFO] [stdout]    |       ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `r1`: unknown register
[INFO] [stdout]    --> src/mem.rs:125:7
[INFO] [stdout]     |
[INFO] [stdout] 125 |       in("r1") word,
[INFO] [stdout]     |       ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `r3`: unknown register
[INFO] [stdout]    --> src/mem.rs:126:7
[INFO] [stdout]     |
[INFO] [stdout] 126 |       in("r3") word,
[INFO] [stdout]     |       ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `r4`: unknown register
[INFO] [stdout]    --> src/mem.rs:127:7
[INFO] [stdout]     |
[INFO] [stdout] 127 |       in("r4") word,
[INFO] [stdout]     |       ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `r5`: unknown register
[INFO] [stdout]    --> src/mem.rs:128:7
[INFO] [stdout]     |
[INFO] [stdout] 128 |       in("r5") word,
[INFO] [stdout]     |       ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `r7`: unknown register
[INFO] [stdout]    --> src/mem.rs:129:7
[INFO] [stdout]     |
[INFO] [stdout] 129 |       in("r7") word,
[INFO] [stdout]     |       ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: invalid register `lr`: unknown register
[INFO] [stdout]    --> src/mem.rs:132:7
[INFO] [stdout]     |
[INFO] [stdout] 132 |       in("lr") word,
[INFO] [stdout]     |       ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0779]: target does not support `#[instruction_set]`
[INFO] [stdout]   --> src/bios.rs:27:1
[INFO] [stdout]    |
[INFO] [stdout] 27 | #[instruction_set(arm::t32)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0779]: target does not support `#[instruction_set]`
[INFO] [stdout]   --> src/bios.rs:58:1
[INFO] [stdout]    |
[INFO] [stdout] 58 | #[instruction_set(arm::t32)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0779]: target does not support `#[instruction_set]`
[INFO] [stdout]   --> src/bios.rs:73:1
[INFO] [stdout]    |
[INFO] [stdout] 73 | #[instruction_set(arm::t32)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0779]: target does not support `#[instruction_set]`
[INFO] [stdout]   --> src/bios.rs:91:1
[INFO] [stdout]    |
[INFO] [stdout] 91 | #[instruction_set(arm::t32)]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0779]: target does not support `#[instruction_set]`
[INFO] [stdout]    --> src/bios.rs:113:1
[INFO] [stdout]     |
[INFO] [stdout] 113 | #[instruction_set(arm::t32)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0779]: target does not support `#[instruction_set]`
[INFO] [stdout]    --> src/bios.rs:173:1
[INFO] [stdout]     |
[INFO] [stdout] 173 | #[instruction_set(arm::t32)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0779]: target does not support `#[instruction_set]`
[INFO] [stdout]    --> src/bios.rs:208:1
[INFO] [stdout]     |
[INFO] [stdout] 208 | #[instruction_set(arm::t32)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0779]: target does not support `#[instruction_set]`
[INFO] [stdout]    --> src/bios.rs:227:1
[INFO] [stdout]     |
[INFO] [stdout] 227 | #[instruction_set(arm::t32)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0779]: target does not support `#[instruction_set]`
[INFO] [stdout]    --> src/bios.rs:264:1
[INFO] [stdout]     |
[INFO] [stdout] 264 | #[instruction_set(arm::t32)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0779]: target does not support `#[instruction_set]`
[INFO] [stdout]    --> src/bios.rs:290:1
[INFO] [stdout]     |
[INFO] [stdout] 290 | #[instruction_set(arm::t32)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0779]: target does not support `#[instruction_set]`
[INFO] [stdout]    --> src/bios.rs:309:1
[INFO] [stdout]     |
[INFO] [stdout] 309 | #[instruction_set(arm::t32)]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0779]: target does not support `#[instruction_set]`
[INFO] [stdout]   --> src/mem.rs:12:32
[INFO] [stdout]    |
[INFO] [stdout] 12 | #[cfg_attr(feature = "on_gba", instruction_set(arm::a32))]
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0779]: target does not support `#[instruction_set]`
[INFO] [stdout]   --> src/mem.rs:55:32
[INFO] [stdout]    |
[INFO] [stdout] 55 | #[cfg_attr(feature = "on_gba", instruction_set(arm::a32))]
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0779]: target does not support `#[instruction_set]`
[INFO] [stdout]   --> src/mem.rs:97:32
[INFO] [stdout]    |
[INFO] [stdout] 97 | #[cfg_attr(feature = "on_gba", instruction_set(arm::a32))]
[INFO] [stdout]    |                                ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:87:7
[INFO] [stdout]     |
[INFO] [stdout]  87 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 267 | impl_common_fixed_ops!(i8);
[INFO] [stdout]     | -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_unit` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:100:7
[INFO] [stdout]     |
[INFO] [stdout] 100 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 267 | impl_common_fixed_ops!(i8);
[INFO] [stdout]     | -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_self_rhs` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:100:7
[INFO] [stdout]     |
[INFO] [stdout] 100 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 267 | impl_common_fixed_ops!(i8);
[INFO] [stdout]     | -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_self_rhs` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:100:7
[INFO] [stdout]     |
[INFO] [stdout] 100 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 267 | impl_common_fixed_ops!(i8);
[INFO] [stdout]     | -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_self_rhs` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:100:7
[INFO] [stdout]     |
[INFO] [stdout] 100 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 267 | impl_common_fixed_ops!(i8);
[INFO] [stdout]     | -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_self_rhs` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:100:7
[INFO] [stdout]     |
[INFO] [stdout] 100 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 267 | impl_common_fixed_ops!(i8);
[INFO] [stdout]     | -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_self_rhs` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:100:7
[INFO] [stdout]     |
[INFO] [stdout] 100 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 267 | impl_common_fixed_ops!(i8);
[INFO] [stdout]     | -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_self_rhs` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:100:7
[INFO] [stdout]     |
[INFO] [stdout] 100 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 267 | impl_common_fixed_ops!(i8);
[INFO] [stdout]     | -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_self_rhs` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:100:7
[INFO] [stdout]     |
[INFO] [stdout] 100 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 267 | impl_common_fixed_ops!(i8);
[INFO] [stdout]     | -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_self_rhs` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:124:7
[INFO] [stdout]     |
[INFO] [stdout] 124 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 267 | impl_common_fixed_ops!(i8);
[INFO] [stdout]     | -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_shift_self_u32` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:124:7
[INFO] [stdout]     |
[INFO] [stdout] 124 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 267 | impl_common_fixed_ops!(i8);
[INFO] [stdout]     | -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_shift_self_u32` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:87:7
[INFO] [stdout]     |
[INFO] [stdout]  87 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 268 | impl_common_fixed_ops!(i16);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_unit` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:100:7
[INFO] [stdout]     |
[INFO] [stdout] 100 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 268 | impl_common_fixed_ops!(i16);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_self_rhs` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:100:7
[INFO] [stdout]     |
[INFO] [stdout] 100 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 268 | impl_common_fixed_ops!(i16);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_self_rhs` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:100:7
[INFO] [stdout]     |
[INFO] [stdout] 100 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 268 | impl_common_fixed_ops!(i16);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_self_rhs` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:100:7
[INFO] [stdout]     |
[INFO] [stdout] 100 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 268 | impl_common_fixed_ops!(i16);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_self_rhs` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:100:7
[INFO] [stdout]     |
[INFO] [stdout] 100 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 268 | impl_common_fixed_ops!(i16);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_self_rhs` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:100:7
[INFO] [stdout]     |
[INFO] [stdout] 100 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 268 | impl_common_fixed_ops!(i16);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_self_rhs` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:100:7
[INFO] [stdout]     |
[INFO] [stdout] 100 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 268 | impl_common_fixed_ops!(i16);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_self_rhs` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:100:7
[INFO] [stdout]     |
[INFO] [stdout] 100 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 268 | impl_common_fixed_ops!(i16);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_self_rhs` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:124:7
[INFO] [stdout]     |
[INFO] [stdout] 124 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 268 | impl_common_fixed_ops!(i16);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_shift_self_u32` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:124:7
[INFO] [stdout]     |
[INFO] [stdout] 124 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 268 | impl_common_fixed_ops!(i16);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_shift_self_u32` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:87:7
[INFO] [stdout]     |
[INFO] [stdout]  87 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 269 | impl_common_fixed_ops!(i32);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_unit` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:100:7
[INFO] [stdout]     |
[INFO] [stdout] 100 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 269 | impl_common_fixed_ops!(i32);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_self_rhs` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:100:7
[INFO] [stdout]     |
[INFO] [stdout] 100 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 269 | impl_common_fixed_ops!(i32);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_self_rhs` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:100:7
[INFO] [stdout]     |
[INFO] [stdout] 100 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 269 | impl_common_fixed_ops!(i32);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_self_rhs` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:100:7
[INFO] [stdout]     |
[INFO] [stdout] 100 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 269 | impl_common_fixed_ops!(i32);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_self_rhs` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:100:7
[INFO] [stdout]     |
[INFO] [stdout] 100 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 269 | impl_common_fixed_ops!(i32);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_self_rhs` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:100:7
[INFO] [stdout]     |
[INFO] [stdout] 100 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 269 | impl_common_fixed_ops!(i32);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_self_rhs` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:100:7
[INFO] [stdout]     |
[INFO] [stdout] 100 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 269 | impl_common_fixed_ops!(i32);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_self_rhs` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:100:7
[INFO] [stdout]     |
[INFO] [stdout] 100 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 269 | impl_common_fixed_ops!(i32);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_self_rhs` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:124:7
[INFO] [stdout]     |
[INFO] [stdout] 124 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 269 | impl_common_fixed_ops!(i32);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_shift_self_u32` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:124:7
[INFO] [stdout]     |
[INFO] [stdout] 124 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 269 | impl_common_fixed_ops!(i32);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_shift_self_u32` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:87:7
[INFO] [stdout]     |
[INFO] [stdout]  87 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 270 | impl_common_fixed_ops!(u8);
[INFO] [stdout]     | -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_unit` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:100:7
[INFO] [stdout]     |
[INFO] [stdout] 100 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 270 | impl_common_fixed_ops!(u8);
[INFO] [stdout]     | -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_self_rhs` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:100:7
[INFO] [stdout]     |
[INFO] [stdout] 100 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 270 | impl_common_fixed_ops!(u8);
[INFO] [stdout]     | -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_self_rhs` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:100:7
[INFO] [stdout]     |
[INFO] [stdout] 100 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 270 | impl_common_fixed_ops!(u8);
[INFO] [stdout]     | -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_self_rhs` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:100:7
[INFO] [stdout]     |
[INFO] [stdout] 100 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 270 | impl_common_fixed_ops!(u8);
[INFO] [stdout]     | -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_self_rhs` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:100:7
[INFO] [stdout]     |
[INFO] [stdout] 100 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 270 | impl_common_fixed_ops!(u8);
[INFO] [stdout]     | -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_self_rhs` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:100:7
[INFO] [stdout]     |
[INFO] [stdout] 100 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 270 | impl_common_fixed_ops!(u8);
[INFO] [stdout]     | -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_self_rhs` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:100:7
[INFO] [stdout]     |
[INFO] [stdout] 100 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 270 | impl_common_fixed_ops!(u8);
[INFO] [stdout]     | -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_self_rhs` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:100:7
[INFO] [stdout]     |
[INFO] [stdout] 100 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 270 | impl_common_fixed_ops!(u8);
[INFO] [stdout]     | -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_self_rhs` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:124:7
[INFO] [stdout]     |
[INFO] [stdout] 124 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 270 | impl_common_fixed_ops!(u8);
[INFO] [stdout]     | -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_shift_self_u32` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:124:7
[INFO] [stdout]     |
[INFO] [stdout] 124 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 270 | impl_common_fixed_ops!(u8);
[INFO] [stdout]     | -------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_shift_self_u32` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:87:7
[INFO] [stdout]     |
[INFO] [stdout]  87 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 271 | impl_common_fixed_ops!(u16);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_unit` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:100:7
[INFO] [stdout]     |
[INFO] [stdout] 100 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 271 | impl_common_fixed_ops!(u16);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_self_rhs` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:100:7
[INFO] [stdout]     |
[INFO] [stdout] 100 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 271 | impl_common_fixed_ops!(u16);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_self_rhs` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:100:7
[INFO] [stdout]     |
[INFO] [stdout] 100 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 271 | impl_common_fixed_ops!(u16);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_self_rhs` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:100:7
[INFO] [stdout]     |
[INFO] [stdout] 100 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 271 | impl_common_fixed_ops!(u16);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_self_rhs` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:100:7
[INFO] [stdout]     |
[INFO] [stdout] 100 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 271 | impl_common_fixed_ops!(u16);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_self_rhs` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:100:7
[INFO] [stdout]     |
[INFO] [stdout] 100 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 271 | impl_common_fixed_ops!(u16);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_self_rhs` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:100:7
[INFO] [stdout]     |
[INFO] [stdout] 100 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 271 | impl_common_fixed_ops!(u16);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_self_rhs` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:100:7
[INFO] [stdout]     |
[INFO] [stdout] 100 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 271 | impl_common_fixed_ops!(u16);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_self_rhs` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:124:7
[INFO] [stdout]     |
[INFO] [stdout] 124 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 271 | impl_common_fixed_ops!(u16);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_shift_self_u32` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:124:7
[INFO] [stdout]     |
[INFO] [stdout] 124 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 271 | impl_common_fixed_ops!(u16);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_shift_self_u32` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:87:7
[INFO] [stdout]     |
[INFO] [stdout]  87 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 272 | impl_common_fixed_ops!(u32);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_unit` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:100:7
[INFO] [stdout]     |
[INFO] [stdout] 100 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 272 | impl_common_fixed_ops!(u32);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_self_rhs` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:100:7
[INFO] [stdout]     |
[INFO] [stdout] 100 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 272 | impl_common_fixed_ops!(u32);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_self_rhs` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:100:7
[INFO] [stdout]     |
[INFO] [stdout] 100 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 272 | impl_common_fixed_ops!(u32);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_self_rhs` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:100:7
[INFO] [stdout]     |
[INFO] [stdout] 100 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 272 | impl_common_fixed_ops!(u32);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_self_rhs` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:100:7
[INFO] [stdout]     |
[INFO] [stdout] 100 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 272 | impl_common_fixed_ops!(u32);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_self_rhs` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:100:7
[INFO] [stdout]     |
[INFO] [stdout] 100 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 272 | impl_common_fixed_ops!(u32);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_self_rhs` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:100:7
[INFO] [stdout]     |
[INFO] [stdout] 100 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 272 | impl_common_fixed_ops!(u32);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_self_rhs` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:100:7
[INFO] [stdout]     |
[INFO] [stdout] 100 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 272 | impl_common_fixed_ops!(u32);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_self_rhs` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:124:7
[INFO] [stdout]     |
[INFO] [stdout] 124 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 272 | impl_common_fixed_ops!(u32);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_shift_self_u32` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:124:7
[INFO] [stdout]     |
[INFO] [stdout] 124 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 272 | impl_common_fixed_ops!(u32);
[INFO] [stdout]     | --------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_shift_self_u32` which comes from the expansion of the macro `impl_common_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:87:7
[INFO] [stdout]     |
[INFO] [stdout]  87 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 346 | impl_signed_fixed_ops!(i8, u8);
[INFO] [stdout]     | ------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_unit` which comes from the expansion of the macro `impl_signed_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:87:7
[INFO] [stdout]     |
[INFO] [stdout]  87 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 347 | impl_signed_fixed_ops!(i16, u16);
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_unit` which comes from the expansion of the macro `impl_signed_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]    --> src/fixed.rs:87:7
[INFO] [stdout]     |
[INFO] [stdout]  87 |       #[must_use]
[INFO] [stdout]     |       ^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 348 | impl_signed_fixed_ops!(i32, u32);
[INFO] [stdout]     | -------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout]     = note: this warning originates in the macro `impl_trait_op_unit` which comes from the expansion of the macro `impl_signed_fixed_ops` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]   --> src/gba_cell.rs:78:3
[INFO] [stdout]    |
[INFO] [stdout] 78 |   #[must_use]
[INFO] [stdout]    |   ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]   --> src/gba_cell.rs:88:3
[INFO] [stdout]    |
[INFO] [stdout] 88 |   #[must_use]
[INFO] [stdout]    |   ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]   --> src/keys.rs:73:3
[INFO] [stdout]    |
[INFO] [stdout] 73 |   #[must_use]
[INFO] [stdout]    |   ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[must_use]` attribute cannot be used on trait methods in impl blocks
[INFO] [stdout]   --> src/keys.rs:80:3
[INFO] [stdout]    |
[INFO] [stdout] 80 |   #[must_use]
[INFO] [stdout]    |   ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[must_use]` can be applied to data types, functions, unions, required trait methods, provided trait methods, inherent methods, foreign functions, and traits
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: formatting may not be suitable for sub-register argument
[INFO] [stdout]    --> src/gba_cell.rs:124:16
[INFO] [stdout]     |
[INFO] [stdout] 124 |           "ldr {r}, [{addr}]",
[INFO] [stdout]     |                ^^^
[INFO] [stdout] 125 |           r = lateout(reg) val,
[INFO] [stdout]     |                            --- for this argument
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: formatting may not be suitable for sub-register argument
[INFO] [stdout]    --> src/gba_cell.rs:134:17
[INFO] [stdout]     |
[INFO] [stdout] 134 |           "ldrh {r}, [{addr}]",
[INFO] [stdout]     |                 ^^^
[INFO] [stdout] 135 |           r = lateout(reg) val,
[INFO] [stdout]     |                            --- for this argument
[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] 
[INFO] [stdout] 
[INFO] [stdout] error: type `u8` cannot be used with this register class
[INFO] [stdout]    --> src/gba_cell.rs:145:28
[INFO] [stdout]     |
[INFO] [stdout] 145 |           r = lateout(reg) val,
[INFO] [stdout]     |                            ^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: register class `reg` supports these types: i16, i32, i64, f16, f32, f64
[INFO] [stdout]     = help: consider using the `reg_byte` register class instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: formatting may not be suitable for sub-register argument
[INFO] [stdout]    --> src/gba_cell.rs:164:16
[INFO] [stdout]     |
[INFO] [stdout] 164 |           "str {val}, [{addr}]",
[INFO] [stdout]     |                ^^^^^
[INFO] [stdout] 165 |           val = in(reg) u,
[INFO] [stdout]     |                         - for this argument
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: formatting may not be suitable for sub-register argument
[INFO] [stdout]    --> src/gba_cell.rs:173:17
[INFO] [stdout]     |
[INFO] [stdout] 173 |           "strh {val}, [{addr}]",
[INFO] [stdout]     |                 ^^^^^
[INFO] [stdout] 174 |           val = in(reg) u,
[INFO] [stdout]     |                         - for this argument
[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] 
[INFO] [stdout] 
[INFO] [stdout] error: type `u8` cannot be used with this register class
[INFO] [stdout]    --> src/gba_cell.rs:183:25
[INFO] [stdout]     |
[INFO] [stdout] 183 |           val = in(reg) u,
[INFO] [stdout]     |                         ^
[INFO] [stdout]     |
[INFO] [stdout]     = note: register class `reg` supports these types: i16, i32, i64, f16, f32, f64
[INFO] [stdout]     = help: consider using the `reg_byte` register class instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0779`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `gba` (lib) due to 62 previous errors; 77 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "cc275cdf6caf29dc5f6f6a437b2d3d246f395c67912a5f4d587c0bf98f51dd43", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cc275cdf6caf29dc5f6f6a437b2d3d246f395c67912a5f4d587c0bf98f51dd43", kill_on_drop: false }`
[INFO] [stdout] cc275cdf6caf29dc5f6f6a437b2d3d246f395c67912a5f4d587c0bf98f51dd43
