[INFO] fetching crate stm32_i2s_v12x 0.5.1...
[INFO] building stm32_i2s_v12x-0.5.1 against master#ad85bc524b1ad696e42061ad8338d382dffbdbe5 for pr-146237-1
[INFO] extracting crate stm32_i2s_v12x 0.5.1 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate stm32_i2s_v12x 0.5.1
[INFO] finished tweaking crates.io crate stm32_i2s_v12x 0.5.1
[INFO] tweaked toml for crates.io crate stm32_i2s_v12x 0.5.1 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate stm32_i2s_v12x 0.5.1 on toolchain ad85bc524b1ad696e42061ad8338d382dffbdbe5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 2 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded vcell v0.1.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 50a372e6a230861303fa833e519869829ce3416877fd3fbeb15df6fe41f6b8a4
[INFO] running `Command { std: "docker" "start" "-a" "50a372e6a230861303fa833e519869829ce3416877fd3fbeb15df6fe41f6b8a4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "50a372e6a230861303fa833e519869829ce3416877fd3fbeb15df6fe41f6b8a4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "50a372e6a230861303fa833e519869829ce3416877fd3fbeb15df6fe41f6b8a4", kill_on_drop: false }`
[INFO] [stdout] 50a372e6a230861303fa833e519869829ce3416877fd3fbeb15df6fe41f6b8a4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 976b6976a3436e9a98b438abce17c4225802ea2d6c24c0cc8ea71fb726816748
[INFO] running `Command { std: "docker" "start" "-a" "976b6976a3436e9a98b438abce17c4225802ea2d6c24c0cc8ea71fb726816748", kill_on_drop: false }`
[INFO] [stderr]    Compiling stm32_i2s_v12x v0.5.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling vcell v0.1.3
[INFO] [stderr]    Compiling nb v1.1.0
[INFO] [stdout] warning: private item shadows public glob re-export
[INFO] [stdout]    --> src/driver.rs:243:44
[INFO] [stdout]     |
[INFO] [stdout] 243 | pub(crate) use private::{I2sCoreRegisters, I2sStandard, TransmitOrReceive};
[INFO] [stdout]     |                                            ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the name `I2sStandard` in the type namespace is supposed to be publicly re-exported here
[INFO] [stdout]    --> src/driver.rs:94:31
[INFO] [stdout]     |
[INFO] [stdout]  94 | pub use crate::marker::{self, *};
[INFO] [stdout]     |                               ^
[INFO] [stdout] note: but the private item here shadows it
[INFO] [stdout]    --> src/driver.rs:243:44
[INFO] [stdout]     |
[INFO] [stdout] 243 | pub(crate) use private::{I2sCoreRegisters, I2sStandard, TransmitOrReceive};
[INFO] [stdout]     |                                            ^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(hidden_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/pac/spi1/cr1.rs:1208:21
[INFO] [stdout]      |
[INFO] [stdout] 1208 |     pub fn bidimode(&mut self) -> BIDIMODE_W {
[INFO] [stdout]      |                     ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1208 |     pub fn bidimode(&mut self) -> BIDIMODE_W<'_> {
[INFO] [stdout]      |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/pac/spi1/cr1.rs:1213:19
[INFO] [stdout]      |
[INFO] [stdout] 1213 |     pub fn bidioe(&mut self) -> BIDIOE_W {
[INFO] [stdout]      |                   ^^^^^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                   |
[INFO] [stdout]      |                   the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1213 |     pub fn bidioe(&mut self) -> BIDIOE_W<'_> {
[INFO] [stdout]      |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/pac/spi1/cr1.rs:1218:18
[INFO] [stdout]      |
[INFO] [stdout] 1218 |     pub fn crcen(&mut self) -> CRCEN_W {
[INFO] [stdout]      |                  ^^^^^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                  |
[INFO] [stdout]      |                  the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1218 |     pub fn crcen(&mut self) -> CRCEN_W<'_> {
[INFO] [stdout]      |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/pac/spi1/cr1.rs:1223:20
[INFO] [stdout]      |
[INFO] [stdout] 1223 |     pub fn crcnext(&mut self) -> CRCNEXT_W {
[INFO] [stdout]      |                    ^^^^^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                    |
[INFO] [stdout]      |                    the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1223 |     pub fn crcnext(&mut self) -> CRCNEXT_W<'_> {
[INFO] [stdout]      |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/pac/spi1/cr1.rs:1228:16
[INFO] [stdout]      |
[INFO] [stdout] 1228 |     pub fn dff(&mut self) -> DFF_W {
[INFO] [stdout]      |                ^^^^^^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                |
[INFO] [stdout]      |                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1228 |     pub fn dff(&mut self) -> DFF_W<'_> {
[INFO] [stdout]      |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/pac/spi1/cr1.rs:1233:19
[INFO] [stdout]      |
[INFO] [stdout] 1233 |     pub fn rxonly(&mut self) -> RXONLY_W {
[INFO] [stdout]      |                   ^^^^^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                   |
[INFO] [stdout]      |                   the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1233 |     pub fn rxonly(&mut self) -> RXONLY_W<'_> {
[INFO] [stdout]      |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/pac/spi1/cr1.rs:1238:16
[INFO] [stdout]      |
[INFO] [stdout] 1238 |     pub fn ssm(&mut self) -> SSM_W {
[INFO] [stdout]      |                ^^^^^^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                |
[INFO] [stdout]      |                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1238 |     pub fn ssm(&mut self) -> SSM_W<'_> {
[INFO] [stdout]      |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/pac/spi1/cr1.rs:1243:16
[INFO] [stdout]      |
[INFO] [stdout] 1243 |     pub fn ssi(&mut self) -> SSI_W {
[INFO] [stdout]      |                ^^^^^^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                |
[INFO] [stdout]      |                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1243 |     pub fn ssi(&mut self) -> SSI_W<'_> {
[INFO] [stdout]      |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/pac/spi1/cr1.rs:1248:21
[INFO] [stdout]      |
[INFO] [stdout] 1248 |     pub fn lsbfirst(&mut self) -> LSBFIRST_W {
[INFO] [stdout]      |                     ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1248 |     pub fn lsbfirst(&mut self) -> LSBFIRST_W<'_> {
[INFO] [stdout]      |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/pac/spi1/cr1.rs:1253:16
[INFO] [stdout]      |
[INFO] [stdout] 1253 |     pub fn spe(&mut self) -> SPE_W {
[INFO] [stdout]      |                ^^^^^^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                |
[INFO] [stdout]      |                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1253 |     pub fn spe(&mut self) -> SPE_W<'_> {
[INFO] [stdout]      |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/pac/spi1/cr1.rs:1258:15
[INFO] [stdout]      |
[INFO] [stdout] 1258 |     pub fn br(&mut self) -> BR_W {
[INFO] [stdout]      |               ^^^^^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]      |               |
[INFO] [stdout]      |               the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1258 |     pub fn br(&mut self) -> BR_W<'_> {
[INFO] [stdout]      |                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/pac/spi1/cr1.rs:1263:17
[INFO] [stdout]      |
[INFO] [stdout] 1263 |     pub fn mstr(&mut self) -> MSTR_W {
[INFO] [stdout]      |                 ^^^^^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1263 |     pub fn mstr(&mut self) -> MSTR_W<'_> {
[INFO] [stdout]      |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/pac/spi1/cr1.rs:1268:17
[INFO] [stdout]      |
[INFO] [stdout] 1268 |     pub fn cpol(&mut self) -> CPOL_W {
[INFO] [stdout]      |                 ^^^^^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1268 |     pub fn cpol(&mut self) -> CPOL_W<'_> {
[INFO] [stdout]      |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/pac/spi1/cr1.rs:1273:17
[INFO] [stdout]      |
[INFO] [stdout] 1273 |     pub fn cpha(&mut self) -> CPHA_W {
[INFO] [stdout]      |                 ^^^^^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1273 |     pub fn cpha(&mut self) -> CPHA_W<'_> {
[INFO] [stdout]      |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/cr2.rs:578:18
[INFO] [stdout]     |
[INFO] [stdout] 578 |     pub fn txeie(&mut self) -> TXEIE_W {
[INFO] [stdout]     |                  ^^^^^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 578 |     pub fn txeie(&mut self) -> TXEIE_W<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/cr2.rs:583:19
[INFO] [stdout]     |
[INFO] [stdout] 583 |     pub fn rxneie(&mut self) -> RXNEIE_W {
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 583 |     pub fn rxneie(&mut self) -> RXNEIE_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/cr2.rs:588:18
[INFO] [stdout]     |
[INFO] [stdout] 588 |     pub fn errie(&mut self) -> ERRIE_W {
[INFO] [stdout]     |                  ^^^^^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 588 |     pub fn errie(&mut self) -> ERRIE_W<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/cr2.rs:593:16
[INFO] [stdout]     |
[INFO] [stdout] 593 |     pub fn frf(&mut self) -> FRF_W {
[INFO] [stdout]     |                ^^^^^^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 593 |     pub fn frf(&mut self) -> FRF_W<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/cr2.rs:598:17
[INFO] [stdout]     |
[INFO] [stdout] 598 |     pub fn ssoe(&mut self) -> SSOE_W {
[INFO] [stdout]     |                 ^^^^^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 598 |     pub fn ssoe(&mut self) -> SSOE_W<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/cr2.rs:603:20
[INFO] [stdout]     |
[INFO] [stdout] 603 |     pub fn txdmaen(&mut self) -> TXDMAEN_W {
[INFO] [stdout]     |                    ^^^^^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 603 |     pub fn txdmaen(&mut self) -> TXDMAEN_W<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/cr2.rs:608:20
[INFO] [stdout]     |
[INFO] [stdout] 608 |     pub fn rxdmaen(&mut self) -> RXDMAEN_W {
[INFO] [stdout]     |                    ^^^^^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 608 |     pub fn rxdmaen(&mut self) -> RXDMAEN_W<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/sr.rs:426:19
[INFO] [stdout]     |
[INFO] [stdout] 426 |     pub fn crcerr(&mut self) -> CRCERR_W {
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 426 |     pub fn crcerr(&mut self) -> CRCERR_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pac/spi1/dr.rs:37:15
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub fn dr(&mut self) -> DR_W {
[INFO] [stdout]    |               ^^^^^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |               |
[INFO] [stdout]    |               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub fn dr(&mut self) -> DR_W<'_> {
[INFO] [stdout]    |                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pac/spi1/crcpr.rs:37:20
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub fn crcpoly(&mut self) -> CRCPOLY_W {
[INFO] [stdout]    |                    ^^^^^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub fn crcpoly(&mut self) -> CRCPOLY_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/i2scfgr.rs:698:19
[INFO] [stdout]     |
[INFO] [stdout] 698 |     pub fn i2smod(&mut self) -> I2SMOD_W {
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 698 |     pub fn i2smod(&mut self) -> I2SMOD_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/i2scfgr.rs:703:17
[INFO] [stdout]     |
[INFO] [stdout] 703 |     pub fn i2se(&mut self) -> I2SE_W {
[INFO] [stdout]     |                 ^^^^^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 703 |     pub fn i2se(&mut self) -> I2SE_W<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/i2scfgr.rs:708:19
[INFO] [stdout]     |
[INFO] [stdout] 708 |     pub fn i2scfg(&mut self) -> I2SCFG_W {
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 708 |     pub fn i2scfg(&mut self) -> I2SCFG_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/i2scfgr.rs:713:20
[INFO] [stdout]     |
[INFO] [stdout] 713 |     pub fn pcmsync(&mut self) -> PCMSYNC_W {
[INFO] [stdout]     |                    ^^^^^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 713 |     pub fn pcmsync(&mut self) -> PCMSYNC_W<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/i2scfgr.rs:718:19
[INFO] [stdout]     |
[INFO] [stdout] 718 |     pub fn i2sstd(&mut self) -> I2SSTD_W {
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 718 |     pub fn i2sstd(&mut self) -> I2SSTD_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/i2scfgr.rs:723:18
[INFO] [stdout]     |
[INFO] [stdout] 723 |     pub fn ckpol(&mut self) -> CKPOL_W {
[INFO] [stdout]     |                  ^^^^^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 723 |     pub fn ckpol(&mut self) -> CKPOL_W<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/i2scfgr.rs:728:19
[INFO] [stdout]     |
[INFO] [stdout] 728 |     pub fn datlen(&mut self) -> DATLEN_W {
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 728 |     pub fn datlen(&mut self) -> DATLEN_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/i2scfgr.rs:733:18
[INFO] [stdout]     |
[INFO] [stdout] 733 |     pub fn chlen(&mut self) -> CHLEN_W {
[INFO] [stdout]     |                  ^^^^^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 733 |     pub fn chlen(&mut self) -> CHLEN_W<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/i2spr.rs:197:18
[INFO] [stdout]     |
[INFO] [stdout] 197 |     pub fn mckoe(&mut self) -> MCKOE_W {
[INFO] [stdout]     |                  ^^^^^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 197 |     pub fn mckoe(&mut self) -> MCKOE_W<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/i2spr.rs:202:16
[INFO] [stdout]     |
[INFO] [stdout] 202 |     pub fn odd(&mut self) -> ODD_W {
[INFO] [stdout]     |                ^^^^^^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 202 |     pub fn odd(&mut self) -> ODD_W<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/i2spr.rs:207:19
[INFO] [stdout]     |
[INFO] [stdout] 207 |     pub fn i2sdiv(&mut self) -> I2SDIV_W {
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 207 |     pub fn i2sdiv(&mut self) -> I2SDIV_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.67s
[INFO] running `Command { std: "docker" "inspect" "976b6976a3436e9a98b438abce17c4225802ea2d6c24c0cc8ea71fb726816748", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "976b6976a3436e9a98b438abce17c4225802ea2d6c24c0cc8ea71fb726816748", kill_on_drop: false }`
[INFO] [stdout] 976b6976a3436e9a98b438abce17c4225802ea2d6c24c0cc8ea71fb726816748
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+ad85bc524b1ad696e42061ad8338d382dffbdbe5" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e62cc1aebc3aca0ca76c39c2ebda8193682cc3da345e828a552fcccc4fb9ba92
[INFO] running `Command { std: "docker" "start" "-a" "e62cc1aebc3aca0ca76c39c2ebda8193682cc3da345e828a552fcccc4fb9ba92", kill_on_drop: false }`
[INFO] [stdout] warning: private item shadows public glob re-export
[INFO] [stdout]    --> src/driver.rs:243:44
[INFO] [stdout]     |
[INFO] [stdout] 243 | pub(crate) use private::{I2sCoreRegisters, I2sStandard, TransmitOrReceive};
[INFO] [stdout]     |                                            ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the name `I2sStandard` in the type namespace is supposed to be publicly re-exported here
[INFO] [stdout]    --> src/driver.rs:94:31
[INFO] [stdout]     |
[INFO] [stdout]  94 | pub use crate::marker::{self, *};
[INFO] [stdout]     |                               ^
[INFO] [stdout] note: but the private item here shadows it
[INFO] [stdout]    --> src/driver.rs:243:44
[INFO] [stdout]     |
[INFO] [stdout] 243 | pub(crate) use private::{I2sCoreRegisters, I2sStandard, TransmitOrReceive};
[INFO] [stdout]     |                                            ^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(hidden_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/pac/spi1/cr1.rs:1208:21
[INFO] [stdout]      |
[INFO] [stdout] 1208 |     pub fn bidimode(&mut self) -> BIDIMODE_W {
[INFO] [stdout]      |                     ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1208 |     pub fn bidimode(&mut self) -> BIDIMODE_W<'_> {
[INFO] [stdout]      |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/pac/spi1/cr1.rs:1213:19
[INFO] [stdout]      |
[INFO] [stdout] 1213 |     pub fn bidioe(&mut self) -> BIDIOE_W {
[INFO] [stdout]      |                   ^^^^^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                   |
[INFO] [stdout]      |                   the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1213 |     pub fn bidioe(&mut self) -> BIDIOE_W<'_> {
[INFO] [stdout]      |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/pac/spi1/cr1.rs:1218:18
[INFO] [stdout]      |
[INFO] [stdout] 1218 |     pub fn crcen(&mut self) -> CRCEN_W {
[INFO] [stdout]      |                  ^^^^^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                  |
[INFO] [stdout]      |                  the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1218 |     pub fn crcen(&mut self) -> CRCEN_W<'_> {
[INFO] [stdout]      |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/pac/spi1/cr1.rs:1223:20
[INFO] [stdout]      |
[INFO] [stdout] 1223 |     pub fn crcnext(&mut self) -> CRCNEXT_W {
[INFO] [stdout]      |                    ^^^^^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                    |
[INFO] [stdout]      |                    the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1223 |     pub fn crcnext(&mut self) -> CRCNEXT_W<'_> {
[INFO] [stdout]      |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/pac/spi1/cr1.rs:1228:16
[INFO] [stdout]      |
[INFO] [stdout] 1228 |     pub fn dff(&mut self) -> DFF_W {
[INFO] [stdout]      |                ^^^^^^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                |
[INFO] [stdout]      |                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1228 |     pub fn dff(&mut self) -> DFF_W<'_> {
[INFO] [stdout]      |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/pac/spi1/cr1.rs:1233:19
[INFO] [stdout]      |
[INFO] [stdout] 1233 |     pub fn rxonly(&mut self) -> RXONLY_W {
[INFO] [stdout]      |                   ^^^^^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                   |
[INFO] [stdout]      |                   the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1233 |     pub fn rxonly(&mut self) -> RXONLY_W<'_> {
[INFO] [stdout]      |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/pac/spi1/cr1.rs:1238:16
[INFO] [stdout]      |
[INFO] [stdout] 1238 |     pub fn ssm(&mut self) -> SSM_W {
[INFO] [stdout]      |                ^^^^^^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                |
[INFO] [stdout]      |                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1238 |     pub fn ssm(&mut self) -> SSM_W<'_> {
[INFO] [stdout]      |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/pac/spi1/cr1.rs:1243:16
[INFO] [stdout]      |
[INFO] [stdout] 1243 |     pub fn ssi(&mut self) -> SSI_W {
[INFO] [stdout]      |                ^^^^^^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                |
[INFO] [stdout]      |                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1243 |     pub fn ssi(&mut self) -> SSI_W<'_> {
[INFO] [stdout]      |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/pac/spi1/cr1.rs:1248:21
[INFO] [stdout]      |
[INFO] [stdout] 1248 |     pub fn lsbfirst(&mut self) -> LSBFIRST_W {
[INFO] [stdout]      |                     ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1248 |     pub fn lsbfirst(&mut self) -> LSBFIRST_W<'_> {
[INFO] [stdout]      |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/pac/spi1/cr1.rs:1253:16
[INFO] [stdout]      |
[INFO] [stdout] 1253 |     pub fn spe(&mut self) -> SPE_W {
[INFO] [stdout]      |                ^^^^^^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                |
[INFO] [stdout]      |                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1253 |     pub fn spe(&mut self) -> SPE_W<'_> {
[INFO] [stdout]      |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/pac/spi1/cr1.rs:1258:15
[INFO] [stdout]      |
[INFO] [stdout] 1258 |     pub fn br(&mut self) -> BR_W {
[INFO] [stdout]      |               ^^^^^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]      |               |
[INFO] [stdout]      |               the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1258 |     pub fn br(&mut self) -> BR_W<'_> {
[INFO] [stdout]      |                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/pac/spi1/cr1.rs:1263:17
[INFO] [stdout]      |
[INFO] [stdout] 1263 |     pub fn mstr(&mut self) -> MSTR_W {
[INFO] [stdout]      |                 ^^^^^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1263 |     pub fn mstr(&mut self) -> MSTR_W<'_> {
[INFO] [stdout]      |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/pac/spi1/cr1.rs:1268:17
[INFO] [stdout]      |
[INFO] [stdout] 1268 |     pub fn cpol(&mut self) -> CPOL_W {
[INFO] [stdout]      |                 ^^^^^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1268 |     pub fn cpol(&mut self) -> CPOL_W<'_> {
[INFO] [stdout]      |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/pac/spi1/cr1.rs:1273:17
[INFO] [stdout]      |
[INFO] [stdout] 1273 |     pub fn cpha(&mut self) -> CPHA_W {
[INFO] [stdout]      |                 ^^^^^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1273 |     pub fn cpha(&mut self) -> CPHA_W<'_> {
[INFO] [stdout]      |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/cr2.rs:578:18
[INFO] [stdout]     |
[INFO] [stdout] 578 |     pub fn txeie(&mut self) -> TXEIE_W {
[INFO] [stdout]     |                  ^^^^^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 578 |     pub fn txeie(&mut self) -> TXEIE_W<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/cr2.rs:583:19
[INFO] [stdout]     |
[INFO] [stdout] 583 |     pub fn rxneie(&mut self) -> RXNEIE_W {
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 583 |     pub fn rxneie(&mut self) -> RXNEIE_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/cr2.rs:588:18
[INFO] [stdout]     |
[INFO] [stdout] 588 |     pub fn errie(&mut self) -> ERRIE_W {
[INFO] [stdout]     |                  ^^^^^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 588 |     pub fn errie(&mut self) -> ERRIE_W<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/cr2.rs:593:16
[INFO] [stdout]     |
[INFO] [stdout] 593 |     pub fn frf(&mut self) -> FRF_W {
[INFO] [stdout]     |                ^^^^^^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 593 |     pub fn frf(&mut self) -> FRF_W<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/cr2.rs:598:17
[INFO] [stdout]     |
[INFO] [stdout] 598 |     pub fn ssoe(&mut self) -> SSOE_W {
[INFO] [stdout]     |                 ^^^^^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 598 |     pub fn ssoe(&mut self) -> SSOE_W<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling stm32_i2s_v12x v0.5.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/cr2.rs:603:20
[INFO] [stdout]     |
[INFO] [stdout] 603 |     pub fn txdmaen(&mut self) -> TXDMAEN_W {
[INFO] [stdout]     |                    ^^^^^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 603 |     pub fn txdmaen(&mut self) -> TXDMAEN_W<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/cr2.rs:608:20
[INFO] [stdout]     |
[INFO] [stdout] 608 |     pub fn rxdmaen(&mut self) -> RXDMAEN_W {
[INFO] [stdout]     |                    ^^^^^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 608 |     pub fn rxdmaen(&mut self) -> RXDMAEN_W<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/sr.rs:426:19
[INFO] [stdout]     |
[INFO] [stdout] 426 |     pub fn crcerr(&mut self) -> CRCERR_W {
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 426 |     pub fn crcerr(&mut self) -> CRCERR_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pac/spi1/dr.rs:37:15
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub fn dr(&mut self) -> DR_W {
[INFO] [stdout]    |               ^^^^^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |               |
[INFO] [stdout]    |               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub fn dr(&mut self) -> DR_W<'_> {
[INFO] [stdout]    |                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pac/spi1/crcpr.rs:37:20
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub fn crcpoly(&mut self) -> CRCPOLY_W {
[INFO] [stdout]    |                    ^^^^^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub fn crcpoly(&mut self) -> CRCPOLY_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/i2scfgr.rs:698:19
[INFO] [stdout]     |
[INFO] [stdout] 698 |     pub fn i2smod(&mut self) -> I2SMOD_W {
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 698 |     pub fn i2smod(&mut self) -> I2SMOD_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/i2scfgr.rs:703:17
[INFO] [stdout]     |
[INFO] [stdout] 703 |     pub fn i2se(&mut self) -> I2SE_W {
[INFO] [stdout]     |                 ^^^^^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 703 |     pub fn i2se(&mut self) -> I2SE_W<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/i2scfgr.rs:708:19
[INFO] [stdout]     |
[INFO] [stdout] 708 |     pub fn i2scfg(&mut self) -> I2SCFG_W {
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 708 |     pub fn i2scfg(&mut self) -> I2SCFG_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/i2scfgr.rs:713:20
[INFO] [stdout]     |
[INFO] [stdout] 713 |     pub fn pcmsync(&mut self) -> PCMSYNC_W {
[INFO] [stdout]     |                    ^^^^^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 713 |     pub fn pcmsync(&mut self) -> PCMSYNC_W<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/i2scfgr.rs:718:19
[INFO] [stdout]     |
[INFO] [stdout] 718 |     pub fn i2sstd(&mut self) -> I2SSTD_W {
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 718 |     pub fn i2sstd(&mut self) -> I2SSTD_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/i2scfgr.rs:723:18
[INFO] [stdout]     |
[INFO] [stdout] 723 |     pub fn ckpol(&mut self) -> CKPOL_W {
[INFO] [stdout]     |                  ^^^^^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 723 |     pub fn ckpol(&mut self) -> CKPOL_W<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/i2scfgr.rs:728:19
[INFO] [stdout]     |
[INFO] [stdout] 728 |     pub fn datlen(&mut self) -> DATLEN_W {
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 728 |     pub fn datlen(&mut self) -> DATLEN_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/i2scfgr.rs:733:18
[INFO] [stdout]     |
[INFO] [stdout] 733 |     pub fn chlen(&mut self) -> CHLEN_W {
[INFO] [stdout]     |                  ^^^^^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 733 |     pub fn chlen(&mut self) -> CHLEN_W<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/i2spr.rs:197:18
[INFO] [stdout]     |
[INFO] [stdout] 197 |     pub fn mckoe(&mut self) -> MCKOE_W {
[INFO] [stdout]     |                  ^^^^^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 197 |     pub fn mckoe(&mut self) -> MCKOE_W<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/i2spr.rs:202:16
[INFO] [stdout]     |
[INFO] [stdout] 202 |     pub fn odd(&mut self) -> ODD_W {
[INFO] [stdout]     |                ^^^^^^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 202 |     pub fn odd(&mut self) -> ODD_W<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/i2spr.rs:207:19
[INFO] [stdout]     |
[INFO] [stdout] 207 |     pub fn i2sdiv(&mut self) -> I2SDIV_W {
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 207 |     pub fn i2sdiv(&mut self) -> I2SDIV_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: private item shadows public glob re-export
[INFO] [stdout]    --> src/driver.rs:243:44
[INFO] [stdout]     |
[INFO] [stdout] 243 | pub(crate) use private::{I2sCoreRegisters, I2sStandard, TransmitOrReceive};
[INFO] [stdout]     |                                            ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the name `I2sStandard` in the type namespace is supposed to be publicly re-exported here
[INFO] [stdout]    --> src/driver.rs:94:31
[INFO] [stdout]     |
[INFO] [stdout]  94 | pub use crate::marker::{self, *};
[INFO] [stdout]     |                               ^
[INFO] [stdout] note: but the private item here shadows it
[INFO] [stdout]    --> src/driver.rs:243:44
[INFO] [stdout]     |
[INFO] [stdout] 243 | pub(crate) use private::{I2sCoreRegisters, I2sStandard, TransmitOrReceive};
[INFO] [stdout]     |                                            ^^^^^^^^^^^
[INFO] [stdout]     = note: `#[warn(hidden_glob_reexports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/pac/spi1/cr1.rs:1208:21
[INFO] [stdout]      |
[INFO] [stdout] 1208 |     pub fn bidimode(&mut self) -> BIDIMODE_W {
[INFO] [stdout]      |                     ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]      = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1208 |     pub fn bidimode(&mut self) -> BIDIMODE_W<'_> {
[INFO] [stdout]      |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/pac/spi1/cr1.rs:1213:19
[INFO] [stdout]      |
[INFO] [stdout] 1213 |     pub fn bidioe(&mut self) -> BIDIOE_W {
[INFO] [stdout]      |                   ^^^^^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                   |
[INFO] [stdout]      |                   the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1213 |     pub fn bidioe(&mut self) -> BIDIOE_W<'_> {
[INFO] [stdout]      |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/pac/spi1/cr1.rs:1218:18
[INFO] [stdout]      |
[INFO] [stdout] 1218 |     pub fn crcen(&mut self) -> CRCEN_W {
[INFO] [stdout]      |                  ^^^^^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                  |
[INFO] [stdout]      |                  the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1218 |     pub fn crcen(&mut self) -> CRCEN_W<'_> {
[INFO] [stdout]      |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/pac/spi1/cr1.rs:1223:20
[INFO] [stdout]      |
[INFO] [stdout] 1223 |     pub fn crcnext(&mut self) -> CRCNEXT_W {
[INFO] [stdout]      |                    ^^^^^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                    |
[INFO] [stdout]      |                    the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1223 |     pub fn crcnext(&mut self) -> CRCNEXT_W<'_> {
[INFO] [stdout]      |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/pac/spi1/cr1.rs:1228:16
[INFO] [stdout]      |
[INFO] [stdout] 1228 |     pub fn dff(&mut self) -> DFF_W {
[INFO] [stdout]      |                ^^^^^^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                |
[INFO] [stdout]      |                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1228 |     pub fn dff(&mut self) -> DFF_W<'_> {
[INFO] [stdout]      |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/pac/spi1/cr1.rs:1233:19
[INFO] [stdout]      |
[INFO] [stdout] 1233 |     pub fn rxonly(&mut self) -> RXONLY_W {
[INFO] [stdout]      |                   ^^^^^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                   |
[INFO] [stdout]      |                   the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1233 |     pub fn rxonly(&mut self) -> RXONLY_W<'_> {
[INFO] [stdout]      |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/pac/spi1/cr1.rs:1238:16
[INFO] [stdout]      |
[INFO] [stdout] 1238 |     pub fn ssm(&mut self) -> SSM_W {
[INFO] [stdout]      |                ^^^^^^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                |
[INFO] [stdout]      |                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1238 |     pub fn ssm(&mut self) -> SSM_W<'_> {
[INFO] [stdout]      |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/pac/spi1/cr1.rs:1243:16
[INFO] [stdout]      |
[INFO] [stdout] 1243 |     pub fn ssi(&mut self) -> SSI_W {
[INFO] [stdout]      |                ^^^^^^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                |
[INFO] [stdout]      |                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1243 |     pub fn ssi(&mut self) -> SSI_W<'_> {
[INFO] [stdout]      |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/pac/spi1/cr1.rs:1248:21
[INFO] [stdout]      |
[INFO] [stdout] 1248 |     pub fn lsbfirst(&mut self) -> LSBFIRST_W {
[INFO] [stdout]      |                     ^^^^^^^^^     ^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1248 |     pub fn lsbfirst(&mut self) -> LSBFIRST_W<'_> {
[INFO] [stdout]      |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/pac/spi1/cr1.rs:1253:16
[INFO] [stdout]      |
[INFO] [stdout] 1253 |     pub fn spe(&mut self) -> SPE_W {
[INFO] [stdout]      |                ^^^^^^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                |
[INFO] [stdout]      |                the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1253 |     pub fn spe(&mut self) -> SPE_W<'_> {
[INFO] [stdout]      |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/pac/spi1/cr1.rs:1258:15
[INFO] [stdout]      |
[INFO] [stdout] 1258 |     pub fn br(&mut self) -> BR_W {
[INFO] [stdout]      |               ^^^^^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]      |               |
[INFO] [stdout]      |               the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1258 |     pub fn br(&mut self) -> BR_W<'_> {
[INFO] [stdout]      |                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/pac/spi1/cr1.rs:1263:17
[INFO] [stdout]      |
[INFO] [stdout] 1263 |     pub fn mstr(&mut self) -> MSTR_W {
[INFO] [stdout]      |                 ^^^^^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1263 |     pub fn mstr(&mut self) -> MSTR_W<'_> {
[INFO] [stdout]      |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/pac/spi1/cr1.rs:1268:17
[INFO] [stdout]      |
[INFO] [stdout] 1268 |     pub fn cpol(&mut self) -> CPOL_W {
[INFO] [stdout]      |                 ^^^^^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1268 |     pub fn cpol(&mut self) -> CPOL_W<'_> {
[INFO] [stdout]      |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/pac/spi1/cr1.rs:1273:17
[INFO] [stdout]      |
[INFO] [stdout] 1273 |     pub fn cpha(&mut self) -> CPHA_W {
[INFO] [stdout]      |                 ^^^^^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]      |                 |
[INFO] [stdout]      |                 the lifetime is elided here
[INFO] [stdout]      |
[INFO] [stdout]      = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]      |
[INFO] [stdout] 1273 |     pub fn cpha(&mut self) -> CPHA_W<'_> {
[INFO] [stdout]      |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/cr2.rs:578:18
[INFO] [stdout]     |
[INFO] [stdout] 578 |     pub fn txeie(&mut self) -> TXEIE_W {
[INFO] [stdout]     |                  ^^^^^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 578 |     pub fn txeie(&mut self) -> TXEIE_W<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/cr2.rs:583:19
[INFO] [stdout]     |
[INFO] [stdout] 583 |     pub fn rxneie(&mut self) -> RXNEIE_W {
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 583 |     pub fn rxneie(&mut self) -> RXNEIE_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/cr2.rs:588:18
[INFO] [stdout]     |
[INFO] [stdout] 588 |     pub fn errie(&mut self) -> ERRIE_W {
[INFO] [stdout]     |                  ^^^^^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 588 |     pub fn errie(&mut self) -> ERRIE_W<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/cr2.rs:593:16
[INFO] [stdout]     |
[INFO] [stdout] 593 |     pub fn frf(&mut self) -> FRF_W {
[INFO] [stdout]     |                ^^^^^^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 593 |     pub fn frf(&mut self) -> FRF_W<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/cr2.rs:598:17
[INFO] [stdout]     |
[INFO] [stdout] 598 |     pub fn ssoe(&mut self) -> SSOE_W {
[INFO] [stdout]     |                 ^^^^^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 598 |     pub fn ssoe(&mut self) -> SSOE_W<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/cr2.rs:603:20
[INFO] [stdout]     |
[INFO] [stdout] 603 |     pub fn txdmaen(&mut self) -> TXDMAEN_W {
[INFO] [stdout]     |                    ^^^^^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 603 |     pub fn txdmaen(&mut self) -> TXDMAEN_W<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/cr2.rs:608:20
[INFO] [stdout]     |
[INFO] [stdout] 608 |     pub fn rxdmaen(&mut self) -> RXDMAEN_W {
[INFO] [stdout]     |                    ^^^^^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 608 |     pub fn rxdmaen(&mut self) -> RXDMAEN_W<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/sr.rs:426:19
[INFO] [stdout]     |
[INFO] [stdout] 426 |     pub fn crcerr(&mut self) -> CRCERR_W {
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 426 |     pub fn crcerr(&mut self) -> CRCERR_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pac/spi1/dr.rs:37:15
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub fn dr(&mut self) -> DR_W {
[INFO] [stdout]    |               ^^^^^^^^^     ^^^^ the same lifetime is hidden here
[INFO] [stdout]    |               |
[INFO] [stdout]    |               the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub fn dr(&mut self) -> DR_W<'_> {
[INFO] [stdout]    |                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pac/spi1/crcpr.rs:37:20
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub fn crcpoly(&mut self) -> CRCPOLY_W {
[INFO] [stdout]    |                    ^^^^^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub fn crcpoly(&mut self) -> CRCPOLY_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/i2scfgr.rs:698:19
[INFO] [stdout]     |
[INFO] [stdout] 698 |     pub fn i2smod(&mut self) -> I2SMOD_W {
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 698 |     pub fn i2smod(&mut self) -> I2SMOD_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/i2scfgr.rs:703:17
[INFO] [stdout]     |
[INFO] [stdout] 703 |     pub fn i2se(&mut self) -> I2SE_W {
[INFO] [stdout]     |                 ^^^^^^^^^     ^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 703 |     pub fn i2se(&mut self) -> I2SE_W<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/i2scfgr.rs:708:19
[INFO] [stdout]     |
[INFO] [stdout] 708 |     pub fn i2scfg(&mut self) -> I2SCFG_W {
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 708 |     pub fn i2scfg(&mut self) -> I2SCFG_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/i2scfgr.rs:713:20
[INFO] [stdout]     |
[INFO] [stdout] 713 |     pub fn pcmsync(&mut self) -> PCMSYNC_W {
[INFO] [stdout]     |                    ^^^^^^^^^     ^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                    |
[INFO] [stdout]     |                    the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 713 |     pub fn pcmsync(&mut self) -> PCMSYNC_W<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/i2scfgr.rs:718:19
[INFO] [stdout]     |
[INFO] [stdout] 718 |     pub fn i2sstd(&mut self) -> I2SSTD_W {
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 718 |     pub fn i2sstd(&mut self) -> I2SSTD_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/i2scfgr.rs:723:18
[INFO] [stdout]     |
[INFO] [stdout] 723 |     pub fn ckpol(&mut self) -> CKPOL_W {
[INFO] [stdout]     |                  ^^^^^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 723 |     pub fn ckpol(&mut self) -> CKPOL_W<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/i2scfgr.rs:728:19
[INFO] [stdout]     |
[INFO] [stdout] 728 |     pub fn datlen(&mut self) -> DATLEN_W {
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 728 |     pub fn datlen(&mut self) -> DATLEN_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/i2scfgr.rs:733:18
[INFO] [stdout]     |
[INFO] [stdout] 733 |     pub fn chlen(&mut self) -> CHLEN_W {
[INFO] [stdout]     |                  ^^^^^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 733 |     pub fn chlen(&mut self) -> CHLEN_W<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/i2spr.rs:197:18
[INFO] [stdout]     |
[INFO] [stdout] 197 |     pub fn mckoe(&mut self) -> MCKOE_W {
[INFO] [stdout]     |                  ^^^^^^^^^     ^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                  |
[INFO] [stdout]     |                  the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 197 |     pub fn mckoe(&mut self) -> MCKOE_W<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/i2spr.rs:202:16
[INFO] [stdout]     |
[INFO] [stdout] 202 |     pub fn odd(&mut self) -> ODD_W {
[INFO] [stdout]     |                ^^^^^^^^^     ^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                |
[INFO] [stdout]     |                the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 202 |     pub fn odd(&mut self) -> ODD_W<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pac/spi1/i2spr.rs:207:19
[INFO] [stdout]     |
[INFO] [stdout] 207 |     pub fn i2sdiv(&mut self) -> I2SDIV_W {
[INFO] [stdout]     |                   ^^^^^^^^^     ^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 207 |     pub fn i2sdiv(&mut self) -> I2SDIV_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.61s
[INFO] running `Command { std: "docker" "inspect" "e62cc1aebc3aca0ca76c39c2ebda8193682cc3da345e828a552fcccc4fb9ba92", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e62cc1aebc3aca0ca76c39c2ebda8193682cc3da345e828a552fcccc4fb9ba92", kill_on_drop: false }`
[INFO] [stdout] e62cc1aebc3aca0ca76c39c2ebda8193682cc3da345e828a552fcccc4fb9ba92
