[INFO] fetching crate efm32tg222-pac 0.1.0...
[INFO] checking efm32tg222-pac-0.1.0 against master#fce0e74720d199eb7839fdb51af35ac5226da178 for pr-145262
[INFO] extracting crate efm32tg222-pac 0.1.0 into /workspace/builds/worker-7-tc1/source
[INFO] started tweaking crates.io crate efm32tg222-pac 0.1.0
[INFO] finished tweaking crates.io crate efm32tg222-pac 0.1.0
[INFO] tweaked toml for crates.io crate efm32tg222-pac 0.1.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate efm32tg222-pac 0.1.0 on toolchain fce0e74720d199eb7839fdb51af35ac5226da178
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fce0e74720d199eb7839fdb51af35ac5226da178" "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" "+fce0e74720d199eb7839fdb51af35ac5226da178" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 18 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fce0e74720d199eb7839fdb51af35ac5226da178" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+fce0e74720d199eb7839fdb51af35ac5226da178" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d3ce87f76e3474d49c67464ba1d192d130b42564b435fa99f07a6c99d8469978
[INFO] running `Command { std: "docker" "start" "-a" "d3ce87f76e3474d49c67464ba1d192d130b42564b435fa99f07a6c99d8469978", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d3ce87f76e3474d49c67464ba1d192d130b42564b435fa99f07a6c99d8469978", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d3ce87f76e3474d49c67464ba1d192d130b42564b435fa99f07a6c99d8469978", kill_on_drop: false }`
[INFO] [stdout] d3ce87f76e3474d49c67464ba1d192d130b42564b435fa99f07a6c99d8469978
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+fce0e74720d199eb7839fdb51af35ac5226da178" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 537758d77e41540c545f4c983d448df863aa691f2a0338fd876a3b81a2654442
[INFO] running `Command { std: "docker" "start" "-a" "537758d77e41540c545f4c983d448df863aa691f2a0338fd876a3b81a2654442", kill_on_drop: false }`
[INFO] [stderr]    Compiling efm32tg222-pac v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking cortex-m v0.7.7
[INFO] [stdout] warning: lint `const_err` has been removed: converted into hard error, see issue #71800 <https://github.com/rust-lang/rust/issues/71800> for more information
[INFO] [stdout]  --> src/lib.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![deny(const_err)]
[INFO] [stdout]   |         ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC <https://rust-lang.github.io/rfcs/2145-type-privacy.html> for more information
[INFO] [stdout]   --> src/lib.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | #![deny(private_in_public)]
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `const_err` has been removed: converted into hard error, see issue #71800 <https://github.com/rust-lang/rust/issues/71800> for more information
[INFO] [stdout]  --> src/lib.rs:3:9
[INFO] [stdout]   |
[INFO] [stdout] 3 | #![deny(const_err)]
[INFO] [stdout]   |         ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(renamed_and_removed_lints)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lint `private_in_public` has been removed: replaced with another group of lints, see RFC <https://rust-lang.github.io/rfcs/2145-type-privacy.html> for more information
[INFO] [stdout]   --> src/lib.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | #![deny(private_in_public)]
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/aes/ctrl.rs:96:20
[INFO] [stdout]    |
[INFO] [stdout] 96 |     pub fn decrypt(&mut self) -> DECRYPT_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] 96 |     pub fn decrypt(&mut self) -> DECRYPT_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/aes/ctrl.rs:101:19
[INFO] [stdout]     |
[INFO] [stdout] 101 |     pub fn aes256(&mut self) -> AES256_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] 101 |     pub fn aes256(&mut self) -> AES256_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/aes/ctrl.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |     pub fn keybufen(&mut self) -> KEYBUFEN_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] 106 |     pub fn keybufen(&mut self) -> KEYBUFEN_W<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/aes/ctrl.rs:111:22
[INFO] [stdout]     |
[INFO] [stdout] 111 |     pub fn datastart(&mut self) -> DATASTART_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] 111 |     pub fn datastart(&mut self) -> DATASTART_W<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/aes/ctrl.rs:116:21
[INFO] [stdout]     |
[INFO] [stdout] 116 |     pub fn xorstart(&mut self) -> XORSTART_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] 116 |     pub fn xorstart(&mut self) -> XORSTART_W<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/aes/ctrl.rs:121:22
[INFO] [stdout]     |
[INFO] [stdout] 121 |     pub fn byteorder(&mut self) -> BYTEORDER_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] 121 |     pub fn byteorder(&mut self) -> BYTEORDER_W<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/aes/cmd.rs:29:18
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn start(&mut self) -> START_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] 29 |     pub fn start(&mut self) -> START_W<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/aes/cmd.rs:34:17
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub fn stop(&mut self) -> STOP_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] 34 |     pub fn stop(&mut self) -> STOP_W<'_> {
[INFO] [stdout]    |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/aes/ien.rs:51:17
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn done(&mut self) -> DONE_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] 51 |     pub fn done(&mut self) -> DONE_W<'_> {
[INFO] [stdout]    |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/aes/ifs.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub fn done(&mut self) -> DONE_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] 27 |     pub fn done(&mut self) -> DONE_W<'_> {
[INFO] [stdout]    |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/aes/ifc.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub fn done(&mut self) -> DONE_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] 27 |     pub fn done(&mut self) -> DONE_W<'_> {
[INFO] [stdout]    |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/aes/data.rs:51:17
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn data(&mut self) -> DATA_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] 51 |     pub fn data(&mut self) -> DATA_W<'_> {
[INFO] [stdout]    |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/aes/xordata.rs:51:20
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn xordata(&mut self) -> XORDATA_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] 51 |     pub fn xordata(&mut self) -> XORDATA_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/aes/keyla.rs:51:18
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn keyla(&mut self) -> KEYLA_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] 51 |     pub fn keyla(&mut self) -> KEYLA_W<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/aes/keylb.rs:51:18
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn keylb(&mut self) -> KEYLB_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] 51 |     pub fn keylb(&mut self) -> KEYLB_W<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/aes/keylc.rs:51:18
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn keylc(&mut self) -> KEYLC_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] 51 |     pub fn keylc(&mut self) -> KEYLC_W<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/aes/keyld.rs:51:18
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn keyld(&mut self) -> KEYLD_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] 51 |     pub fn keyld(&mut self) -> KEYLD_W<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/aes/keyha.rs:51:18
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn keyha(&mut self) -> KEYHA_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] 51 |     pub fn keyha(&mut self) -> KEYHA_W<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/aes/keyhb.rs:51:18
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn keyhb(&mut self) -> KEYHB_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] 51 |     pub fn keyhb(&mut self) -> KEYHB_W<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/aes/keyhc.rs:51:18
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn keyhc(&mut self) -> KEYHC_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] 51 |     pub fn keyhc(&mut self) -> KEYHC_W<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/aes/keyhd.rs:51:18
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn keyhd(&mut self) -> KEYHD_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] 51 |     pub fn keyhd(&mut self) -> KEYHD_W<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/config.rs:29:15
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn en(&mut self) -> EN_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] 29 |     pub fn en(&mut self) -> EN_W<'_> {
[INFO] [stdout]    |                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/config.rs:34:19
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub fn chprot(&mut self) -> CHPROT_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] 34 |     pub fn chprot(&mut self) -> CHPROT_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/ctrlbase.rs:51:21
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn ctrlbase(&mut self) -> CTRLBASE_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] 51 |     pub fn ctrlbase(&mut self) -> CTRLBASE_W<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chswreq.rs:41:21
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn ch0swreq(&mut self) -> CH0SWREQ_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] 41 |     pub fn ch0swreq(&mut self) -> CH0SWREQ_W<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chswreq.rs:46:21
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub fn ch1swreq(&mut self) -> CH1SWREQ_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] 46 |     pub fn ch1swreq(&mut self) -> CH1SWREQ_W<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chswreq.rs:51:21
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn ch2swreq(&mut self) -> CH2SWREQ_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] 51 |     pub fn ch2swreq(&mut self) -> CH2SWREQ_W<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chswreq.rs:56:21
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn ch3swreq(&mut self) -> CH3SWREQ_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] 56 |     pub fn ch3swreq(&mut self) -> CH3SWREQ_W<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chswreq.rs:61:21
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn ch4swreq(&mut self) -> CH4SWREQ_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] 61 |     pub fn ch4swreq(&mut self) -> CH4SWREQ_W<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chswreq.rs:66:21
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn ch5swreq(&mut self) -> CH5SWREQ_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] 66 |     pub fn ch5swreq(&mut self) -> CH5SWREQ_W<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chswreq.rs:71:21
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub fn ch6swreq(&mut self) -> CH6SWREQ_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] 71 |     pub fn ch6swreq(&mut self) -> CH6SWREQ_W<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chswreq.rs:76:21
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub fn ch7swreq(&mut self) -> CH7SWREQ_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] 76 |     pub fn ch7swreq(&mut self) -> CH7SWREQ_W<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/chusebursts.rs:114:25
[INFO] [stdout]     |
[INFO] [stdout] 114 |     pub fn ch0usebursts(&mut self) -> CH0USEBURSTS_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] 114 |     pub fn ch0usebursts(&mut self) -> CH0USEBURSTS_W<'_> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/chusebursts.rs:119:25
[INFO] [stdout]     |
[INFO] [stdout] 119 |     pub fn ch1usebursts(&mut self) -> CH1USEBURSTS_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] 119 |     pub fn ch1usebursts(&mut self) -> CH1USEBURSTS_W<'_> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/chusebursts.rs:124:25
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn ch2usebursts(&mut self) -> CH2USEBURSTS_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] 124 |     pub fn ch2usebursts(&mut self) -> CH2USEBURSTS_W<'_> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/chusebursts.rs:129:25
[INFO] [stdout]     |
[INFO] [stdout] 129 |     pub fn ch3usebursts(&mut self) -> CH3USEBURSTS_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] 129 |     pub fn ch3usebursts(&mut self) -> CH3USEBURSTS_W<'_> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/chusebursts.rs:134:25
[INFO] [stdout]     |
[INFO] [stdout] 134 |     pub fn ch4usebursts(&mut self) -> CH4USEBURSTS_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] 134 |     pub fn ch4usebursts(&mut self) -> CH4USEBURSTS_W<'_> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/chusebursts.rs:139:25
[INFO] [stdout]     |
[INFO] [stdout] 139 |     pub fn ch5usebursts(&mut self) -> CH5USEBURSTS_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] 139 |     pub fn ch5usebursts(&mut self) -> CH5USEBURSTS_W<'_> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/chusebursts.rs:144:25
[INFO] [stdout]     |
[INFO] [stdout] 144 |     pub fn ch6usebursts(&mut self) -> CH6USEBURSTS_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] 144 |     pub fn ch6usebursts(&mut self) -> CH6USEBURSTS_W<'_> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/chusebursts.rs:149:25
[INFO] [stdout]     |
[INFO] [stdout] 149 |     pub fn ch7usebursts(&mut self) -> CH7USEBURSTS_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] 149 |     pub fn ch7usebursts(&mut self) -> CH7USEBURSTS_W<'_> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chuseburstc.rs:41:25
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn ch0useburstc(&mut self) -> CH0USEBURSTC_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] 41 |     pub fn ch0useburstc(&mut self) -> CH0USEBURSTC_W<'_> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chuseburstc.rs:46:25
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub fn ch1useburstc(&mut self) -> CH1USEBURSTC_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] 46 |     pub fn ch1useburstc(&mut self) -> CH1USEBURSTC_W<'_> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chuseburstc.rs:51:25
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn ch2useburstc(&mut self) -> CH2USEBURSTC_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] 51 |     pub fn ch2useburstc(&mut self) -> CH2USEBURSTC_W<'_> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chuseburstc.rs:56:25
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn ch3useburstc(&mut self) -> CH3USEBURSTC_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] 56 |     pub fn ch3useburstc(&mut self) -> CH3USEBURSTC_W<'_> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chuseburstc.rs:61:25
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn ch4useburstc(&mut self) -> CH4USEBURSTC_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] 61 |     pub fn ch4useburstc(&mut self) -> CH4USEBURSTC_W<'_> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chuseburstc.rs:66:25
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn ch5useburstc(&mut self) -> CH5USEBURSTC_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] 66 |     pub fn ch5useburstc(&mut self) -> CH5USEBURSTC_W<'_> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chuseburstc.rs:71:25
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub fn ch6useburstc(&mut self) -> CH6USEBURSTC_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] 71 |     pub fn ch6useburstc(&mut self) -> CH6USEBURSTC_W<'_> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chuseburstc.rs:76:25
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub fn ch7useburstc(&mut self) -> CH7USEBURSTC_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] 76 |     pub fn ch7useburstc(&mut self) -> CH7USEBURSTC_W<'_> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chreqmasks.rs:41:24
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn ch0reqmasks(&mut self) -> CH0REQMASKS_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] 41 |     pub fn ch0reqmasks(&mut self) -> CH0REQMASKS_W<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chreqmasks.rs:46:24
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub fn ch1reqmasks(&mut self) -> CH1REQMASKS_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] 46 |     pub fn ch1reqmasks(&mut self) -> CH1REQMASKS_W<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chreqmasks.rs:51:24
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn ch2reqmasks(&mut self) -> CH2REQMASKS_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] 51 |     pub fn ch2reqmasks(&mut self) -> CH2REQMASKS_W<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chreqmasks.rs:56:24
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn ch3reqmasks(&mut self) -> CH3REQMASKS_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] 56 |     pub fn ch3reqmasks(&mut self) -> CH3REQMASKS_W<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chreqmasks.rs:61:24
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn ch4reqmasks(&mut self) -> CH4REQMASKS_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] 61 |     pub fn ch4reqmasks(&mut self) -> CH4REQMASKS_W<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chreqmasks.rs:66:24
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn ch5reqmasks(&mut self) -> CH5REQMASKS_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] 66 |     pub fn ch5reqmasks(&mut self) -> CH5REQMASKS_W<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chreqmasks.rs:71:24
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub fn ch6reqmasks(&mut self) -> CH6REQMASKS_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] 71 |     pub fn ch6reqmasks(&mut self) -> CH6REQMASKS_W<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chreqmasks.rs:76:24
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub fn ch7reqmasks(&mut self) -> CH7REQMASKS_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] 76 |     pub fn ch7reqmasks(&mut self) -> CH7REQMASKS_W<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chreqmaskc.rs:41:24
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn ch0reqmaskc(&mut self) -> CH0REQMASKC_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] 41 |     pub fn ch0reqmaskc(&mut self) -> CH0REQMASKC_W<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chreqmaskc.rs:46:24
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub fn ch1reqmaskc(&mut self) -> CH1REQMASKC_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] 46 |     pub fn ch1reqmaskc(&mut self) -> CH1REQMASKC_W<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chreqmaskc.rs:51:24
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn ch2reqmaskc(&mut self) -> CH2REQMASKC_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] 51 |     pub fn ch2reqmaskc(&mut self) -> CH2REQMASKC_W<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chreqmaskc.rs:56:24
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn ch3reqmaskc(&mut self) -> CH3REQMASKC_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] 56 |     pub fn ch3reqmaskc(&mut self) -> CH3REQMASKC_W<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chreqmaskc.rs:61:24
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn ch4reqmaskc(&mut self) -> CH4REQMASKC_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] 61 |     pub fn ch4reqmaskc(&mut self) -> CH4REQMASKC_W<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chreqmaskc.rs:66:24
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn ch5reqmaskc(&mut self) -> CH5REQMASKC_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] 66 |     pub fn ch5reqmaskc(&mut self) -> CH5REQMASKC_W<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chreqmaskc.rs:71:24
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub fn ch6reqmaskc(&mut self) -> CH6REQMASKC_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] 71 |     pub fn ch6reqmaskc(&mut self) -> CH6REQMASKC_W<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chreqmaskc.rs:76:24
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub fn ch7reqmaskc(&mut self) -> CH7REQMASKC_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] 76 |     pub fn ch7reqmaskc(&mut self) -> CH7REQMASKC_W<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chens.rs:41:19
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn ch0ens(&mut self) -> CH0ENS_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] 41 |     pub fn ch0ens(&mut self) -> CH0ENS_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chens.rs:46:19
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub fn ch1ens(&mut self) -> CH1ENS_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] 46 |     pub fn ch1ens(&mut self) -> CH1ENS_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chens.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn ch2ens(&mut self) -> CH2ENS_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] 51 |     pub fn ch2ens(&mut self) -> CH2ENS_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chens.rs:56:19
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn ch3ens(&mut self) -> CH3ENS_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] 56 |     pub fn ch3ens(&mut self) -> CH3ENS_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chens.rs:61:19
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn ch4ens(&mut self) -> CH4ENS_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] 61 |     pub fn ch4ens(&mut self) -> CH4ENS_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chens.rs:66:19
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn ch5ens(&mut self) -> CH5ENS_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] 66 |     pub fn ch5ens(&mut self) -> CH5ENS_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chens.rs:71:19
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub fn ch6ens(&mut self) -> CH6ENS_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] 71 |     pub fn ch6ens(&mut self) -> CH6ENS_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chens.rs:76:19
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub fn ch7ens(&mut self) -> CH7ENS_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] 76 |     pub fn ch7ens(&mut self) -> CH7ENS_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chenc.rs:41:19
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn ch0enc(&mut self) -> CH0ENC_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] 41 |     pub fn ch0enc(&mut self) -> CH0ENC_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chenc.rs:46:19
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub fn ch1enc(&mut self) -> CH1ENC_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] 46 |     pub fn ch1enc(&mut self) -> CH1ENC_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chenc.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn ch2enc(&mut self) -> CH2ENC_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] 51 |     pub fn ch2enc(&mut self) -> CH2ENC_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chenc.rs:56:19
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn ch3enc(&mut self) -> CH3ENC_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] 56 |     pub fn ch3enc(&mut self) -> CH3ENC_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chenc.rs:61:19
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn ch4enc(&mut self) -> CH4ENC_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] 61 |     pub fn ch4enc(&mut self) -> CH4ENC_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chenc.rs:66:19
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn ch5enc(&mut self) -> CH5ENC_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] 66 |     pub fn ch5enc(&mut self) -> CH5ENC_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chenc.rs:71:19
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub fn ch6enc(&mut self) -> CH6ENC_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] 71 |     pub fn ch6enc(&mut self) -> CH6ENC_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chenc.rs:76:19
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub fn ch7enc(&mut self) -> CH7ENC_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] 76 |     pub fn ch7enc(&mut self) -> CH7ENC_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chalts.rs:41:20
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn ch0alts(&mut self) -> CH0ALTS_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] 41 |     pub fn ch0alts(&mut self) -> CH0ALTS_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chalts.rs:46:20
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub fn ch1alts(&mut self) -> CH1ALTS_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] 46 |     pub fn ch1alts(&mut self) -> CH1ALTS_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chalts.rs:51:20
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn ch2alts(&mut self) -> CH2ALTS_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] 51 |     pub fn ch2alts(&mut self) -> CH2ALTS_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chalts.rs:56:20
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn ch3alts(&mut self) -> CH3ALTS_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] 56 |     pub fn ch3alts(&mut self) -> CH3ALTS_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chalts.rs:61:20
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn ch4alts(&mut self) -> CH4ALTS_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] 61 |     pub fn ch4alts(&mut self) -> CH4ALTS_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chalts.rs:66:20
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn ch5alts(&mut self) -> CH5ALTS_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] 66 |     pub fn ch5alts(&mut self) -> CH5ALTS_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chalts.rs:71:20
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub fn ch6alts(&mut self) -> CH6ALTS_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] 71 |     pub fn ch6alts(&mut self) -> CH6ALTS_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chalts.rs:76:20
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub fn ch7alts(&mut self) -> CH7ALTS_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] 76 |     pub fn ch7alts(&mut self) -> CH7ALTS_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chaltc.rs:41:20
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn ch0altc(&mut self) -> CH0ALTC_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] 41 |     pub fn ch0altc(&mut self) -> CH0ALTC_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chaltc.rs:46:20
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub fn ch1altc(&mut self) -> CH1ALTC_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] 46 |     pub fn ch1altc(&mut self) -> CH1ALTC_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chaltc.rs:51:20
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn ch2altc(&mut self) -> CH2ALTC_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] 51 |     pub fn ch2altc(&mut self) -> CH2ALTC_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chaltc.rs:56:20
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn ch3altc(&mut self) -> CH3ALTC_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] 56 |     pub fn ch3altc(&mut self) -> CH3ALTC_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chaltc.rs:61:20
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn ch4altc(&mut self) -> CH4ALTC_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] 61 |     pub fn ch4altc(&mut self) -> CH4ALTC_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chaltc.rs:66:20
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn ch5altc(&mut self) -> CH5ALTC_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] 66 |     pub fn ch5altc(&mut self) -> CH5ALTC_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chaltc.rs:71:20
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub fn ch6altc(&mut self) -> CH6ALTC_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] 71 |     pub fn ch6altc(&mut self) -> CH6ALTC_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chaltc.rs:76:20
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub fn ch7altc(&mut self) -> CH7ALTC_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] 76 |     pub fn ch7altc(&mut self) -> CH7ALTC_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chpris.rs:41:20
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn ch0pris(&mut self) -> CH0PRIS_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] 41 |     pub fn ch0pris(&mut self) -> CH0PRIS_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chpris.rs:46:20
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub fn ch1pris(&mut self) -> CH1PRIS_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] 46 |     pub fn ch1pris(&mut self) -> CH1PRIS_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chpris.rs:51:20
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn ch2pris(&mut self) -> CH2PRIS_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] 51 |     pub fn ch2pris(&mut self) -> CH2PRIS_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chpris.rs:56:20
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn ch3pris(&mut self) -> CH3PRIS_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] 56 |     pub fn ch3pris(&mut self) -> CH3PRIS_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chpris.rs:61:20
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn ch4pris(&mut self) -> CH4PRIS_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] 61 |     pub fn ch4pris(&mut self) -> CH4PRIS_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chpris.rs:66:20
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn ch5pris(&mut self) -> CH5PRIS_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] 66 |     pub fn ch5pris(&mut self) -> CH5PRIS_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chpris.rs:71:20
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub fn ch6pris(&mut self) -> CH6PRIS_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] 71 |     pub fn ch6pris(&mut self) -> CH6PRIS_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chpris.rs:76:20
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub fn ch7pris(&mut self) -> CH7PRIS_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] 76 |     pub fn ch7pris(&mut self) -> CH7PRIS_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chpric.rs:41:20
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn ch0pric(&mut self) -> CH0PRIC_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] 41 |     pub fn ch0pric(&mut self) -> CH0PRIC_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chpric.rs:46:20
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub fn ch1pric(&mut self) -> CH1PRIC_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] 46 |     pub fn ch1pric(&mut self) -> CH1PRIC_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chpric.rs:51:20
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn ch2pric(&mut self) -> CH2PRIC_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] 51 |     pub fn ch2pric(&mut self) -> CH2PRIC_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chpric.rs:56:20
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn ch3pric(&mut self) -> CH3PRIC_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] 56 |     pub fn ch3pric(&mut self) -> CH3PRIC_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chpric.rs:61:20
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn ch4pric(&mut self) -> CH4PRIC_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] 61 |     pub fn ch4pric(&mut self) -> CH4PRIC_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chpric.rs:66:20
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn ch5pric(&mut self) -> CH5PRIC_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] 66 |     pub fn ch5pric(&mut self) -> CH5PRIC_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chpric.rs:71:20
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub fn ch6pric(&mut self) -> CH6PRIC_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] 71 |     pub fn ch6pric(&mut self) -> CH6PRIC_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chpric.rs:76:20
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub fn ch7pric(&mut self) -> CH7PRIC_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] 76 |     pub fn ch7pric(&mut self) -> CH7PRIC_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/errorc.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn errorc(&mut self) -> ERRORC_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] 51 |     pub fn errorc(&mut self) -> ERRORC_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/ifs.rs:43:20
[INFO] [stdout]    |
[INFO] [stdout] 43 |     pub fn ch0done(&mut self) -> CH0DONE_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] 43 |     pub fn ch0done(&mut self) -> CH0DONE_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/ifs.rs:48:20
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub fn ch1done(&mut self) -> CH1DONE_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] 48 |     pub fn ch1done(&mut self) -> CH1DONE_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/ifs.rs:53:20
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub fn ch2done(&mut self) -> CH2DONE_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] 53 |     pub fn ch2done(&mut self) -> CH2DONE_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/ifs.rs:58:20
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub fn ch3done(&mut self) -> CH3DONE_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] 58 |     pub fn ch3done(&mut self) -> CH3DONE_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/ifs.rs:63:20
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn ch4done(&mut self) -> CH4DONE_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] 63 |     pub fn ch4done(&mut self) -> CH4DONE_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/ifs.rs:68:20
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub fn ch5done(&mut self) -> CH5DONE_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] 68 |     pub fn ch5done(&mut self) -> CH5DONE_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/ifs.rs:73:20
[INFO] [stdout]    |
[INFO] [stdout] 73 |     pub fn ch6done(&mut self) -> CH6DONE_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] 73 |     pub fn ch6done(&mut self) -> CH6DONE_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/ifs.rs:78:20
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub fn ch7done(&mut self) -> CH7DONE_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] 78 |     pub fn ch7done(&mut self) -> CH7DONE_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/ifs.rs:83:16
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub fn err(&mut self) -> ERR_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] 83 |     pub fn err(&mut self) -> ERR_W<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/ifc.rs:43:20
[INFO] [stdout]    |
[INFO] [stdout] 43 |     pub fn ch0done(&mut self) -> CH0DONE_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] 43 |     pub fn ch0done(&mut self) -> CH0DONE_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/ifc.rs:48:20
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub fn ch1done(&mut self) -> CH1DONE_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] 48 |     pub fn ch1done(&mut self) -> CH1DONE_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/ifc.rs:53:20
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub fn ch2done(&mut self) -> CH2DONE_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] 53 |     pub fn ch2done(&mut self) -> CH2DONE_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/ifc.rs:58:20
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub fn ch3done(&mut self) -> CH3DONE_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] 58 |     pub fn ch3done(&mut self) -> CH3DONE_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/ifc.rs:63:20
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn ch4done(&mut self) -> CH4DONE_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] 63 |     pub fn ch4done(&mut self) -> CH4DONE_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/ifc.rs:68:20
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub fn ch5done(&mut self) -> CH5DONE_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] 68 |     pub fn ch5done(&mut self) -> CH5DONE_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/ifc.rs:73:20
[INFO] [stdout]    |
[INFO] [stdout] 73 |     pub fn ch6done(&mut self) -> CH6DONE_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] 73 |     pub fn ch6done(&mut self) -> CH6DONE_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/ifc.rs:78:20
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub fn ch7done(&mut self) -> CH7DONE_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] 78 |     pub fn ch7done(&mut self) -> CH7DONE_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/ifc.rs:83:16
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub fn err(&mut self) -> ERR_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] 83 |     pub fn err(&mut self) -> ERR_W<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/ien.rs:123:20
[INFO] [stdout]     |
[INFO] [stdout] 123 |     pub fn ch0done(&mut self) -> CH0DONE_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] 123 |     pub fn ch0done(&mut self) -> CH0DONE_W<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/ien.rs:128:20
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub fn ch1done(&mut self) -> CH1DONE_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] 128 |     pub fn ch1done(&mut self) -> CH1DONE_W<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/ien.rs:133:20
[INFO] [stdout]     |
[INFO] [stdout] 133 |     pub fn ch2done(&mut self) -> CH2DONE_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] 133 |     pub fn ch2done(&mut self) -> CH2DONE_W<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/ien.rs:138:20
[INFO] [stdout]     |
[INFO] [stdout] 138 |     pub fn ch3done(&mut self) -> CH3DONE_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] 138 |     pub fn ch3done(&mut self) -> CH3DONE_W<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/ien.rs:143:20
[INFO] [stdout]     |
[INFO] [stdout] 143 |     pub fn ch4done(&mut self) -> CH4DONE_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] 143 |     pub fn ch4done(&mut self) -> CH4DONE_W<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/ien.rs:148:20
[INFO] [stdout]     |
[INFO] [stdout] 148 |     pub fn ch5done(&mut self) -> CH5DONE_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] 148 |     pub fn ch5done(&mut self) -> CH5DONE_W<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/ien.rs:153:20
[INFO] [stdout]     |
[INFO] [stdout] 153 |     pub fn ch6done(&mut self) -> CH6DONE_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] 153 |     pub fn ch6done(&mut self) -> CH6DONE_W<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/ien.rs:158:20
[INFO] [stdout]     |
[INFO] [stdout] 158 |     pub fn ch7done(&mut self) -> CH7DONE_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] 158 |     pub fn ch7done(&mut self) -> CH7DONE_W<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/ien.rs:163:16
[INFO] [stdout]     |
[INFO] [stdout] 163 |     pub fn err(&mut self) -> ERR_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] 163 |     pub fn err(&mut self) -> ERR_W<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/ch0_ctrl.rs:238:19
[INFO] [stdout]     |
[INFO] [stdout] 238 |     pub fn sigsel(&mut self) -> SIGSEL_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] 238 |     pub fn sigsel(&mut self) -> SIGSEL_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/aes/ctrl.rs:96:20
[INFO] [stdout]    |
[INFO] [stdout] 96 |     pub fn decrypt(&mut self) -> DECRYPT_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] 96 |     pub fn decrypt(&mut self) -> DECRYPT_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/ch0_ctrl.rs:243:22
[INFO] [stdout]     |
[INFO] [stdout] 243 |     pub fn sourcesel(&mut self) -> SOURCESEL_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] 243 |     pub fn sourcesel(&mut self) -> SOURCESEL_W<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/aes/ctrl.rs:101:19
[INFO] [stdout]     |
[INFO] [stdout] 101 |     pub fn aes256(&mut self) -> AES256_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] 101 |     pub fn aes256(&mut self) -> AES256_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/ch1_ctrl.rs:238:19
[INFO] [stdout]     |
[INFO] [stdout] 238 |     pub fn sigsel(&mut self) -> SIGSEL_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] 238 |     pub fn sigsel(&mut self) -> SIGSEL_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/ch1_ctrl.rs:243:22
[INFO] [stdout]     |
[INFO] [stdout] 243 |     pub fn sourcesel(&mut self) -> SOURCESEL_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] 243 |     pub fn sourcesel(&mut self) -> SOURCESEL_W<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/aes/ctrl.rs:106:21
[INFO] [stdout]     |
[INFO] [stdout] 106 |     pub fn keybufen(&mut self) -> KEYBUFEN_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] 106 |     pub fn keybufen(&mut self) -> KEYBUFEN_W<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/ch2_ctrl.rs:238:19
[INFO] [stdout]     |
[INFO] [stdout] 238 |     pub fn sigsel(&mut self) -> SIGSEL_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] 238 |     pub fn sigsel(&mut self) -> SIGSEL_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/aes/ctrl.rs:111:22
[INFO] [stdout]     |
[INFO] [stdout] 111 |     pub fn datastart(&mut self) -> DATASTART_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] 111 |     pub fn datastart(&mut self) -> DATASTART_W<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/ch2_ctrl.rs:243:22
[INFO] [stdout]     |
[INFO] [stdout] 243 |     pub fn sourcesel(&mut self) -> SOURCESEL_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] 243 |     pub fn sourcesel(&mut self) -> SOURCESEL_W<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/aes/ctrl.rs:116:21
[INFO] [stdout]     |
[INFO] [stdout] 116 |     pub fn xorstart(&mut self) -> XORSTART_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] 116 |     pub fn xorstart(&mut self) -> XORSTART_W<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/aes/ctrl.rs:121:22
[INFO] [stdout]     |
[INFO] [stdout] 121 |     pub fn byteorder(&mut self) -> BYTEORDER_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] 121 |     pub fn byteorder(&mut self) -> BYTEORDER_W<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/ch3_ctrl.rs:238:19
[INFO] [stdout]     |
[INFO] [stdout] 238 |     pub fn sigsel(&mut self) -> SIGSEL_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] 238 |     pub fn sigsel(&mut self) -> SIGSEL_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/aes/cmd.rs:29:18
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn start(&mut self) -> START_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] 29 |     pub fn start(&mut self) -> START_W<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/ch3_ctrl.rs:243:22
[INFO] [stdout]     |
[INFO] [stdout] 243 |     pub fn sourcesel(&mut self) -> SOURCESEL_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] 243 |     pub fn sourcesel(&mut self) -> SOURCESEL_W<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/aes/cmd.rs:34:17
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub fn stop(&mut self) -> STOP_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] 34 |     pub fn stop(&mut self) -> STOP_W<'_> {
[INFO] [stdout]    |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/aes/ien.rs:51:17
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn done(&mut self) -> DONE_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] 51 |     pub fn done(&mut self) -> DONE_W<'_> {
[INFO] [stdout]    |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/aes/ifs.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub fn done(&mut self) -> DONE_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] 27 |     pub fn done(&mut self) -> DONE_W<'_> {
[INFO] [stdout]    |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/aes/ifc.rs:27:17
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub fn done(&mut self) -> DONE_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] 27 |     pub fn done(&mut self) -> DONE_W<'_> {
[INFO] [stdout]    |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/ch4_ctrl.rs:238:19
[INFO] [stdout]     |
[INFO] [stdout] 238 |     pub fn sigsel(&mut self) -> SIGSEL_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] 238 |     pub fn sigsel(&mut self) -> SIGSEL_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/ch4_ctrl.rs:243:22
[INFO] [stdout]     |
[INFO] [stdout] 243 |     pub fn sourcesel(&mut self) -> SOURCESEL_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] 243 |     pub fn sourcesel(&mut self) -> SOURCESEL_W<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/aes/data.rs:51:17
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn data(&mut self) -> DATA_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] 51 |     pub fn data(&mut self) -> DATA_W<'_> {
[INFO] [stdout]    |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/ch5_ctrl.rs:238:19
[INFO] [stdout]     |
[INFO] [stdout] 238 |     pub fn sigsel(&mut self) -> SIGSEL_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] 238 |     pub fn sigsel(&mut self) -> SIGSEL_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/aes/xordata.rs:51:20
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn xordata(&mut self) -> XORDATA_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] 51 |     pub fn xordata(&mut self) -> XORDATA_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/aes/keyla.rs:51:18
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn keyla(&mut self) -> KEYLA_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] 51 |     pub fn keyla(&mut self) -> KEYLA_W<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/ch5_ctrl.rs:243:22
[INFO] [stdout]     |
[INFO] [stdout] 243 |     pub fn sourcesel(&mut self) -> SOURCESEL_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] 243 |     pub fn sourcesel(&mut self) -> SOURCESEL_W<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/aes/keylb.rs:51:18
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn keylb(&mut self) -> KEYLB_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] 51 |     pub fn keylb(&mut self) -> KEYLB_W<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/aes/keylc.rs:51:18
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn keylc(&mut self) -> KEYLC_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] 51 |     pub fn keylc(&mut self) -> KEYLC_W<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/aes/keyld.rs:51:18
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn keyld(&mut self) -> KEYLD_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] 51 |     pub fn keyld(&mut self) -> KEYLD_W<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/aes/keyha.rs:51:18
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn keyha(&mut self) -> KEYHA_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] 51 |     pub fn keyha(&mut self) -> KEYHA_W<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/aes/keyhb.rs:51:18
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn keyhb(&mut self) -> KEYHB_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] 51 |     pub fn keyhb(&mut self) -> KEYHB_W<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/ch6_ctrl.rs:238:19
[INFO] [stdout]     |
[INFO] [stdout] 238 |     pub fn sigsel(&mut self) -> SIGSEL_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] 238 |     pub fn sigsel(&mut self) -> SIGSEL_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/aes/keyhc.rs:51:18
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn keyhc(&mut self) -> KEYHC_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] 51 |     pub fn keyhc(&mut self) -> KEYHC_W<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/ch6_ctrl.rs:243:22
[INFO] [stdout]     |
[INFO] [stdout] 243 |     pub fn sourcesel(&mut self) -> SOURCESEL_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] 243 |     pub fn sourcesel(&mut self) -> SOURCESEL_W<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/aes/keyhd.rs:51:18
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn keyhd(&mut self) -> KEYHD_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] 51 |     pub fn keyhd(&mut self) -> KEYHD_W<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/ch7_ctrl.rs:238:19
[INFO] [stdout]     |
[INFO] [stdout] 238 |     pub fn sigsel(&mut self) -> SIGSEL_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] 238 |     pub fn sigsel(&mut self) -> SIGSEL_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/ch7_ctrl.rs:243:22
[INFO] [stdout]     |
[INFO] [stdout] 243 |     pub fn sourcesel(&mut self) -> SOURCESEL_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] 243 |     pub fn sourcesel(&mut self) -> SOURCESEL_W<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/config.rs:29:15
[INFO] [stdout]    |
[INFO] [stdout] 29 |     pub fn en(&mut self) -> EN_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] 29 |     pub fn en(&mut self) -> EN_W<'_> {
[INFO] [stdout]    |                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/ctrl.rs:51:21
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn busfault(&mut self) -> BUSFAULT_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] 51 |     pub fn busfault(&mut self) -> BUSFAULT_W<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/config.rs:34:19
[INFO] [stdout]    |
[INFO] [stdout] 34 |     pub fn chprot(&mut self) -> CHPROT_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] 34 |     pub fn chprot(&mut self) -> CHPROT_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/msc/readctrl.rs:152:17
[INFO] [stdout]     |
[INFO] [stdout] 152 |     pub fn mode(&mut self) -> MODE_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] 152 |     pub fn mode(&mut self) -> MODE_W<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/ctrlbase.rs:51:21
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn ctrlbase(&mut self) -> CTRLBASE_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] 51 |     pub fn ctrlbase(&mut self) -> CTRLBASE_W<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chswreq.rs:41:21
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn ch0swreq(&mut self) -> CH0SWREQ_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] 41 |     pub fn ch0swreq(&mut self) -> CH0SWREQ_W<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/msc/readctrl.rs:157:19
[INFO] [stdout]     |
[INFO] [stdout] 157 |     pub fn ifcdis(&mut self) -> IFCDIS_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] 157 |     pub fn ifcdis(&mut self) -> IFCDIS_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chswreq.rs:46:21
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub fn ch1swreq(&mut self) -> CH1SWREQ_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] 46 |     pub fn ch1swreq(&mut self) -> CH1SWREQ_W<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/msc/readctrl.rs:162:18
[INFO] [stdout]     |
[INFO] [stdout] 162 |     pub fn aidis(&mut self) -> AIDIS_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] 162 |     pub fn aidis(&mut self) -> AIDIS_W<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chswreq.rs:51:21
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn ch2swreq(&mut self) -> CH2SWREQ_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] 51 |     pub fn ch2swreq(&mut self) -> CH2SWREQ_W<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/msc/readctrl.rs:167:19
[INFO] [stdout]     |
[INFO] [stdout] 167 |     pub fn iccdis(&mut self) -> ICCDIS_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] 167 |     pub fn iccdis(&mut self) -> ICCDIS_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chswreq.rs:56:21
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn ch3swreq(&mut self) -> CH3SWREQ_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] 56 |     pub fn ch3swreq(&mut self) -> CH3SWREQ_W<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/writectrl.rs:60:17
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn wren(&mut self) -> WREN_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] 60 |     pub fn wren(&mut self) -> WREN_W<'_> {
[INFO] [stdout]    |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chswreq.rs:61:21
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn ch4swreq(&mut self) -> CH4SWREQ_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] 61 |     pub fn ch4swreq(&mut self) -> CH4SWREQ_W<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chswreq.rs:66:21
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn ch5swreq(&mut self) -> CH5SWREQ_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] 66 |     pub fn ch5swreq(&mut self) -> CH5SWREQ_W<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chswreq.rs:71:21
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub fn ch6swreq(&mut self) -> CH6SWREQ_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] 71 |     pub fn ch6swreq(&mut self) -> CH6SWREQ_W<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chswreq.rs:76:21
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub fn ch7swreq(&mut self) -> CH7SWREQ_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] 76 |     pub fn ch7swreq(&mut self) -> CH7SWREQ_W<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/chusebursts.rs:114:25
[INFO] [stdout]     |
[INFO] [stdout] 114 |     pub fn ch0usebursts(&mut self) -> CH0USEBURSTS_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] 114 |     pub fn ch0usebursts(&mut self) -> CH0USEBURSTS_W<'_> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/chusebursts.rs:119:25
[INFO] [stdout]     |
[INFO] [stdout] 119 |     pub fn ch1usebursts(&mut self) -> CH1USEBURSTS_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] 119 |     pub fn ch1usebursts(&mut self) -> CH1USEBURSTS_W<'_> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/chusebursts.rs:124:25
[INFO] [stdout]     |
[INFO] [stdout] 124 |     pub fn ch2usebursts(&mut self) -> CH2USEBURSTS_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] 124 |     pub fn ch2usebursts(&mut self) -> CH2USEBURSTS_W<'_> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/chusebursts.rs:129:25
[INFO] [stdout]     |
[INFO] [stdout] 129 |     pub fn ch3usebursts(&mut self) -> CH3USEBURSTS_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] 129 |     pub fn ch3usebursts(&mut self) -> CH3USEBURSTS_W<'_> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/chusebursts.rs:134:25
[INFO] [stdout]     |
[INFO] [stdout] 134 |     pub fn ch4usebursts(&mut self) -> CH4USEBURSTS_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] 134 |     pub fn ch4usebursts(&mut self) -> CH4USEBURSTS_W<'_> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/chusebursts.rs:139:25
[INFO] [stdout]     |
[INFO] [stdout] 139 |     pub fn ch5usebursts(&mut self) -> CH5USEBURSTS_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] 139 |     pub fn ch5usebursts(&mut self) -> CH5USEBURSTS_W<'_> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/chusebursts.rs:144:25
[INFO] [stdout]     |
[INFO] [stdout] 144 |     pub fn ch6usebursts(&mut self) -> CH6USEBURSTS_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] 144 |     pub fn ch6usebursts(&mut self) -> CH6USEBURSTS_W<'_> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/chusebursts.rs:149:25
[INFO] [stdout]     |
[INFO] [stdout] 149 |     pub fn ch7usebursts(&mut self) -> CH7USEBURSTS_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] 149 |     pub fn ch7usebursts(&mut self) -> CH7USEBURSTS_W<'_> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chuseburstc.rs:41:25
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn ch0useburstc(&mut self) -> CH0USEBURSTC_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] 41 |     pub fn ch0useburstc(&mut self) -> CH0USEBURSTC_W<'_> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chuseburstc.rs:46:25
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub fn ch1useburstc(&mut self) -> CH1USEBURSTC_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] 46 |     pub fn ch1useburstc(&mut self) -> CH1USEBURSTC_W<'_> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chuseburstc.rs:51:25
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn ch2useburstc(&mut self) -> CH2USEBURSTC_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] 51 |     pub fn ch2useburstc(&mut self) -> CH2USEBURSTC_W<'_> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chuseburstc.rs:56:25
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn ch3useburstc(&mut self) -> CH3USEBURSTC_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] 56 |     pub fn ch3useburstc(&mut self) -> CH3USEBURSTC_W<'_> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chuseburstc.rs:61:25
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn ch4useburstc(&mut self) -> CH4USEBURSTC_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] 61 |     pub fn ch4useburstc(&mut self) -> CH4USEBURSTC_W<'_> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chuseburstc.rs:66:25
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn ch5useburstc(&mut self) -> CH5USEBURSTC_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] 66 |     pub fn ch5useburstc(&mut self) -> CH5USEBURSTC_W<'_> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chuseburstc.rs:71:25
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub fn ch6useburstc(&mut self) -> CH6USEBURSTC_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] 71 |     pub fn ch6useburstc(&mut self) -> CH6USEBURSTC_W<'_> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chuseburstc.rs:76:25
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub fn ch7useburstc(&mut self) -> CH7USEBURSTC_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] 76 |     pub fn ch7useburstc(&mut self) -> CH7USEBURSTC_W<'_> {
[INFO] [stdout]    |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chreqmasks.rs:41:24
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn ch0reqmasks(&mut self) -> CH0REQMASKS_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] 41 |     pub fn ch0reqmasks(&mut self) -> CH0REQMASKS_W<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chreqmasks.rs:46:24
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub fn ch1reqmasks(&mut self) -> CH1REQMASKS_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] 46 |     pub fn ch1reqmasks(&mut self) -> CH1REQMASKS_W<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chreqmasks.rs:51:24
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn ch2reqmasks(&mut self) -> CH2REQMASKS_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] 51 |     pub fn ch2reqmasks(&mut self) -> CH2REQMASKS_W<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chreqmasks.rs:56:24
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn ch3reqmasks(&mut self) -> CH3REQMASKS_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] 56 |     pub fn ch3reqmasks(&mut self) -> CH3REQMASKS_W<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chreqmasks.rs:61:24
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn ch4reqmasks(&mut self) -> CH4REQMASKS_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] 61 |     pub fn ch4reqmasks(&mut self) -> CH4REQMASKS_W<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chreqmasks.rs:66:24
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn ch5reqmasks(&mut self) -> CH5REQMASKS_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] 66 |     pub fn ch5reqmasks(&mut self) -> CH5REQMASKS_W<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chreqmasks.rs:71:24
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub fn ch6reqmasks(&mut self) -> CH6REQMASKS_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] 71 |     pub fn ch6reqmasks(&mut self) -> CH6REQMASKS_W<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/writectrl.rs:65:26
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn irqeraseabort(&mut self) -> IRQERASEABORT_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] 65 |     pub fn irqeraseabort(&mut self) -> IRQERASEABORT_W<'_> {
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chreqmasks.rs:76:24
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub fn ch7reqmasks(&mut self) -> CH7REQMASKS_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] 76 |     pub fn ch7reqmasks(&mut self) -> CH7REQMASKS_W<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chreqmaskc.rs:41:24
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn ch0reqmaskc(&mut self) -> CH0REQMASKC_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] 41 |     pub fn ch0reqmaskc(&mut self) -> CH0REQMASKC_W<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chreqmaskc.rs:46:24
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub fn ch1reqmaskc(&mut self) -> CH1REQMASKC_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] 46 |     pub fn ch1reqmaskc(&mut self) -> CH1REQMASKC_W<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chreqmaskc.rs:51:24
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn ch2reqmaskc(&mut self) -> CH2REQMASKC_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] 51 |     pub fn ch2reqmaskc(&mut self) -> CH2REQMASKC_W<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/writecmd.rs:37:20
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub fn laddrim(&mut self) -> LADDRIM_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 laddrim(&mut self) -> LADDRIM_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chreqmaskc.rs:56:24
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn ch3reqmaskc(&mut self) -> CH3REQMASKC_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] 56 |     pub fn ch3reqmaskc(&mut self) -> CH3REQMASKC_W<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chreqmaskc.rs:61:24
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn ch4reqmaskc(&mut self) -> CH4REQMASKC_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] 61 |     pub fn ch4reqmaskc(&mut self) -> CH4REQMASKC_W<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/writecmd.rs:42:22
[INFO] [stdout]    |
[INFO] [stdout] 42 |     pub fn erasepage(&mut self) -> ERASEPAGE_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] 42 |     pub fn erasepage(&mut self) -> ERASEPAGE_W<'_> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chreqmaskc.rs:66:24
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn ch5reqmaskc(&mut self) -> CH5REQMASKC_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] 66 |     pub fn ch5reqmaskc(&mut self) -> CH5REQMASKC_W<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chreqmaskc.rs:71:24
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub fn ch6reqmaskc(&mut self) -> CH6REQMASKC_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] 71 |     pub fn ch6reqmaskc(&mut self) -> CH6REQMASKC_W<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chreqmaskc.rs:76:24
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub fn ch7reqmaskc(&mut self) -> CH7REQMASKC_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] 76 |     pub fn ch7reqmaskc(&mut self) -> CH7REQMASKC_W<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chens.rs:41:19
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn ch0ens(&mut self) -> CH0ENS_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] 41 |     pub fn ch0ens(&mut self) -> CH0ENS_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chens.rs:46:19
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub fn ch1ens(&mut self) -> CH1ENS_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] 46 |     pub fn ch1ens(&mut self) -> CH1ENS_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chens.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn ch2ens(&mut self) -> CH2ENS_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] 51 |     pub fn ch2ens(&mut self) -> CH2ENS_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chens.rs:56:19
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn ch3ens(&mut self) -> CH3ENS_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] 56 |     pub fn ch3ens(&mut self) -> CH3ENS_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/writecmd.rs:47:21
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub fn writeend(&mut self) -> WRITEEND_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] 47 |     pub fn writeend(&mut self) -> WRITEEND_W<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/writecmd.rs:52:22
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub fn writeonce(&mut self) -> WRITEONCE_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] 52 |     pub fn writeonce(&mut self) -> WRITEONCE_W<'_> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/writecmd.rs:57:22
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub fn writetrig(&mut self) -> WRITETRIG_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] 57 |     pub fn writetrig(&mut self) -> WRITETRIG_W<'_> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/writecmd.rs:62:23
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub fn eraseabort(&mut self) -> ERASEABORT_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] 62 |     pub fn eraseabort(&mut self) -> ERASEABORT_W<'_> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/addrb.rs:51:18
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn addrb(&mut self) -> ADDRB_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] 51 |     pub fn addrb(&mut self) -> ADDRB_W<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/wdata.rs:51:18
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn wdata(&mut self) -> WDATA_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] 51 |     pub fn wdata(&mut self) -> WDATA_W<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chens.rs:61:19
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn ch4ens(&mut self) -> CH4ENS_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] 61 |     pub fn ch4ens(&mut self) -> CH4ENS_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chens.rs:66:19
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn ch5ens(&mut self) -> CH5ENS_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] 66 |     pub fn ch5ens(&mut self) -> CH5ENS_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chens.rs:71:19
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub fn ch6ens(&mut self) -> CH6ENS_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] 71 |     pub fn ch6ens(&mut self) -> CH6ENS_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chens.rs:76:19
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub fn ch7ens(&mut self) -> CH7ENS_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] 76 |     pub fn ch7ens(&mut self) -> CH7ENS_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/ifs.rs:33:18
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn erase(&mut self) -> ERASE_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] 33 |     pub fn erase(&mut self) -> ERASE_W<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chenc.rs:41:19
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn ch0enc(&mut self) -> CH0ENC_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] 41 |     pub fn ch0enc(&mut self) -> CH0ENC_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/ifs.rs:38:18
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn write(&mut self) -> WRITE_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] 38 |     pub fn write(&mut self) -> WRITE_W<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chenc.rs:46:19
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub fn ch1enc(&mut self) -> CH1ENC_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] 46 |     pub fn ch1enc(&mut self) -> CH1ENC_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chenc.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn ch2enc(&mut self) -> CH2ENC_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] 51 |     pub fn ch2enc(&mut self) -> CH2ENC_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/ifs.rs:43:17
[INFO] [stdout]    |
[INFO] [stdout] 43 |     pub fn chof(&mut self) -> CHOF_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] 43 |     pub fn chof(&mut self) -> CHOF_W<'_> {
[INFO] [stdout]    |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chenc.rs:56:19
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn ch3enc(&mut self) -> CH3ENC_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] 56 |     pub fn ch3enc(&mut self) -> CH3ENC_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/ifs.rs:48:17
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub fn cmof(&mut self) -> CMOF_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] 48 |     pub fn cmof(&mut self) -> CMOF_W<'_> {
[INFO] [stdout]    |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chenc.rs:61:19
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn ch4enc(&mut self) -> CH4ENC_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] 61 |     pub fn ch4enc(&mut self) -> CH4ENC_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/ifc.rs:33:18
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn erase(&mut self) -> ERASE_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] 33 |     pub fn erase(&mut self) -> ERASE_W<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chenc.rs:66:19
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn ch5enc(&mut self) -> CH5ENC_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] 66 |     pub fn ch5enc(&mut self) -> CH5ENC_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/ifc.rs:38:18
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn write(&mut self) -> WRITE_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] 38 |     pub fn write(&mut self) -> WRITE_W<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chenc.rs:71:19
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub fn ch6enc(&mut self) -> CH6ENC_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] 71 |     pub fn ch6enc(&mut self) -> CH6ENC_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/ifc.rs:43:17
[INFO] [stdout]    |
[INFO] [stdout] 43 |     pub fn chof(&mut self) -> CHOF_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] 43 |     pub fn chof(&mut self) -> CHOF_W<'_> {
[INFO] [stdout]    |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chenc.rs:76:19
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub fn ch7enc(&mut self) -> CH7ENC_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] 76 |     pub fn ch7enc(&mut self) -> CH7ENC_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/ifc.rs:48:17
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub fn cmof(&mut self) -> CMOF_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] 48 |     pub fn cmof(&mut self) -> CMOF_W<'_> {
[INFO] [stdout]    |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/ien.rs:78:18
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub fn erase(&mut self) -> ERASE_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] 78 |     pub fn erase(&mut self) -> ERASE_W<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/ien.rs:83:18
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub fn write(&mut self) -> WRITE_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] 83 |     pub fn write(&mut self) -> WRITE_W<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/ien.rs:88:17
[INFO] [stdout]    |
[INFO] [stdout] 88 |     pub fn chof(&mut self) -> CHOF_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] 88 |     pub fn chof(&mut self) -> CHOF_W<'_> {
[INFO] [stdout]    |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/ien.rs:93:17
[INFO] [stdout]    |
[INFO] [stdout] 93 |     pub fn cmof(&mut self) -> CMOF_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] 93 |     pub fn cmof(&mut self) -> CMOF_W<'_> {
[INFO] [stdout]    |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/lock.rs:99:20
[INFO] [stdout]    |
[INFO] [stdout] 99 |     pub fn lockkey(&mut self) -> LOCKKEY_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] 99 |     pub fn lockkey(&mut self) -> LOCKKEY_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/cmd.rs:31:21
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn invcache(&mut self) -> INVCACHE_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] 31 |     pub fn invcache(&mut self) -> INVCACHE_W<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/cmd.rs:36:20
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub fn startpc(&mut self) -> STARTPC_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] 36 |     pub fn startpc(&mut self) -> STARTPC_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/cmd.rs:41:19
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn stoppc(&mut self) -> STOPPC_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] 41 |     pub fn stoppc(&mut self) -> STOPPC_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/timebase.rs:60:17
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn base(&mut self) -> BASE_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] 60 |     pub fn base(&mut self) -> BASE_W<'_> {
[INFO] [stdout]    |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/timebase.rs:65:19
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn period(&mut self) -> PERIOD_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] 65 |     pub fn period(&mut self) -> PERIOD_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chalts.rs:41:20
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn ch0alts(&mut self) -> CH0ALTS_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] 41 |     pub fn ch0alts(&mut self) -> CH0ALTS_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/emu/ctrl.rs:69:19
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub fn emvreg(&mut self) -> EMVREG_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] 69 |     pub fn emvreg(&mut self) -> EMVREG_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chalts.rs:46:20
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub fn ch1alts(&mut self) -> CH1ALTS_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] 46 |     pub fn ch1alts(&mut self) -> CH1ALTS_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/emu/ctrl.rs:74:21
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub fn em2block(&mut self) -> EM2BLOCK_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] 74 |     pub fn em2block(&mut self) -> EM2BLOCK_W<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chalts.rs:51:20
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn ch2alts(&mut self) -> CH2ALTS_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] 51 |     pub fn ch2alts(&mut self) -> CH2ALTS_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/emu/ctrl.rs:79:20
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub fn em4ctrl(&mut self) -> EM4CTRL_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] 79 |     pub fn em4ctrl(&mut self) -> EM4CTRL_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chalts.rs:56:20
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn ch3alts(&mut self) -> CH3ALTS_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] 56 |     pub fn ch3alts(&mut self) -> CH3ALTS_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chalts.rs:61:20
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn ch4alts(&mut self) -> CH4ALTS_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] 61 |     pub fn ch4alts(&mut self) -> CH4ALTS_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chalts.rs:66:20
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn ch5alts(&mut self) -> CH5ALTS_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] 66 |     pub fn ch5alts(&mut self) -> CH5ALTS_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chalts.rs:71:20
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub fn ch6alts(&mut self) -> CH6ALTS_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] 71 |     pub fn ch6alts(&mut self) -> CH6ALTS_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chalts.rs:76:20
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub fn ch7alts(&mut self) -> CH7ALTS_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] 76 |     pub fn ch7alts(&mut self) -> CH7ALTS_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chaltc.rs:41:20
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn ch0altc(&mut self) -> CH0ALTC_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] 41 |     pub fn ch0altc(&mut self) -> CH0ALTC_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chaltc.rs:46:20
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub fn ch1altc(&mut self) -> CH1ALTC_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] 46 |     pub fn ch1altc(&mut self) -> CH1ALTC_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chaltc.rs:51:20
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn ch2altc(&mut self) -> CH2ALTC_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] 51 |     pub fn ch2altc(&mut self) -> CH2ALTC_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chaltc.rs:56:20
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn ch3altc(&mut self) -> CH3ALTC_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] 56 |     pub fn ch3altc(&mut self) -> CH3ALTC_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chaltc.rs:61:20
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn ch4altc(&mut self) -> CH4ALTC_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] 61 |     pub fn ch4altc(&mut self) -> CH4ALTC_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chaltc.rs:66:20
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn ch5altc(&mut self) -> CH5ALTC_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] 66 |     pub fn ch5altc(&mut self) -> CH5ALTC_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/emu/lock.rs:99:20
[INFO] [stdout]    |
[INFO] [stdout] 99 |     pub fn lockkey(&mut self) -> LOCKKEY_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] 99 |     pub fn lockkey(&mut self) -> LOCKKEY_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chaltc.rs:71:20
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub fn ch6altc(&mut self) -> CH6ALTC_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] 71 |     pub fn ch6altc(&mut self) -> CH6ALTC_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/emu/auxctrl.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn hrcclr(&mut self) -> HRCCLR_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] 51 |     pub fn hrcclr(&mut self) -> HRCCLR_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chaltc.rs:76:20
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub fn ch7altc(&mut self) -> CH7ALTC_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] 76 |     pub fn ch7altc(&mut self) -> CH7ALTC_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/rmu/ctrl.rs:51:23
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn lockuprdis(&mut self) -> LOCKUPRDIS_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] 51 |     pub fn lockuprdis(&mut self) -> LOCKUPRDIS_W<'_> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/rmu/cmd.rs:27:18
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub fn rcclr(&mut self) -> RCCLR_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] 27 |     pub fn rcclr(&mut self) -> RCCLR_W<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chpris.rs:41:20
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn ch0pris(&mut self) -> CH0PRIS_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] 41 |     pub fn ch0pris(&mut self) -> CH0PRIS_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chpris.rs:46:20
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub fn ch1pris(&mut self) -> CH1PRIS_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] 46 |     pub fn ch1pris(&mut self) -> CH1PRIS_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chpris.rs:51:20
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn ch2pris(&mut self) -> CH2PRIS_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] 51 |     pub fn ch2pris(&mut self) -> CH2PRIS_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chpris.rs:56:20
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn ch3pris(&mut self) -> CH3PRIS_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] 56 |     pub fn ch3pris(&mut self) -> CH3PRIS_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chpris.rs:61:20
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn ch4pris(&mut self) -> CH4PRIS_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] 61 |     pub fn ch4pris(&mut self) -> CH4PRIS_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chpris.rs:66:20
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn ch5pris(&mut self) -> CH5PRIS_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] 66 |     pub fn ch5pris(&mut self) -> CH5PRIS_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chpris.rs:71:20
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub fn ch6pris(&mut self) -> CH6PRIS_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] 71 |     pub fn ch6pris(&mut self) -> CH6PRIS_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chpris.rs:76:20
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub fn ch7pris(&mut self) -> CH7PRIS_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] 76 |     pub fn ch7pris(&mut self) -> CH7PRIS_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chpric.rs:41:20
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn ch0pric(&mut self) -> CH0PRIC_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] 41 |     pub fn ch0pric(&mut self) -> CH0PRIC_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chpric.rs:46:20
[INFO] [stdout]    |
[INFO] [stdout] 46 |     pub fn ch1pric(&mut self) -> CH1PRIC_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] 46 |     pub fn ch1pric(&mut self) -> CH1PRIC_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chpric.rs:51:20
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn ch2pric(&mut self) -> CH2PRIC_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] 51 |     pub fn ch2pric(&mut self) -> CH2PRIC_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chpric.rs:56:20
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn ch3pric(&mut self) -> CH3PRIC_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] 56 |     pub fn ch3pric(&mut self) -> CH3PRIC_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chpric.rs:61:20
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub fn ch4pric(&mut self) -> CH4PRIC_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] 61 |     pub fn ch4pric(&mut self) -> CH4PRIC_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chpric.rs:66:20
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub fn ch5pric(&mut self) -> CH5PRIC_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] 66 |     pub fn ch5pric(&mut self) -> CH5PRIC_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chpric.rs:71:20
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub fn ch6pric(&mut self) -> CH6PRIC_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] 71 |     pub fn ch6pric(&mut self) -> CH6PRIC_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/ctrl.rs:746:21
[INFO] [stdout]     |
[INFO] [stdout] 746 |     pub fn hfxomode(&mut self) -> HFXOMODE_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] 746 |     pub fn hfxomode(&mut self) -> HFXOMODE_W<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/chpric.rs:76:20
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub fn ch7pric(&mut self) -> CH7PRIC_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] 76 |     pub fn ch7pric(&mut self) -> CH7PRIC_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/errorc.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn errorc(&mut self) -> ERRORC_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] 51 |     pub fn errorc(&mut self) -> ERRORC_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/ctrl.rs:751:22
[INFO] [stdout]     |
[INFO] [stdout] 751 |     pub fn hfxoboost(&mut self) -> HFXOBOOST_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] 751 |     pub fn hfxoboost(&mut self) -> HFXOBOOST_W<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/ifs.rs:43:20
[INFO] [stdout]    |
[INFO] [stdout] 43 |     pub fn ch0done(&mut self) -> CH0DONE_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] 43 |     pub fn ch0done(&mut self) -> CH0DONE_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/ifs.rs:48:20
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub fn ch1done(&mut self) -> CH1DONE_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] 48 |     pub fn ch1done(&mut self) -> CH1DONE_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/ctrl.rs:756:23
[INFO] [stdout]     |
[INFO] [stdout] 756 |     pub fn hfxobufcur(&mut self) -> HFXOBUFCUR_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] 756 |     pub fn hfxobufcur(&mut self) -> HFXOBUFCUR_W<'_> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/ifs.rs:53:20
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub fn ch2done(&mut self) -> CH2DONE_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] 53 |     pub fn ch2done(&mut self) -> CH2DONE_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/ifs.rs:58:20
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub fn ch3done(&mut self) -> CH3DONE_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] 58 |     pub fn ch3done(&mut self) -> CH3DONE_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/ifs.rs:63:20
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn ch4done(&mut self) -> CH4DONE_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] 63 |     pub fn ch4done(&mut self) -> CH4DONE_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/ctrl.rs:761:28
[INFO] [stdout]     |
[INFO] [stdout] 761 |     pub fn hfxoglitchdeten(&mut self) -> HFXOGLITCHDETEN_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] 761 |     pub fn hfxoglitchdeten(&mut self) -> HFXOGLITCHDETEN_W<'_> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/ifs.rs:68:20
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub fn ch5done(&mut self) -> CH5DONE_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] 68 |     pub fn ch5done(&mut self) -> CH5DONE_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/ifs.rs:73:20
[INFO] [stdout]    |
[INFO] [stdout] 73 |     pub fn ch6done(&mut self) -> CH6DONE_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] 73 |     pub fn ch6done(&mut self) -> CH6DONE_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/ifs.rs:78:20
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub fn ch7done(&mut self) -> CH7DONE_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] 78 |     pub fn ch7done(&mut self) -> CH7DONE_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/ifs.rs:83:16
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub fn err(&mut self) -> ERR_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] 83 |     pub fn err(&mut self) -> ERR_W<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/ifc.rs:43:20
[INFO] [stdout]    |
[INFO] [stdout] 43 |     pub fn ch0done(&mut self) -> CH0DONE_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] 43 |     pub fn ch0done(&mut self) -> CH0DONE_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/ifc.rs:48:20
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub fn ch1done(&mut self) -> CH1DONE_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] 48 |     pub fn ch1done(&mut self) -> CH1DONE_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/ifc.rs:53:20
[INFO] [stdout]    |
[INFO] [stdout] 53 |     pub fn ch2done(&mut self) -> CH2DONE_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] 53 |     pub fn ch2done(&mut self) -> CH2DONE_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/ifc.rs:58:20
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub fn ch3done(&mut self) -> CH3DONE_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] 58 |     pub fn ch3done(&mut self) -> CH3DONE_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/ctrl.rs:766:24
[INFO] [stdout]     |
[INFO] [stdout] 766 |     pub fn hfxotimeout(&mut self) -> HFXOTIMEOUT_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] 766 |     pub fn hfxotimeout(&mut self) -> HFXOTIMEOUT_W<'_> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/ifc.rs:63:20
[INFO] [stdout]    |
[INFO] [stdout] 63 |     pub fn ch4done(&mut self) -> CH4DONE_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] 63 |     pub fn ch4done(&mut self) -> CH4DONE_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/ctrl.rs:771:21
[INFO] [stdout]     |
[INFO] [stdout] 771 |     pub fn lfxomode(&mut self) -> LFXOMODE_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] 771 |     pub fn lfxomode(&mut self) -> LFXOMODE_W<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/ifc.rs:68:20
[INFO] [stdout]    |
[INFO] [stdout] 68 |     pub fn ch5done(&mut self) -> CH5DONE_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] 68 |     pub fn ch5done(&mut self) -> CH5DONE_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/ctrl.rs:776:22
[INFO] [stdout]     |
[INFO] [stdout] 776 |     pub fn lfxoboost(&mut self) -> LFXOBOOST_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] 776 |     pub fn lfxoboost(&mut self) -> LFXOBOOST_W<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/ifc.rs:73:20
[INFO] [stdout]    |
[INFO] [stdout] 73 |     pub fn ch6done(&mut self) -> CH6DONE_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] 73 |     pub fn ch6done(&mut self) -> CH6DONE_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/ctrl.rs:781:23
[INFO] [stdout]     |
[INFO] [stdout] 781 |     pub fn lfxobufcur(&mut self) -> LFXOBUFCUR_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] 781 |     pub fn lfxobufcur(&mut self) -> LFXOBUFCUR_W<'_> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/ifc.rs:78:20
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub fn ch7done(&mut self) -> CH7DONE_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] 78 |     pub fn ch7done(&mut self) -> CH7DONE_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/ctrl.rs:786:24
[INFO] [stdout]     |
[INFO] [stdout] 786 |     pub fn lfxotimeout(&mut self) -> LFXOTIMEOUT_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] 786 |     pub fn lfxotimeout(&mut self) -> LFXOTIMEOUT_W<'_> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/dma/ifc.rs:83:16
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub fn err(&mut self) -> ERR_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] 83 |     pub fn err(&mut self) -> ERR_W<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/ctrl.rs:791:23
[INFO] [stdout]     |
[INFO] [stdout] 791 |     pub fn clkoutsel0(&mut self) -> CLKOUTSEL0_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] 791 |     pub fn clkoutsel0(&mut self) -> CLKOUTSEL0_W<'_> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/ien.rs:123:20
[INFO] [stdout]     |
[INFO] [stdout] 123 |     pub fn ch0done(&mut self) -> CH0DONE_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] 123 |     pub fn ch0done(&mut self) -> CH0DONE_W<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/ctrl.rs:796:23
[INFO] [stdout]     |
[INFO] [stdout] 796 |     pub fn clkoutsel1(&mut self) -> CLKOUTSEL1_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] 796 |     pub fn clkoutsel1(&mut self) -> CLKOUTSEL1_W<'_> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/ien.rs:128:20
[INFO] [stdout]     |
[INFO] [stdout] 128 |     pub fn ch1done(&mut self) -> CH1DONE_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] 128 |     pub fn ch1done(&mut self) -> CH1DONE_W<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/ctrl.rs:801:19
[INFO] [stdout]     |
[INFO] [stdout] 801 |     pub fn dbgclk(&mut self) -> DBGCLK_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] 801 |     pub fn dbgclk(&mut self) -> DBGCLK_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/ien.rs:133:20
[INFO] [stdout]     |
[INFO] [stdout] 133 |     pub fn ch2done(&mut self) -> CH2DONE_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] 133 |     pub fn ch2done(&mut self) -> CH2DONE_W<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/ien.rs:138:20
[INFO] [stdout]     |
[INFO] [stdout] 138 |     pub fn ch3done(&mut self) -> CH3DONE_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] 138 |     pub fn ch3done(&mut self) -> CH3DONE_W<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/ien.rs:143:20
[INFO] [stdout]     |
[INFO] [stdout] 143 |     pub fn ch4done(&mut self) -> CH4DONE_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] 143 |     pub fn ch4done(&mut self) -> CH4DONE_W<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/ien.rs:148:20
[INFO] [stdout]     |
[INFO] [stdout] 148 |     pub fn ch5done(&mut self) -> CH5DONE_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] 148 |     pub fn ch5done(&mut self) -> CH5DONE_W<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/ien.rs:153:20
[INFO] [stdout]     |
[INFO] [stdout] 153 |     pub fn ch6done(&mut self) -> CH6DONE_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] 153 |     pub fn ch6done(&mut self) -> CH6DONE_W<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/ien.rs:158:20
[INFO] [stdout]     |
[INFO] [stdout] 158 |     pub fn ch7done(&mut self) -> CH7DONE_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] 158 |     pub fn ch7done(&mut self) -> CH7DONE_W<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/ien.rs:163:16
[INFO] [stdout]     |
[INFO] [stdout] 163 |     pub fn err(&mut self) -> ERR_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] 163 |     pub fn err(&mut self) -> ERR_W<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/ch0_ctrl.rs:238:19
[INFO] [stdout]     |
[INFO] [stdout] 238 |     pub fn sigsel(&mut self) -> SIGSEL_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] 238 |     pub fn sigsel(&mut self) -> SIGSEL_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/ch0_ctrl.rs:243:22
[INFO] [stdout]     |
[INFO] [stdout] 243 |     pub fn sourcesel(&mut self) -> SOURCESEL_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] 243 |     pub fn sourcesel(&mut self) -> SOURCESEL_W<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/hfcoreclkdiv.rs:204:25
[INFO] [stdout]     |
[INFO] [stdout] 204 |     pub fn hfcoreclkdiv(&mut self) -> HFCORECLKDIV_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] 204 |     pub fn hfcoreclkdiv(&mut self) -> HFCORECLKDIV_W<'_> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/hfperclkdiv.rs:212:24
[INFO] [stdout]     |
[INFO] [stdout] 212 |     pub fn hfperclkdiv(&mut self) -> HFPERCLKDIV_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] 212 |     pub fn hfperclkdiv(&mut self) -> HFPERCLKDIV_W<'_> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/hfperclkdiv.rs:217:23
[INFO] [stdout]     |
[INFO] [stdout] 217 |     pub fn hfperclken(&mut self) -> HFPERCLKEN_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] 217 |     pub fn hfperclken(&mut self) -> HFPERCLKEN_W<'_> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/hfrcoctrl.rs:169:19
[INFO] [stdout]     |
[INFO] [stdout] 169 |     pub fn tuning(&mut self) -> TUNING_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] 169 |     pub fn tuning(&mut self) -> TUNING_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/hfrcoctrl.rs:174:17
[INFO] [stdout]     |
[INFO] [stdout] 174 |     pub fn band(&mut self) -> BAND_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] 174 |     pub fn band(&mut self) -> BAND_W<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/hfrcoctrl.rs:179:20
[INFO] [stdout]     |
[INFO] [stdout] 179 |     pub fn sudelay(&mut self) -> SUDELAY_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] 179 |     pub fn sudelay(&mut self) -> SUDELAY_W<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/lfrcoctrl.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn tuning(&mut self) -> TUNING_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] 51 |     pub fn tuning(&mut self) -> TUNING_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/auxhfrcoctrl.rs:160:19
[INFO] [stdout]     |
[INFO] [stdout] 160 |     pub fn tuning(&mut self) -> TUNING_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] 160 |     pub fn tuning(&mut self) -> TUNING_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/auxhfrcoctrl.rs:165:17
[INFO] [stdout]     |
[INFO] [stdout] 165 |     pub fn band(&mut self) -> BAND_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] 165 |     pub fn band(&mut self) -> BAND_W<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/calctrl.rs:256:18
[INFO] [stdout]     |
[INFO] [stdout] 256 |     pub fn upsel(&mut self) -> UPSEL_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] 256 |     pub fn upsel(&mut self) -> UPSEL_W<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/calctrl.rs:261:20
[INFO] [stdout]     |
[INFO] [stdout] 261 |     pub fn downsel(&mut self) -> DOWNSEL_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] 261 |     pub fn downsel(&mut self) -> DOWNSEL_W<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/calctrl.rs:266:17
[INFO] [stdout]     |
[INFO] [stdout] 266 |     pub fn cont(&mut self) -> CONT_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] 266 |     pub fn cont(&mut self) -> CONT_W<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/calcnt.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn calcnt(&mut self) -> CALCNT_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] 51 |     pub fn calcnt(&mut self) -> CALCNT_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/oscencmd.rs:45:20
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub fn hfrcoen(&mut self) -> HFRCOEN_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] 45 |     pub fn hfrcoen(&mut self) -> HFRCOEN_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/oscencmd.rs:50:21
[INFO] [stdout]    |
[INFO] [stdout] 50 |     pub fn hfrcodis(&mut self) -> HFRCODIS_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] 50 |     pub fn hfrcodis(&mut self) -> HFRCODIS_W<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/oscencmd.rs:55:19
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub fn hfxoen(&mut self) -> HFXOEN_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] 55 |     pub fn hfxoen(&mut self) -> HFXOEN_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/oscencmd.rs:60:20
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn hfxodis(&mut self) -> HFXODIS_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] 60 |     pub fn hfxodis(&mut self) -> HFXODIS_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/ch1_ctrl.rs:238:19
[INFO] [stdout]     |
[INFO] [stdout] 238 |     pub fn sigsel(&mut self) -> SIGSEL_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] 238 |     pub fn sigsel(&mut self) -> SIGSEL_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/ch1_ctrl.rs:243:22
[INFO] [stdout]     |
[INFO] [stdout] 243 |     pub fn sourcesel(&mut self) -> SOURCESEL_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] 243 |     pub fn sourcesel(&mut self) -> SOURCESEL_W<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/oscencmd.rs:65:23
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn auxhfrcoen(&mut self) -> AUXHFRCOEN_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] 65 |     pub fn auxhfrcoen(&mut self) -> AUXHFRCOEN_W<'_> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/ch2_ctrl.rs:238:19
[INFO] [stdout]     |
[INFO] [stdout] 238 |     pub fn sigsel(&mut self) -> SIGSEL_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] 238 |     pub fn sigsel(&mut self) -> SIGSEL_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/ch2_ctrl.rs:243:22
[INFO] [stdout]     |
[INFO] [stdout] 243 |     pub fn sourcesel(&mut self) -> SOURCESEL_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] 243 |     pub fn sourcesel(&mut self) -> SOURCESEL_W<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/oscencmd.rs:70:24
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub fn auxhfrcodis(&mut self) -> AUXHFRCODIS_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] 70 |     pub fn auxhfrcodis(&mut self) -> AUXHFRCODIS_W<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/ch3_ctrl.rs:238:19
[INFO] [stdout]     |
[INFO] [stdout] 238 |     pub fn sigsel(&mut self) -> SIGSEL_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] 238 |     pub fn sigsel(&mut self) -> SIGSEL_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/ch3_ctrl.rs:243:22
[INFO] [stdout]     |
[INFO] [stdout] 243 |     pub fn sourcesel(&mut self) -> SOURCESEL_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] 243 |     pub fn sourcesel(&mut self) -> SOURCESEL_W<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/ch4_ctrl.rs:238:19
[INFO] [stdout]     |
[INFO] [stdout] 238 |     pub fn sigsel(&mut self) -> SIGSEL_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] 238 |     pub fn sigsel(&mut self) -> SIGSEL_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/ch4_ctrl.rs:243:22
[INFO] [stdout]     |
[INFO] [stdout] 243 |     pub fn sourcesel(&mut self) -> SOURCESEL_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] 243 |     pub fn sourcesel(&mut self) -> SOURCESEL_W<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/ch5_ctrl.rs:238:19
[INFO] [stdout]     |
[INFO] [stdout] 238 |     pub fn sigsel(&mut self) -> SIGSEL_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] 238 |     pub fn sigsel(&mut self) -> SIGSEL_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/ch5_ctrl.rs:243:22
[INFO] [stdout]     |
[INFO] [stdout] 243 |     pub fn sourcesel(&mut self) -> SOURCESEL_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] 243 |     pub fn sourcesel(&mut self) -> SOURCESEL_W<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/ch6_ctrl.rs:238:19
[INFO] [stdout]     |
[INFO] [stdout] 238 |     pub fn sigsel(&mut self) -> SIGSEL_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] 238 |     pub fn sigsel(&mut self) -> SIGSEL_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/ch6_ctrl.rs:243:22
[INFO] [stdout]     |
[INFO] [stdout] 243 |     pub fn sourcesel(&mut self) -> SOURCESEL_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] 243 |     pub fn sourcesel(&mut self) -> SOURCESEL_W<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/oscencmd.rs:75:20
[INFO] [stdout]    |
[INFO] [stdout] 75 |     pub fn lfrcoen(&mut self) -> LFRCOEN_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] 75 |     pub fn lfrcoen(&mut self) -> LFRCOEN_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/oscencmd.rs:80:21
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub fn lfrcodis(&mut self) -> LFRCODIS_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] 80 |     pub fn lfrcodis(&mut self) -> LFRCODIS_W<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/oscencmd.rs:85:19
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub fn lfxoen(&mut self) -> LFXOEN_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] 85 |     pub fn lfxoen(&mut self) -> LFXOEN_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/oscencmd.rs:90:20
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub fn lfxodis(&mut self) -> LFXODIS_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] 90 |     pub fn lfxodis(&mut self) -> LFXODIS_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/cmd.rs:72:21
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub fn hfclksel(&mut self) -> HFCLKSEL_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] 72 |     pub fn hfclksel(&mut self) -> HFCLKSEL_W<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/ch7_ctrl.rs:238:19
[INFO] [stdout]     |
[INFO] [stdout] 238 |     pub fn sigsel(&mut self) -> SIGSEL_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] 238 |     pub fn sigsel(&mut self) -> SIGSEL_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/cmd.rs:77:21
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub fn calstart(&mut self) -> CALSTART_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] 77 |     pub fn calstart(&mut self) -> CALSTART_W<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/dma/ch7_ctrl.rs:243:22
[INFO] [stdout]     |
[INFO] [stdout] 243 |     pub fn sourcesel(&mut self) -> SOURCESEL_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] 243 |     pub fn sourcesel(&mut self) -> SOURCESEL_W<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/cmd.rs:82:20
[INFO] [stdout]    |
[INFO] [stdout] 82 |     pub fn calstop(&mut self) -> CALSTOP_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] 82 |     pub fn calstop(&mut self) -> CALSTOP_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/ctrl.rs:51:21
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn busfault(&mut self) -> BUSFAULT_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] 51 |     pub fn busfault(&mut self) -> BUSFAULT_W<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/lfclksel.rs:226:16
[INFO] [stdout]     |
[INFO] [stdout] 226 |     pub fn lfa(&mut self) -> LFA_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] 226 |     pub fn lfa(&mut self) -> LFA_W<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/lfclksel.rs:231:16
[INFO] [stdout]     |
[INFO] [stdout] 231 |     pub fn lfb(&mut self) -> LFB_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] 231 |     pub fn lfb(&mut self) -> LFB_W<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/lfclksel.rs:236:17
[INFO] [stdout]     |
[INFO] [stdout] 236 |     pub fn lfae(&mut self) -> LFAE_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] 236 |     pub fn lfae(&mut self) -> LFAE_W<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/lfclksel.rs:241:17
[INFO] [stdout]     |
[INFO] [stdout] 241 |     pub fn lfbe(&mut self) -> LFBE_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] 241 |     pub fn lfbe(&mut self) -> LFBE_W<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/msc/readctrl.rs:152:17
[INFO] [stdout]     |
[INFO] [stdout] 152 |     pub fn mode(&mut self) -> MODE_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] 152 |     pub fn mode(&mut self) -> MODE_W<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/ifs.rs:39:21
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub fn hfrcordy(&mut self) -> HFRCORDY_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] 39 |     pub fn hfrcordy(&mut self) -> HFRCORDY_W<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/ifs.rs:44:20
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub fn hfxordy(&mut self) -> HFXORDY_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] 44 |     pub fn hfxordy(&mut self) -> HFXORDY_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/msc/readctrl.rs:157:19
[INFO] [stdout]     |
[INFO] [stdout] 157 |     pub fn ifcdis(&mut self) -> IFCDIS_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] 157 |     pub fn ifcdis(&mut self) -> IFCDIS_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/ifs.rs:49:21
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn lfrcordy(&mut self) -> LFRCORDY_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] 49 |     pub fn lfrcordy(&mut self) -> LFRCORDY_W<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/ifs.rs:54:20
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub fn lfxordy(&mut self) -> LFXORDY_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] 54 |     pub fn lfxordy(&mut self) -> LFXORDY_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/ifs.rs:59:24
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub fn auxhfrcordy(&mut self) -> AUXHFRCORDY_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] 59 |     pub fn auxhfrcordy(&mut self) -> AUXHFRCORDY_W<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/ifs.rs:64:19
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub fn calrdy(&mut self) -> CALRDY_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] 64 |     pub fn calrdy(&mut self) -> CALRDY_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/ifs.rs:69:18
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub fn calof(&mut self) -> CALOF_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] 69 |     pub fn calof(&mut self) -> CALOF_W<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/ifc.rs:39:21
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub fn hfrcordy(&mut self) -> HFRCORDY_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] 39 |     pub fn hfrcordy(&mut self) -> HFRCORDY_W<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/ifc.rs:44:20
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub fn hfxordy(&mut self) -> HFXORDY_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] 44 |     pub fn hfxordy(&mut self) -> HFXORDY_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/ifc.rs:49:21
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn lfrcordy(&mut self) -> LFRCORDY_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] 49 |     pub fn lfrcordy(&mut self) -> LFRCORDY_W<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/ifc.rs:54:20
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub fn lfxordy(&mut self) -> LFXORDY_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] 54 |     pub fn lfxordy(&mut self) -> LFXORDY_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/ifc.rs:59:24
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub fn auxhfrcordy(&mut self) -> AUXHFRCORDY_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] 59 |     pub fn auxhfrcordy(&mut self) -> AUXHFRCORDY_W<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/ifc.rs:64:19
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub fn calrdy(&mut self) -> CALRDY_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] 64 |     pub fn calrdy(&mut self) -> CALRDY_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/ifc.rs:69:18
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub fn calof(&mut self) -> CALOF_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] 69 |     pub fn calof(&mut self) -> CALOF_W<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/msc/readctrl.rs:162:18
[INFO] [stdout]     |
[INFO] [stdout] 162 |     pub fn aidis(&mut self) -> AIDIS_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] 162 |     pub fn aidis(&mut self) -> AIDIS_W<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/ien.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub fn hfrcordy(&mut self) -> HFRCORDY_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] 105 |     pub fn hfrcordy(&mut self) -> HFRCORDY_W<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/msc/readctrl.rs:167:19
[INFO] [stdout]     |
[INFO] [stdout] 167 |     pub fn iccdis(&mut self) -> ICCDIS_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] 167 |     pub fn iccdis(&mut self) -> ICCDIS_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/ien.rs:110:20
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub fn hfxordy(&mut self) -> HFXORDY_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] 110 |     pub fn hfxordy(&mut self) -> HFXORDY_W<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/writectrl.rs:60:17
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn wren(&mut self) -> WREN_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] 60 |     pub fn wren(&mut self) -> WREN_W<'_> {
[INFO] [stdout]    |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/writectrl.rs:65:26
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn irqeraseabort(&mut self) -> IRQERASEABORT_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] 65 |     pub fn irqeraseabort(&mut self) -> IRQERASEABORT_W<'_> {
[INFO] [stdout]    |                                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/ien.rs:115:21
[INFO] [stdout]     |
[INFO] [stdout] 115 |     pub fn lfrcordy(&mut self) -> LFRCORDY_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] 115 |     pub fn lfrcordy(&mut self) -> LFRCORDY_W<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/writecmd.rs:37:20
[INFO] [stdout]    |
[INFO] [stdout] 37 |     pub fn laddrim(&mut self) -> LADDRIM_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 laddrim(&mut self) -> LADDRIM_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/ien.rs:120:20
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub fn lfxordy(&mut self) -> LFXORDY_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] 120 |     pub fn lfxordy(&mut self) -> LFXORDY_W<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/writecmd.rs:42:22
[INFO] [stdout]    |
[INFO] [stdout] 42 |     pub fn erasepage(&mut self) -> ERASEPAGE_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] 42 |     pub fn erasepage(&mut self) -> ERASEPAGE_W<'_> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/ien.rs:125:24
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub fn auxhfrcordy(&mut self) -> AUXHFRCORDY_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] 125 |     pub fn auxhfrcordy(&mut self) -> AUXHFRCORDY_W<'_> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/writecmd.rs:47:21
[INFO] [stdout]    |
[INFO] [stdout] 47 |     pub fn writeend(&mut self) -> WRITEEND_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] 47 |     pub fn writeend(&mut self) -> WRITEEND_W<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/ien.rs:130:19
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn calrdy(&mut self) -> CALRDY_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] 130 |     pub fn calrdy(&mut self) -> CALRDY_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/writecmd.rs:52:22
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub fn writeonce(&mut self) -> WRITEONCE_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] 52 |     pub fn writeonce(&mut self) -> WRITEONCE_W<'_> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/ien.rs:135:18
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub fn calof(&mut self) -> CALOF_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] 135 |     pub fn calof(&mut self) -> CALOF_W<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/writecmd.rs:57:22
[INFO] [stdout]    |
[INFO] [stdout] 57 |     pub fn writetrig(&mut self) -> WRITETRIG_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] 57 |     pub fn writetrig(&mut self) -> WRITETRIG_W<'_> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/hfcoreclken0.rs:69:16
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub fn aes(&mut self) -> AES_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] 69 |     pub fn aes(&mut self) -> AES_W<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/writecmd.rs:62:23
[INFO] [stdout]    |
[INFO] [stdout] 62 |     pub fn eraseabort(&mut self) -> ERASEABORT_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] 62 |     pub fn eraseabort(&mut self) -> ERASEABORT_W<'_> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/hfcoreclken0.rs:74:16
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub fn dma(&mut self) -> DMA_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] 74 |     pub fn dma(&mut self) -> DMA_W<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/addrb.rs:51:18
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn addrb(&mut self) -> ADDRB_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] 51 |     pub fn addrb(&mut self) -> ADDRB_W<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/hfcoreclken0.rs:79:15
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub fn le(&mut self) -> LE_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] 79 |     pub fn le(&mut self) -> LE_W<'_> {
[INFO] [stdout]    |                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/hfperclken0.rs:150:18
[INFO] [stdout]     |
[INFO] [stdout] 150 |     pub fn acmp0(&mut self) -> ACMP0_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] 150 |     pub fn acmp0(&mut self) -> ACMP0_W<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/hfperclken0.rs:155:18
[INFO] [stdout]     |
[INFO] [stdout] 155 |     pub fn acmp1(&mut self) -> ACMP1_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] 155 |     pub fn acmp1(&mut self) -> ACMP1_W<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/hfperclken0.rs:160:19
[INFO] [stdout]     |
[INFO] [stdout] 160 |     pub fn usart0(&mut self) -> USART0_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] 160 |     pub fn usart0(&mut self) -> USART0_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/hfperclken0.rs:165:19
[INFO] [stdout]     |
[INFO] [stdout] 165 |     pub fn usart1(&mut self) -> USART1_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] 165 |     pub fn usart1(&mut self) -> USART1_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/hfperclken0.rs:170:19
[INFO] [stdout]     |
[INFO] [stdout] 170 |     pub fn timer0(&mut self) -> TIMER0_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] 170 |     pub fn timer0(&mut self) -> TIMER0_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/hfperclken0.rs:175:19
[INFO] [stdout]     |
[INFO] [stdout] 175 |     pub fn timer1(&mut self) -> TIMER1_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] 175 |     pub fn timer1(&mut self) -> TIMER1_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/hfperclken0.rs:180:17
[INFO] [stdout]     |
[INFO] [stdout] 180 |     pub fn gpio(&mut self) -> GPIO_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] 180 |     pub fn gpio(&mut self) -> GPIO_W<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/hfperclken0.rs:185:17
[INFO] [stdout]     |
[INFO] [stdout] 185 |     pub fn vcmp(&mut self) -> VCMP_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] 185 |     pub fn vcmp(&mut self) -> VCMP_W<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/hfperclken0.rs:190:16
[INFO] [stdout]     |
[INFO] [stdout] 190 |     pub fn prs(&mut self) -> PRS_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] 190 |     pub fn prs(&mut self) -> PRS_W<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/hfperclken0.rs:195:17
[INFO] [stdout]     |
[INFO] [stdout] 195 |     pub fn adc0(&mut self) -> ADC0_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] 195 |     pub fn adc0(&mut self) -> ADC0_W<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/hfperclken0.rs:200:17
[INFO] [stdout]     |
[INFO] [stdout] 200 |     pub fn dac0(&mut self) -> DAC0_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] 200 |     pub fn dac0(&mut self) -> DAC0_W<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/hfperclken0.rs:205:17
[INFO] [stdout]     |
[INFO] [stdout] 205 |     pub fn i2c0(&mut self) -> I2C0_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] 205 |     pub fn i2c0(&mut self) -> I2C0_W<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/freeze.rs:51:22
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn regfreeze(&mut self) -> REGFREEZE_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] 51 |     pub fn regfreeze(&mut self) -> REGFREEZE_W<'_> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/lfaclken0.rs:69:20
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub fn lesense(&mut self) -> LESENSE_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] 69 |     pub fn lesense(&mut self) -> LESENSE_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/lfaclken0.rs:74:16
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub fn rtc(&mut self) -> RTC_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] 74 |     pub fn rtc(&mut self) -> RTC_W<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/wdata.rs:51:18
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn wdata(&mut self) -> WDATA_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] 51 |     pub fn wdata(&mut self) -> WDATA_W<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/lfaclken0.rs:79:21
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub fn letimer0(&mut self) -> LETIMER0_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] 79 |     pub fn letimer0(&mut self) -> LETIMER0_W<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/ifs.rs:33:18
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn erase(&mut self) -> ERASE_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] 33 |     pub fn erase(&mut self) -> ERASE_W<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/lfbclken0.rs:51:20
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn leuart0(&mut self) -> LEUART0_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] 51 |     pub fn leuart0(&mut self) -> LEUART0_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/ifs.rs:38:18
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn write(&mut self) -> WRITE_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] 38 |     pub fn write(&mut self) -> WRITE_W<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/ifs.rs:43:17
[INFO] [stdout]    |
[INFO] [stdout] 43 |     pub fn chof(&mut self) -> CHOF_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] 43 |     pub fn chof(&mut self) -> CHOF_W<'_> {
[INFO] [stdout]    |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/ifs.rs:48:17
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub fn cmof(&mut self) -> CMOF_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] 48 |     pub fn cmof(&mut self) -> CMOF_W<'_> {
[INFO] [stdout]    |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/ifc.rs:33:18
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn erase(&mut self) -> ERASE_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] 33 |     pub fn erase(&mut self) -> ERASE_W<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/ifc.rs:38:18
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn write(&mut self) -> WRITE_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] 38 |     pub fn write(&mut self) -> WRITE_W<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/ifc.rs:43:17
[INFO] [stdout]    |
[INFO] [stdout] 43 |     pub fn chof(&mut self) -> CHOF_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] 43 |     pub fn chof(&mut self) -> CHOF_W<'_> {
[INFO] [stdout]    |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/ifc.rs:48:17
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub fn cmof(&mut self) -> CMOF_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] 48 |     pub fn cmof(&mut self) -> CMOF_W<'_> {
[INFO] [stdout]    |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/ien.rs:78:18
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub fn erase(&mut self) -> ERASE_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] 78 |     pub fn erase(&mut self) -> ERASE_W<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/ien.rs:83:18
[INFO] [stdout]    |
[INFO] [stdout] 83 |     pub fn write(&mut self) -> WRITE_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] 83 |     pub fn write(&mut self) -> WRITE_W<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/ien.rs:88:17
[INFO] [stdout]    |
[INFO] [stdout] 88 |     pub fn chof(&mut self) -> CHOF_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] 88 |     pub fn chof(&mut self) -> CHOF_W<'_> {
[INFO] [stdout]    |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/ien.rs:93:17
[INFO] [stdout]    |
[INFO] [stdout] 93 |     pub fn cmof(&mut self) -> CMOF_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] 93 |     pub fn cmof(&mut self) -> CMOF_W<'_> {
[INFO] [stdout]    |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/lock.rs:99:20
[INFO] [stdout]    |
[INFO] [stdout] 99 |     pub fn lockkey(&mut self) -> LOCKKEY_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] 99 |     pub fn lockkey(&mut self) -> LOCKKEY_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/cmd.rs:31:21
[INFO] [stdout]    |
[INFO] [stdout] 31 |     pub fn invcache(&mut self) -> INVCACHE_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] 31 |     pub fn invcache(&mut self) -> INVCACHE_W<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/lfapresc0.rs:603:20
[INFO] [stdout]     |
[INFO] [stdout] 603 |     pub fn lesense(&mut self) -> LESENSE_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 lesense(&mut self) -> LESENSE_W<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/cmd.rs:36:20
[INFO] [stdout]    |
[INFO] [stdout] 36 |     pub fn startpc(&mut self) -> STARTPC_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] 36 |     pub fn startpc(&mut self) -> STARTPC_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/lfapresc0.rs:608:16
[INFO] [stdout]     |
[INFO] [stdout] 608 |     pub fn rtc(&mut self) -> RTC_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 rtc(&mut self) -> RTC_W<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/cmd.rs:41:19
[INFO] [stdout]    |
[INFO] [stdout] 41 |     pub fn stoppc(&mut self) -> STOPPC_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] 41 |     pub fn stoppc(&mut self) -> STOPPC_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/lfapresc0.rs:613:21
[INFO] [stdout]     |
[INFO] [stdout] 613 |     pub fn letimer0(&mut self) -> LETIMER0_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] 613 |     pub fn letimer0(&mut self) -> LETIMER0_W<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/timebase.rs:60:17
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn base(&mut self) -> BASE_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] 60 |     pub fn base(&mut self) -> BASE_W<'_> {
[INFO] [stdout]    |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/lfbpresc0.rs:125:20
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub fn leuart0(&mut self) -> LEUART0_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] 125 |     pub fn leuart0(&mut self) -> LEUART0_W<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/msc/timebase.rs:65:19
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn period(&mut self) -> PERIOD_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] 65 |     pub fn period(&mut self) -> PERIOD_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/pcntctrl.rs:60:23
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn pcnt0clken(&mut self) -> PCNT0CLKEN_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] 60 |     pub fn pcnt0clken(&mut self) -> PCNT0CLKEN_W<'_> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/emu/ctrl.rs:69:19
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub fn emvreg(&mut self) -> EMVREG_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] 69 |     pub fn emvreg(&mut self) -> EMVREG_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/emu/ctrl.rs:74:21
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub fn em2block(&mut self) -> EM2BLOCK_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] 74 |     pub fn em2block(&mut self) -> EM2BLOCK_W<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/pcntctrl.rs:65:24
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn pcnt0clksel(&mut self) -> PCNT0CLKSEL_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] 65 |     pub fn pcnt0clksel(&mut self) -> PCNT0CLKSEL_W<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/emu/ctrl.rs:79:20
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub fn em4ctrl(&mut self) -> EM4CTRL_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] 79 |     pub fn em4ctrl(&mut self) -> EM4CTRL_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/route.rs:130:23
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn clkout0pen(&mut self) -> CLKOUT0PEN_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] 130 |     pub fn clkout0pen(&mut self) -> CLKOUT0PEN_W<'_> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/route.rs:135:23
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub fn clkout1pen(&mut self) -> CLKOUT1PEN_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] 135 |     pub fn clkout1pen(&mut self) -> CLKOUT1PEN_W<'_> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/emu/lock.rs:99:20
[INFO] [stdout]    |
[INFO] [stdout] 99 |     pub fn lockkey(&mut self) -> LOCKKEY_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] 99 |     pub fn lockkey(&mut self) -> LOCKKEY_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/emu/auxctrl.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn hrcclr(&mut self) -> HRCCLR_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] 51 |     pub fn hrcclr(&mut self) -> HRCCLR_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/route.rs:140:21
[INFO] [stdout]     |
[INFO] [stdout] 140 |     pub fn location(&mut self) -> LOCATION_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] 140 |     pub fn location(&mut self) -> LOCATION_W<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/rmu/ctrl.rs:51:23
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn lockuprdis(&mut self) -> LOCKUPRDIS_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] 51 |     pub fn lockuprdis(&mut self) -> LOCKUPRDIS_W<'_> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/lock.rs:99:20
[INFO] [stdout]    |
[INFO] [stdout] 99 |     pub fn lockkey(&mut self) -> LOCKKEY_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] 99 |     pub fn lockkey(&mut self) -> LOCKKEY_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/rmu/cmd.rs:27:18
[INFO] [stdout]    |
[INFO] [stdout] 27 |     pub fn rcclr(&mut self) -> RCCLR_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] 27 |     pub fn rcclr(&mut self) -> RCCLR_W<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/ctrl.rs:472:21
[INFO] [stdout]     |
[INFO] [stdout] 472 |     pub fn scanmode(&mut self) -> SCANMODE_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] 472 |     pub fn scanmode(&mut self) -> SCANMODE_W<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/ctrl.rs:477:19
[INFO] [stdout]     |
[INFO] [stdout] 477 |     pub fn prssel(&mut self) -> PRSSEL_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] 477 |     pub fn prssel(&mut self) -> PRSSEL_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/ctrl.rs:482:21
[INFO] [stdout]     |
[INFO] [stdout] 482 |     pub fn scanconf(&mut self) -> SCANCONF_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] 482 |     pub fn scanconf(&mut self) -> SCANCONF_W<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/ctrl.rs:487:21
[INFO] [stdout]     |
[INFO] [stdout] 487 |     pub fn acmp0inv(&mut self) -> ACMP0INV_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] 487 |     pub fn acmp0inv(&mut self) -> ACMP0INV_W<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/ctrl.rs:492:21
[INFO] [stdout]     |
[INFO] [stdout] 492 |     pub fn acmp1inv(&mut self) -> ACMP1INV_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] 492 |     pub fn acmp1inv(&mut self) -> ACMP1INV_W<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/ctrl.rs:497:21
[INFO] [stdout]     |
[INFO] [stdout] 497 |     pub fn altexmap(&mut self) -> ALTEXMAP_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] 497 |     pub fn altexmap(&mut self) -> ALTEXMAP_W<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/ctrl.rs:502:23
[INFO] [stdout]     |
[INFO] [stdout] 502 |     pub fn dualsample(&mut self) -> DUALSAMPLE_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] 502 |     pub fn dualsample(&mut self) -> DUALSAMPLE_W<'_> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/ctrl.rs:507:18
[INFO] [stdout]     |
[INFO] [stdout] 507 |     pub fn bufow(&mut self) -> BUFOW_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] 507 |     pub fn bufow(&mut self) -> BUFOW_W<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/ctrl.rs:512:23
[INFO] [stdout]     |
[INFO] [stdout] 512 |     pub fn strscanres(&mut self) -> STRSCANRES_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] 512 |     pub fn strscanres(&mut self) -> STRSCANRES_W<'_> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/ctrl.rs:517:19
[INFO] [stdout]     |
[INFO] [stdout] 517 |     pub fn bufidl(&mut self) -> BUFIDL_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] 517 |     pub fn bufidl(&mut self) -> BUFIDL_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/ctrl.rs:522:18
[INFO] [stdout]     |
[INFO] [stdout] 522 |     pub fn dmawu(&mut self) -> DMAWU_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] 522 |     pub fn dmawu(&mut self) -> DMAWU_W<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/ctrl.rs:527:21
[INFO] [stdout]     |
[INFO] [stdout] 527 |     pub fn debugrun(&mut self) -> DEBUGRUN_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] 527 |     pub fn debugrun(&mut self) -> DEBUGRUN_W<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/timctrl.rs:413:21
[INFO] [stdout]     |
[INFO] [stdout] 413 |     pub fn auxpresc(&mut self) -> AUXPRESC_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] 413 |     pub fn auxpresc(&mut self) -> AUXPRESC_W<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/timctrl.rs:418:20
[INFO] [stdout]     |
[INFO] [stdout] 418 |     pub fn lfpresc(&mut self) -> LFPRESC_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] 418 |     pub fn lfpresc(&mut self) -> LFPRESC_W<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/ctrl.rs:746:21
[INFO] [stdout]     |
[INFO] [stdout] 746 |     pub fn hfxomode(&mut self) -> HFXOMODE_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] 746 |     pub fn hfxomode(&mut self) -> HFXOMODE_W<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/timctrl.rs:423:20
[INFO] [stdout]     |
[INFO] [stdout] 423 |     pub fn pcpresc(&mut self) -> PCPRESC_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] 423 |     pub fn pcpresc(&mut self) -> PCPRESC_W<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/ctrl.rs:751:22
[INFO] [stdout]     |
[INFO] [stdout] 751 |     pub fn hfxoboost(&mut self) -> HFXOBOOST_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] 751 |     pub fn hfxoboost(&mut self) -> HFXOBOOST_W<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/timctrl.rs:428:18
[INFO] [stdout]     |
[INFO] [stdout] 428 |     pub fn pctop(&mut self) -> PCTOP_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] 428 |     pub fn pctop(&mut self) -> PCTOP_W<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/ctrl.rs:756:23
[INFO] [stdout]     |
[INFO] [stdout] 756 |     pub fn hfxobufcur(&mut self) -> HFXOBUFCUR_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] 756 |     pub fn hfxobufcur(&mut self) -> HFXOBUFCUR_W<'_> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/timctrl.rs:433:21
[INFO] [stdout]     |
[INFO] [stdout] 433 |     pub fn startdly(&mut self) -> STARTDLY_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] 433 |     pub fn startdly(&mut self) -> STARTDLY_W<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/ctrl.rs:761:28
[INFO] [stdout]     |
[INFO] [stdout] 761 |     pub fn hfxoglitchdeten(&mut self) -> HFXOGLITCHDETEN_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] 761 |     pub fn hfxoglitchdeten(&mut self) -> HFXOGLITCHDETEN_W<'_> {
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/ctrl.rs:766:24
[INFO] [stdout]     |
[INFO] [stdout] 766 |     pub fn hfxotimeout(&mut self) -> HFXOTIMEOUT_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] 766 |     pub fn hfxotimeout(&mut self) -> HFXOTIMEOUT_W<'_> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/ctrl.rs:771:21
[INFO] [stdout]     |
[INFO] [stdout] 771 |     pub fn lfxomode(&mut self) -> LFXOMODE_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] 771 |     pub fn lfxomode(&mut self) -> LFXOMODE_W<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/ctrl.rs:776:22
[INFO] [stdout]     |
[INFO] [stdout] 776 |     pub fn lfxoboost(&mut self) -> LFXOBOOST_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] 776 |     pub fn lfxoboost(&mut self) -> LFXOBOOST_W<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/ctrl.rs:781:23
[INFO] [stdout]     |
[INFO] [stdout] 781 |     pub fn lfxobufcur(&mut self) -> LFXOBUFCUR_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] 781 |     pub fn lfxobufcur(&mut self) -> LFXOBUFCUR_W<'_> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/ctrl.rs:786:24
[INFO] [stdout]     |
[INFO] [stdout] 786 |     pub fn lfxotimeout(&mut self) -> LFXOTIMEOUT_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] 786 |     pub fn lfxotimeout(&mut self) -> LFXOTIMEOUT_W<'_> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/ctrl.rs:791:23
[INFO] [stdout]     |
[INFO] [stdout] 791 |     pub fn clkoutsel0(&mut self) -> CLKOUTSEL0_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] 791 |     pub fn clkoutsel0(&mut self) -> CLKOUTSEL0_W<'_> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/ctrl.rs:796:23
[INFO] [stdout]     |
[INFO] [stdout] 796 |     pub fn clkoutsel1(&mut self) -> CLKOUTSEL1_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] 796 |     pub fn clkoutsel1(&mut self) -> CLKOUTSEL1_W<'_> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/ctrl.rs:801:19
[INFO] [stdout]     |
[INFO] [stdout] 801 |     pub fn dbgclk(&mut self) -> DBGCLK_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] 801 |     pub fn dbgclk(&mut self) -> DBGCLK_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/hfcoreclkdiv.rs:204:25
[INFO] [stdout]     |
[INFO] [stdout] 204 |     pub fn hfcoreclkdiv(&mut self) -> HFCORECLKDIV_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] 204 |     pub fn hfcoreclkdiv(&mut self) -> HFCORECLKDIV_W<'_> {
[INFO] [stdout]     |                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/hfperclkdiv.rs:212:24
[INFO] [stdout]     |
[INFO] [stdout] 212 |     pub fn hfperclkdiv(&mut self) -> HFPERCLKDIV_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] 212 |     pub fn hfperclkdiv(&mut self) -> HFPERCLKDIV_W<'_> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/hfperclkdiv.rs:217:23
[INFO] [stdout]     |
[INFO] [stdout] 217 |     pub fn hfperclken(&mut self) -> HFPERCLKEN_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] 217 |     pub fn hfperclken(&mut self) -> HFPERCLKEN_W<'_> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/perctrl.rs:633:23
[INFO] [stdout]     |
[INFO] [stdout] 633 |     pub fn dacch0data(&mut self) -> DACCH0DATA_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] 633 |     pub fn dacch0data(&mut self) -> DACCH0DATA_W<'_> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/perctrl.rs:638:23
[INFO] [stdout]     |
[INFO] [stdout] 638 |     pub fn dacch1data(&mut self) -> DACCH1DATA_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] 638 |     pub fn dacch1data(&mut self) -> DACCH1DATA_W<'_> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/perctrl.rs:643:23
[INFO] [stdout]     |
[INFO] [stdout] 643 |     pub fn dacch0conv(&mut self) -> DACCH0CONV_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] 643 |     pub fn dacch0conv(&mut self) -> DACCH0CONV_W<'_> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/perctrl.rs:648:23
[INFO] [stdout]     |
[INFO] [stdout] 648 |     pub fn dacch1conv(&mut self) -> DACCH1CONV_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] 648 |     pub fn dacch1conv(&mut self) -> DACCH1CONV_W<'_> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/perctrl.rs:653:22
[INFO] [stdout]     |
[INFO] [stdout] 653 |     pub fn dacch0out(&mut self) -> DACCH0OUT_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] 653 |     pub fn dacch0out(&mut self) -> DACCH0OUT_W<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/perctrl.rs:658:22
[INFO] [stdout]     |
[INFO] [stdout] 658 |     pub fn dacch1out(&mut self) -> DACCH1OUT_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] 658 |     pub fn dacch1out(&mut self) -> DACCH1OUT_W<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/perctrl.rs:663:21
[INFO] [stdout]     |
[INFO] [stdout] 663 |     pub fn dacpresc(&mut self) -> DACPRESC_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] 663 |     pub fn dacpresc(&mut self) -> DACPRESC_W<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/perctrl.rs:668:19
[INFO] [stdout]     |
[INFO] [stdout] 668 |     pub fn dacref(&mut self) -> DACREF_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] 668 |     pub fn dacref(&mut self) -> DACREF_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/perctrl.rs:673:22
[INFO] [stdout]     |
[INFO] [stdout] 673 |     pub fn acmp0mode(&mut self) -> ACMP0MODE_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] 673 |     pub fn acmp0mode(&mut self) -> ACMP0MODE_W<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/perctrl.rs:678:22
[INFO] [stdout]     |
[INFO] [stdout] 678 |     pub fn acmp1mode(&mut self) -> ACMP1MODE_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] 678 |     pub fn acmp1mode(&mut self) -> ACMP1MODE_W<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/perctrl.rs:683:23
[INFO] [stdout]     |
[INFO] [stdout] 683 |     pub fn warmupmode(&mut self) -> WARMUPMODE_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] 683 |     pub fn warmupmode(&mut self) -> WARMUPMODE_W<'_> {
[INFO] [stdout]     |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/decctrl.rs:663:20
[INFO] [stdout]     |
[INFO] [stdout] 663 |     pub fn disable(&mut self) -> DISABLE_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] 663 |     pub fn disable(&mut self) -> DISABLE_W<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/decctrl.rs:668:19
[INFO] [stdout]     |
[INFO] [stdout] 668 |     pub fn errchk(&mut self) -> ERRCHK_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] 668 |     pub fn errchk(&mut self) -> ERRCHK_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/decctrl.rs:673:19
[INFO] [stdout]     |
[INFO] [stdout] 673 |     pub fn intmap(&mut self) -> INTMAP_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] 673 |     pub fn intmap(&mut self) -> INTMAP_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/decctrl.rs:678:21
[INFO] [stdout]     |
[INFO] [stdout] 678 |     pub fn hystprs0(&mut self) -> HYSTPRS0_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] 678 |     pub fn hystprs0(&mut self) -> HYSTPRS0_W<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/decctrl.rs:683:21
[INFO] [stdout]     |
[INFO] [stdout] 683 |     pub fn hystprs1(&mut self) -> HYSTPRS1_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] 683 |     pub fn hystprs1(&mut self) -> HYSTPRS1_W<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/decctrl.rs:688:21
[INFO] [stdout]     |
[INFO] [stdout] 688 |     pub fn hystprs2(&mut self) -> HYSTPRS2_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] 688 |     pub fn hystprs2(&mut self) -> HYSTPRS2_W<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/decctrl.rs:693:20
[INFO] [stdout]     |
[INFO] [stdout] 693 |     pub fn hystirq(&mut self) -> HYSTIRQ_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] 693 |     pub fn hystirq(&mut self) -> HYSTIRQ_W<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/decctrl.rs:698:19
[INFO] [stdout]     |
[INFO] [stdout] 698 |     pub fn prscnt(&mut self) -> PRSCNT_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 prscnt(&mut self) -> PRSCNT_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/hfrcoctrl.rs:169:19
[INFO] [stdout]     |
[INFO] [stdout] 169 |     pub fn tuning(&mut self) -> TUNING_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] 169 |     pub fn tuning(&mut self) -> TUNING_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/decctrl.rs:703:18
[INFO] [stdout]     |
[INFO] [stdout] 703 |     pub fn input(&mut self) -> INPUT_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 input(&mut self) -> INPUT_W<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/hfrcoctrl.rs:174:17
[INFO] [stdout]     |
[INFO] [stdout] 174 |     pub fn band(&mut self) -> BAND_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] 174 |     pub fn band(&mut self) -> BAND_W<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/decctrl.rs:708:20
[INFO] [stdout]     |
[INFO] [stdout] 708 |     pub fn prssel0(&mut self) -> PRSSEL0_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 prssel0(&mut self) -> PRSSEL0_W<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/hfrcoctrl.rs:179:20
[INFO] [stdout]     |
[INFO] [stdout] 179 |     pub fn sudelay(&mut self) -> SUDELAY_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] 179 |     pub fn sudelay(&mut self) -> SUDELAY_W<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/decctrl.rs:713:20
[INFO] [stdout]     |
[INFO] [stdout] 713 |     pub fn prssel1(&mut self) -> PRSSEL1_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 prssel1(&mut self) -> PRSSEL1_W<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/lfrcoctrl.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn tuning(&mut self) -> TUNING_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] 51 |     pub fn tuning(&mut self) -> TUNING_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/decctrl.rs:718:20
[INFO] [stdout]     |
[INFO] [stdout] 718 |     pub fn prssel2(&mut self) -> PRSSEL2_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 prssel2(&mut self) -> PRSSEL2_W<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/auxhfrcoctrl.rs:160:19
[INFO] [stdout]     |
[INFO] [stdout] 160 |     pub fn tuning(&mut self) -> TUNING_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] 160 |     pub fn tuning(&mut self) -> TUNING_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/auxhfrcoctrl.rs:165:17
[INFO] [stdout]     |
[INFO] [stdout] 165 |     pub fn band(&mut self) -> BAND_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] 165 |     pub fn band(&mut self) -> BAND_W<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/decctrl.rs:723:20
[INFO] [stdout]     |
[INFO] [stdout] 723 |     pub fn prssel3(&mut self) -> PRSSEL3_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 prssel3(&mut self) -> PRSSEL3_W<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/calctrl.rs:256:18
[INFO] [stdout]     |
[INFO] [stdout] 256 |     pub fn upsel(&mut self) -> UPSEL_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] 256 |     pub fn upsel(&mut self) -> UPSEL_W<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/biasctrl.rs:112:21
[INFO] [stdout]     |
[INFO] [stdout] 112 |     pub fn biasmode(&mut self) -> BIASMODE_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] 112 |     pub fn biasmode(&mut self) -> BIASMODE_W<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/calctrl.rs:261:20
[INFO] [stdout]     |
[INFO] [stdout] 261 |     pub fn downsel(&mut self) -> DOWNSEL_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] 261 |     pub fn downsel(&mut self) -> DOWNSEL_W<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lesense/cmd.rs:33:18
[INFO] [stdout]    |
[INFO] [stdout] 33 |     pub fn start(&mut self) -> START_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] 33 |     pub fn start(&mut self) -> START_W<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/calctrl.rs:266:17
[INFO] [stdout]     |
[INFO] [stdout] 266 |     pub fn cont(&mut self) -> CONT_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] 266 |     pub fn cont(&mut self) -> CONT_W<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lesense/cmd.rs:38:17
[INFO] [stdout]    |
[INFO] [stdout] 38 |     pub fn stop(&mut self) -> STOP_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] 38 |     pub fn stop(&mut self) -> STOP_W<'_> {
[INFO] [stdout]    |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/calcnt.rs:51:19
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn calcnt(&mut self) -> CALCNT_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] 51 |     pub fn calcnt(&mut self) -> CALCNT_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lesense/cmd.rs:43:19
[INFO] [stdout]    |
[INFO] [stdout] 43 |     pub fn decode(&mut self) -> DECODE_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] 43 |     pub fn decode(&mut self) -> DECODE_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/oscencmd.rs:45:20
[INFO] [stdout]    |
[INFO] [stdout] 45 |     pub fn hfrcoen(&mut self) -> HFRCOEN_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] 45 |     pub fn hfrcoen(&mut self) -> HFRCOEN_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lesense/cmd.rs:48:21
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub fn clearbuf(&mut self) -> CLEARBUF_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] 48 |     pub fn clearbuf(&mut self) -> CLEARBUF_W<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lesense/chen.rs:51:17
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn chen(&mut self) -> CHEN_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] 51 |     pub fn chen(&mut self) -> CHEN_W<'_> {
[INFO] [stdout]    |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/oscencmd.rs:50:21
[INFO] [stdout]    |
[INFO] [stdout] 50 |     pub fn hfrcodis(&mut self) -> HFRCODIS_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] 50 |     pub fn hfrcodis(&mut self) -> HFRCODIS_W<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lesense/decstate.rs:51:21
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn decstate(&mut self) -> DECSTATE_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] 51 |     pub fn decstate(&mut self) -> DECSTATE_W<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/oscencmd.rs:55:19
[INFO] [stdout]    |
[INFO] [stdout] 55 |     pub fn hfxoen(&mut self) -> HFXOEN_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] 55 |     pub fn hfxoen(&mut self) -> HFXOEN_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/oscencmd.rs:60:20
[INFO] [stdout]    |
[INFO] [stdout] 60 |     pub fn hfxodis(&mut self) -> HFXODIS_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] 60 |     pub fn hfxodis(&mut self) -> HFXODIS_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/oscencmd.rs:65:23
[INFO] [stdout]    |
[INFO] [stdout] 65 |     pub fn auxhfrcoen(&mut self) -> AUXHFRCOEN_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] 65 |     pub fn auxhfrcoen(&mut self) -> AUXHFRCOEN_W<'_> {
[INFO] [stdout]    |                                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/oscencmd.rs:70:24
[INFO] [stdout]    |
[INFO] [stdout] 70 |     pub fn auxhfrcodis(&mut self) -> AUXHFRCODIS_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] 70 |     pub fn auxhfrcodis(&mut self) -> AUXHFRCODIS_W<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/oscencmd.rs:75:20
[INFO] [stdout]    |
[INFO] [stdout] 75 |     pub fn lfrcoen(&mut self) -> LFRCOEN_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] 75 |     pub fn lfrcoen(&mut self) -> LFRCOEN_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/oscencmd.rs:80:21
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub fn lfrcodis(&mut self) -> LFRCODIS_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] 80 |     pub fn lfrcodis(&mut self) -> LFRCODIS_W<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/oscencmd.rs:85:19
[INFO] [stdout]    |
[INFO] [stdout] 85 |     pub fn lfxoen(&mut self) -> LFXOEN_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] 85 |     pub fn lfxoen(&mut self) -> LFXOEN_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/oscencmd.rs:90:20
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub fn lfxodis(&mut self) -> LFXODIS_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] 90 |     pub fn lfxodis(&mut self) -> LFXODIS_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/cmd.rs:72:21
[INFO] [stdout]    |
[INFO] [stdout] 72 |     pub fn hfclksel(&mut self) -> HFCLKSEL_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] 72 |     pub fn hfclksel(&mut self) -> HFCLKSEL_W<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/cmd.rs:77:21
[INFO] [stdout]    |
[INFO] [stdout] 77 |     pub fn calstart(&mut self) -> CALSTART_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] 77 |     pub fn calstart(&mut self) -> CALSTART_W<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lesense/sensorstate.rs:51:24
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn sensorstate(&mut self) -> SENSORSTATE_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] 51 |     pub fn sensorstate(&mut self) -> SENSORSTATE_W<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lesense/idleconf.rs:1266:16
[INFO] [stdout]      |
[INFO] [stdout] 1266 |     pub fn ch0(&mut self) -> CH0_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] 1266 |     pub fn ch0(&mut self) -> CH0_W<'_> {
[INFO] [stdout]      |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lesense/idleconf.rs:1271:16
[INFO] [stdout]      |
[INFO] [stdout] 1271 |     pub fn ch1(&mut self) -> CH1_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] 1271 |     pub fn ch1(&mut self) -> CH1_W<'_> {
[INFO] [stdout]      |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lesense/idleconf.rs:1276:16
[INFO] [stdout]      |
[INFO] [stdout] 1276 |     pub fn ch2(&mut self) -> CH2_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] 1276 |     pub fn ch2(&mut self) -> CH2_W<'_> {
[INFO] [stdout]      |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/cmd.rs:82:20
[INFO] [stdout]    |
[INFO] [stdout] 82 |     pub fn calstop(&mut self) -> CALSTOP_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] 82 |     pub fn calstop(&mut self) -> CALSTOP_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lesense/idleconf.rs:1281:16
[INFO] [stdout]      |
[INFO] [stdout] 1281 |     pub fn ch3(&mut self) -> CH3_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] 1281 |     pub fn ch3(&mut self) -> CH3_W<'_> {
[INFO] [stdout]      |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/lfclksel.rs:226:16
[INFO] [stdout]     |
[INFO] [stdout] 226 |     pub fn lfa(&mut self) -> LFA_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] 226 |     pub fn lfa(&mut self) -> LFA_W<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lesense/idleconf.rs:1286:16
[INFO] [stdout]      |
[INFO] [stdout] 1286 |     pub fn ch4(&mut self) -> CH4_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] 1286 |     pub fn ch4(&mut self) -> CH4_W<'_> {
[INFO] [stdout]      |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/lfclksel.rs:231:16
[INFO] [stdout]     |
[INFO] [stdout] 231 |     pub fn lfb(&mut self) -> LFB_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] 231 |     pub fn lfb(&mut self) -> LFB_W<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lesense/idleconf.rs:1291:16
[INFO] [stdout]      |
[INFO] [stdout] 1291 |     pub fn ch5(&mut self) -> CH5_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] 1291 |     pub fn ch5(&mut self) -> CH5_W<'_> {
[INFO] [stdout]      |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lesense/idleconf.rs:1296:16
[INFO] [stdout]      |
[INFO] [stdout] 1296 |     pub fn ch6(&mut self) -> CH6_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] 1296 |     pub fn ch6(&mut self) -> CH6_W<'_> {
[INFO] [stdout]      |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/lfclksel.rs:236:17
[INFO] [stdout]     |
[INFO] [stdout] 236 |     pub fn lfae(&mut self) -> LFAE_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] 236 |     pub fn lfae(&mut self) -> LFAE_W<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lesense/idleconf.rs:1301:16
[INFO] [stdout]      |
[INFO] [stdout] 1301 |     pub fn ch7(&mut self) -> CH7_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] 1301 |     pub fn ch7(&mut self) -> CH7_W<'_> {
[INFO] [stdout]      |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/lfclksel.rs:241:17
[INFO] [stdout]     |
[INFO] [stdout] 241 |     pub fn lfbe(&mut self) -> LFBE_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] 241 |     pub fn lfbe(&mut self) -> LFBE_W<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lesense/idleconf.rs:1306:16
[INFO] [stdout]      |
[INFO] [stdout] 1306 |     pub fn ch8(&mut self) -> CH8_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] 1306 |     pub fn ch8(&mut self) -> CH8_W<'_> {
[INFO] [stdout]      |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lesense/idleconf.rs:1311:16
[INFO] [stdout]      |
[INFO] [stdout] 1311 |     pub fn ch9(&mut self) -> CH9_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] 1311 |     pub fn ch9(&mut self) -> CH9_W<'_> {
[INFO] [stdout]      |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lesense/idleconf.rs:1316:17
[INFO] [stdout]      |
[INFO] [stdout] 1316 |     pub fn ch10(&mut self) -> CH10_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] 1316 |     pub fn ch10(&mut self) -> CH10_W<'_> {
[INFO] [stdout]      |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/ifs.rs:39:21
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub fn hfrcordy(&mut self) -> HFRCORDY_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] 39 |     pub fn hfrcordy(&mut self) -> HFRCORDY_W<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lesense/idleconf.rs:1321:17
[INFO] [stdout]      |
[INFO] [stdout] 1321 |     pub fn ch11(&mut self) -> CH11_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] 1321 |     pub fn ch11(&mut self) -> CH11_W<'_> {
[INFO] [stdout]      |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/ifs.rs:44:20
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub fn hfxordy(&mut self) -> HFXORDY_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] 44 |     pub fn hfxordy(&mut self) -> HFXORDY_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lesense/idleconf.rs:1326:17
[INFO] [stdout]      |
[INFO] [stdout] 1326 |     pub fn ch12(&mut self) -> CH12_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] 1326 |     pub fn ch12(&mut self) -> CH12_W<'_> {
[INFO] [stdout]      |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lesense/idleconf.rs:1331:17
[INFO] [stdout]      |
[INFO] [stdout] 1331 |     pub fn ch13(&mut self) -> CH13_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] 1331 |     pub fn ch13(&mut self) -> CH13_W<'_> {
[INFO] [stdout]      |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lesense/idleconf.rs:1336:17
[INFO] [stdout]      |
[INFO] [stdout] 1336 |     pub fn ch14(&mut self) -> CH14_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] 1336 |     pub fn ch14(&mut self) -> CH14_W<'_> {
[INFO] [stdout]      |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/ifs.rs:49:21
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn lfrcordy(&mut self) -> LFRCORDY_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] 49 |     pub fn lfrcordy(&mut self) -> LFRCORDY_W<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]     --> src/lesense/idleconf.rs:1341:17
[INFO] [stdout]      |
[INFO] [stdout] 1341 |     pub fn ch15(&mut self) -> CH15_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] 1341 |     pub fn ch15(&mut self) -> CH15_W<'_> {
[INFO] [stdout]      |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/altexconf.rs:674:22
[INFO] [stdout]     |
[INFO] [stdout] 674 |     pub fn idleconf0(&mut self) -> IDLECONF0_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] 674 |     pub fn idleconf0(&mut self) -> IDLECONF0_W<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/ifs.rs:54:20
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub fn lfxordy(&mut self) -> LFXORDY_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] 54 |     pub fn lfxordy(&mut self) -> LFXORDY_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/ifs.rs:59:24
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub fn auxhfrcordy(&mut self) -> AUXHFRCORDY_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] 59 |     pub fn auxhfrcordy(&mut self) -> AUXHFRCORDY_W<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/altexconf.rs:679:22
[INFO] [stdout]     |
[INFO] [stdout] 679 |     pub fn idleconf1(&mut self) -> IDLECONF1_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] 679 |     pub fn idleconf1(&mut self) -> IDLECONF1_W<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/altexconf.rs:684:22
[INFO] [stdout]     |
[INFO] [stdout] 684 |     pub fn idleconf2(&mut self) -> IDLECONF2_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] 684 |     pub fn idleconf2(&mut self) -> IDLECONF2_W<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/ifs.rs:64:19
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub fn calrdy(&mut self) -> CALRDY_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] 64 |     pub fn calrdy(&mut self) -> CALRDY_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/altexconf.rs:689:22
[INFO] [stdout]     |
[INFO] [stdout] 689 |     pub fn idleconf3(&mut self) -> IDLECONF3_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] 689 |     pub fn idleconf3(&mut self) -> IDLECONF3_W<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/ifs.rs:69:18
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub fn calof(&mut self) -> CALOF_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] 69 |     pub fn calof(&mut self) -> CALOF_W<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/altexconf.rs:694:22
[INFO] [stdout]     |
[INFO] [stdout] 694 |     pub fn idleconf4(&mut self) -> IDLECONF4_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] 694 |     pub fn idleconf4(&mut self) -> IDLECONF4_W<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/ifc.rs:39:21
[INFO] [stdout]    |
[INFO] [stdout] 39 |     pub fn hfrcordy(&mut self) -> HFRCORDY_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] 39 |     pub fn hfrcordy(&mut self) -> HFRCORDY_W<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/altexconf.rs:699:22
[INFO] [stdout]     |
[INFO] [stdout] 699 |     pub fn idleconf5(&mut self) -> IDLECONF5_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] 699 |     pub fn idleconf5(&mut self) -> IDLECONF5_W<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/ifc.rs:44:20
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub fn hfxordy(&mut self) -> HFXORDY_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] 44 |     pub fn hfxordy(&mut self) -> HFXORDY_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/ifc.rs:49:21
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn lfrcordy(&mut self) -> LFRCORDY_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] 49 |     pub fn lfrcordy(&mut self) -> LFRCORDY_W<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/ifc.rs:54:20
[INFO] [stdout]    |
[INFO] [stdout] 54 |     pub fn lfxordy(&mut self) -> LFXORDY_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] 54 |     pub fn lfxordy(&mut self) -> LFXORDY_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/ifc.rs:59:24
[INFO] [stdout]    |
[INFO] [stdout] 59 |     pub fn auxhfrcordy(&mut self) -> AUXHFRCORDY_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] 59 |     pub fn auxhfrcordy(&mut self) -> AUXHFRCORDY_W<'_> {
[INFO] [stdout]    |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/ifc.rs:64:19
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub fn calrdy(&mut self) -> CALRDY_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] 64 |     pub fn calrdy(&mut self) -> CALRDY_W<'_> {
[INFO] [stdout]    |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/ifc.rs:69:18
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub fn calof(&mut self) -> CALOF_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] 69 |     pub fn calof(&mut self) -> CALOF_W<'_> {
[INFO] [stdout]    |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/ien.rs:105:21
[INFO] [stdout]     |
[INFO] [stdout] 105 |     pub fn hfrcordy(&mut self) -> HFRCORDY_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] 105 |     pub fn hfrcordy(&mut self) -> HFRCORDY_W<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/ien.rs:110:20
[INFO] [stdout]     |
[INFO] [stdout] 110 |     pub fn hfxordy(&mut self) -> HFXORDY_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] 110 |     pub fn hfxordy(&mut self) -> HFXORDY_W<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/ien.rs:115:21
[INFO] [stdout]     |
[INFO] [stdout] 115 |     pub fn lfrcordy(&mut self) -> LFRCORDY_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] 115 |     pub fn lfrcordy(&mut self) -> LFRCORDY_W<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/ien.rs:120:20
[INFO] [stdout]     |
[INFO] [stdout] 120 |     pub fn lfxordy(&mut self) -> LFXORDY_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] 120 |     pub fn lfxordy(&mut self) -> LFXORDY_W<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/ien.rs:125:24
[INFO] [stdout]     |
[INFO] [stdout] 125 |     pub fn auxhfrcordy(&mut self) -> AUXHFRCORDY_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] 125 |     pub fn auxhfrcordy(&mut self) -> AUXHFRCORDY_W<'_> {
[INFO] [stdout]     |                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/ien.rs:130:19
[INFO] [stdout]     |
[INFO] [stdout] 130 |     pub fn calrdy(&mut self) -> CALRDY_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] 130 |     pub fn calrdy(&mut self) -> CALRDY_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/ien.rs:135:18
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub fn calof(&mut self) -> CALOF_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] 135 |     pub fn calof(&mut self) -> CALOF_W<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/altexconf.rs:704:22
[INFO] [stdout]     |
[INFO] [stdout] 704 |     pub fn idleconf6(&mut self) -> IDLECONF6_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] 704 |     pub fn idleconf6(&mut self) -> IDLECONF6_W<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/altexconf.rs:709:22
[INFO] [stdout]     |
[INFO] [stdout] 709 |     pub fn idleconf7(&mut self) -> IDLECONF7_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] 709 |     pub fn idleconf7(&mut self) -> IDLECONF7_W<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/altexconf.rs:714:17
[INFO] [stdout]     |
[INFO] [stdout] 714 |     pub fn aex0(&mut self) -> AEX0_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] 714 |     pub fn aex0(&mut self) -> AEX0_W<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/altexconf.rs:719:17
[INFO] [stdout]     |
[INFO] [stdout] 719 |     pub fn aex1(&mut self) -> AEX1_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] 719 |     pub fn aex1(&mut self) -> AEX1_W<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/altexconf.rs:724:17
[INFO] [stdout]     |
[INFO] [stdout] 724 |     pub fn aex2(&mut self) -> AEX2_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] 724 |     pub fn aex2(&mut self) -> AEX2_W<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/altexconf.rs:729:17
[INFO] [stdout]     |
[INFO] [stdout] 729 |     pub fn aex3(&mut self) -> AEX3_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] 729 |     pub fn aex3(&mut self) -> AEX3_W<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/altexconf.rs:734:17
[INFO] [stdout]     |
[INFO] [stdout] 734 |     pub fn aex4(&mut self) -> AEX4_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] 734 |     pub fn aex4(&mut self) -> AEX4_W<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/altexconf.rs:739:17
[INFO] [stdout]     |
[INFO] [stdout] 739 |     pub fn aex5(&mut self) -> AEX5_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] 739 |     pub fn aex5(&mut self) -> AEX5_W<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/altexconf.rs:744:17
[INFO] [stdout]     |
[INFO] [stdout] 744 |     pub fn aex6(&mut self) -> AEX6_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] 744 |     pub fn aex6(&mut self) -> AEX6_W<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/altexconf.rs:749:17
[INFO] [stdout]     |
[INFO] [stdout] 749 |     pub fn aex7(&mut self) -> AEX7_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] 749 |     pub fn aex7(&mut self) -> AEX7_W<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/hfcoreclken0.rs:69:16
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub fn aes(&mut self) -> AES_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] 69 |     pub fn aes(&mut self) -> AES_W<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/hfcoreclken0.rs:74:16
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub fn dma(&mut self) -> DMA_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] 74 |     pub fn dma(&mut self) -> DMA_W<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/hfcoreclken0.rs:79:15
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub fn le(&mut self) -> LE_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] 79 |     pub fn le(&mut self) -> LE_W<'_> {
[INFO] [stdout]    |                                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/hfperclken0.rs:150:18
[INFO] [stdout]     |
[INFO] [stdout] 150 |     pub fn acmp0(&mut self) -> ACMP0_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] 150 |     pub fn acmp0(&mut self) -> ACMP0_W<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/hfperclken0.rs:155:18
[INFO] [stdout]     |
[INFO] [stdout] 155 |     pub fn acmp1(&mut self) -> ACMP1_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] 155 |     pub fn acmp1(&mut self) -> ACMP1_W<'_> {
[INFO] [stdout]     |                                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/hfperclken0.rs:160:19
[INFO] [stdout]     |
[INFO] [stdout] 160 |     pub fn usart0(&mut self) -> USART0_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] 160 |     pub fn usart0(&mut self) -> USART0_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/hfperclken0.rs:165:19
[INFO] [stdout]     |
[INFO] [stdout] 165 |     pub fn usart1(&mut self) -> USART1_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] 165 |     pub fn usart1(&mut self) -> USART1_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lesense/ifc.rs:71:16
[INFO] [stdout]    |
[INFO] [stdout] 71 |     pub fn ch0(&mut self) -> CH0_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] 71 |     pub fn ch0(&mut self) -> CH0_W<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lesense/ifc.rs:76:16
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub fn ch1(&mut self) -> CH1_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] 76 |     pub fn ch1(&mut self) -> CH1_W<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lesense/ifc.rs:81:16
[INFO] [stdout]    |
[INFO] [stdout] 81 |     pub fn ch2(&mut self) -> CH2_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] 81 |     pub fn ch2(&mut self) -> CH2_W<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/hfperclken0.rs:170:19
[INFO] [stdout]     |
[INFO] [stdout] 170 |     pub fn timer0(&mut self) -> TIMER0_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] 170 |     pub fn timer0(&mut self) -> TIMER0_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/hfperclken0.rs:175:19
[INFO] [stdout]     |
[INFO] [stdout] 175 |     pub fn timer1(&mut self) -> TIMER1_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] 175 |     pub fn timer1(&mut self) -> TIMER1_W<'_> {
[INFO] [stdout]     |                                         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/hfperclken0.rs:180:17
[INFO] [stdout]     |
[INFO] [stdout] 180 |     pub fn gpio(&mut self) -> GPIO_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] 180 |     pub fn gpio(&mut self) -> GPIO_W<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/hfperclken0.rs:185:17
[INFO] [stdout]     |
[INFO] [stdout] 185 |     pub fn vcmp(&mut self) -> VCMP_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] 185 |     pub fn vcmp(&mut self) -> VCMP_W<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/hfperclken0.rs:190:16
[INFO] [stdout]     |
[INFO] [stdout] 190 |     pub fn prs(&mut self) -> PRS_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] 190 |     pub fn prs(&mut self) -> PRS_W<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/hfperclken0.rs:195:17
[INFO] [stdout]     |
[INFO] [stdout] 195 |     pub fn adc0(&mut self) -> ADC0_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] 195 |     pub fn adc0(&mut self) -> ADC0_W<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/hfperclken0.rs:200:17
[INFO] [stdout]     |
[INFO] [stdout] 200 |     pub fn dac0(&mut self) -> DAC0_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] 200 |     pub fn dac0(&mut self) -> DAC0_W<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/hfperclken0.rs:205:17
[INFO] [stdout]     |
[INFO] [stdout] 205 |     pub fn i2c0(&mut self) -> I2C0_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] 205 |     pub fn i2c0(&mut self) -> I2C0_W<'_> {
[INFO] [stdout]     |                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/freeze.rs:51:22
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn regfreeze(&mut self) -> REGFREEZE_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] 51 |     pub fn regfreeze(&mut self) -> REGFREEZE_W<'_> {
[INFO] [stdout]    |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/lfaclken0.rs:69:20
[INFO] [stdout]    |
[INFO] [stdout] 69 |     pub fn lesense(&mut self) -> LESENSE_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] 69 |     pub fn lesense(&mut self) -> LESENSE_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/lfaclken0.rs:74:16
[INFO] [stdout]    |
[INFO] [stdout] 74 |     pub fn rtc(&mut self) -> RTC_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] 74 |     pub fn rtc(&mut self) -> RTC_W<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/lfaclken0.rs:79:21
[INFO] [stdout]    |
[INFO] [stdout] 79 |     pub fn letimer0(&mut self) -> LETIMER0_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] 79 |     pub fn letimer0(&mut self) -> LETIMER0_W<'_> {
[INFO] [stdout]    |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/cmu/lfbclken0.rs:51:20
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub fn leuart0(&mut self) -> LEUART0_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] 51 |     pub fn leuart0(&mut self) -> LEUART0_W<'_> {
[INFO] [stdout]    |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/lfapresc0.rs:603:20
[INFO] [stdout]     |
[INFO] [stdout] 603 |     pub fn lesense(&mut self) -> LESENSE_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 lesense(&mut self) -> LESENSE_W<'_> {
[INFO] [stdout]     |                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/lfapresc0.rs:608:16
[INFO] [stdout]     |
[INFO] [stdout] 608 |     pub fn rtc(&mut self) -> RTC_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 rtc(&mut self) -> RTC_W<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/cmu/lfapresc0.rs:613:21
[INFO] [stdout]     |
[INFO] [stdout] 613 |     pub fn letimer0(&mut self) -> LETIMER0_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] 613 |     pub fn letimer0(&mut self) -> LETIMER0_W<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lesense/ifc.rs:86:16
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub fn ch3(&mut self) -> CH3_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] 86 |     pub fn ch3(&mut self) -> CH3_W<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lesense/ifc.rs:91:16
[INFO] [stdout]    |
[INFO] [stdout] 91 |     pub fn ch4(&mut self) -> CH4_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] 91 |     pub fn ch4(&mut self) -> CH4_W<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/lesense/ifc.rs:96:16
[INFO] [stdout]    |
[INFO] [stdout] 96 |     pub fn ch5(&mut self) -> CH5_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] 96 |     pub fn ch5(&mut self) -> CH5_W<'_> {
[INFO] [stdout]    |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/ifc.rs:101:16
[INFO] [stdout]     |
[INFO] [stdout] 101 |     pub fn ch6(&mut self) -> CH6_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] 101 |     pub fn ch6(&mut self) -> CH6_W<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/ifc.rs:106:16
[INFO] [stdout]     |
[INFO] [stdout] 106 |     pub fn ch7(&mut self) -> CH7_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] 106 |     pub fn ch7(&mut self) -> CH7_W<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/ifc.rs:111:16
[INFO] [stdout]     |
[INFO] [stdout] 111 |     pub fn ch8(&mut self) -> CH8_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] 111 |     pub fn ch8(&mut self) -> CH8_W<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/ifc.rs:116:16
[INFO] [stdout]     |
[INFO] [stdout] 116 |     pub fn ch9(&mut self) -> CH9_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] 116 |     pub fn ch9(&mut self) -> CH9_W<'_> {
[INFO] [stdout]     |                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/lesense/ifc.rs:121:17
[INFO] [stdout]     |
[INFO] [stdout] 121 |     pub fn ch10(&mut self) -> CH10_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
[WARN] too many lines in the log, truncating it
